/* CSS Document */

/* Generic Styles ---------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #5885CC;
}

#container {
	width: 100%;
	margin: auto;
	background-color:#A1BEEB;
}

/* Header Styles ----------------------------------------*/

#header {
	background-image:url(../images/hdr_img01.jpg);
	background-repeat:no-repeat;
	background-color:#5885CC;
	height:119px;
}

#headerfloat {
	float:right;
	margin:25px 40px 0 0;
}

#headerfloat a, #headerfloat a:hover, #headerfloat a:active, #headerfloat a:visited {
	height:64px;
	width:471px;
	background-image:url(../images/chfg_logo.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#header h1 {
	padding:0;
	font-size:1.5em;
	color:#fff;
}

#header p {
	font-size:.8em;
	color:#fff;
}

/* Main Nav Styles -------------------------------------*/

#mainnavshadow {
	border-top:1px solid #fff;
	border-bottom:#000066 5px solid;
}

/* Main Nav Drop Down Styles ----------------------------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */

.mainnav {
	font-weight:bold; 
	height:33px; 
	position:relative; 
	font-size:9px; 
	z-index:100;
	background:#1E45A3;
	background-image:url(../images/hdr_img02.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 10px;
	border-top:1px solid #fff;	
}

.mainnav ul li a, .mainnav ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff;
	width:130px; 
	height:24px; 
	text-align:center; 
	border-right:1px solid #fff;
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;
}

.mainnav ul {
	padding:0;
	margin:0; 
	list-style: none;
}

.mainnav ul li {
	float:left; 
	position:relative;
}

.mainnav ul li ul {
	display: none;
}

/* specific to non IE browsers */

.mainnav ul li:hover a {
	color:#fff; 
	background:#5885CC;

}

.mainnav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:105px;
}

.mainnav ul li:hover ul li a.hide {
	background:#5885CC; 
	color:#fff;
}

.mainnav ul li:hover ul li:hover a.hide {
	background:#5885CC; 
	color:#fff;
}

.mainnav ul li:hover ul li ul {
	display: none;
}

.mainnav ul li:hover ul li a {
	display:block; 
	background:#1E45A3; 
	color:#fff;
}

.mainnav ul li:hover ul li a:hover {
	background:#5885CC; 
	color:#fff;
}

.mainnav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:131px; 
	top:0;
}

.mainnav ul li:hover ul li:hover ul.left {
	left:-131px;
}

/* Menu Styles -----------------------------------------*/

#menu {
	float: left;
	width: 240px;
	padding: 1em 0 1em 1em;
}

#menulist {
	border-bottom: 1px dashed #1E45A3;
}

#menulist li {
	list-style: none;
	padding:1.5em .5em 1.5em 0;
	border-top: 1px dashed #1E45A3;
	font-size:.7em;
	line-height:1.5em;
}

#menulist a { 
	text-decoration: none;
	color:#1E45A3;
	font-weight:bold;
}

#menulist a:hover {
	text-decoration:none;
	color:#3399FF;
}

.highlight {
	/*color:#CC0033;*/
	color:#FFFFFF;
	font-size:1.2em;
}

.highlight2 {
	color:#1E45A3;
	font-size:1.2em;
}

#menu h1{
	font-size:.8em;
	color:#1E45A3;
	padding:0 0 1.5em 0;
}

/* Contents --------------------------------------------*/

#contents {
	margin-left: 270px;
	background-color: #fff;
}

#textbox {
	padding: 1em;
	max-width: 43.5em;
	min-height:740px;
}

h1 {
	font-size:1em;
	color:#1E45A3;
	padding:0 0 1.7em 0;
}

h2 {
	font-style:italic;
	color:#5885CC;
	font-size:.8em;
	line-height:1.7em;
	font-weight:normal;
	padding:0 0 1.7em 0;
}

h3 {
	font-size:.7em;
	line-height:1.7em;
	font-weight:bold;
	padding:0 0 1.7em 0;
}

h4 {
	font-size:.7em;
	line-height:1.7em;
	color:#1E45A3;
	font-weight:bold;
}

h5 {
	font-size:.7em;
	line-height:1.7em;
	padding:0 0 1.7em 0;
	color:#5885CC;
	font-weight:bold;
}

h6 {
	font-size:.7em;
	line-height:1.7em;
	font-weight:bold;
	padding:1.7em 0 1.7em 0;
	text-align:left;
}


p {
	font-size:.7em;
	line-height:1.7em;
	padding:0 0 1.7em 0;
}

p a {
	color:#1E45A3;
	text-decoration: underline;
}

p a:hover {
	color:#3399FF;
	text-decoration: none;
}

#textbox ul {
	list-style-type: square;
	padding:0 0 1em .9em;
	list-style-position: outside;
}

#textbox ol {
	padding:0 0 1em 1.5em;
	list-style-position: outside;
}

#textbox li {
	font-size:.7em;
	line-height:1.7em;
	padding:0 0 1em 0;

}

#textbox .pulloutright {
	width: 16em;
	padding:0 0 1em 2em;
	font-weight: normal;
	position: relative;
	float: right;
}

#textbox .pulloutleft {
	width: 16em;
	padding:0 2em 1em 0;
	font-weight: normal;
	position: relative;
	float: left;
}

.underline {
	border-bottom: 1px #1E45A3 solid;
	padding:.5em 0 1em 0;
	margin:0 0 .5em 0;
}

#logos {
	width:150px;
	height:150px;
	float:left;
	margin:0 10px 10px 0;
	display:inline;
	position:relative;
}

.extrapadding {
	padding-top:1.7em;
}

.pdfdownload {
	background-image:url(../images/pdf_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:2em;
}

.jpgdownload {
	background-image:url(../images/jpg_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:2em;
}

.moviedownload {
	background-image:url(../images/movie_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:2em;
}

.exceldownload {
	background-image:url(../images/excel_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:2em;
}

/* Banner ---------------------------------------------*/

#banner {
	padding: 1em;
	border:solid 1px #000000;
	text-align:center;
	margin:10px 0 10px 0;
}

#bannerblue {
	padding: 1em 2em 0 2em;
	border:solid 1px #5885CC;
	background-color:#DEE9F8;
	text-align:center;
	margin:10px 80px 30px 80px;
}

#bannerblue h2 {
	color:#1E45A3;
}
	
/* Footer ---------------------------------------------*/

#footer {
	clear: both;
	background-color:#1E45A3;
	/*padding:1.2em .5em 1.2em 285px;*/
	padding:1.5em .5em 1.5em 2em;
	text-align: left;
	border-top: 1px solid #333;
	font-size:.55em;
	color:#fff;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	height-min:3.2em;
	line-height:1.5em;
}

#footershadow {
	border-top:#000066 5px solid;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	text-decoration:none;
}