/* CSS Document */

body {
	margin: 14px;
	background-color: #292929;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	}
	
.textcontainer {
	background: url(../images/homepage/left_page_text_bg.jpg) no-repeat;
	}
	
.footercontainer {
	background:url(../images/homepage/bottom_row_bg.jpg) no-repeat;
	}
	
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.37em;
	color: #070506;
	padding: 52px 29px 0 20px;
	}
	
.footer {
	padding: 23px 240px 0 240px;
	}
	
.footerheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005e00;
	font-weight:bold;
	}
	
.footerhours {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #070506;
	}
	
.footerheadertwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #070506;
	padding-top: 13px;
	}
	
.footerlinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #070506;
	}
	
.footerlinks a:hover {
	text-decoration: underline;
	color: #CC6600;
	}
	
.copyright {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	color: #070506;
	}
	