/******* CSS Document *******/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px; 
	text-align: left;
	background-image: url(images/body_background.jpg);
}
img{
	border: 0;
}
.highlighted {
	padding: 5px 0 5px 5px;
	background-color:#FF0;
}
p {
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}
p strong {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
a {
	color: #70B82B;
}
a:hover {
	color: #70B82B;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	color: #999999;
}
h1.grey{
	color: #999999;
}
h1.green{
	color: #003c29;
}
h1.ltgreen{
	color: #70B82B;
}
h2 {
	font-size: 22px;
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
	color: #70B82B;
}
h2 em {
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999999;
	text-transform: uppercase;
	font-style: normal;
}
h3 {
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999999;
	text-transform: uppercase;
}
ul {
	padding: 0 0 15px 15px;
	margin: 0 0 0 0;
}
/******* Nav *******/
#navwrap {
	padding: 0 0 0 0;
}
ul#nav a {
	float:left;
	display: block;
	height:28px;
	width: 215px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li {
	display: block;
	list-style-type: none;
}
ul#nav {
	clear:both;
	position:relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
li.head a {
	list-style-type: none;
	color: #002C1A;
	padding: 0 0 0 10px;
}
li.head a:hover {
	list-style-type: none;
	color: #002C1A;
	padding: 0 0 0 10px;
	background-image: url(images/btn_arrow_over.jpg);
	background-repeat: no-repeat;
}
li.head #active {
	list-style-type: none;
	display: block;
	color: #70B82B;
	padding: 0 0 0 10px;
	background-image: url(images/btn_arrow_over.jpg);
	background-repeat: no-repeat;
}
li.sub a {
	list-style-type: none;
	color: #999999;
	padding: 0 0 0 20px;
}
li.sub a:hover {
	list-style-type: none;
	color: #999999;
	padding: 0 0 0 20px;
	background-image: url(images/btn_arrowsub_over.jpg);
	background-repeat: no-repeat;
}
li.sub #active {
	list-style-type: none;
	display: block;
	color: #70B82B;
	padding: 0 0 0 20px;
	background-image: url(images/btn_arrowsub_over.jpg);
	background-repeat: no-repeat;
}
/* Added a 'subsub' menu for 'Service Descriptions' */
/* style overwrites, keep this class below the other '.sub' classes */
li.subsub a,
li.subsub a:hover,
li.subsub #active{
	padding-left:40px;
	background-position:20px 0px;
}




/******* Page Elements *******/
#mainframe {
	width: 1000px;
	margin: 0px auto;
}
#columnwrap {
	width: 950px;
	float: right;
	padding: 0 25px 0 25px;
	background-image: url(images/page_background.jpg);
}
#column {
	width: 950px;
	float: right;
	padding: 0 0 0 0;
	background-image: url(images/column_background.jpg);
	background-repeat: no-repeat;
}
#headerwrap {
	width: 950px;
	height: 120px;
	padding: 25px 25px 0 25px;
	background-image: url(images/headerwrap_background.jpg);
}
#header {
	width: 950px;
	height: 120px;
	padding: 0 0 0 0;
	background-image: url(images/header_background.jpg);
	cursor: pointer;
}
#mainstripwrap {
	width: 950px;
	height: 170px;
	padding: 0 25px 0 25px;
	background-image: url(images/page_background.jpg);
}
#mainstrip {
	width: 950px;
	height: 170px;
	padding: 0 0 0 0;
}
#leftcell {
	width: 320px;
	float: left;
	text-align: left;
}
.leftcolumn {
	width: 245px;
	padding: 95px 0 40px 60px;
	text-align: left;
	float: left;
}
#rightcell {
	width: 630px;
	float: right;
	text-align: left;
}
.rightcolumn {
	width: 520px;
	padding: 80px 60px 30px 40px;
	text-align: left;
	float: left;
}
.home-page {padding-right: 0 !important; width: 590px; }
/******* Footer *******/
#footer {
	width: 920px;
	height: 35px;
	padding: 40px 40px 50px 40px;
	float: left;
	background-image: url(/images/footer_background.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}
#footer a {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
}
#footerleft {
	width: 360px;
	float: left;
}
#footerright {
	width: 560px;
	float: left;
	text-align: right;
	padding: 0 0 0 0;
}
#footer li {
	display: inline;
	padding: 0 0 0 0;
}
#footer ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	height: 5px;
}
/******* Form ********/

#form {
	width: 265px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
}
#formwrap {
	padding: 0 0 0 0;
}
#form .single {
	border: 1px solid #CCCCCC;
	height: 20px;
	padding: 5px 0 0 5px;
	color: #333333;
	font-size: 12px;
	width: 263px;
}

#form .error {
	border: 1px solid #600;
	height: 20px;
	padding: 5px 0 0 5px;
	color: #333333;
	font-size: 12px;
	width: 263px;
	background-color:#F2F2F2;
}

#form #submitbtn {
	float: left;
}
#form label {
	float: left;
	width: 265px;
	display: inline;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
#form .formtextbox {
	font-size: 9pt;
	width: 265px;
}
#form textarea {
	padding: 5px 0 0 5px;
	color: #333333;
	font-size: 12px;
	width: 263px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#form p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#send {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}
.addresswrap {
	padding: 0 0 0 0;
	width: 180px;
	float: right;
}
/******* Portfolio ********/
/* category page */
ul.gallery-categories{
	list-style: none;		
	margin-left: 0;
	padding-left: 0;
}
.gallery-categories li{
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}
.gallery-categories img{
	display: block;
	margin-bottom: 6px;
	
}
.gallery-categories a{
	color: white;
	font-size: 12px;
	display: block;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	background-color: #002C1A;
	padding-bottom: 6px;
} 
.gallery-categories a:hover{
	color: #70B82B;
}

.portfoliowrap {
	width: 555px;
	padding: 0 0 155px 0;
	margin: 0px auto;
}
.portfoliowrapbottom {
	width: 555px;
	padding: 0 0 0 0;
	margin: 0px auto;
}
.galleryrow {
	width: 555px;
	background-image: url(images/gallery_row_background.gif);
	text-align: left;
	padding: 0 0 0 0;
	float: left;
}
.galleryrow ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.galleryrow li {
	float: left;
	height: 35px;
	width: 55px;
	display: inline;
	padding: 0 10px 10px 0;
}
.galleryrow a {
	float: left;
	height: 35px;
	width: 55px;
	display: inline;
	border:  #999999 solid 2px;
}
.galleryrow a:hover {
	border:  #70B82B solid 2px;
}
.thumbholder {
	background-color: #e7ebdc;
	height: 35px;
	width: 55px;
}

.assoclogos a {
	border: none;
	text-decoration: none;
}




.singleinsetimage {
	padding: 0 0 0 0;
	height: 166px;
	width: 125px;
	float: left;
	border: #918F94 2px solid;
	background-color:#CCC;
}
.singleinsetwrap {
	padding: 8px 23px 0 0;
	height: 170px;
	width: 125px;
	float: left;
}


.discountinsetimage {
	padding: 0 0 0 0;
	float: left;
	background-color:#CCC;
}
.discountinsetwrap {
	padding: 8px 20px 10px 0;
	float: left;
}



#overview_chart{
	clear: both;
	position: relative;
	background-color: #024d2e;
	margin: 0 60px 0 60px;
	border: 1px solid #7ac243;
	padding: 5px;
}
#overview_chart .discount{
	position:static;
/*	top: 396px;
	left: 602px;*/
}
#overview_chart td{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #fff;
}
#overview_chart li{
	color: #79c242;
}
#overview_chart .program{
	background-image: url(images/program_table_bg.png);
	background-repeat: repeat-x;
	width: 41%;
}
#overview_chart .program h2{
	color: #043f27;
	font-size: 17px;
}
#overview_chart .upgrade ul{
	width: 30%;
	float: left;
}
.overview_heading{
	clear: both;
	margin-left: 60px;
}
.post_chart{
	text-align: center;
	margin: 20px 60px;
}

/* HOME */
.keyareas div{
	text-align: left;
	float: left;
	width: 131px;
	margin: 0 15px 24px 0;	
	background-color: #002c1b;
	height: 190px;
}
.keyareas a img{
	display: block;
	padding-bottom: 6px;	
}
.keyareas a{
	color: #fff;
	font-size: 13px;
	display: block;
	text-decoration: none;	
	line-height: 16px;
	text-align: center;
	padding-bottom: 6px;
	margin: 0;
}
.keyareas a:hover{
	color: #70B82B;
}
.keyareas div.snow-removal{ margin-right: 0;}
.keyareas ul{
	padding: 0;
	margin-left: 30px;
	text-align: left;
	list-style: none;
}
.keyareas li{
	margin: 0;
	padding: 0;
}
.keyareas li a{
	text-align: left;
	color: #fff;	
	font-size: 12px;
	line-height: 12px;
}
.keyareas li a:hover{
	color: #70B82B;
}
.home-landscape-gallery{
	width: 244px;
	float: right;
	margin: 12px 24px 0 12px;
	text-align: center;
	line-height: 18px;
}
.home-landscape-gallery img{
	margin-bottom: 12px;
}
.home-landscape-gallery a{
	text-decoration: none;
}
.home-landscape-gallery a:hover{
	color: #002C1A;
}

.clear{
	clear: both;	
}
a.linkedin{
	background-image: url(/images/linkedin.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	display: block;
	padding-left: 24px;
}
a.email{
	background-image: url(/images/email.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	display: block;
	padding-left: 24px;
}
/* Paypal */
form.paypal{
    border: 1px dashed #999999;
    clear: both;
    display: block;
    margin: 24px 24px 24px 0;
    padding: 0 12px 12px;
}
form.paypal h2{
	font-size: 14px; font-weight: bold; text-transform: uppercase;
}
/* Misc */
.fork{
	visibility: hidden;
}
.visible .fork{
	visibility: visible;
}

