#pagecontainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageback.png);
}

#footer {
	height: 50px;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

#textureback {
	background-image: url(../images/services_texture-back.jpg);
	background-repeat: repeat-y;
}
#textarea {
	float: right;
	color: #715F4B;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 40px;
	width: 650px;
	background-image: url(../images/services_divider_line.jpg);
	background-repeat: repeat-y;
	background-position: 420px;
}




/*Sub Naviagtion Styles*/	


#subnav {
	float: left;
	width: 218px;
	padding-top: 30px;
}
#navside {
	float: right;
	width: 41px;
}
#leftcol {
	width: 265px;
	float: left;
}


#subnav li {
	padding-top: 0px;
	padding-right: 0px;
	background-image: url(../images/sub_nav_under.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(../images/services_nav_arrow.jpg);
	list-style-position: inside;
	display:list-item;
	padding-left: 10px;
	
	
	
}
#subnav ul {
	margin: 0px 0px 0px 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#subnav li a {
	text-decoration: none;
	color: #3C0;
}
#subnav li a:hover {
	text-decoration: none;
	color: #715F4B;

}



/*Type Styles*/	


h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: normal;
	line-height: 35px;
}
h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #715F4B;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #715F4B;
}

h4 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	color: #5fa519;
	line-height: 24px;
	font-weight: normal;
}
.introcopy {
	font-weight: bold;
	font-size: 14px;
}
#maincol {
	float: left;
	width: 400px;
}
#rightcol {
	float: right;
	width: 205px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #5fa519;
}


#textarea a:hover {
	
color: #3C0;
}

#textarea a:visited {
	
color: #4e4132;
}

#maincol ul {

	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#maincol li {
	list-style-position: outside	
}


