@import "/css/contact-form.css";

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:#edf4fa;
	color:#4e7288;
	text-align:center;
	font:13px helvetica, arial, verdana, sans-serif;
}

a img{
	border:0;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 .25em 0;
	padding:0;
	font-family:"Helvetica", "Verdana", sans-serif;
	font-weight:bold;
}

h1{
	font-size:18px;
	line-height:20px;
	color:#2e91e1;
	background:transparent;
}

h2{
	color:#4e7288;
	font-size:14px;
	line-height:20px;
}

h3{
	font-size:12px;
	line-height:20px;
}

p{
	margin:0 0 10px 0;
	padding:0;
	line-height:15px;
	text-align:left;
}

/*p:first-line {
	font-weight:900;
}*/

hr{
	height:0;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#4e7288;
	background:#4e7288;
	color:#4e7288;
	margin:15px 0;
}

#header{
	position:relative;
	background:#629abb url("/imgs/headerbg.jpg");
	padding:0;
	color:#776921;
	height:180px;
	text-align:left;
}

#header h1{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#header h1 a{
	display:block;
	position:absolute;
	top:0;
	left:25px;
	width:106px;
	height:119px;
	background-image:url("/imgs/logo.gif");
}

#header h1 a span{
	display:none;
}

#headerbg{
	width:100%;
	height:100%;
	overflow:visible;
	background:url("/imgs/header_wide.jpg") center no-repeat;
}

#headerContent{
	position:relative;
	width:795px;
	margin:0 auto;
	overflow:visible;
	height:100%;
}

#headerBorder{
	position:relative;
	height:60px;
	width:100%;
	background:url("/imgs/header_gradient.png") 0 0 repeat-x;
}

#contentFrame{
	text-align:left;
	width:695px;
	margin:0 auto;
	padding:50px;
	background:#FFF;
	color:inherit;
	overflow:auto;
}

#content{
	overflow:auto;
	margin-bottom:40px;
}

#footer{
	clear:both;
	border-top:1px solid #4e7288;
	padding:20px 0 0 0;
	color:#36505f;
	background:inherit;
	font-size:10px;
	text-align:center;
}

#footer div{
	margin:10px 0 0 0;
}


#map{
	background:#EEE;
	color:#000;
	height:300px;
	border:1px solid #4e7288;
}

.nolpadding{
	padding-left:0 !important;
}

.noborder{
	border:0 !important;
}

#headerMenu{
	position:absolute;
	bottom:0;
	right:0;
}

#headerMenu ul{	
	margin:0 0 0 -11px;
	padding:0;
}

#headerMenu li{
	background:#FFF;
	list-style:none;
	display:block;
	float:left;
	margin:0 0 0 11px;
}

#headerMenu a{
	display:block;
	padding:8px 15px;
	white-space:nowrap;
	color:#064779;
	background:#FFF;
	text-decoration:none;
	font:600 11px Arial, Verdana, sans-serif;

}

#headerMenu li.current a{
	background:#f2c732;
	color:#FFF;
}

#headerMenu a:hover{
	background:#08629a !important;
	color:#FFF;
}


#footerMenu{
	margin:0;
	padding:0;
	text-align:center;
}

#footerMenu li{
	background:#FFF;
	list-style:none;
	display:inline;
	margin:0 2px;
}

#footerMenu a{
	color:#36505f;
	background:transparent;
	text-decoration:none;
	font-size:10px;
	padding:2px 4px;
}

#footerMenu a:hover{
	background:#EEE;
	color:#000;
}

#footerMenu .current a,
#footerMenu .current a:hover{
	font-weight:900;
	color:#2e91e1;
}

.left{
	float:left;
}

img.left{
	margin:10px 10px 10px 0;
}

.right{
	float:right;
}

img.right{
	margin:10px 0 10px 10px;
}

#leftCol{
	float:left;
	width:160px;
}

#rightCol{
	float:right;
	width:450px;
	padding-left:50px;
	border-left:1px solid #becbd3;
	overflow:hidden;
}

#rightCol p{
/*	text-align:justify;*/
}

form{
	padding:.5em;
}

.formsection{
	margin:0 0 10px 0;
}

label{
	display:block;
	font-weight:bold;
}

fieldset{
	margin:0;
	padding:0;
	border:0;
}

input{
	border:1px solid #000;
	margin:0 0 4px 0;
	padding:2px;
	vertical-align:top;
}

input[type=image]{
	border:0;
	width:auto;
}

textarea{
	width:400px;
	height:150px;
}

.submenu{
	list-style:none;
	margin:0;
	padding:0;
}

.submenu li{
	float:none;
	margin:0;
	padding:0;
}

.submenu a{
	display:block;
	width:100%;
	padding:4px 0 4px 4px;
	margin:0;
	color:#cba421;
	background:transparent;
	font-size:11px;
	font-weight:600;
	text-decoration:none;
}

.submenu li>a{
	font-size:12px;
}

.submenu a:hover,
.submenu .current a{
	background:#2d6089 url("/imgs/submenu_current_link.png") top left repeat-x;
	color:#FFF;
}

.submenu .current{
	border-bottom:4px solid #0f365b;
}
/*
.submenu .current a:hover{
	background:#529cc8 url("/imgs/submenu_current_link2.png") top left repeat-x;
	color:#FFF;
}*/

.gold{
	color:#cba421;
}

.bold{
	font-weight:900;
}

.more{
	color:#cba421;
	font-weight:600;
	white-space:nowrap;
}

.hidden{
	visibility:hidden;
}

.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 13px/1.4em Arial, sans-serif; 
}

.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
}

.right {
 	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;
	border: 1px black;
}

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 
