@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F0F0F0;
	line-height: 18px;
}

h1 {
	margin-top: -10px;
	margin-bottom: -18px;
	color: fuchsia;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
}



h4 {
	margin-top: 3px;
	font-size: .7em;
	color: #777;
	width: 340px;
}



.oneColFixCtrHdr #wrapper {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #mastHead {
	margin-top: 35px;
	height: 81px;
	vertical-align: middle;
}

.oneColFixCtrHdr #wrapper #topBanner {
	width: 960px;
	height: 227px;
	padding: 0 0 8px 0;
	margin: 0;
}

.oneColFixCtrHdr #wrapper #mainContent {
	background-color: #fff;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
}

.oneColFixCtrHdr #wrapper #mainContent h1 {
	color: #597d0a;
	clear: left;
	padding-bottom: 30px;
	font: bold 18px/24px arial;
	
}

.oneColFixCtrHdr #wrapper #mainContent h2 {
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #wrapper #mainContent h3 {
	font-size: 12px;
	color: #4C8501;
	height: 14px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
	
}



.oneColFixCtrHdr #wrapper #mainContent h5 {
	font-size: 17px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.oneColFixCtrHdr #wrapper #mainContent h6 {
	font-size: 12px;
	color: #666;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #wrapper #mainContent p {
	line-height: 18px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr #wrapper #mainContent ol li {
	margin-top: 12px;
}

.oneColFixCtrHdr #wrapper #mainContent a {
	color: #597d0a;
	font-weight: bold;
}

.subject {
	color: black;
	font-weight: normal;
	font-style: normal;
}

.oneColFixCtrHdr #wrapper #mainContent p a:hover     {
	color: #ce1017;
	text-decoration: underline;
}

.oneColFixCtrHdr #wrapper #mainContent #Features {
	width: 500px;
	text-align: left;
	float: left;
	background-color: #fff;

}

.FeatureImg
{
	float: left;
	width: 100px;
	padding: 0;
	margin: 0 20px 15px 0;
}

.FeatureTxt
{
	float: left;
	width: 380px;
	padding: 0;
	margin: 0 0 15px 0;
}
.clear, .clr {
	clear: both;
	margin: 0;
	padding: 0;
}

.FeatureCol2 {
	width: 380px;
	text-align: left;
	float: right;
}


/* @group Feature Tabs */

#blueTabs {
	float: left;
	width: 960px;
	height: 26px;
	margin-bottom: 0;
	font-size: .8em;
	color: #000;
}
#blueTabs.big {
	width: 960px;
}
#blueTabs ul {
	margin: 0;
	padding: 0 6px 0 0px;
	list-style: none;
}
#blueTabs li {
	float: left;
	margin: 0;
	display: block;
}
#blueTabs a {
	float: left;
	display: block;
	background: url(../img/prod_tabs_back_left.gif) no-repeat left top;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
#blueTabs span {
	background: url(../img/prod_tabs_back_right.gif) no-repeat left top;
	padding: 5px 27px 5px 16px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#blueTabs span {
	display: block;
}
#blueTabs a { float:none; }
/* End IE5-Mac hack */

#blueTabs a:hover {
	color: #333;
	background-image: url(../img/prod_tabs_front_left.gif);
}
#blueTabs a:hover span {
	background-image: url(../img/prod_tabs_front_right.gif);
}
#blueTabs #current a {
	background-image: url(../img/prod_tabs_front_left.gif);
	text-decoration: none;
	border-width: 0;
	font-weight: bold;
}
#blueTabs #current span {
	background-image: url(../img/prod_tabs_front_right.gif);
	color: #000;
	padding-bottom: 3px;
	border-width: 0;
}
#blueTabs #current a:hover {
	color: #333;
	text-decoration: none;
	border-width: 0;
}
#blueTabs #current a:hover span {
	background-image: url(../img/prod_tabs_front_right.gif);
	border-width: 0;
}

/* @end */

/* @group Table Styles */

div.tableStyle table{
	border: 0;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div.tableStyle tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

div.tableStyle tbody tr.first th.first h4 {
	padding: 0;
	padding-bottom: 5px;
}

div.tableStyle tbody tr.first th h4 {
	padding: 0 0 0 0px;
}

div.tableStyle tbody tr td {
	padding: 4px 0 4px 10px;
	text-align: left;
}

div.tableStyle tbody tr th {
	padding: 8px 0 8px 10px;
	text-align: left;
	vertical-align: bottom;
}


div.tableStyle tbody tr td.first {
	padding: 0;
}

div.tableStyle tbody tr td.first hr {
	margin: 5px 0;
	border-bottom: 1px;
}

div.tableStyle tbody tr:hover {
	background-color: #f2f2f2;
}

div.tableStyle tbody tr.first:hover {
	background-color: #ffffff;
}

div.tableStyle table tbody tr.headerRow:hover {
	background-color: #ffffff;
}




/* @end */

#featureFooter {
	background-color: #cbdfe9;
	width: 100%;
	margin-top: 30px;
}




/*	Footer */

#footer {
	background-color:#a7a7a7 !important;
	color: #fff;
	font-size: .8em;
margin: 5px auto;
	padding: 10px 0 15px 0;
	z-index:1000;
	display:block;

}

#footer img {	
	float: left;	
	padding: 5px 0px 0px 0;
	margin-left: 20px;
	margin-right: 5px;
}

#footer_left{
	float:left;
}

#footer_left ul {
	padding: 10px 0 10px 0px;
	display: inline;
}

#footer_left li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 8px 0 8px;
	list-style-type: none;
	border-left: 1px solid #ffffff;
}

#footer_left li.first {
	border: none;
}

#footer_left img a{
	text-decoration:none;
	border:0px;
	
}

#footer_left a{
	color:#fff;
	text-decoration:none;
}


#footer_left b{
	position:relative;
	top:4px;
	
}

#footer_right{
	float:right;
}

#footer_right ul {
	padding: 10px 0 10px 10px;
	display: inline;
}

#footer_right li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 8px 0 8px;
	list-style-type: none;
	border-left: 1px solid #ffffff;
}

#footer_right li.first {
	border: none;
}

#footer_right a{
	color:#fff;
	text-decoration:none;
}

#footer_right a:hover{
	text-decoration:underline;
}

#postFooter p {
	float: left;
	font-size: 0.9em;
	color: #a7a7a7;
	padding: 3px 10px 10px;
}

#postFooter p a {
	color: #a7a7a7;
}
.clear{clear:both;}

#mastHead img {
	margin: 0 0 0 40px;
}

div#mastHead {
	background: url(../img/header_bkg.gif) repeat-x;
	width: 960px;
	height: 75px;
}
