/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* site specific */

strong{font-weight:bold;}
em{font-style:italic;}
p{
	margin-bottom:10px;
}
p.hdr {
	margin-bottom:0px;
}
body {
	background: #d5e6eb;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	color: #31474d;
}
br.clear_both {
	clear: both;
	visibility: hidden;
}
a {
	text-decoration: none;
	color: #00a0cb;
}
a:hover {
	text-decoration: underline;
}
#main_nav {
	background: #121617;
	font-size: 15px;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
}
#main_nav #main_menu, #sub_nav #img_menu, #sub_nav #sub_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
#main_nav #main_menu li, #sub_nav #img_menu li, #sub_nav #sub_menu li {
	float: left;
}
#main_nav #main_menu li a {
	text-decoration: none;
	font-weight: bold;
	color: #d5e6eb;
}
#main_nav #main_menu li a:hover {
	border-bottom: 1px dotted #5b9aae;
}
#main_nav #main_menu li span, #sub_nav #sub_menu li span {
	display: block;
	padding: 0px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #455154;
}
#header {
/*	background: url(/assets/header-bg.gif) top center repeat-x;*/
	background-color: white;
	min-height: 167px;
	text-align: center;
}
#header a#logo {
	display: block;
	width: 423px;
	margin: 15px 0 15px 20px;
	float: left;
}
#header a#logo img {
	border: none;
}
#header .contact_info {
	display: block;
	width: 400px;
	margin: 15px 0px;
	float: left;
	text-align: right;
}
#sub_nav {
	background: #121617;
	color: #d5e6eb;
	text-align: center;
}
#sub_nav #img_menu li:first-child {
	margin-right: 10px;
}
#sub_nav #img_menu li img {
	border: none;
}
#sub_nav #sub_menu li a {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #d5e6eb;
}
#sub_nav #sub_menu li a:hover {
	border-bottom: 1px dotted #5b9aae;
}
#sub_nav #img_menu li div.testimonials {
	background: url(/assets/testimonials.png) center center no-repeat;
	width: 405px;
	height: 155px;
	padding: 50px 20px 10px 20px;
	color: #ffbbbb;
}
#sub_nav #img_menu li div.testimonials cite {
	display: block;
	margin-left: 15px;
	color: #d27272;
}
#main_content {
	background: url(/assets/maincontent-bg.gif) top center repeat-x;
	min-height: 300px;
	text-align: center;
}
#main_content h1{
	font-size:1.8em;
	padding:5px 0px;
	border-bottom:1px dotted #293f45;
	margin-bottom:10px;
	font-family: Georgia, serif;
}

#main_content h2{
    font-size:1.5em;
    margin-bottom:10px;
    font-family: Georgia, serif;
    
}

#main_content h2 span{
        float:right;
        font-size:11pt;
}

#main_nav .wrapper, 
#main_content .wrapper {
	width: 900px;
	padding: 5px 0px;
	margin: 0px auto;
	text-align: left
}
#footer {
	background: #121617;
		color: #d5e6eb;
}
#footer .wrapper{
	width: 870px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: left
}
#sub_nav .wrapper{
	width: 900px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: left
}
#header .wrapper {
/*	background: url(/assets/header-glow.gif) top center no-repeat;*/
	min-height: 127px;
	width: 900px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: left
}
#main_content .left_column {
	margin-right: 20px;
}
#main_content .left_column{
	margin-left:20px;
	float: left;
	width: 405px;
}

#main_content .right_column {
	margin-left:30px;
	float: left;
	width: 405px;
}
#main_content ul	{
	margin:5px 0px 15px 20px;
	padding:0px;
}

#main_content li {
	
	list-style-type:square;
}

.validation-advice{color:red;}
