@charset "UTF-8";

html, body, div,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, code, hr, img,
form, fieldset, legend, label, textarea, 
span, em, strong, sub, sup, cite,
table, tbody, td, tfoot, th, thead, tr, tt,
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
	
img {
    border: 0;
    vertical-align: bottom;
}

fieldset {border: none;}

body {
	margin:0; 
	padding:0;
	background: #00467f url(/img/body-bg.jpg);
	font: 87.5%/1.4 helvetica, arial, sans-serif;
	color: #3c4c5f;
}

/* universal
--------------------------------------------- */

#header-outer, #nav-outer, #banner-outer, #main-outer, #footer-outer, #copy-outer {
	width: 100%;
	min-width: 900px;
}
	
#header, #nav, #banner, #main, #footer, #copy {
	width: 900px;
	margin: 0 auto;
}

a {
	color: #05487f;
	text-decoration: none;
}

a:hover {
	color: #09f;
}

a.active, .active a {
	color: #09f;
}

/* header
--------------------------------------------- */

#header-outer {
	width: 100%;
	background: #d3d6cd;
	padding: 0;
}
	
#header {
	padding: 0;
	height: 88px;
	position: relative;
}

#header h2 {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -45px;
	overflow: hidden;
}

#header h2 a {
	display: block;
	width: 392px;
	height: 88px;
	color: #00446a;
	text-decoration: none;
}

#header h2 a span {
	background: url(/img/logo.jpg) no-repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 392px;
	height: 88px;
}

#header ul {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 6px 2px 8px 4px;
	background: #fff;
}

#header li {
	float: left;
}

#header li a {
	color: #05487f;
	text-shadow: none;
	display: block;
	padding: 0 12px;
	border-right: 1px solid #05487f;
	line-height: 1;
	font-size: 0.9375em;
}

#header li a.last, #header li a:hover.last {
	border-right: none;
}

#header li a:hover {
	color: #09f;
	text-decoration: underline;
}

#header li.active a, #header li.active a.last {
	color: #09f;
	text-decoration: underline;
}

/* nav
--------------------------------------------- */

#nav-outer {
	background: #00467f url(/img/body-bg.jpg);
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	float: right;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	color: #efefef;
	text-decoration: none;
	padding: 0 18px 2px 18px;
	font-size: 1.25em;
	display: block;
	border-bottom: 4px solid transparent;
	text-shadow: none;
}

#nav li a.active {
	color: #efefef;
	border-bottom-color: #a5b09a;
}

#nav-outer #nav li a:hover {
	color: #a5b09a;
	border-bottom-color: #a5b09a;
}

/* banner
--------------------------------------------- */

#banner-outer {
	background: #0d141d url(/img/banner-bg.jpg);
}

#banner {
	position: relative;
}

#banner h1 {
	position: absolute;
	left: -9999px;
}

#home #banner {
	height: 320px;
}

/* home slider
--------------------------------------------- */

#banner .slideshow {height: 320px; width: 900px; overflow: hidden; font-size: 3em;}
#banner .slideshow img {background: #fff;}

/* main
--------------------------------------------- */

#main-outer {
	background: #fff url(/img/floral.jpg) repeat-y 50% 0;
	min-height: 600px; height: 600px; height: auto !important;
}

#content, #sidebar {
	padding-bottom: 20px;
}

/* content
--------------------------------------------- */

#content {
	width: 600px;
	float: left;
}

.front #content {
	width: 610px;
}

#content h1 {
	margin: 30px 0 12px;
	line-height: 1;
	color: #05487f;
	font-size: 1.125em;
}

.front #content h1 {
	margin: 22px 0 20px 15px;
	padding: 0;
	border-bottom: none;
	line-height: 1.4;
	font-size: 1.5em;
	text-indent: -12px;
}

.front #content h1 span {
	color: #000;
	font-size: 0.75em;
}

#content h2 {
	font-size: 1.25em;
	color: #014268;
}

#content h3 {
	font-size: 1em;
}

#content h4 {
	font-size: 0.825em;
}

#content h2, #content h3 {
	margin: 18px 0 10px;
	line-height: 1.125;
}

#content .entry-main h2 {
	margin-top: 0;
}

#content h4 {
	margin: 10px 0 6px;
	line-height: 1.4;
}

#content p, #content ul {
	margin: 8px 0;
}

#content p.img-r {margin:0;}

#content p.feat {
	font-size: 2.25em;
	color: #05487f;	
	line-height: 1.25em;
	margin: 14px 0 25px;
}

#content .entry-blurb p:first-child {margin-top: 0;}

#content p.head {
	color: #fff;
	padding: 7px 12px 5px;
	background: #05487f;
	margin-top: 16px;
	font-size: 0.9375em;
	line-height: 1.25em;
}

#content p.head+p.img {
	margin-top: -8px;	
}

#content p.head+div.vid {
	margin-top: -16px;	
}

#content h2 + h4 {
	margin: -5px 0 8px 0;
}

#content h2 + p, #content h3 + p {
	margin-top: -6px;
}

#content img {
	float: left;
	margin: 3px 10px 8px 0;
	max-width: 592px;
}

#content p.img img {
	float: none;
	display: block;
	margin: 0;
	max-width: 600px;
}

#content p.img-r img {
	float: right;
	margin: 0 0 8px 10px;
}

#content blockquote p.img-r img {
	float: right;
	margin: 10px 0 8px 10px;
}

#content a {
	color: #3c80a5;
}

#content a:hover {
	color: #09f;
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 30px;
	list-style-position: outside;
}

#content blockquote {
	margin: 15px 0;
	color: #05487f;
	padding: 1px 0 1px 48px;
	font-weight: bold;
	background: url(/img/quotes2.jpg) no-repeat 0 0;
	clear: left;
}

#content blockquote p {
	margin: 5px 0;	
}

#content blockquote p span {
	color: #0865b2;
}

/* home only
--------------------------------------------- */

.feature {
	width: 580px;
	padding: 15px;
	background: #e6e7e9;
	margin-top: 15px;
}

#content .feature h2 {
	margin: 0; 
	padding: 0;
}

#content .feature p {
	margin: 4px 0 0 0; 
	padding: 0;
	color: #30353b;
	font-size: 1em;
}

.feature-text {
	float: left;
	width: 330px;
}

.feature .holder {
	width: 210px;
	height: 148px;
	float: right;
}

#content .feature img {
	width: 210px;
	background: #fff;
	margin: 0;
}

#content embed {
	max-width: 600px;
	margin: 8px 0;
}

/* sidebar
--------------------------------------------- */

#sidebar {
	width: 235px;
	float: right;
	background: #d3d6cd;
	padding: 0 20px 20px;
}

#sidebar h2 {
	color: #05487f;
	margin: 16px 0 0 0;
	font-size: 1.125em;
}

#sidebar h2 + div.tweet {margin-top: 6px;}

.tweet {margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px dotted #A5B09A;}

#sidebar h2 span {
	color: #000;
	font-size: 0.625em;
}

#sidebar ul {
	list-style: none;
	margin: 20px 0 5px;
}

#sidebar h2 + ul {
	margin: 4px 0 5px;
}

#sidebar li {
	font-size: 1.125em;
	line-height: 1.4;
}

#sidebar .sidebox {
	padding: 0;
	margin-top: 16px;
	border-top: 1px solid #eee;	
	width: 100%;
}

#sidebar .sidebox h3.title {
	font-size: 1.25em;
	margin: 0.25em 0;
	line-height:1.25;
}

#sidebar .sidebox ul {
	list-style: disc outside none;
	margin: 10px 0 0 12px;
}

#sidebar .sidebox li {
	font-size: 0.9375em;
}

#sidebar .sidebox h2 + p, #sidebar .sidebox h3 + p {
	margin-top: 0.125em;
}

#sidebar .sidebox p {
	margin-top:12px;
}

#sidebar .sidebox p.buttn {
	overflow: hidden;
}

#sidebar .sidebox p.buttn a {
	font-size: 1.25em;
	padding: 5px 10px 4px;
	/*margin: 0 auto;*/
	width: 140px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #A5B09A;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
}

#sidebar .sidebox p.buttn a:hover {
	background-color: #7e8478;
}

#sidebar .sidebox form {
	margin-top: 0.25em;
}

.sidebox #twitter_update_list p {
	margin-top: 0.125em;	
}

.sidebox .tweet-read {
	text-align: right;	
}

/* footer
--------------------------------------------- */

#footer-outer {
	background: #D3D6CD;
}

#footer {
	color: #30353b;
	padding: 20px 0;
}

#foot-content {
	width: 600px;
	float: left;
}

.links-outer {
	margin: 4px 0 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.links {
	width: 180px;
	padding-right: 20px;
	float: left;
}

#foot-social {
	width: 600px;	
}

#foot-social .social {
	float: left;
	width: 190px;
	margin-right: 10px;
	background: #A5B09A;	
}

#foot-social .social p {
	margin: 0; 
	padding: 0;
	overflow: hidden;
}

#foot-social .social p a {
	font-size: 1.125em;
	line-height: 26px;
	width: 76px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #7e8478;
	background-color: #A5B09A;
}

#foot-social .social p a:hover {
	background-color: #7e8478;
}

#foot-social img {
	vertical-align: middle;
	padding: 3px 8px;
	float: left;
}

#foot-search {
	width: 600px;
	margin-top: 18px;
}

#footer h2 {
	margin: 0;
	font-size: 1.25em;
	font-weight: bold;
}

#foot-search label {
	padding: 0 2px 0 0;
	font-size: 1.125em;
	font-weight: bold;
	vertical-align: middle;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer ul, #footer p {
	font-size: 0.875em;
	margin: 0;
}

#foot-sidebar {
	width: 260px;
	float: right;
	padding-left: 20px;
}

#foot-sidebar p {
	margin-top: 4px;
}

/* copyright
--------------------------------------------- */

#copy-outer {
	background: #00467f url(/img/body-bg.jpg);
}

#copy li {
	color: #ccc;
	font-size: 0.825em;
	line-height: 1;
	float: left;
}

#copy li a {
	color: #ccc;
	text-decoration: none;
}

#copy li.active a, #copy li a:hover {
	color: #ccc;
	text-decoration: underline;
}

#copy ul#right {
	list-style: none;
	float: right;
	padding: 10px 0;
}

#copy ul#left {
	list-style: none;
	float: left;
	padding: 10px 0;
}

#copy #right li a.bord {
	padding: 0 10px;
	border-right: 1px solid #ccc;
}

#copy #left li.bord {
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

#copy li a.nobord {
	padding-left: 10px;
	border-right: none;
}

/* blog
--------------------------------------------- */

div.entries {
	margin: 18px 0;
	border-top: 1px solid #e7e7e9;	
}

.entry-main {overflow: hidden;}
.entry-img {float: left; margin-right: 10px;}
#content .entry-img img {float: none; margin: 0;}
.entry-blurb {overflow: hidden;}
* html .entry-blurb {height:1%;overflow:visible}

h1 + div.entries {
	border-top: none;	
}

#content p.paginate {
	margin: 18px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e7e7e9;
}

#content p.post-date {
	font-size: 0.8125em;
	color: #6b7886;
}

#content .paginate .div {
	padding: 0 10px;	
}

/* forms
--------------------------------------------- */

.hide {
	display: none;	
}

#content form {
	margin: 10px 0 25px;
}

#content form label {
	font-size: 0.9375em;
	display: block;
	margin: 8px 0 0;
}

#content form p {
	margin: 0;
}

#content form input.text {
	margin: 0 0 4px;
	display: block;
	width: 60%;
}

#content form textarea {
	margin: 0 0 4px;
	display: block;
	width: 80%;
}

#content form input.text, #content form textarea {
	padding: 2px;
	font: 0.875em "Trebuchet MS", Arial, Helvetica, sans-serif;	
	background: #fefefe;
	border: 1px solid #ddd;
}

#content form p#formerror {
	color: red;	
}

#content form ul {
	font-size: 0.875em;
	margin-bottom: 10px;	
}

#content form ul#errorlist {
	margin-bottom: 20px;	
}

#foot-sidebar form {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

#foot-sidebar label {
	font-size: 0.9375em;
	margin: 4px 0 0;
	display: block;
}

#foot-sidebar input.text {
	width: 252px;
	padding: 2px;
}

#footer input.text {
	border: 1px solid #ccc;	
}

#foot-sidebar input.submit {
	margin-top: 4px;
}

#foot-sidebar form p {
	margin-top: 0;
}

#foot-search form {
	margin-top: 6px;
}

#foot-search input.submit {
	margin-top: 4px;
}

#foot-search input.text {
	width: 300px;
	padding: 2px;
}

#sidebar form#blog-search {
	margin: 20px 0 0 0;
}

#sidebar form#blog-search label {
	color: #062F44;
	font-size: 1em;
	font-weight: bold;
}

#sidebar form p.search-wrap {
	background: #a5b09a;
	padding: 8px;
	border: 1px solid #d6d6d9;
	margin-top: 4px;
}

#sidebar form p.search-wrap input.text {
	width: 140px;
	border: 1px solid #ccc;
	padding: 3px;
}

/* product slider
--------------------------------------------- */

#slider-outer { 
	width: 100%;
	padding: 20px 0 4px; 
	background: #0d141d url(/img/slider-bg.jpg); 
	margin: 0 auto; 
	position: relative; 
	overflow: hidden; 
	height: 240px;
}

#slider { 
	width: 900px; 
	height: 240px; 
	position: relative; 
	margin: 0 auto 0; 
}

#slider .wrapper { 
	width: 900px; 
	overflow: auto;  
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 242px;
}

#slider .wrapper ul {
	width: 9000px;
	list-style: none; 
	position: absolute; 
	top: 0; left: 0; 
	margin: 0; 
	height: 224px; 
	overflow: hidden; 
	color: #fff;
}

#slider ul li {
	display: block; 
	float: left; 
	padding: 0; 
	height: 224px; 
	width: 900px; 
	margin: 0; 
}

.slider-image {
	width: 440px;
	float: left;
}

.slider-text {
	float: right;
	width: 410px;
	padding-right: 20px;
	text-shadow: none;
}

#slider .slider-text h2 {
	margin: 8px 0 5px;
	font-size: 1.25em;
	line-height: 1;
}

#slider .slider-text h3 {
	margin: 8px 0 10px;
	font-size: 1em;
	line-height: 1;
	color: #a5b09a;
}

#slider .slider-text p {
	margin: 0 0 6px 0;
	font-size: 1em;
}

#slider .slider-text p.read {
	float: left;
	margin: 4px 0 0 0;
}

#slider .slider-text a { 
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 3px;
	background: #a5b09a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#slider .slider-text a:hover {
	background: #fff;
	color: #00467F;
}

#start-stop {
	display: none;
}

#slider .arrow {
	display: none;
}

/* tables
--------------------------------------------- */

#content table.specs {
	border-collapse: collapse;
}

#content table.specs td, #content table.specs th {
	padding: 3px 12px;
	font-size: 0.8125em; 
	border-right: 1px solid #E7E7E9;
	border-top: 1px solid #E7E7E9;
	border-bottom: 1px solid #E7E7E9;
	vertical-align: top;
}

#content table.specs th {
	font-weight: bold;
}

#content table.specs .col1 {width: 110px; text-align: right; padding-right: 15px;}
#content table.specs .col2 {width: 480px; border-right: 0; text-align: left;}

/* clearfix
--------------------------------------------- */

.encl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}														

.encl {display: inline-block;}

* html .encl {height: 1%;}
.encl {display:block;}

/* nullificate
--------------------------------------------- */

#content blockquote h2, #content blockquote b, #content blockquote h3, #content blockquote h4 {
	margin: 15px 0;
	color: #05487f;
	padding: 1px 0 1px 0px;
	font-weight: bold;
	margin: 5px 0;
	font-size: 1em;	
}

/* small screen
--------------------------------------------- */

@media only screen and (max-device-width: 480px) {
	body {-webkit-text-size-adjust: none;}
    #main-outer {
		background: #fff none;
	}
	#main #content p.head+div.vid {
	margin-top: 0;	
	}
}

iframe {vertical-align: middle;}

#header {position: relative;}
#ad {position: absolute; top: 4px; left: 265px; width: 360px; height: 74px;}
