﻿body {
	background:#023864;
	margin:0;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, p, blockquote { padding:0; margin:0; list-style:none; outline:none; }

html { height:101%; }
img { border:none; }

a { text-decoration:none; color:#013660; }
a:hover { text-decoration:underline; }

#wrap {
	background:#fff url('../images/bg.gif') repeat-x 0 0;
}

#innerwrap { background:url('../images/bg-footer1.gif') repeat-x 0 bottom;
}


/* == Header Content == */
#header {
	background:url('../images/blue-boosh.gif') no-repeat 0 0;
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding:0 74px 0 74px;
	height:87px;
}

#header a.logo {
	display: block;
	float: left;
	width: 275px;
	height: 50px;
	padding: 0;
}

ul#nav {
	float: right;
	padding: 53px 0 0 0;
	margin-right: 0;
	width: 600px;
	text-align:right;
}

ul#nav li {
	float: left;
	padding-left: 26px;
}

ul#nav li a {
	color:#dcdcdc;
	text-decoration:none;
	font-size:1.2em;
}
ul#nav li a.on { color:#fff; text-decoration:underline; }
ul#nav li a:hover { text-decoration:underline; color:#fff; }


/* == Main Content == */
#contentwrap {
	background:url('../images/top.png') no-repeat 0 0;
	width:900px;
	margin:0 auto;
	clear:both;
}

#innercontentwrap {
	background:url('../images/bottom.png') no-repeat 0 bottom;
	padding:10px;
}

#maincontent {
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	padding:14px;
	padding-bottom:0;
	width:850px;
	overflow:hidden;
}

.banner {
	border:1px solid #cfcfcf;
	padding:4px;
	margin-bottom:14px;
	position:relative;
	width:840px;
	overflow:hidden;
}
.banner img { float:left; }

.banner span { display:none; }

#slider { position:absolute; top:41px; right:72px; }

#slider ul, #slider li{ height:149px; width:267px; overflow:hidden; }

#leftcontent {
	width:550px;
	float:left;
}
#leftcontent.fullwidth {
	width:850px;
}
#leftcontent h1 {
	font-size:2em;
	color:#333;
	padding:7px 0 0 0;
}
#leftcontent p {
	font-size:1.2em;
	color:#5f5f5f;
	line-height:18px;
	padding:9px 0;
}
#leftcontent h2 {
	color:#333;
	font-size:1.6em;
	padding:27px 0 0 0;
}
#leftcontent h3 {
	font-size:1.4em;
	padding:27px 0 0 0;
	color:#333;
}
#leftcontent h4 {
	font-size:1.3em;
	padding:27px 0 0 0;
	color:#333;
}
#leftcontent h5 {
	font-size:1.2em;
	padding:27px 0 0 0;
	color:#333;
}
#leftcontent ul li {
	background: url('../images/bullet.gif') no-repeat 0 6px;
	padding: 3px 0 4px 16px;
	color: #333;
	font-size: 1.2em;
}
#leftcontent .divider {
	border-bottom:1px solid #cfcfcf;
	height:1px;
	font-size:0em;
	padding-top:15px;
}
.floatimgleft {
	float:left;
	padding:0 15px 15px 0;
}
#leftcontent img.postimg {
	background:#fff;
	padding:1px;
	border:5px solid #868686;
}
#leftcontent ul.gallery {
	padding:15px 0;
	width:100%;
	overflow:hidden;
}
#leftcontent ul.gallery li, #leftcontent ul.gallery li a {
	float:left;
	background:none;
}
#leftcontent ul.gallery li {
	padding:9px 9px 0 0;
}
#leftcontent ul.gallery li.alt { padding-right:0; }


/* == Blog Posts == */
#leftcontent .post h1 span {
	display:block;
	float:right;
	width:57px;
	height:30px;
	background:url('../images/blog-post-date.gif') no-repeat 0 0;
	text-align:center;
	color:#fff;
	font-size:.7em;
	font-weight:bold;
	line-height:14px;
	padding-top:6px;
}
#leftcontent .post h1 span strong {
	display:block;
	font-size:.8em;
}

#leftcontent .post .morepost {
	border-bottom:1px solid #cfcfcf;
	padding:0 0 9px 0;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
#leftcontent .post .morepost a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:50px;
	height:22px;
	background:url('../images/more-post.gif') no-repeat 0 0;
	float:right;
	text-align:center;
	line-height:22px;
}
#leftcontent ul.comments { padding-top:15px; }
#leftcontent ul.comments li {
	border:1px solid #cfcfcf;
	padding:10px;
	width:528px;
	overflow:hidden;
	color:#333;
	background:#F2F2F2 url('../images/right-cta-bg.gif') repeat-x 0 0;
	margin-bottom:10px;
}
#leftcontent ul.comments li.alt { background:#E7E7E7 url('../images/right-cta-bg-alt.gif') repeat-x 0 0;
}
#leftcontent ul.comments li img { float:left; }
#leftcontent ul.comments li h3,
#leftcontent ul.comments li i,
#leftcontent ul.comments li p {
	width:468px;
	float:right;
}

#leftcontent ul.comments li p { padding:19px 0 0 0; }

#leftcontent ul.comments li h3 { padding-top:4px; }

#leftcontent #sendmail { padding:15px 0; }

#leftcontent #sendmail span {
	float:right;
	font-size:1.2em;
	color:#ff0000;
	background:url('../images/alert.gif') no-repeat 0 9px;
	height:30px;
	line-height:34px;
	padding-left:20px;
	display:none;
}

#leftcontent #sendmail label {
	font-size:1.2em;
	color:#333;
}

#leftcontent #sendmail .inputbox,
#leftcontent #sendmail textarea.inputbox {
	border:1px solid #cfcfcf;
	display:block;
	margin-bottom:10px;
	background:#fdfdfd url('../images/inputbox.gif') repeat-x 0 0;
	font-size:1.2em;
	padding:7px 0 6px 7px;
	width:391px;
	color:#333;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
}

#leftcontent #sendmail textarea.inputbox { height:150px; overflow:hidden; }

#leftcontent #sendmail .inputbox.focus,
#leftcontent #sendmail textarea.inputbox.focus {
	border:1px solid #999999;
}

#leftcontent #sendmail .inputbox.error,
#leftcontent #sendmail textarea.inputbox.error {
	border:1px solid #EE2A00;
}
#leftcontent #sendmail .inputbox.valid,
#leftcontent #sendmail textarea.inputbox.valid {
	border:1px solid #70A41B;
}

#leftcontent #sendmail .submitbutton {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	display:block;
	width:78px;
	height:30px;
	text-align:center;
	color:#fff;
	background:url('../images/submit-button.gif') no-repeat 0 0;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
	cursor:pointer;
	position:relative;
	left:-2px;
	clear:both;
}

#rightcontent {
	float:right;
	width:285px;
	background:#fff;
	color:#666;
}
#rightcontent .rightcta {
	border:1px solid #cfcfcf;
	background:#f2f2f2 url('../images/right-cta-bg.gif') repeat-x 0 0;
	padding:10px;
	margin-bottom:15px;
}
#rightcontent h3 {
	font-size:1.6em;
	color:#333;
}
#rightcontent h4 {
	font-size:1.3em;
	color:#000;
	float:right;
	width:212px;
	padding-top:6px;
}
#rightcontent h4 a { color:#000; text-decoration:none; }
#rightcontent p { padding:6px 0; }
#rightcontent strong { color:#000; }

#rightcontent .rightcta.contactdetails p {
	font-size: 1.2em;
	padding: 12px 0 0 0;
}

#rightcontent li p { line-height:14px; float:right; width:212px; padding:0; }
#rightcontent span {
	float:left;
	height:44px;
	width:40px;
	background:url('../images/date.gif') no-repeat 0 0;
	margin-right:10px;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:14px;
	padding-top:15px;
}
#rightcontent span strong { font-size:.8em; display:block; color:#fff; }
#rightcontent ul { padding-top:10px; width:100%; overflow:hidden; }
#rightcontent li { 
	width:100%; 
	overflow:auto;
	background:url('../images/li-bg.gif') repeat-x left bottom;
	padding:6px 0;
}
#rightcontent ul.social li {
	float:left;
	background:none;
	width:46px;
}
#rightcontent ul.social li a {
	float:left;
}

#rightcontent ul.blog {
	background:url('../images/li-bg.gif') repeat-x 50% bottom;
}
#rightcontent ul.blog li {
	background:url('../images/li-bg.gif') repeat-x 0 0;
	padding:0;
	overflow:hidden;
}
#rightcontent ul.blog li a {
	display:block;
	height:26px;
	background:url('../images/rightbullet.gif') no-repeat 10px 9px;
	text-decoration:none;
	color:#666666;
	font-size:1.2em;
	line-height:30px;
	padding-left:28px;
}
#rightcontent ul.blog li a:hover { color:#333; }


/* == Footer Content == */
#footer {
	clear:both;
	color:#fff;
	text-align:right;
	background:url('../images/bg-footer.gif') repeat-x left bottom;
	height:76px;
	padding-top:10px;
}
#footer .innerfooter { width:880px; margin:0 auto; }
#footer ul {
	float:left;
	text-align:left;
}
#footer ul li { float:left; }
#footer ul li a { color:#fff; text-decoration:none; padding-right:10px; }
#footer ul li a:hover { text-decoration:underline; }




#rightcontent #sendmail {
	padding: 15px 0 0 0;
}

#rightcontent #sendmail span {
	float:right;
	font-size:1.2em;
	color:#ff0000;
	background:url('../images/alert.gif') no-repeat 0 9px;
	height:30px;
	line-height:34px;
	padding-left:20px;
	display:none;
}

#rightcontent #sendmail label {
	font-size:1.2em;
	color:#333;
}

#rightcontent #sendmail .inputbox,
#rightcontent #sendmail textarea.inputbox {
	border: 1px solid #cfcfcf;
	display: block;
	margin-bottom: 3px;
	background: #fdfdfd url('../images/inputbox.gif') repeat-x 0 0;
	font-size: 11px;
	padding: 4px 0 4px 7px;
	width: 250px;
	color: #333;
	font-family: Trebuchet MS, Verdana, Arial, helevtica;
}

#rightcontent #sendmail textarea.inputbox {
	height: 60px;
	overflow: hidden;
}

#rightcontent #sendmail .inputbox.focus,
#rightcontent #sendmail textarea.inputbox.focus {
	border:1px solid #999999;
}

#rightcontent #sendmail .inputbox.error,
#rightcontent #sendmail textarea.inputbox.error {
	border:1px solid #EE2A00;
}
#rightcontent #sendmail .inputbox.valid,
#rightcontent #sendmail textarea.inputbox.valid {
	border:1px solid #70A41B;
}

#rightcontent #sendmail .submitbutton {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	display: block;
	width: 78px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: url('../images/submit-button.gif') no-repeat 0 0;
	font-family: Trebuchet MS, Verdana, Arial, helevtica;
	cursor: pointer;
	position: relative;
	left: -2px;
	clear: both;
	margin-top: 10px;
}

