/* Generic Styles ---------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#CCC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#container {
	width:960px;
	height:auto;
	background-color:#EAEAEA;
	margin:10px auto;
	border:1px solid #006;
	text-align:left;
}

a {
	color:#1E45A3;
	text-decoration:underline;
}

a:hover {
	color:#39F;
	text-decoration:none;
}

p {
	font-size:11px;
	line-height:18px;
	padding:5px 0 5px 0;
}

h1 {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:8px;
	margin:0 0 5px 0;
	background-color:#1E45A3;
}

h1 a {
	color:#FFF;
	text-decoration:none;
}

h1 a:hover {
	color:#39F;
	text-decoration:none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#1E45A3;
	line-height:24px;
	padding:5px 0 5px 0;
}

h2 a {
	text-decoration:none;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:15px;
	color:#1E45A3;
	line-height:19px;
	padding:5px 0 5px 0;
}

h3 a {
	text-decoration:none;
}

h4 {
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#1E45A3;
	padding:5px 0 5px 0;
}

h4 a {
	text-decoration:none;
}

h5 {
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	padding:5px 0 5px 0;
}

img {
	border:1px solid #CCC;
	padding:3px;
	float:left;
	margin:5px 10px 10px 0;
}

.intro {
	font-weight:bold;
}

.noborder {
	border:none;
}

.underline {
	padding:5px 0 10px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #CCC;
}

.extratop {
	padding-top:5px;
}

.extrabottom {
	margin-bottom:5px;
}

.extrabottom img {
	margin-bottom:25px;
}

.pdfdownload {
	background-image:url(../images/pdf_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
}

.jpgdownload {
	background-image:url(../images/jpg_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
}

.moviedownload {
	background-image:url(../images/movie_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
}

.exceldownload {
	background-image:url(../images/excel_icon.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
}

/* Header Styles ----------------------------------------*/

#header {
	background-image:url(../images/hdr_img01.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#5885CC;
	height:119px;
}

#headerfloat {
	float:left;
	margin:25px 0 0 20px;
}

#headerfloat a, #headerfloat a:hover, #headerfloat a:active, #headerfloat a:visited {
	height:62px;
	width:472px;
	background-image:url(../images/chfg_logo.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

/* Main Nav Styles -------------------------------------*/

#mainnav {
	background-color:#1E45A3;
	background-image:url(../images/hdr_img02.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-top:1px solid #FFF;
	padding:8px 0 5px 8px;
	height:26px;
}

#mainnavshadow {
	border-top:1px solid #FFF;
	border-bottom:#006 5px solid;
}

#date {
	color:#1E45A3;
	font-size:10px;
	margin:15px 12px 12px 0;
	line-height:14px;
	text-align:right;
}

/* Menu Styles -----------------------------------------*/

#menu {
	margin:10px 10px 10px 0;
	float:right;
	width:280px;
}

#box #enews {
	font-size:11px;
	line-height:18px;
	padding:5px 0;
}

/* Contents --------------------------------------------*/

#contents {
	margin:51px 0 10px 10px;
	float:left;
	width:650px;
}

#contents ol, ul, li {
	font-size:11px;
}

#contents #box {
	width:628px;
}

#contents #box ul {
	list-style-type:square;
	list-style-position:outside;
}

#contents #box li {
	line-height:18px;
	margin:5px 15px;
}

#box {
	padding:10px;
	margin:5px 0;
	float:left;
	border:#CCC 1px solid;
	background-color:#FFF;
}

#boxleft #box {
	float:left;
	width:300px;
}

#boxright #box {
	float:right;
	width:295px;
}

#subbox1, #subbox2, #subbox3 {
	font-weight:bold;
	font-size:11px;
	color:#1E45A3;
	line-height:18px;
	border:1px solid #CCC; 
	padding:10px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#EAEAEA;
}

#subbox1 {
	width:180px;
	float:left;
}

#subbox2 {
	width:182px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#subbox3 {
	width:180px;
	float:right;
}

/* Form ---------------------------------------------*/

fieldset {
	border:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

legend h1 {
	width:241px;
}

.validate {
	font:normal 100% Arial;
	font-size:12px;
}

.indicate-required {
	padding:10px 0 10px 0;
	text-align:right;
	font-style:italic;
	font-size:9px;
}

.mc-field-group {
	clear:both;
	overflow:hidden;
}

.mc-field-group label {
	display:block;
	margin:10px 0 5px 0;
}

.mc-field-group input {
	padding:3px;
	width:248px;
	float:left;
	z-index:999;
	line-height:15px;
}

.input-group-label {
	display:block;
	padding:10px 0 5px 0;
	line-height:18px;
	font-size:11px;
	color:#1E45A3;
	font-weight:bold;
}

#contents .input-group li {
	padding:0 0 5px 0;
	list-style:none;
}

#menu .input-group li {
	list-style:none;
	font-weight:normal;
	padding:0 0 2px 0;
	font-size:11px;
}

.input-group input {
	margin-right: 2%;
	width: auto;
	float: left;
	z-index: 999;
	margin:0 8px 10px 0;
}

.btn {
	padding:2px 5px 5px 5px;
	margin:10px 0;
	font-size:12px;
}

/* Footer ---------------------------------------------*/

#footer {
	clear:both;
	background-color:#1E45A3;
	padding:20px;
	text-align:left;
	border-top:1px solid #333;
	font-size:10px;
	color:#FFF;
	border-top:#FFF 1px solid;
	line-height:14px;
}

#footershadow {
	clear:both;
	border-top:#006 5px solid;
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	text-decoration:none;
}
