/* CSS Document */

html{
}

body{
	color:#234775; 
	font-family:Helvetica, sans-serif; 
	margin:0; 
	padding:0; 
	font-size:14px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}


a{
	color:#234775;
	text-decoration:none;
	
}

a:hover{
	color:#CC0000;
	text-decoration:underline;
	
}


#header{
	width:960px; 
	height:150px;
	margin:0 auto; 
}



#line{
	width:100%; 
	height:1px; 
	border-bottom:1px dotted #CCCCCC;
}

#content{
	width:960px; 
	margin:0 auto;  
	padding-top:10px;
	height:450px;
	line-height:1.5em;
	
	
}

#content h3{
	padding-bottom:10px;
	padding-top:0;
	border-bottom: 1px solid #e7e9eb;
	color: #6699cc;
	margin-left:220px;
}

#content p{
	margin-left:220px;
}

#content ul{
	margin-left:230px;
	line-height: normal;
}
#map{
	border:1px solid #e7e9eb;
	float:right;
	padding:10px;
}
#col1{
	float:left; 
	width:200px;
	margin-right:20px; 
	height:100%; 
	position:relative;
	padding-top:10px;
	background-image:url(images/cactus.png);
	background-position:bottom left;
	background-repeat:no-repeat;

}

#col1 div.nav_item{
	font-size:99%;
	padding:3px;
	border:0;
	border-bottom: 1px dotted #CCCCCC;
	font-weight:bold;
	letter-spacing:.25em;
	color:#6699cc;
}

#col1 div.nav_item:hover{
	background-color: #6699cc;
	color:#FFFFFF;
	
}
#col2{
	padding-left:220px;
	height:100%;
}


#footer{
	clear:both;
	width:100%;
	font-size:11px;
	padding-top:15px;
	border-top: 1px solid #e7e9eb;
	line-height:normal;
	text-align:center;
color:#234775;
	background-color:#FFFFFF;
}

.red{
	color:#CC0000;
}


