/* CSS Document */

body {
	margin: 10px;
	background: #323795;
	color: #231f20;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
}

td {

}

h1, h2, h3, p, form, table, blockquote, dl {
	margin:10px 20px;
}
dt {
	font-weight:bold;
	font-size:120%;
}
ul, ol {
	padding-right:20px;
}
ul.gold li {
	list-style-image:url(../images/bullet_gold.gif);
}
h1 {
	font-size:150%;
}
h2, blockquote {
	font-size:125%;
}
h3 {
	font-size:110%;
}
blockquote {
	font-weight:bold;
	color:#999999;
	text-align:center;
}
a:link, a:visited {
	color:#3456a1;
}
a:hover, a:active {
	color:#dc2028;
}
.rule {
	padding-bottom:10px;
	border-bottom:1px solid #808284;
}
/* ===================================================================== */

/* ===================================================================== */
/* This contains the entire site (except preHeader and subFooter), 		 */
/* determines the width of the site, the background of the content		 */
/* and the relative font size											 */
#wrap {
	position: relative;
	margin: 0 auto;
	width:760px;
	text-align:left;
	font-size:90%;
	background-color:#FFFFFF;
}
/* Anything with this class will span the width of the WRAP				 */
/* or container it's in and be self-clearing							 */
.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* ===================================================================== */

/* PREHEADER =========================================================== */
/* Optional - First item on page, exists outside of the WRAP			 */
#preHeader {
	position: relative;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:0;
	width:760px;
	text-align:right;
	font-size:80%;
}
#preHeader ul {
	list-style:none;
	margin:0 0 5px 0;
}
#preHeader li {
	display:inline;
	padding:0 10px;
	border-left:1px solid #536895;
}
#preHeader li.first {
	border-left:none;
}
/* ===================================================================== */

/* HEADER ============================================================== */
/* Contains LOGO, HEADCONTENT and sometimes NAV							 */
#header {
	background:#536895;
}
#logo {
	float:left;
	margin:20px 0 5px 20px;
	border:none;
}
#headerImg {
	margin-top:20px;
	margin-left:20px;
}
/* For templates with Nav in the Header */
#headContent {
	width:548px;
	float:right;
}
#headContent h2 {
	margin:28px 10px;
	color:#FFFFFF;
	text-align:center;
}
/* For templates without Nav in the Header */
h2#headContent {
	margin:28px 0;
	color:#FFFFFF;
	text-align:center;
}
/* ===================================================================== */

/* SUBHEAD ============================================================= */
/* Optional - Good place to hold a graphic, Flash movie or tagline		 */
#subHead {
	background:#A9B3CA;
	height:100px;
}
/* ===================================================================== */

/* CONTENT ============================================================= */
/* Main area, contains all the columns and vertical nav					 */
#content {
	background:url(../images/content_bg.gif) repeat-y;
}
#content p, #content li, #content td, #content th, #content dl, #row2 p, #row2 li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Links to be placed in a DIV tag with this ID							 */
#breadcrumbs {
	margin:10px 20px 0 20px;
	font-size:90%;
	color:#536895;
}
#breadcrumbs a, #breadcrumbs strong {
	padding:0 5px;
	font-weight:normal;
}
#breadcrumbs a.first {
	padding-left:0;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#536895;
	text-decoration:underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color:#000000;
	text-decoration:underline;
}
/* DIV tag used for this, not UL 										 */
.hNav {
	text-align:center;
	margin:0 20px;
	padding:10px 0;
}
.hNav a {
	padding:0 10px;
	border-left:1px solid #000000;
}
.hNav a.first {
	border-left:none;
}
.hNav a:link, .hNav a:visited {
	color:#000000;
}
.hNav a:hover, .hNav a:active {
	color:#000000;
}
/* DL tag used for this, not UL 										 */
.vNav {
	list-style:none;
	margin:10px 20px;
	padding:0;
}
.vNav dt {
	font-size:120%;
	font-weight:bold;
	color:#536895;
}
.vNav dd {
	margin-left:20px;
	padding:2px 0;
}
.vNav a:link, .vNav a:visited {
	color:#000000;
	text-decoration:none;
}
.vNav a:hover, .vNav a:active {
	color:#000000;
	text-decoration:underline;
}
/* This is for columns within columns and should always be contained	 */
/* within a <div class="row">											 */
.column {
	float:left;
	width:160px;
	border-left:1px solid #CCCCCC;
}
div.row > .column:first-child {
	border-left:none;
}



h2.bullet {
	padding-left:20px;
	background:url(../images/bullet-logo.gif) no-repeat 0 50%;
}

.homeBox {
	width:243px;
	height:235px;
	overflow:hidden;
	border:1px solid #808284;
	display:inline;
	margin-bottom:10px;
}
.homeBox#green {
	float:left;
	margin-left:20px;
	line-height:210%;
	background:url(../images/box_green_bg.gif) repeat-x #d6e5ec;
}
.homeBox#gold {
	float:right;
	margin-right:20px;
	line-height:170%;
	background:url(../images/box_gold_bg.gif) repeat-x #ffecdc;
}
.homeBox#red {
	float:left;
	margin-left:20px;
	line-height:180%;
	background:url(../images/box_red_bg.gif) repeat-x #fee8de;
}
.homeBox#blue {
	float:right;
	margin-right:20px;
	background:url(../images/box_blue_bg.gif) repeat-x #e2e9f6;
}
.homeBox h3 {
	font-size:130%;
	letter-spacing:.2em;
}
.homeBox#green h3 {
	color:#009fb7;
}
.homeBox#gold h3 {
	color:#f99b1c;
}
.homeBox#red h3, .red {
	color:#dc2028;
}
.homeBox#blue h3, .blue {
	color:#3456a1;
}

/* ===================================================================== */


#row2 {
	border-top:1px solid #808284;
}


/* FOOTER ============================================================== */
/* Optional - Could contain bottom nav, copyright info or other info 	 */
/* Can be a DIV tag or a UL tag if it's a menu 							 */
#footer {
	margin:0;
	border-top:1px solid #808284;
	color:#D4D9E5;
	text-align:center;
	padding:5px 20px;
	font-size:80%;
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 10px;
	border-left:1px solid #808284;
}
#footer li.first {
	border-left:none;
}
#footer a:link, #footer a:visited {
	color:#808284;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#000000;
	text-decoration:underline;
}
/* ===================================================================== */
#footer span.credit, #subFooter span.credit {
	float:right;
}
/* SUBFOOTER =========================================================== */
/* Optional - Last item on page, exists outside the WRAP				 */
#subFooter {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin:10px auto;
	width:760px;
	text-align:left;
	font-size:80%;
	color:#999999;
}
#subFooter a {
	color:#999999;
}
/* ===================================================================== */

/* IE HACKS ============================================================ */
/* Hides from IE-mac \*/
* html #wrap {font-size:80%;}
* html .row {height: 1%;}
* html .hNav {height: 1%;}
* html #subFooter {font-size:70%;}
/* End hide from IE-mac */


/* IE7 Hacks */
html > body #content {
	height:auto;
	max-height:12000px;
}
