@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00224a;
	background: #00224a url(../img/bgTop.jpg) repeat-x;
}
a {
	color: #003366;
}
a:hover {
	color: #666666;
}

h1 {
	color: #09173d;
	font-size: 17px;
	font-style: italic;
}

h2 {
	color: #003366;
	font-size: 13px;
	font-family: georgia;
}

h3 {
	color: #003366;
	font-size: 14px;
	margin-bottom: 0;
}

.back {
	color: #22377a;
	font-style: italic;
}

/* Layout Styling */

#top {
	margin: 0 auto;
	width: 760px;
	height: 59px;
}

#navContainer {
	margin: 0 auto;
	width: 760px;
	height: 23px;
	background: #000 url(../img/navBg.jpg) repeat;
}

#header {
	margin: 0 auto;
	width: 760px;
	height: 215px;
}

#features {
	margin: 0 auto;
	width: 760px;
	height: 44px;
	background-color: #dfdcd1;
}

#searchBox {
	float: left;
	height: 44px;
	width: 471px;
	background: #dfdcd1 url(../img/searchBg.jpg) no-repeat;
	line-height: 46px;
	color: #ff9000;
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	_padding-top: 10px;
	_height: 34px;
}

#contentWrapper {
	margin: 0 auto;
	width: 760px;
	background-color: #dfdcd1;
}

#content {
	padding: 5px 20px 20px 20px;
	background-color: #dfdcd1;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 20px;
	background: #000 url(../img/footerBg.jpg) repeat;
	line-height: 20px;
	color: white;
	font-size: 11px;
	padding-left: 10px;
}

#footer a{
	color: white;
	text-decoration: none;
}

/* Features Icon Styling */

#features img.icon {
	float: right;
	cursor: pointer;
}

/* Navigation Styling */

.nav{
width: 100%;
overflow: hidden;
}

.nav ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
padding-top: 1px;
}

.nav li{
display: inline;
margin: 0;
}

.nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 15px 4px 15px; /*padding inside each tab*/
color: white;
}

.nav li a:hover{
color: #ff9000;
}

.nav li a:hover, .nav li.selected a{
background: #011f47; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* Right Column Styling */

#rightColumn {
	float: right;
	border-left: 1px dashed #bbb;
	width: 200px;
	height: 290px;
	padding: 0 10px 0 20px;
	margin-left: 10px;
	margin-top: 10px;
}

#rightColumn .list ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */

z-index: 900;
}
	
#rightColumn .list ul li{
	position: relative;
	border-bottom: 2px groove #fff;
	width: 130px;
	color: #09173d;
}
	
/*Sub level menu items */
#rightColumn .list ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
margin-left: 0px;
visibility: hidden;
border: 1px solid #405598 !important;
z-index: 1000;
}

#rightColumn .list ul li ul li{
	position: relative;
	border-bottom: 0;
}

/* Sub level menu links style */
#rightColumn .list ul li a, #rightColumn .list ul li a:hover {
display: block;
overflow: auto; /*force hasLayout in IE7 */
font: normal 16px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #09173d;
text-decoration: none;
padding: 5px 5px;
width: 120px;
}

#rightColumn .list ul li ul li a {
background-color: #fff;
width: 120px;
font-size: 12px;
}

#rightColumn .list ul li ul li a:hover {
	background-color: #eee;
	width: 120px;
	font-size: 12px;
}

#rightColumn .list ul li a:hover{
background-color: #eee;
}

#rightColumn .list .subfolderstyle{
background: transparent;
}

	
/* Holly Hack for IE \*/
* html #rightColumn .list ul li { float: left; height: 1%; }
* html #rightColumn .list ul li a { height: 1%; }
/* End */

/* Graphic Callout "Right Column" */

.rightCallout {
	float: right;
	width: 200px;
	padding: 0 10px 0 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.callout
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #003366;
    width: 100%;
    padding: 20px;
    text-align: left;
    background-color: #eee;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 11px;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

.callout li {
	margin-left: -20px;
}

/* Form Styling */

label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

/* Gallup Award (Footer Update) */

#gallup {
	margin: 0 auto;
	width: 760px;
	height: 97px;
	background: url(../img/gallupbg.jpg) repeat-x;
	color: white;
	margin-top: 3px;
}

#gallupcontent {
	padding-top: 15px;
	font-size: 11px;
	margin-right: 10px;
}

.gallupbtn {
	margin-top: 5px;
}

#gallupcontent strong {
	color: #a8b6de;
}