/*  CSS Document  */

body {
	background-color: #273454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*  01-----Page Wrapper-----  */
#container {
	background-color: #E0E6FC;
	border: solid #000000;
	border-width: 0px 1px 0px 1px;
	margin: 0px auto;
	text-align: left;
	top: 0px;
	width: 792px;
	}
	
/*  02-----Top of Page-----  */	
#topwrapper {
	border: solid #000000;
	border-width: 1px 0px 0px 0px;
	}

#logo {
	height: 50px;
	float: left;
	margin: 10px 0px 5px 10px;
	position: relative;
	text-decoration: none;
	top: 0px;
	width: 200px;
	}

#cornernav {
	height: 50px;
	float: right;
	margin-right: 10px;
	position: relative;
	text-decoration: none;
	top: 00px;
	}
	
#banner {
	background-image: url(/images/banner-index.jpg);
	background-repeat: no-repeat;
	border: solid #000000;
	border-width: 1px 0px 0px 0px;
	height: 203px;
	top: 200px;
	width: 792px;
	}
	
/*  03-----Nav Bars-----  */
#navbars {
	background-color:#415991;
	position: relative;
	top: 0px;
	z-index: 11;
	}

#mainnav {
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: #415991;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	}
	

#special {
	background-image:url(/images/index-special.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color: #415991;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	}
	



/*  04-----Code for horizontal menus-----  */
.navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.navlist li {
	display: inline;
	padding: 0;
	margin: 0;
	}

.navlist a {text-decoration: none; padding: 6px 8px 5px 8px;}
.navlist a:link {color: #415991; text-decoration: none;}		
.navlist a:visited {color: #415991; text-decoration: none;}	
.navlist a:hover {color: #FFFFFF; background-color: #415991; border-top: 1px solid #000000; border-bottom: 1px solid #415991; text-decoration: none;}	

a.navlist-active {color: #FFFFFF; text-decoration: none; padding: 6px 8px 5px 8px;}
a.navlist-active:link, a.navlist-active:visited, a.navlist-active:hover {color: #FFFFFF; background-color: #415991; border-top: 1px solid #000000; border-bottom: 1px solid #415991; text-decoration: none;}

/*IE workaround*/
/*All IE browsers*/
* html .navlist li
{
padding: 0 0.2em 0 0.2em;
margin: 0 0.2em 0 -0.2em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .navlist { height: 1%; }

* html .navlist li
{
display: block;
float: left;
}
/*End hide*/

/*Mac IE 5*/
* html .navlist li:first-child { border-left: 0; }

a.corner, a.corner:link, a.corner:visited, a.corner:hover {color: #EBEBEB; text-decoration: none;}
	
/*  05-----Main Body of Page-----  */
#leftcol {
	background-color: #E0E6FC;
	float: left;
	padding: 15px 10px 15px 10px;
	top: 20px;
	width: 220px;
	}

#content-top {
	background-color: #E0E6FC;
	background-image: url(/images/bg-index-content-top.gif); 
	height: 15px;
	margin-left: 245px;
	margin-right: 175px;
	position: relative;
	top: 15px;
	z-index: 15;
	}
	
/*Win IE browsers - hide from Mac IE\*/
* html #content-top { margin-left: 242px; margin-right: 172px; }
/*End hide*/

#content {
	background-color: #FFFFFF;
	border: solid #415991;
	border-width: 0px 1px 0px 1px;
	margin-left: 245px;
	margin-right: 175px;
	position: relative;
	padding: 1px 15px 10px 15px;
	top: 0px;
	z-index: 10;
	}
	
#content-bottom {
	background-color: #E0E6FC;
	background-image: url(/images/bg-index-content-bottom.gif); 
	background-repeat: no-repeat;
	height: 15px;
	margin-left: 245px;
	margin-right: 175px;
	position: relative;
	top: -5px;
	z-index: 8;
	}
	
/*Win IE browsers - hide from Mac IE\*/
* html #content-bottom { margin-left: 246px; margin-right: 172px; }
/*End hide*/
	
#rightcol {
	background-color: #E0E6FC;
	float: right;
	padding: 15px 10px 15px 10px;
	text-align: center;
	width: 150px;
	}
	
/*  05b-----CSS for Callouts-----  */
.callout-top {
	background-image: url(/images/callout-top-index.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 220px;
	}

.callout-toptxt {
	color: #FFFFFF;
	font-weight: bold;
	left: 20px;
	position: relative;
	top: 3px;
	width: 195px;
	}

.callout-body {
	background-image: url(/images/callout-body-index.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	width: 220px;
	}
	
.callout-bodytxt {
	color: #EBEBEB;
	font-size: 10px;
	font-weight: bold;
	left: 20px;
	position: relative;
	top: 10px;
	width: 195px;
	}

.callout-bodytxt img {
	float: left;
	padding: 3px 8px 0px 0px;
	}

.callout-bottom {
	background-image: url(/images/callout-bottom-index.gif);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	padding-bottom: 10px;
	width: 220px;
	}

/*  06-----Footer-----  */
#footer {
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	}

#footer a, a:visited {
	text-decoration: none;
	color: #415991;
	}

#footer a:hover {
	text-decoration: none;
	color: #666666;
	}
	
/*  07-----General Formatting-----  */

h1 {
	color: #415991;
	font-size: 18px;
	}
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	}
	
#content a, a:visited, a:hover {
	text-decoration: underline;
	}

#content a {
	color: #415991;
	}

#content a:visited {
	color: #415991;
	}

#content a:hover {
	color: #0000FF;
	}
	
img[align="left"] {
	padding: 0px 10px 10px 0px;
	}
	
img[align="right"] {
	padding: 0px 0px 10px 10px;
	}

/* IE fix for img alignment */
* html img {
	padding: 0px 10px 0px 10px;
	}
	
a img {
	border: none;
	}

td h1 {
	background-color: #FFFFFF;
	background-image: url(/images/bg-subnav-active.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	}

.red {
	color: #FF0000;
	}
	
.disclaimer {
	font-size: 9px;
	}
	
ul {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 0em;
	margin: 0;
	}
	
li {
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	}
	
li.plain {
	list-style-type: none;
	}