* { margin:0; padding:0; }

html, body {
	background: #eeeced;
	color: #444;
	font-size: 11pt;
	font-family:"myriad-pro";
}

form, input, textarea {
	font-size: 10pt;
	font-family:myriad-pro;
	padding-left:3px;
}
#upper_right input[type='text']{
	width:105px;
	height:22px;
	padding-top:0px;
	padding-bottom:0px;
}

p {
line-height:17px;
margin-top: 1.3em;
}

a {
color:#444; text-decoration:underline;
}
a:link {
color:#444; text-decoration:underline;
}
a:visited {
color:#444; text-decoration:underline;
}
a:active {
color:#444; text-decoration:underline;
}
a:hover {
color:#000000; text-decoration:underline;
}
 a img {border:none; } 

.clearfix { 
clear:both; 
}

#left_inner img.centered {
display: block;
margin-left: auto;
margin-right: auto 
}

#container {
	margin:0 auto;
	background-color: #fff;
	width: 965px;
	text-align: left;
}

#inner {
	margin:0 auto;
	background-color: #fff;
	width: 915px;
	text-align: left;
}

#header {
	background-color: #fff;
	width: 915px;
	text-align: left;
}

#nav_bar {
	background: #eeeced;
	width: 915px;
	height: 38px;
	border-bottom: 4px #000 solid;
	text-align: left;
	margin-bottom: 5px;
}

#nav_guts {
	color: #cecece;
	font-size: 17px;
	padding:9px 9px 9px 10px;
}

#nav_guts a {
	color: #266186;	
	padding: 0px 25px 0px 25px;
	text-decoration:none;
}

#nav_guts a:hover {
	color: #3483b4;	
	text-decoration:underline;
}

#upper {
	background: #98d3f8;
	min-height: 227px;	
	background: #98d3f8 url(/img/upper-top.jpg) no-repeat top left;
}

#upper_inner {
	padding: 10px 0px 10px 10px;
}

#upper_left {
border-right: 1px #8abfe0 solid;
width:243px;
height:200px;
float:left;
}

#upper_middle {
border-right: 1px #8abfe0 solid;
width:260px;
height:200px;
padding-left:10px;
padding-right:10px;
float:left;
}

#upper_right {
/*width:376px;*/
height:200px;
/*padding-left:10px;*/
padding:0px 0px 10px 0px;
margin-left:10px;
float:left;
}
#upper_right textarea{
	height:80px;
}

#content {
	width: 915px;
	text-align: left;
}

#content_inner {
	padding:10px 0px 0px 0px;
}

#left {
	background:#98d3f8;
	width: 252px;
	border: 1px #b0c7cd solid;
	text-align: left;
	float:left;
	margin-right:10px;
}
#left_inner {
	padding:0px 10px 10px 10px;
}

#left_inner ul {
    margin: 0 auto;
    padding: 0;
}
#left_inner ul.link_list li {
	text-align: left;
	margin: 5px 5px 5px 15px;
}
#left_inner ul.link_list li a {
	font-size:14px;
	display:block;
	text-decoration:none;
    border: 0px solid #ccc;
	color:#555;
}
#left_inner ul.link_list li a:hover {
	text-decoration:underline;
	color:#000;
}

#left_inner img.h2 {
	font-family: Palatino Linotype;
	font-size:26px;
	margin-top:10px;
	margin-bottom:0px;
	color: #0d2c40;
}

#right {
	width: 650px;
	border: 0px #000 solid;
	text-align: left;
	float:left;
}

#right_inner {
	padding:10px;
}

#right_inner h2 {
	font-size:20px;
	margin-bottom:-5px;
	color: #405867;
}

#footer {
	background: #eeeced;
	width: 915px;
	height: 38px;
	border-top: 4px #000 solid;
	margin-top:5px;
	text-align: right;
}
#footer_inner {
	padding:11px;
}

#footer_inner a {
	color: #444;
}
#captcha{
	float:left;
	margin-top:0px;
	clear:both;
}
#captchaOutput {
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    top: 2px;
}
#upper_right #captchaInput{
	height:18px;
	width:50px;
	padding:0 2px 3px 5px;
	margin: 2px 0 0;	
}
#upper_right #captcha
{
	margin-top:2px
}

#contact-us-content  #captcha
{
	float:none;
	margin: 10px 0px;	
}
#contact-us-content #captchaInput, .captcha-input{
	height:18px;
	width:50px;	
}

#contact-us-content form{
	margin-top:20px;
	float:left;
}
#contact-us-content input{
	margin-top:0px;
	margin-bottom:10px;
	height:20px;
	width:200px;
	color:#444444;
	font-size:11pt;
}
#contact-us-content input[type="submit"]{
	height:28px;
	width:66px;
	margin-top:-5px;
	border:1px solid #000000;
	color:#ffffff;
	
}
#contact-us-content input[type="submit"]:hover{
	cursor:pointer;
}
#contact-us-content  textarea{
	height: 140px;
	width:400px;
	font-size:11pt;
	padding-top:3px
}
#contact-us-content p{
	margin-top:10px;
}
#contact-us-content label{
	display:block;
	margin-bottom:0px;
	font-size:11pt;
}
#contact-us-errors{
	font-size:10pt;
}
#contact-us-popup{
	position:absolute;
	top:324px;
	margin:0px auto;
	z-index:99;
	background:#ffffff;
	border:2px solid #000000;
	padding:10px;
}
#contact-us-submit{
	background:#DF8012;
	color: #ffffff;
}


.grayscreen{
	position:absolute;
	top:0px;
	left:0px;
	background:#000000;
	z-index:10;
	opacity:.4;
	height:100%;
	width:100%;
	
}

.form-error{
	color:red;
	font-size:10pt
}
