/******* 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);
}
.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;
}
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);
}
#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;
}
/******* 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: 215px;
	float: right;
}
/******* Portfolio ********/
.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;
	height: 45px;
	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;
}
