html{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
				
	line-height: 125%;
				
	background-color: #9EBBE2;
}
body{
	margin: 25px auto;
	padding: 15px;
		
	width: 900px;
				
	background-color:#FFFFFF;
	border: 1px solid #4F83CA;
}
			
img{
	border: none;
}
			
h1{
	font-size: 150%;
}
			
a{
	color: #4F83CA;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
			
#left-col{
	background-image:url(/design/images/logo-banner.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
				
	margin-right: 5px;
	padding-top: 125px;
				
	width: 295px;
				
	float: left;
				
	text-align: center;
}
#left-col ul{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
	list-style: none;
	text-align: left;
}
#left-col ul li{
	display: block;
	margin-bottom: 1px;
	margin-top: none;
	padding: 0px;
	height: 28px;
				
}
#left-col ul li a{
	display: block;
	width: 92.5%;
	height: 18px;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
#contact_box{
	text-align: left;
	line-height: 150%;
	margin: 15px;
	padding: 5px;
	background-color: #9EBBE2;
	border: 1px solid #4F83CA;
}
#contact_box a{
	color: #000000;
}

.page_item a:hover, .current_page_item{
	font-weight: bold;
}
.page_item ul{
	padding: 0px !important;
	padding-left: 10px !important;
	margin: 0px !important;
}
.page_item ul li{
	margin: 0px !important;
	padding: 0px !important;
}
.page_item ul li a{
	margin: 0px !important;
	width: 235px !important;
}

.current_page_item ul li{
	font-weight: normal;
}

.page-item-5{
	background-color: #9EBBE2;
}
.page-item-5 a:hover, .page-item-5.current_page_item a{
	border-right: 10px solid #4F83CA;
}
.page-item-6{
	background-color: #9EE2A3;
}
.page-item-6 a:hover, .page-item-6.current_page_item a{
	border-right: 10px solid #4FCA58;
}
.page-item-3{
	background-color: #E29EDD;
	height: auto !important;
}
.page-item-3 a:hover, .page-item-3.current_page_item a{
	border-right: 10px solid #CA4FC0;
}

.current_page_item ul li a{
	border-right: none!important;
}

.page-item-3 ul li a:hover, .page-item-3 ul .current_page_item a{
	border-right: 10px solid #CA4FC0!important;
}


.page-item-3 ul li{
	width: 100%;
}

.page-item-3 ul li a{
	margin: 0px;
	width: 92%;
}
.page-item-3 ul li a:hover, .page-item-3 ul li.current_page_item a{
	font-weight: bold;
}
.page-item-4{
	background-color: #E1C49D;
}
.page-item-4 a:hover, .page-item-4.current_page_item a{
	border-right: 10px solid #CA954F;
}
#right-col{
	float: left;
	width: 590px;
}

#right-col img{
	border: 1px solid #4F83CA;
}
			
#footer-row{
	padding: 10px;
	text-align: center;
}
.super_clear{
	display: block;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.img_right{
	float: right;
	margin-left: 10px;
}
.img_left{
	float: left;
	margin-right: 10px;
}
.error{
	color: #990000;
}
#googlemap{
	margin: 0px auto;
}