/*
	(c) 2010 Certuspact LLC. (www.cetuspact.com)
	All Rights Reserved
	
	CSS developed by Kash Wimer, James Logan
*/
@charset "utf-8";

* {
	margin: 0px;
}
html,body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
}
div#content {
	margin-top: 140px; /*absolute positioning of the nav bar 65px plus 10 for plain margin*/
	width:740px;
}
div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	/* the bottom margin is the negative value of the footer's height */
}
div#push {
	height: 40px; /* .push must be the same height as .footer */
}

div#footer {	
	height: 40px;
	width: 100%;
	color: #000;
	text-align: left;
	vertical-align: middle;
	background: url(../graphics/bg_footer.jpg) repeat-x;
}
.footer_text {
padding-top: 20px;
	
}
img {
	border: none;
}
#content .left{
	float: left;
}
#content .right{
	float: right;
}
#content a img {
	border: 0px;
}
#content h1,h2,h3 {
	margin: 10px 0px 10px 15px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10pt;
	/* border-bottom: thin solid Green; */
}
#content h1.title{
	font-family: Franklin Gothic Book, Verdana, Arial;
	font-weight: bold;
	font-size: 25pt;
	width: 100%;
	border-bottom: 1px solid #231F20;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10pt;
}
#content h3 {
	color: #009900; 
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}
#content p {
	/* line-height: 17px; */
	margin: 5px 15px 15px 15px;
}
#content td {
	vertical-align: top;
}
#content li {
	margin: 7px 15px 7px 15px; /* line-height: 17px; */
	
}
#content li h3 {
	margin-left: 0px;
	margin-bottom: 5px;
}
.not_selected {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	line-height: 30px;
}
.selected {
	color: #55683b;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 20px;
	line-height: 30px;
}
.trademark {
	font-size: 0.50em;
}
/* images */
#body_image {
	margin: 15px 15px 15px 15px;
	border: 1px solid #000;
}
/* misc */
.error {
	color: red;
}
sup{
	font-size: .75em;
}
ol{
	margin-left: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:10px; 	
}
#content ol li{		
	voice-family: "\";	
}\""; 
	voice-family:inherit;
	margin-left: 40px;		
}
#content ul li{		
	voice-family: "\";	
}\""; 
	voice-family:inherit;
	margin-left: 40px;		
}
