/* Site colours 
// Green (tag):	#6ea342
// H1:			#598300
// Blue:		#103b68
// Buttons:		#96cf1b
// Grey (nav):	#333
// Text:		#333
*/ 

@import url('superfish.css');
@import url('bubbles.css');
@import url('swstyles.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	margin: 0 0 1.2em;
}
img {
	border: 0;
	display: block;
}
a {
	color: #000;
} 
a:visited {
	color: #333;
}
a:hover,
a:focus {
	color: #103b68;
}
ul, ol {
	padding-left: 15px;
	margin: 0 0 1.5em 15px;
}
li {
	margin: .2em 0;
	line-height: 150%;
}
h1 {
	margin: .5em 0;
	padding: 0;
	color: #598300;
	font-size: 1.7em; 
	font-weight: normal;
}
h2, h3, h4, h5, h6 { 
	margin: 1.5em 0 .2em;
	font-weight: normal;
	color: #103b68;
}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #eee;
	height: 1px;
	margin: 1em 0;
	text-align: center;
	clear: both;
}
.clear {
	clear: both;
	height: 1%;
}
.noshow {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
body {
	margin: 0 auto;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	color: #000;
	background: #fff url(../img/topbg.jpg) repeat-x;
	text-align: center;
}
body#home {
	background: #fff url(../img/topbghome.jpg) repeat-x;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 970px;
}
#skip {
	text-align: right;
	font-size: .8em;
	margin-top: .5em;
	float: right;
}
#skip a,
#skip a:visited {
	color: #103b68;
	text-decoration: none;
	padding: 5px;
	background: #eee;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-o-border-top-left-radius: 0px;
	-o-border-top-right-radius: 0px;
	-o-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	behavior: url(PIE.php);
}
#skip a:hover,
#skip a:focus {
	color: #000;
	background: rgba(0,0,0,.10);
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-o-border-radius-topleft: 0px;
	-o-border-radius-topright: 0px;
	-o-border-radius-bottomright: 10px;
	-o-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior: url(PIE.php);
}
#header {
	position: relative;
	width: 970px;
	height: 100px;
	float: left;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}
p.tag {
	position: relative;
	top: 50px;
	left: 180px;
	color: #6ea342;
	font-size: 1.1em;
	float: left;
}
/* --- navigation --- */
#nav {
	position: relative;
	top: 30px;
	left: 240px;
	margin: 0;
	font-size: 1em;
	float: left;
}
#nav li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
}
#nav a,
#nav a:visited {
	padding: 5px 0;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 100%;
}
#nav li a {
	color: #333;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	behavior: url(PIE.php);
}
#nav li a:hover,
#nav li a:focus,
#nav li a.active {
	color: #103b68;
	background: rgba(0,0,0,.10);
}
#home #nav li a.active {
	color: #333;
	background: none;
}
p#branding {
	margin: 0;
	width: 970px;
	height: 238px;
	text-indent: -9999em;
	background: url(../img/branding.png) no-repeat;
	float: left;
}
div.social-buttons {
	width: 100%;
	float: left;
}
#home .social-buttons {
	margin-top: 4px;
}
.social-buttons p,
.social-buttons .plusone {
	margin: 10px 0 0;
	display: inline;
	color: #103b68;
	font-size: 1.2em;
	float: left;
}
.social-buttons .plusone {
	margin-left: 10px;
}
.social-buttons p.tel {
	margin: 4px 0 0;
	font-size: 1.8em;
	float: right;
}
.social-buttons img {
	margin: 4px 0 0 18px;
	display: inline;
	float: left;
}
div.social {
	margin: 40px 0 20px 20px;
	width: 65px;
	float: right;
	clear: both;
}
.social .fb-share,
.social .twitter-share-button,
.social .fb_iframe_widget {
	display: block;
	margin-bottom: 15px;
}
.social .fb-share {
	float: left;
}
.social-buttons .plusone {
	margin: 2px 0 0;
}
#content {
	margin: 0;
	padding: 20px 0;
	line-height: 150%;
	float: left;
}
#blog #content {
	width: 600px;
}
#blog #sidebar {
	margin-top: 50px;
	width: 250px;
	float: right;
}
ul#callouts {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	float: right;
	clear: both;
}
ul#callouts li {
	width: 220px;
	margin: 0 0 20px 20px;
	padding: 20px;
	list-style: none;
	line-height:130%;
	background: #96cf1b;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	behavior: url(PIE.php);
}
ul#callouts a,
ul#callouts a:visited {
	text-decoration: none;
}
ul#callouts a .white:hover,
ul#callouts a .white:focus {
	color: #103b68;
}
ul#callouts a .blue:hover,
ul#callouts a .blue:focus {
	color: #fff;
}
.white {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
}
.black {
	color: #000;
}
.blue {
	margin-left: .6em;
	color: #103b68;
	text-transform: uppercase;
	font-size: 1.8em;
}
ul.boxes {
	padding-left: 0;
}
ul.boxes li {
	list-style: none;
	margin: .2em 0;
	line-height: 150%;
	text-indent: 20px;
	background: url(../img/bullet.png) no-repeat 0 .5em;
}
#sitemap ul.boxes {
	width: 600px;
	float: left;
}
.imageright {
	margin: 0 0 20px 20px;
	float: right;
	clear: both;
}
.callout,
.signup {
	margin: 0 0 0 30px;
	width: 270px;
	font-size: 1em;
	padding: 20px;
	line-height:130%;
	color: #103b68;
	border: 5px solid #96cf1b;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	behavior: url(PIE.php);
	float: right;
	clear: both;
}
.callout.center {
	margin-bottom: 20px;
	width: 200px;
	text-align: center;
}
.signup {
	margin: 0 0 20px 0;
	width: auto;
	float: left;
}
.signup h2 {
	margin-top: 0;
}
#pay label,
.signup label {
	font-weight: bold;
}
#pay input,
.signup input {
	line-height: 150%;	
}
#pay .submit,
#contact .submit,
.signup .submit {
	color: #103b68;
	text-decoration: none;
	padding: .2em;
	font-size: 1.2em;
	background: #96cf1b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.php);	
}
.signup .submit {
	padding: 2px;
	font-size: 1em;
	display: inline;
}
#pay .submit:hover,
#pay .submit:focus,
#contact .submit:hover,
#contact .submit:focus,
.signup .submit:hover,
.signup .submit:focus {
	color: #fff;
}
.twocol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
}
.twocol li {
	float:left;
	padding: 0 10px 0 0;
	width: 240px;
}
#slideshow {
	margin:0 auto;
	width:580px;
	height:520px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:500px;
	height:520px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:520px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:40px;
	height:430px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}
#domain {
	width: 600px;
	margin: 0;
	text-align: left;
	float: left;
}
.available {
	color: #6ea342;
}
.registered {
	color: #ff0000;
}
p.whois {
	font-size: .9em;
	color: #efefef;
}
p.whois a,
p.whois a:visited {
	color: #efefef;
	text-decoration: none;
}
.team {
	width: 33%;
	float: left;
}
div#footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../img/footerbg.jpg) repeat-x;
	font-size: .9em;
	overflow: auto;
	clear:both;
}
#siteinfo {
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	width: 970px;
	text-align: center;
	font-size: .9em;
}
#siteinfo h2,
#siteinfo p {
	margin-top: 0;
}
#siteinfo ul {
	margin: 0;
	padding: 0;
}
#siteinfo li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#col1,
#col2,
#col3 {
	text-align: left;
	float: left;
}
#col1 {
	width: 22%;
	padding-right: 10px;
}
#col2 {
	width: 30%;
	padding: 0 10px;
}
#col3 {
	width: 40%;
	padding-left: 10px;
}
#col1,
#col2 {
	border-right: 1px solid #fff;
}
p.nolink {
	font-size: .9em;
}
p.nolink a {
	text-decoration: none;
}
ul.inline {
	float: left;
}
ul.inline li {
	list-style: none;
	float: left;
	font-size: .9em;
}
ul.inline li a {
	text-decoration: none;
	padding: 4px;
}
ul.inline li.first a {
	padding-left: 0;
}
.bullfrog {
	margin: 20px 0;
	clear: both;
}
.bullfrog img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.bullfrog a {
	border: none;
}	

