@charset "utf-8";
/* CSS Document */

body{
background-image:url(images/bg.jpg) center repeat-y;
background-color:#FFF;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000099;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

#head{
	float:left;
	background:#CCC url(images/head1.jpg) repeat-x;
	height:120px;
	width:1000px;
}

.head_title{
	height:79px;
	width:660px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	font-style:italic;
	padding-top:30px;
}

#logo{float:left; background:url(images/logo.jpg) no-repeat; width:183px; height:110px; margin:1px;}


#left {
	float:left;
	width:170px;
	margin-top:2px;
	margin-bottom:5px;
	margin-left:8px;
}

#nav{
	float:left;
	width:947px;
	margin-top:2px;
	line-height:27px;
	text-align:left;
	background:url(images/nav.gif);
	font-weight:600;
	color:#FFF;
}

#lftnav{
	float:left;
	background:url(images/lftnav.gif);
	margin-top:2px;
	width:18px;
	height:35px;
}

#rhtnav{
	float:left;
	background:url(images/rhtnav.gif);
	margin-top:2px;
	width:18px;
	height:35px;
}

#nav a, a:visited, a:active{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
}

#nav a:hover{
	color:rgb(240,240,100);
	

}

#nav2 {
	float:left;
	width:170px;
	padding:5px;
	margin-top:5px;
	margin-bottom:7px;
	line-height:20px;
	text-align:left;
	background-color:#FFF;
	border:#666 1px groove;
}

#nav2 strong{
	color:#990000;
	font-size:14px;
}

#contentArea{
	float:left;
	display:inline;
	width:780px;
	height: 700px auto;
	background:#FFF;
	margin-top:7px;
	margin-left:17px;
}

#content{
	padding:7px;
	min-height:650px;
	height:700px auto;
	text-align:left;
	border:#333 1px solid;
}

#content ul{
	margin-left:1px;
	padding-left:4px;
}
#content ul li{
	list-style-image:url(images/lock.png);
	margin-left:12px;
	padding-left:0px;
	margin-right:0px;
	}

#content h3{
	font-size:14px;
}

#map{
	float:left;
	width:740px;
}

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


#main{
	width:1000px;
	vertical-align:top;
	margin: 0 auto;	 
}

#Body {
	float:left;
	width: 985px;
	background:rgb(255,250,220);
	border: #003333 1px solid;
	padding:7px;
}

#mailError{
	color:#CC0000;
	font-weight:bold;
}

#mailSent{
	color:#003399;
	font-weight:bold;
}

#contact .select{
	background-color:rgb(0,75,210);
	color:rgb(255,255,255);
}

.select :hover{
	background-color:rgb(0,0,0);
}


#footer{
float:left;
width:1000px;
background:url(images/footer.jpg) repeat-x top;
color:#FFF;
height:34px;
font-size:8px;

padding-top:6px;
}

#footer a, a:visited, a:active{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
}

#footer a:hover{
	text-decoration:underline;
}