@charset "utf-8";
/* CSS Document */

.dvclr {
	clear:both;
	line-height:.01;
}
body{
	background:url(images/pgBg.jpg) repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:center;
	font-size:10pt;
}
body img { /*defaults the border of a 'hot' image to 0, saves time in the long run*/
	border:0;
}
h1 {
	color:#630;
	font-size:14pt;
	font-weight:400;
}
h2 {
	color:#274a6e;
	font-size:12pt;
	font-weight:600;
}
h3 {
	color:#274a6e;
	font-size:11pt;
	font-weight:600;
}
a {
	color:#996600;
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover {
	text-decoration:underline;
}
li {
	font-size:10pt;
	color:#000;
	margin-left:-25px;
	padding-bottom:5px;
}
#wrpr {
	background:url(images/shadow.png) repeat;
	width:742px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#hdr {
	background:url(images/hdrBg.jpg) repeat-y;
	height:141px;
	text-align:left;
	margin:0px 21px 0 21px;
}
#hdrFormat { /*provides spacing for logo and slogan*/
	padding:30px 0 0 66px;
}
#cntWrpr {
	border:1px solid white;
	background:#fff repeat;
	margin:0 21px 0 21px;
}
#mnuWrpr {
	margin:11px 0 0 12px;
	width:152px;
	float:left;
	text-align:right;
}
#mnuWrpr a {
	text-transform:none;
}
/*styles for the home page content areas*/
#cntMiddle {
	margin:11px 0 0 12px;
	float:left;
	text-align:left;
	width:297px;
}
#cntRight {
	margin:11px 0 0 20px;
	float:left;
	text-align:left;
	width:183px;
}
/*end*/
/*styles for project pages*/
#contentWrapper {
	margin:11px 0 0 12px;
	float:left;
	width:503px;
	text-align:left;
}
#cntHdr {
	height:86px;
}
#cntGallery {
	margin-top:10px;
}
#cntGalleryText {
	margin-top:10px;
}
#contactGalleryFtr {
	color:#666;
	font-size:8pt;
	margin:0 19px;
	text-align:left;
	padding:60px 0 15px 0;
}
/*end*/
#subContentWrpr {
	margin:12px 0 0 12px;
	float:left;
	width:510px;
	text-align:left;
}
#subContent {
	padding:21px 0 0 10px;
}
#subContent a {
	text-transform:none;
}
#contactFtr {
	color:#666;
	font-size:8pt;
	margin:0 19px;
	text-align:left;
	padding-bottom:15px;
}
#ftr {
	background:url(images/hdrBg.jpg) repeat-y;
	height:80px;
	text-align:left;
	margin:0px 21px 0 21px;
}
#ftrNav { /*HTML Navigation for SEO*/
	padding:5px 0 5px 0;
	text-align:center;
	color:#fff;
	font-size:8pt;
}
#ftrNav a {
	text-decoration:none;
	text-transform:uppercase;
}
#ftrNav a:hover {
	text-decoration:underline;
}
#themenu {
	width:150px;
}
#grassimage {
	width:150px;
	text-align:center;
}
.speciallist{
	margin-bottom:8px;
}
.specialimgs img{
	margin:0px 5px 10px;
}