.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	font: 13px/16px Arial, sans-serif;
	background:#6588DC;
	text-align: center;
	margin: 0px;
	padding:0;
}

p {
	font: 12px/15px 'Times New Roman' serif;
	font: 12px/16px Arial, sans-serif;
	font: 13px/18px Verdana, sans-serif;
	padding:0;
	margin-top: 5px;
	/*color: #323F0E;*/
	color: #28330A;
	
}

p.home{
	margin-bottom: 10px;
}

h2 {
	font: bold 16px/17px Arial, sans-serif;
	margin-top: 19px;
	margin-bottom:0;
	/*color: #fff;*/
}



#container{
	width: 708px;
	background:#B5D558;
	/*border-right:7px solid #fff;*/
	margin: auto;
	text-align:left;
}

#header{
	height: 161px;
	background:#fff url('../images/header.jpg') no-repeat;
	padding: 0;
}

#header h1{
	text-indent: -99999px;
	line-height: 0px;
	margin:0;
	display:none;
}

#header h2{
	text-indent: -99999px;
	line-height: 0px;
	margin:0;
	display:none;
}


#header-right{
	width:45px;
	height: 161px;
	float:right;
	/*text-align:center;*/
	background: #602C30;
}

#nav{
	width: 701px;
	background:#6588DC;
	border-top:7px solid #fff;
	border-bottom:7px solid #fff;
	border-left:7px solid #fff;
	float: left;
	height: 30px;
	padding-right:0;
}

* html #nav{
	width: 708px;
}

#nav-left {
	float: left;
	width: 649px;
	padding:0;
	margin:0;
}

#nav-left ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav-left ul li{
	margin:0;
	padding:0;
	display: inline;
	float: right;
}

#nav-left ul li a{
	display: block;
	color:#fff;
	text-decoration:none;
	font:bold 12px/30px Arial, sans-serif;
	padding: 0px 16px;
	margin:0;
}

#nav-left ul li a.home{
	margin-right:10px;
	
}

#nav-left ul li a:hover{
	background:#602C30;
	line-height: 30px;
}

#nav-left ul li a:active{
	background:#602C30;
}

#nav-right{
	width:45px;
	height: 30px;
	float:right;
	border-left:7px solid #fff;
	background: #000;
	margin: 0;
	padding: 0;
}

* html #nav-right{
	width: 52px;
}


#content {
	/*height: auto;*/
	background: #602C30;
	
}

#content-left{
	background: #B5D558;
	width: 656px;
	width: 636px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	border-right: 7px solid #fff;
}

* html #content-left{
	width: 663px;
}

#content-left img.map{
	border: none;
	float: left;
}

#content-left img.arrow{
	border: none;
	padding-left:8px;
	float: left;
}

* html #content-left img.arrow{
	margin-left:5px;
}

#content-left a{
	text-decoration: none;
	color: #000;
}

#content-left a:hover{
	color:#602c30;
}

#img-cont{
	float: left;
	text-align: left;
	width: 108px;
	height: 50px;
	padding-left:10px;
	margin-top: 0px;
}

* html #img-cont{
	text-align: center;
	width: 108px;
	padding-left:8px;
}

#img-cont p{
	font: 12px/14px Verdana, sans-serif;
	color:#4d5e1e;
	color:white;
	
}

#content-middle {
	background: #B5D558;
	float: right;
	width:347px;
	padding-left: 30px;
}

* html #content-middle {
	width:377px;
	width:367px;
	padding-left: 20px;
}

#content-middle img{
	float: left;
	border: 2px solid #fff;
	/*margin:15px 18px 0 18px;*/
	text-align:center;
	margin-right: 15px;
	margin-top: 15px;
}

* html #content-middle {
	margin-right: 0px;
	
}
	
#content-middle img.top{
	margin-top: 18px;
}

#content-right{
	width:45px;
	float:left;
	border-left:7px solid #fff;
	background: #602C30;
	margin: 0;
	padding: 0;
}

* html #content-right{
	width: 52px;
}

#footer{
	text-align:right;
	width:708px;
	margin: auto;
}

#footer p{
	font: 10px/20px Arial, sans-serif;
	color: #fff;
	margin:0;
}

