/* CSS Document */

/*****************************************************************************
*	               Normalizes browser's defaul settings	                    *
*****************************************************************************/

/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
}

/*Removes list-style from lists*/
ol, ul	{
	list-style: none;
}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img	{
	border:0;
}



/*****************************************************************************
*	                          Splash Styles                                  *
*****************************************************************************/

body.splash {
	background:#374b6e url(../images/splash_bkg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#888e94;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}

#splashheader {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/splash_main.jpg) no-repeat;
	width:900px;
	height:592px;
	position:relative;

}

#splashheader h1 {
	text-indent:-9999px;
	float:left;
	background: url(../images/splash_logo.png) no-repeat;
	width:262px;
	height:97px;
	position:relative;
	top:50px;
	left:15px;
	cursor:pointer;
}

#splashcontainer {
	width: 911px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	padding-top:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
	overflow:hidden;
	position:relative;
}

#splashcontentarea {
	margin:25px 25px 25px 5px;
	padding:10px;
	color:#fff;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	width:560px;
}

#splashcontentarea h2 {
	font-size:2.8em;
	padding-bottom:10px;
	padding-top:35px;
}

#splashcontentarea h3 {
	font-size:1.8em;
	padding-bottom:15px;
}

#splashcontentarea h4 {
	font-size:1.2em;
	padding-bottom:5px;
}

a.splash {
	color:#FFFFFF;
	text-decoration:none;
}

a.splash:hover {
	color:#9fcd53;
	text-decoration:underline;
}



/*****************************************************************************
*	                          Overall Layout Styles                          *
*****************************************************************************/

body {
	background:#004a91 url(../images/topnav_bkg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#888e94;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}




/*****************************************************************************
*	                                Header-Site                              *
*****************************************************************************/

#siteheader {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/header_bkg.jpg);
	width:911px;
	height:245px;
	position:relative;
}

#siteheader h1 {
	text-indent:-9999px;
	float:left;
	background: url(../images/logo.png) no-repeat;
	width:451px;
	height:179px;
	position:relative;
	top:35px;
	left:25px;
	cursor:pointer;
}

#cobrand {
	margin-right:35px;
	margin-top:30px;
	float:right;
}


#cobrandcenter {
	position: relative;
	top: 4px;
	left:8px;
	text-align: left;
	margin-right: 37px;
}




/*****************************************************************************
*	                             Content-Site                                *
*****************************************************************************/

#sitecontainer {
	background: url(../images/sitecontainer.jpg) repeat-y;
	width: 911px;
	min-height:500px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	padding-top:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
	overflow:hidden;
	position:relative;
}

#contentarea {
	margin:25px 25px 25px 25px;
	padding:10px;
	
}

#contentarea h1 {
	font-size:2.8em;
	color:#204188;
	padding-bottom:15px;
}

#contentarea h2 {
	font-size:2.1em;
	color:#888e94;
	padding-bottom:10px;
}

#contentarea h3 {
	font-size:1.8em;
	color:#204188;
	padding-bottom:10px;
}

#contentarea h4 {
	font-size:1.6em;
	color:#204188;
	padding-bottom:5px;
}

#contentarea h5 {
	font-size:1.6em;
	color:#333333;
	padding-bottom:25px;
}


.contentarea_cap {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/footer.jpg);
	height:67px;

}

.box{
	border:1px dotted #164b80; background:#edeeef; padding:10px; margin-bottom:10px;
}

/*****************************************************************************
*	                             Text Styles                                 *
*****************************************************************************/
.nolink {
	color:#cecece;
}

a {
	color:#2a4a8d;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#888e94;
}

p {
	color:#333333;
	font-size:1.2em;
	margin-bottom:25px;
}


.label {
	height:45px;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
}

.errorLabel {
	height:45px;
	font-size:1.2em;
	font-weight:bold;
	color:Red;
	padding: 5px 0px 5px 0px;
}

input {
	width:325px;
	height:30px;
	border:1px solid #999999;
}


textarea {
	width:325px;
	height:100px;
	border:1px solid #999999;
}


.button{
	width:100px;
	height:30px;
	border:1px solid #999999;
}

.input {
	height:45px;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
}

.error 
{
	font-size:0.813em;
}

/*****************************************************************************
*	                               Table Styles                              *
*****************************************************************************/

div#contentarea table {color:#000000; padding-top:5px; margin-bottom:25px; background:#f1f1f0; border: #b3c184 1px solid; width:100%;}

div#contentarea table td {padding:15px 25px 5px 25px;}
p.description {color:#000000; font-size:1.1em; font-weight:bold; padding-bottom:2px;}
div#contentarea table th {padding:2px 25px 2px 25px; font-weight:bold; background:#CCCCCC; color:#000000; font-size:1.1em;}

div#contentarea table td h1 {color:#45484c; font-size:1.3em; padding-bottom:5px;}
div#contentarea div#table {position:relative;}
div#contentarea div.legend { font-weight: 600; color: #FF9900;  width:100%; font-size:1.4em; padding-bottom:0px; position:absolute; top:-40px; left:8px; line-height:15px; }
div#contentarea div.legend img {position:relative; top:7px;}
div#contentarea div.legend h1 {float:left; padding-left:2px; font-size:1.2em; color:#2c6184; padding-top:32px; background:#fff;}
div#contentarea table td table td {padding:0; border:none;}
div#contentarea table td table {padding:0; border:none;}
div.pagetitle {float:left; font-size:2.9em; padding-top:25px; color:#2c6184; font-weight:500;}
div.pageimage {float:left; padding-right:10px;}

tr.ListRow1 td {background:#FFFFFF;}

/*****************************************************************************
*	                               Navigation                                *
*****************************************************************************/

.nav {
	position:absolute;
	top:220px;
	left:25px;
	z-index:900;
}

.nav a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
	padding-right:15px;
}

.nav a:hover {
	color:#2f4083;
}

.gnav {
	float:right;
	padding-top:6px;
	color:#fff;
	font-size:11px;
}

.gnav a {
	padding-left:20px;
	color:#fff;
	text-decoration:none;
}

.gnav a:hover {
	color:#9ec54c;
	text-decoration:underline;
}

#subhead {
margin-bottom:155px;
clear:both;
}

#localnav {
	position:absolute;
	top:15px;
	right:15px;
}


/*****************************************************************************
*	                               Footer-Site                               *
*****************************************************************************/

#sitefooter {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:#3f4c6b url(../images/footerbkg.jpg);
	width:100%;
	height:150px;
	text-align:left;
	margin-top:-2px;
	padding-top:35px;
	position:relative;
}

.foottext {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:911px;
}

.footnav dl {
	display:block;
	float:left;
	margin-right:65px;
}

.footnav dl dt {
	font-size:16px;
	padding-bottom:5px;
	color:#fff;
	font-weight:bold;
}

.footnav dd {
	padding-top:5px;
}

.footnav dd a {
	font-size:12px;
	padding-top:10px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

.footnav dd a:hover {
	color:#9ec54c;
	text-decoration:underline;
}

a.division {
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
}

a.division:hover {
	color:#9ec54c;
	text-decoration:underline;
}

