@charset "utf-8";
/* CSS Document */

html *{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

* :focus { outline: 0; }

#container{
	width: 870px;
	margin: 0px auto;
}

#topnav{
	/*color: #b5ac9f;*/
	color: #666666;
	font-size: 0.75em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}

#topnav a{
	color: #666666;
	text-decoration: none;
	padding-left: 18px;
	line-height: 16px;
}

#topnav a.back{
	background: url(../images/back.jpg) no-repeat left center;
	float: left;
}

#topnav a.close{
	background: url(../images/close.jpg) no-repeat left center;
	float: right;
}

#header{
	border-bottom: 1px solid #e7e7e7;
	height: 50px;
	margin-bottom: 35px;
}

#header h1{
	color: #92cc57;
	font-size: 1.5em;
	float: left;
	font-weight: normal;
}

#header a{
	float: right;
	width: 296px;
	height: 39px;
}

#subheader{
	height: 50px;
}

#subheader h2{
	float: left;
	color: #006699;
	font-size: 1.5em;
	font-weight: normal;
	width: 625px;
}

#subheader #links{
	float: right;
	width: 225px; /*USE THIS LINE FOR ORIGINAL CSS */
	/*width: 81px; REM THIS LINE FOR ORIGINAL CSS */
	margin-right: 2px;
}

#subheader a{
	height: 25px;
	width: 96px;
	float: left;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: .65em;
	line-height: 26px;
	text-align: right;
	padding-top: 1px;
}
/* THIS IS THE TEMPROARY CSS FOR THE PRINT ONLY SECTION */

/*#subheader .print{
	background: url(../images/print.jpg) no-repeat top left;
	padding-right: 15px;
	width: 81px;
	margin-right: 32px;
}*/
/* END TEMPROARY CSS FOR THE PRINT ONLY SECTION */


/* THIS IS THE ORIGINAL CSS FOR THE PRINT SAVE SECTION*/
#subheader .print{
	background: url(../images/print.jpg) no-repeat top left;
	padding-right: 15px;
	width: 81px;
	margin-right: 32px;
}

#subheader .save{
	background: url(../images/save.jpg) no-repeat top left;
	padding-right: 6px;
	width: 90px;
}

/*END ORIGINAL CSS FOR THE PRINT SAVE SECTION*/


#menu{
	height: 36px;
	list-style: none;
	background: url(../images/menu-border.jpg) repeat-x top left;
	width: 870px;
}

#menu li{
	float: left;
	display: inline;
	margin-left: 1px;
}

#menu li#m_info{
	margin-left: 0;
	width: 182px;
}

#menu li#m_rate{ width: 98px;}
#menu li#m_date{ width: 152px;}
#menu li#m_spec{ width: 183px;}
#menu li#m_ad{ width: 164px;}
#menu li#m_con{ width: 125px;}
#menu li#m_archive{ width: 125px;}

#menu li a{
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: .9em;
	color: #FFF;
	background: url(../images/menu.jpg) repeat-x top left;
	text-decoration: none;
}

#menu li a:hover, #menu li.on a{
	background-position: bottom left;
	color: #000;
}

#content{
	padding-top: 30px;
}

#content #pdflinks{
	background-color: #f0f6e8;
	border: 1px solid #cddb8c;
	float: right;
	height: 27px;
	white-space:nowrap;
	margin-top: -15px;
	margin-bottom: 10px;
}

#content #pdflinks a{
	font-size: 11px;
	color: #000;
	line-height: 27px;
	background: url(../images/pdficon2.jpg) no-repeat left center;
	padding: 2px 0px 2px 20px;
	margin: 0px 10px;
}

#content h3{
	color: #92cc57;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 15px;
	
}

#content h4{
	color: #669933;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 25px;
}

#content p{
	padding: 9px 20px 9px 20px;
	font-size: .8em;
	color: #333333;
	line-height: 1.8em;
}

#content ol{
	padding: 9px 40px 9px 40px;
	font-size: .8em;
	color: #333333;
	line-height: 1.8em;
	
}

ol.lowercased{
	list-style-type:lower-alpha;
}

#content strong{
	color: #0078c9;
	text-transform: uppercase;
	font-size: 1.1em;
}

#content span{
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
}

#content span.sub{
	font-size: 1em;
	color: #666;
}

#content .conDiv{
	padding: 0px 20px 0px 20px;
	font-size: .8em;
	clear: both;
	
}

#content .conDiv span.sub{
	float: left;
	width: 120px;
	line-height: 1.8em;
	margin-left: 20px;
	background-color: #edf0ff;
	padding: 2px;
}

#content .conDiv p{
	padding: 2px;
	margin: 0px;
	float: left;
	width: 500px;
	font-size: 1em;
	border-top: 1px solid #edf0ff;
}

#content .conHead{
	clear: both;
}

table.rateTable{
	border: 1px solid #757575;
	width: 100%;
	margin: 9px;

}

table.rateTable th{
	background: #757575;
	padding: 2px 20px;
	text-align: center;
	color: #FFF;
	font-size: .8em;
	
}

table.rateTable td{
	font-size: .8em;
	color: #333333;
	padding: 2px 20px;
	text-align: center;
	vertical-align: top;
	
}

table.rateTable tr.odd{
	background-color: #edf0ff;
}

table.rateTable td.textLeft{
	text-align: left;
}

table.mechTable tr.boldRow td{
	font-weight: bold;
}

table.contactTable{
	width: 75%;
}

table.contactTable td{
	text-align: left;
}

table.contactTable td.first{
	font-weight: bold;
	width: 25%;
}

table.rateTable {
	width: 350px;
}

td a, p a{
	color: #006699;
}

a img{border: 0; }

.nowrap, .textnowrap{
	white-space: nowrap;
}

.infoDiv{
	clear: right;	
}

sup {
	vertical-align: baseline;
	position: relative;
	bottom: .5em;
	font-size: .75em;

}

table.moreTop{margin-top: 15px;}
#content h4.lessTop{padding-top: 5px}
