@charset "utf-8";
/* global styles */
html, body{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #262523;
}
p{
	margin: 0;
	padding: 0;
}
.clr{
	clear: both;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li{
	background-image: url(../images/interface/arrow.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
}
a{
	text-decoration: none;
	color: #656565;
}
h3{
 color: #7dad20;
 font-size: 1.2em;
}
h4, h5{
 color: #7dad20;
 font-size: 1.1em;
}
.floatLeft{
 float: left;
 width: 50%;
}
.floatRight{
 float: right;
 width: 50%;
}
/*site structure*/
#siteContainer{
	margin: 15px auto 15px auto;
	width: 800px;
}

#headerContainer{

}
#headerLogo{
	float: left;
	width: 50%;
}
#headerTel{
	float: right;
	width: 50%;
	text-align: right;
}

#topNav{
	
}
#bodyContainer{
	margin-top: 10px;
}
#footerContainer{
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
}

#bottomNav{
	color: #656565;
	margin-top:  10px;
}

#bodyNav{
	margin: 8px 0 8px 0;
}
#bodyNav a,#bodyNav a:link{
 color: #fff;
 text-decoration: underline;
}
#bodyContent{
	background-color: #2a2925;
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}
#bodyContent  h1, #bodyContent  h2, #homeContent  h1, #homeContent h2{
	letter-spacing: normal;
	visibility: visible;
	margin: 0;
	padding: 0;
}
#bodyLeft{
	float: left;
	width: 150px;
}

#bodyRightText{
	float: left;
	width: 330px;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #3F3F3F;
}
#bodyRightImg{
	float: right;
	padding: 10px;
}
#bodyRightFull{
 width: 600px;
 padding: 20px 0 20px 20px;
 border-left: 1px solid #3F3F3F;
 float: left;
}

/*homepage styles*/
#homeContent{
	background-repeat: no-repeat; 
	height: 321px;
}
#homeLeft{
	float:left; 
	width: 50%
}
#homeRight{
	float:right; 
	width: 45%;
	padding-right: 10px;
}

#homeContent h1{
	margin: 30px 0 10px 0;
}
#bodyContent  h2{
	font-size: 30px;
	margin-top: -10px;
}
#homeContent h2{
	font-size: 48px;
	margin-top: -10px;
}
#homeContent h1 span, #bodyContent  h1 span{
	font-size: 12px;
	background-color: #7DAD20;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding: 4px;
	font-weight: normal;
}
#homeContent h1, #bodyContent  h1{
	margin-bottom: 20px;
 }
 #bodyContent  h1{
  text-transform: uppercase;
 }
#homeContent p{
	color: #000;
	margin-bottom: 10px;
}
#homeContent li{
	float: left;
	margin-right: 10px;
}
#homeContent a{
	color: #76AC20;
	font-weight: bold;
}
/*site styles*/
#bodyRightText a, #bodyRightText a:link{
 color: #7dad20;
 text-decoration: underline;
}
#bodyRightText a:hover{
 color: #656565;
}
#headerTel p{
	font-size: 20px;
	margin: 0;
	padding-top: 15px;
}
#headerTel b{
	color: #8C8C8C;
	font-size: 18px;
	font-weight: normal;
}
#footerContainer p{
	margin: 15px 0 5px 0;
}
#footerContainer .box{
	width: 250px;
	padding: 0;
	color: #666;
	margin-top: 5px;
	float: left;
}
#footerContainer .box ul a{
	font-weight: bold;
}
#footerContainer img{
	padding: 0 5px 5px 0;
}
#footerContainer .blue{
	background-color: #4D8498;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 4px;
	font-size: 12px;
}
#footerContainer .bLine{
	background-image: url(../images/interface/b.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footerContainer .pLine{
	background-image: url(../images/interface/p.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	*margin-top: -10px;
	margin-bottom: 5px;
}
#footerContainer .gLine{
	background-image: url(../images/interface/g.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footerContainer .pink{
	background-color:#CC9D93;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 4px;
	font-size: 12px;
}
#footerContainer .green{
	background-color: #6D7B62;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 4px;
	font-size: 12px;
}

#footerContainer .separator{
	float: left;
	width: 14px;
	min-height: 160px;
	*height: 160px;
	background-image: url(../images/interface/grey.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.sitemap a, .sitemap a:link{
 color: #fff;
}
.sitemap li{
 margin-bottom: 3px;
}
.listing{
 margin-bottom: 10px;
 border-bottom: 1px solid #fff;
 padding: 5px 0 5px 0;
}
.listing div{
 font-weight: bold;
 font-size: 1.2em;
}
.listing a, .listing a:link{
 color: #7dad20;
}
/*top menu*/
#topNav ul{
	height: 32px;
	line-height:  32px;
}
#topNav li{
	background-image: none;
	padding: 0;
	float: left;
	text-align: center;
	border-right: 1px solid #3f3f3f;
	background-color: #919088;
}

#topNav li.about{
 width: 78px;
}
#topNav li.office{
 width: 108px;
}
#topNav li.rental{
 width: 162px;
}
#topNav li.grounds{
 width: 162px;
}
#topNav li.xmas{
 width: 82px;
}
#topNav li.quote{
 width: 57px;
}
#topNav li.news{
 width: 52px;
}
#topNav li.contact{
 width: 92px;
}

#topNav a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	text-align: center;
}
#topNav li.noborder{
 border: none;
}
#topNav  .first{
	padding-left: 12px;
}
#topNav a:hover{
	background-color: #666;
}
#topNav .on{
	background-color: #666;
}

#bottomNav p{
	margin: 0;
	padding: 0;
}
#bodyRightImg .smallImg{
	float: left;
	width:78px;
}
#bodyLeft a{
	color: #fff;
	font-weight: bold;
}
#bodyLeft a:hover{
	color: #7dad20;
}
#bodyLeft .on{
	color: #7DAD20;
}
#bodyLeft .getQuote{
	border-bottom: solid 1px #3F3F3F;
}
#bodyLeft ul{
	padding: 10px;
}
#bodyLeft li{
	margin-top: 5px;
}
.items{
	border-bottom: 1px solid #3F3F3F;
	padding: 10px 0 10px 0;
}
.items img{
	padding-right: 10px;
}
.items b{
	color: #7DAD20;
	text-transform: uppercase;
}
.items a{
	font-weight: bold;
	color: #fff;
}
.items b a{
	font-weight: bold;
	color: #7DAD20;
}

.items ul{
	margin-top: 5px;
	margin-left: 88px;
}

/* FORMS */

form .textRow{
 margin-bottom: 5px;
}

form .textRow .floatLeft{
 width: 30%;
 float: left;
}

form .textRow .floatRight{
 width: 65%;
 float: right;
}

form .textRow label{
 color: #fff;
 font-size: 1em;
}

form .textRow input, form .textRow select, form .textRow textarea{
 width: 100%;
 font-size: 1em;
 font-family: Arial, Helvetica, sans-serif;
 border: 1px solid #3f3f3f;
 color: #5e5e5e;
}

form .textRow textarea{
 height: 100px;
}

form .textRow select{
 font-size: 0.95em;
}

form .textRow .chkbox{
 width: auto;
 border: none;
}

form .butt1{
 color: #fff;
 background-color: #919088;
 font-size: 0.9em;
 border: 1px solid ef3e42;
 padding: 1px;
 text-transform: uppercase;
}

ul.error_message{
 color: #fff;
 font-size: 0.9em;
 font-weight: bold;
 margin-left: 0;
 padding-left: 15px;
 margin-bottom: 20px;
}

.error_message li{
 margin-left: 0;
 padding-left: 15px;
}

.redText{
 color: #ee3a42;
}