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

* {
	margin: 0;
	padding:0;
}


body {
	background-image: url(images/topbanner.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: "Century Gothic", Century, Arial;
	font-size: small;
	margin:0 auto;
	padding:0 0 0 0;
}
html, body, #body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
p {
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:16px;
}
h1 {
	color: #412415;
	font-family: "Trebuchet MS";
	font-size: 23px;
	margin-top: 6px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	background-image: url(../images/body/separator.gif);
	background-repeat: repeat-x;
	background-position: left 26px;
	line-height:29px;
}
h2 {
	color: #f66013;
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}


a {
	outline: none;
	text-decoration:none;
	color:#fff;
}

#header {
	background-color:#007a94;
	height:40px;
	padding-top:8px;
	color:#fff;
	text-align:right;
	}
	
h3 {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right:35px;
}	


#navlinks {
	text-align:left;
	color:#fff;
	}
	
#navlinks li {
	list-style:none;
	font-size:14px;
	line-height:225%;
	float:left;
	padding-right:25px;
		}	
	

	
#rotimgs {
	padding:0 0 0 0;
	margin-left:418px;
	margin-top:-335px;
	height:305px;
	}	
	
#leftcol {
	margin:0;
	width:300px;
	margin-top:485px;
	float:left;
	background-repeat:repeat-y;
	height:600px;

	}
	
#leftcol h2 {
	color:#007a94;
	margin-left:40px;
	}
	
#leftcol p {
	text-align:justify;
	width:220px;
	line-height:155%;
	font-size:small;
	color: #666666;
	margin-left:40px;
	}
	
#rightcol {
	float:left;
	margin-top:485px;
	margin-left:0px;
	padding-bottom:35px;
	width:350px;
	}	
	
#rightcol li {
	line-height:155%;
	margin-left:25px;
	}	
	
#more {
	float:left;	
	margin-left:0px;
	text-align:justify;
	line-height:155%;
	width:300px;
	margin-top:485px;
	}	
	
#more p {
	font-size:small;
	line-height:155%;
	}	
	
/* Contact page */

#contact h3 {
	color:#007a94;
	text-align:right;	
	}
	
.boxline {
	border: solid 1px #CCCCCC;
	}	