@charset "UTF-8";
/* CSS Document */

/* Wrapper information */

#wrapper {
	width: 870px;
	background-image: url(images/wrapper_backer.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: center;
}
/* Body information */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Header information */

#header {
	width: 850px;
	height: 157px;
	background-image: url(images/header_backer.jpg);
	background-color: #FFF;
	margin:0;
}
/* Applies to footer links, unvisited and visited */
#header a, #header a:link, #header a:visited {
	text-decoration:none;
	color:#679a34;
	outline-style:none;
	font-weight: bold;
}
/* Footer hover and active links */
#header a:hover, #header a:active {
	text-decoration:none;
	color:#333;
	outline-style:none;
	font-weight: bold;
}
/* Nav bar information */

#nav {
	width: 850px;
	float: left;
	margin: 0px auto;
	background-image: url(images/nav_backer.jpg);
	background-repeat: repeat-x;
}
#nav ul {
	list-style: none;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #ccc;
}
#nav li a:hover, #nav li.selected a:link, #nav li.selected a:visited {
	color: #679a34;
	background-color: #666;
}
/* Image bar information */

#image {
	width:850px;
	height:195px;
	background-image: url(images/main_image.jpg);
	background-repeat:none;
	text-align: center;
	margin: 0;
	clear: both;
}
/* Style for main content column */

#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* Body area information */

#bodyarea {
	width: 850px;
	background-color: #FFF;
	margin:5px 0 0 0;
	overflow:auto;
	clear: both;
}
/* Home content information */

#homecontent {
	width: 495px;
	float: left;
	padding:0 25px;
}
/* Home side information */

#homeside {
	width: 275px;
	padding:10px 15px 0 15px;
	float: right;
}
/* Header 1 info in review header */

#review h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#679a34;
	font-weight:normal;
}
/* Review container information */

#review {
	width: 258px;
	padding:10px 10px;
	background-image: url(images/sidebar_backer.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	margin-bottom:25px;
}
/* Header 1 info in newsletter header */

#newsletter h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color:#679a34;
	font-weight:normal;
}
/* newsletter container information */

#newsletter {
	width: 258px;
	padding:10px 10px 25px 10px;
	background-image: url(images/sidebar_backer.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	margin-bottom:25px;
}
/* paragraph style in review and newsletter containers */

#review p, #newsletter p {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
/* Sub page body area information */

#subcontent {
	width: 830px;
	min-height: 350px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
/* Page footer style */

#footer {
	width: 850px;
	background-image: url(images/nav_backer.jpg);
	background-repeat: repeat-x;
	padding:5px 0;
	text-align: center;
}
/* Applies to footer links, unvisited and visited */
#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
	outline-style:none;
	font-weight: bold;
}
/* Footer hover and active links */
#footer a:hover, #footer a:active {
	text-decoration:none;
	color:#333;
	outline-style:none;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #679a34;
	text-decoration: none;
}
a:visited {
	color: #679a34;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
p {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
.emphasis {
	color: #679a34;
	font-weight: bold;
	font-style: italic;
}
.name {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}
.address {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: right;
}
.fb {
	text-align: right;
}
.footer {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
}
.legal {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 12pt;
	font-style:italic;
}
.bold {
	font-weight:bold;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	line-height: 12pt;
	list-style-type: disc;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #679a34;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #666;
}
ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	list-style-type: lower-roman;
}

