/*
	(1) html elements:
	(2) layout components
	(3) formatting: layout components
	(4) general purpose
	(5) hacks
		made in washington */

/************************************************
	(1) html elements
*************************************************/

* {
	margin: 0;
	padding: 0;
	font-family:inherit;
	font-size:100%;
	line-height:1.4em;
}

html {
	background: transparent url(../images/bg_html.png) 0 0 repeat-x;
	min-height: 100%;
}

body {
	background: transparent url(../images/bg_body.png) top center no-repeat;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	min-width: 1003px;
}

img {
	border: none;
}


/************************************************
	(2) layout components
*************************************************/

#main {
	min-width: 1003px;
	min-height: 1080px;
}

#masthead {
	width: 1004px;
	margin: 0 auto;
	height: 52px;
	position: relative;
}

#logo {
	position: absolute;
	top: 15px;
	left: 34px;
}

#utility-nav {
	position: absolute;
	top: 17px;
	right: 140px;
}

#content-wrapper {
	width: 971px;
	margin: 0 auto;
	padding-left: 33px;
}

#left-column {
	float: left;
	width: 199px;
	padding: 30px 0 0 0;
}

ul#primary-nav {
	margin-bottom: 6px;
	overflow: auto;
}

#content {
	float: left;
	padding-left: 25px;
	width: 747px;
	font-size: 1.2em;
	line-height: 18px;
}

#content ul#breadcrumb {
	list-style: none;
	overflow: auto;
	margin: 18px 0 20px 105px;
	font-size: 11px;
}


#footer {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
	clear: both;
	overflow: auto;
}


/************************************************
	(3) formatting: layout components
*************************************************/

/* utility-nav */
#utility-nav li {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	height: 35px;
	margin-left: 8px;
	cursor: pointer;
}

#utility-nav li:hover {
	background-position: 0 -35px;
}

#utility-nav #apply-online { width: 115px; background-image: url(../images/spr_apply-online.gif); }
#utility-nav #request-information { width: 160px; background-image: url(../images/spr_request-info.gif); }
#utility-nav #contact-us { width: 95px; background-image: url(../images/spr_contact-us.gif); }

#utility-nav a {
	display: block;
	outline: none;
	height: 35px;
}

#utility-nav #apply-online a { width: 115px; }
#utility-nav #request-information a { width: 160px; }
#utility-nav #contact-us a { width: 95px; }


/* primary-nav */
ul#primary-nav {
	list-style: none;
	width: 193px;
	border-bottom: 1px solid #d2d2d2;
}

ul#primary-nav img {
	float: left;
	display: block;
}

ul#primary-nav li {
	list-style: none;
}

ul#primary-nav h2 {
	margin-left: 12px;
	margin-top: 5px;
	font-size: 1.05em;
}

/* Level One */
ul#primary-nav ul {
	background: #fff url(../images/bg_leftnav.gif) bottom left repeat-x;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	padding-top: 2px;
	clear: both;
}

ul#primary-nav ul.last {
	/*border-bottom: 1px solid #d2d2d2;*/
}

ul#primary-nav ul li a {
	padding-left: 10px;
	display: block;
}


ul#primary-nav ul a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

ul#primary-nav ul ul a:hover {
	color: #2681ca;
}
ul#primary-nav ul ul a:visited {
	color: #636363;
}


/* Level Two */
ul#primary-nav ul ul {
	background-image: none;
	background-color: transparent;
	border: none;
	padding-bottom: 5px;
}

ul#primary-nav ul ul li a {
	color: #014885;
	line-height: 16px;
	text-decoration: underline;
	padding-left: 12px;
}

ul#primary-nav ul li a.active,
ul#primary-nav ul li a.active:hover {
	background-color: #014885;
	color: #fff;
}



/* Level Three */
ul#primary-nav ul ul.content-level,
ul#primary-nav ul ul ul {
	margin: 2px 0 0 0;
	padding-top: 0;
}

ul#primary-nav ul ul.content-level li,
ul#primary-nav ul ul ul li {
	margin-bottom: 3px;
}

ul#primary-nav ul ul.content-level li.last,
ul#primary-nav ul ul ul li.last {
	margin-bottom: 0;
}


ul#primary-nav ul ul.content-level li a,
ul#primary-nav ul ul ul li a {
	font-weight: normal;
	line-height: 16px;
	padding: 0 16px;
}

ul#primary-nav ul ul.content-level li a.active,
ul#primary-nav ul ul.content-level li a.active:hover,
ul#primary-nav ul ul ul li a.active,
ul#primary-nav ul ul ul li a.active:hover {
/*
	font-weight: bold;
	background-color: #fff;
	color: #014885;
	text-decoration: none;

*/}


/* content */

#content a {
	color: #014885;
}

#content a:visited {
	color: #000;
}


#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 23px;
	color: #014885;
}

#content h2 {
	color: #014885;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 20px;
}

#content h3 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 15px;
}

#content p.no-bottom-margin {
	margin-bottom: 0px;
}

#content ul {
	margin-left: 8px;
	margin-bottom: 15px;
}

#content ul ul {
	margin-bottom: 5px;
}

#content ul li {
	list-style: none;
	background: transparent url(../images/bullet_medium_black.gif) 0 7px no-repeat;
	padding-left: 13px;
}

#content ul.link-list li {
	background-image: url(../images/bullet_medium_blue.gif);
}

#content ol {
	margin-left: 26px;
	margin-bottom: 15px;
}


#content #splash {
	margin-bottom: 16px;
}


#content #splash h1 {
	margin-bottom: 0;
}


/* breadcrumb */
#content ul#breadcrumb li {
	float: left;
	background: none;
	padding-left: 0;
	margin-right: 5px;
}

#content ul#breadcrumb a {
	background: transparent url(../images/bg_breadcrumb_separator.gif) 100% 80% no-repeat;
	padding-right: 7px;
	color: #014885;
}
#content ul#breadcrumb a:visited {
	color: #014885;
}

#content ul#breadcrumb li.active a,
#content ul#breadcrumb li.active a:visited {
	background: none;
	color: #000;
}


/* footer */
#footer a {
	color: #05357b;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 2px;
}

#footer a:hover {
	color: #2681ca;
}

#footer #copyright {
	margin-top: 5px;
}

#footer #copyright a {
	color: #999;
}

#footer #copyright a:hover {
	color: #2681ca;
}


/************************************************
	(4) general purpose
*************************************************/

/* lists */
ul.adjacent {
	list-style: none;
}

ul.adjacent li {
	float: left;
}


/* div.panel */
div.panel {
	background: transparent url(../images/bg_panel_bottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

div.panel div.body {
	background: transparent url(../images/bg_panel_more-info.gif) 0 0 no-repeat;
	padding: 30px 20px 0 30px;
	min-height: 101px;
}

div.panel ul {
	list-style: none;
	margin-left: 10px;
}

div.panel ul li {
	line-height: 17px;
}

div.panel a {
	color: #05357b;
	font-weight: bold;
}

div.panel a:hover {
	color: #2681ca;
}

.note {
	font-size: .9em;
}


table.data {}

table.data td {
	padding: 4px;
}


/************************************************
	(5) hacks
*************************************************/


/*****************************
			IE7
*****************************/
/*
*:first-child+html ul#primary-nav ul {
	padding-top: 2px;
}

*:first-child+html ul#primary-nav ul ul {
	margin: 8px 4px;
}

*:first-child+html ul#primary-nav ul ul ul {
	margin: 4px 4px 4px 4px;
}
*/
/*****************************
			IE6
*****************************/

* html #content {
	width: 740px;
}

* html #breadcrumb {
	zoom: 1;
}


