body {
	background: #FFF url(../images/body-bg.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header{
	height: 85px;
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 400px;
	position: relative;
	top: 2px;
	border: none;
	clear:both;
}
#logo img,
#logo a {
	border: none;
}
#customerSignIn {
	padding: 10px 30px 4px 4px;
	float: right;
}
#customerSignIn a:link,
#customerSignIn a:visited,
#customerSignIn a:active {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #7E7E7E;
	font-size: 12px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1px 8px;
}
#customerSignIn a:hover {
	border-color: #FD8C00;
}
#navBar {
	height: 45px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 45px;
	display: block;
}
#nav li a:link,
#nav li a:visited,
#nav li a:active{
	font: 14px/44px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	letter-spacing: 1px;
	margin-top: 1px;
	border-right: 1px solid #68B833;
}
#nav li a:hover {
	background: #3D6F1C;
}
#nav li a.activeLink {
	background: #68B833;
}
#banner {
	background: url(../images/banner-bg.jpg) no-repeat center top;
	height: 250px;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 28px;
	padding-left: 28px;
}
#banner a:link,
#banner a:active,
#banner a:visited {
	color: #FFF;
	text-decoration: none;
}
#banner a:hover {
	color: #FFF;
	text-decoration: underline;
}
#banner h2 {
	text-transform: uppercase;
	color: #FFF;
	font: bold 24px/normal Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 10px 0px 0px;
}
#banner h3 {
	text-transform: uppercase;
	color: #FFF;
	font: bold 24px/normal Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 20px 10px 10px 20px;
	border-bottom: 1px solid #4C8922;
}
#bannerImage {
	height: 230px;
	width: 400px;
	float: left;
	clear: none;
	overflow: hidden;
}
#banner ol{
	list-style: none;
	margin: 0px;
	padding: 30px 0px 0px 30px;
}
#banner ul{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#banner p,
#banner ol li, 
#banner ul li {
	color: #FFF;
	font: normal 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#banner p {
	float: left;
	padding: 0px 10px 10px;	
	margin-top: 0px;
}
#banner ol li, 
#banner ul li {
	margin: 0px 0px 10px;
	padding: 0px 20px 0px 0px;
}
#content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-bottom: 20px;
}
#content h1,h2,h3,h4 {
	color: #666;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	color: #4C8922;
	font-size: 24px;
	font-weight: bold;
}
#content h1 span{
	color: #7E7E7E;
	font-style: italic;
	font-weight: lighter;
}
#content h2 {
	font-size: 18px;
	margin-top: 35px;
	font-weight: normal;
	text-transform: capitalize;
}
#content h3 {
	font-size: 16px;
	margin-top: 35px;
	font-weight: normal;
	text-transform: capitalize;
}
#content p {
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: left;
	line-height: 18px;
}
#content .legal p {
	text-align: justify;
	font: 11px/14px Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
#cellFull {}
#cellLeft {
	float: left;
	width: 580px;
	min-height:500px;
	padding-left: 30px;
}
#cellRight {
	margin-left: 660px;
	width: 270px;
}
#cellRight hr {
	background: url(../images/divider-260.png) no-repeat center center;
	height: 3px;
	border-style: none;	
}
#cellLeft a:link,
#cellLeft a:active,
#cellLeft a:visited{
	color: #66B331;
	text-decoration: underline;
}
#cellLeft a:hover{
	text-decoration: none;
}
#cellLeft ul{
	margin-top: 0px;
	margin-bottom: 12px;
	list-style: square;
}
#cellLeft ul li{
	line-height: 20px;
}
ol.imageList {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: auto;
}
ol.imageList li {
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}
ol.dataList {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: auto;
}
ol.dataList li {
	margin-bottom: 10px;
	margin-right: 20px;
	display: block;
	width: 200px;
	text-align: right;
}
ol.dataList li em {
	text-align: left;
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
#cellLeft .quote {
	margin-bottom: 8px;
	margin-top: 16px;
}
#cellLeft .quote p {
	font-style: italic;
	color: #999;
	font-size: 14px;
}
#cellRight .quote,
#cellRight .content_holder,
#cellRight .list {
	padding: 10px;
	margin-bottom: 10px;	
}
#cellRight .content_holder h3,
#cellRight .list h3{
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #6DA601;
}
#cellRight .list ul{
	list-style: square url(../images/bullet-gr.png) outside;
	margin: 0px 8px 0px 12px;
	padding: 8px 8px 0px 12px;
}
#cellRight .list ul li {
	margin-bottom: 6px;
	margin-left: 0px;
}
#cellRight .list ul li a:link,
#cellRight .list ul li a:active,
#cellRight .list ul li a:visited {
	color: #666;
	text-decoration: none;
	margin-left: 8px;
}
#cellRight .list ul li a:hover {
	color: #666;
	text-decoration: underline;
}
#cellRight .list ul li a.active {
	font-weight:bold;
}
#cellRight .quote {
}
#cellRight .quote p {
	font-style: italic;
	color: #999;
	font-size: 14px;
}

.quickLinks {
	padding: 10px 0px 0px;
}
.quickLinks a:link,
.quickLinks a:active,
.quickLinks a:visited {
	text-decoration: none;
	color: #666;    	
}
.quickLinks a:hover {
	text-decoration: underline;
	color: #666;    	
}
.quickLinks dl {
	margin: 0px 0px 30px;
	padding: 10px;
	list-style: none;
}
	
.quickLinks dl.darkBg {
	background: #EFEEED;
	border: 1px solid #B3B3B0;
}
.quickLinks dl dt{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.quickLinks dl dd{
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/foter-bg.jpg) repeat-x left bottom;
	height: 300px;
}
#footerLinks {
	height: 230px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer-links-bg.jpg) no-repeat center bottom;
	color: #FFF;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
}
#footerLinks a:link,
#footerLinks a:visited,
#footerLinks a:active {
	color: #FFF;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}
#footerLinks dl{
	padding: 20px 10px 40px 60px;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}
#footerLinks dt{
	font-weight: bold;
	margin-top: 12px;
	width: 160px;
}
#footerLinks dd{
	font-weight: normal;
	margin-left: 0px;
}
#footerNav {
	color: #FFF;
	font-size: 12px;
	line-height: 45px;
	text-align: center;
}
#footerNav a:link,
#footerNav a:visited,
#footerNav a:active {
	color: #6F0;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
}
#footerNav a:hover {
	text-decoration: underline;
}
#credits {
	padding: 4px 20px 2px;

}
#credits img{
	margin: 1px 1px 1px 4px;
}
#copyRight {
	font-size: 11px;
	line-height: 20px;
	float: right;
	padding-right: 20px;
}

