body{
margin:0;
padding:0;
line-height: 1.2em;
font-family:Arial, "lucida console", sans-serif;
color:black;
}

td{padding:0;margin:0}

p{font-size:11px;margin:.7em 0 .5em 0;padding:0;}
.home p{font-size:11px;margin:.7em 0 .5em 0;padding:0;}
b{font-weight:bold;}
em{color: red;}
h1{ font-size: 1.6em; color:#F2AB01; padding: 0; margin: 0 0 .8em 0; font-weight: normal;}
h2{ font-size: 1.2em; color:#2B3F86; padding: 0; margin: .5em 0 0 0; font-weight: normal;}
li, li a { color: #2B3F86; font-weight: bold; font-size: 11px;}
li a{ text-decoration: none; }
a img{ margin:0; padding:0; border: none;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0px;
background: #FFF;
position:relative;
margin-left:auto;
margin-right:auto;
}

#outer{
width:100%;
margin:0 auto 0 auto;
position:relative;
background:#fff url(images/bg.gif) repeat-x;

}

#topsection{
background: #08529B url('images/header.jpg') top left no-repeat;
border-bottom: 3px solid white;
color: #000;
padding-top: 122px;
}

#contentwrapper{
float: left;
}

#contentcolumn{
margin-right: 238px; /*Set right margin to RightColumnWidth*/
border-right: 1px solid #999;
padding: 15px;
min-width:525px;
}

#rightcolumn{
float: left;
width: 240px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth) */
}

#footer.products{
height:128px;
border-top: 1px solid #F2AB01;

}

#footer{
clear: left;
width: 100%;
height: 45px;
background: #F2AB01;
text-align: center;
margin:0;
padding:0;
}

#footer a{
color: #FFFF80;
}

.nav{
margin-top: 0;
padding-left: 15px;
height: 47px;
background: #438627 url('images/navbg.jpg') bottom left no-repeat;
}

.innertube { padding: 10px; }
.innertube img { margin: 5px; }

/* Home page style */

#midsection{
background: #FFF;
}

.home #leftcolumn{
float: left;
width: 388px;
margin: 10px 0px 20px 0px;
border: 1px solid #ccc;
}

.home #rightcolumn{
float: right;
width: 388px; /*Width of right column*/
margin: 10px 0px 20px 0px;
border: 1px solid #ccc;
}

/* --------------- */

ul{
list-style:disc url('images/listarrow_blue.gif') outside;
margin:.8em 0 0 1em;
padding:0;
}

.plain{
list-style-image:none;color:black;
margin-top:0px;
font-size:11px;
font-weight:normal;
}

.plain li{
color:black;
font-size:11px;
font-weight:normal;
}


a.yellowlist{ font-size: 16pt; color: #F2AB01; text-decoration: none; }
.quote{ font-size: 1em; font-style: italic; font-weight: bold; color: #9A9A9B; line-height: 1.5em; margin: 20px; }
.smallquote{ font-size: .9em; color: #9A9A9B; line-height: 1.5em; margin: 20px; }
.gray{ font-size: 10pt; font-weight: bold; color: #666666;}
.yellow{font-size: 11pt; font-weight: bold; color: #F2AB01;}
.blue{font-size: 11px; font-weight: bold; color: #2B3F86; vertical-align: top;}

.sameheighthome{height:230px;}

a.downloadlink{color:#2B3F86;text-decoration:none;font-size:11px;}
a:hover.downloadlink{text-decoration: underline;}

a{ color:#2B3F86;text-decoration:none;font-size:11px;}
a:hover{text-decoration: underline;}

.blue{color:#333884;font-size:1em;}
.smallest{font-size:.7em;}
/* -------------- menu -------------- */

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: -16px;
	list-style: none;
}

.nav li { /* all list items */
	float: left;
	position: relative;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 47px;
	left: 30px;
	filter: alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	background: #385697;
}

.nav li ul li{
	min-width: 150px;
	padding-right: 10px;
	border-bottom: 1px solid black;
}

.nav li ul li:hover{ 
	background: #858FB3;
}

.nav li ul li a{ 
	color: #fff;
	font-weight: normal;
	margin: 0 10px;
	background: transparent;
}
.nav li ul li a:hover{ 
	text-decoration: none;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


.ie6 { display: none; }
/* ---------------------------------- */
