/***************
*
*	Content Section
*
***************/

body
{
	/* font: {size}/{line-height} {font-family}; */
	font: 12px/1.0em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	text-align: center;
	background: #F9FBEA url("images/body-bkgd.gif") repeat-x left top !important;
}

/* 
	sharepoint portal server webparts render in tables and content
	is rendered inside tables. IE browsers do not accept the body font-size 
	correctly so it has to be explicitly set to pixel unit sizes. 
	The statement is then reversed for other browsers: firefox, etc. with the 
	child selector statement
*/
div#page td, 
div#page th{ font-size: 12px; }

html>body div#page td,
html>body div#page th { font-size: 1.1em; }

a { 
	color: #0067AC; 
	text-decoration: none;
}
a:hover { 
	color: #DB7200;
	text-decoration: underline;

 }



h1, h2, h3, h4, h5, h6  
{
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight:bold;
}

h1
{
	/*background: url("images/contenthead_bkgd.gif") no-repeat 0 0 !important;*/
	height: 26px;
	padding: 18px 0 0 30px;
	margin-bottom: 1px;
	font-size: 16px; /*1.4em;*/
	color: #4A601C;
}

h1.alternate { background-color: #fff; }
h1.alternate2 { background: url("images/h1.alternate2-bkgd.gif") no-repeat 0 0; }

h2, h3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-size: 14px;
	/*background: url(images/h2-underline.gif) no-repeat left top;*/
	color: #A7A820;
	line-height: 150%;
}

h4
{
	font-size: 1.1em;
}

div#middle_right_right .trailblazer,
div#middle_right_right .cdhc,
div#middle_right_right .right-nav-module { margin: 0 18px 12px 0; }

div#middle_left .trailblazer,
div#middle_left .cdhc,
div#middle_left .right-nav-module { margin: 0 0 12px 19px; }

ol li 
{
	list-style-type: decimal;
	margin-left: -1em;
	margin-bottom: 5px;
	padding-left: 0;
	line-height: 150%;
}

/*
*
*	.right-nav-module (aka "Brown Box")
*
*/

.right-nav-module
{
	border: 2px solid #cccccc;
	background: #FBFCF0;
}

.right-nav-module h4,
.right-nav-module h5,
.right-nav-module ul,
.right-nav-module p
{
	margin: 1em 0;
}

.right-nav-module ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.right-nav-module ul li { background: url("images/list-arrow.gif") no-repeat 11px 2px; }
/* 9px 0.1em */


.right-nav-module ul li,
.right-nav-module p
{
	line-height: 1.2em;
	font-size: 12px;
	font: Arial;
	font-color: #000000;
}

.right-nav-module p { padding: 0 11px 3px 15px; }
/*.right-nav-module ul li { padding: 0 11px 3px 22px; }*/
.right-nav-module ul li { padding: 0 11px 13px 22px; }


.right-nav-module h4
{
	background: #DB7200;
	/*padding: 5px 10px;*/
	padding: 4px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.right-nav-header
{
	background: #DB7200;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: 900;
	font-size: 95%;
}

.trailblazer .left-col-header, 
.cdhc .left-col-header { padding: 12px 0 0 8px; }

.trailblazer h1, .cdhc h1,
.trailblazer h2, .cdhc h2,
.trailblazer h3, .cdhc h3,
.trailblazer h4, .cdhc h4,
.trailblazer h5, .cdhc h5,
.trailblazer h6, .cdhc h6,
.trailblazer p, .cdhc p { margin: 1em 5px 1em 11px; }

.trailblazer h3,.cdhc h3 { margin: 15px 4px 4px 4px; }

.trailblazer h4, .cdhc h4,
.trailblazer h5, .cdhc h5 { color: #324D91; }

.trailblazer p, .cdhc p,
.trailblazer ul li, .cdhc ul li { line-height: 1.5em; }

/*
*
* Trailblazer, aka Blue Box
*
*/
.trailblazer 
{
	border: 1px solid #c0c0c0;
	background: #b7d1b0 url("images/trailblazer-bkgd.jpg") repeat-x top left;
	position: relative;
	top: 0;
	left: 0;
}


.trailblazer-img
{
	position: relative;
	left: -14px;
	float: left;
	border: 0;
}


/*
*
*	CDHC, aka Green Box
*
*/

.cdhc
{
	border: 1px solid #C0C0C0;
	background: #b9d2b2 url("images/cdhc-bkgd.jpg") repeat-x top left;
	padding-bottom: 5px;
}




/***************
*
*	Navigation Section
*
***************/
div#global-nav ul,
div#top-nav ul
{
	margin: 0;
	padding: 0;
}

div#top-nav li { list-style: none; }

/*div#global-nav a { color: #273e83; }
div#global-nav a:hover { color: #333333; } */

#footer ul 
{ 
	text-align:center; 
	padding-right: 18px;
}

#footer ul li
{	
	display: inline; 
	padding: 0px 10px;
	border-right: 1px solid #cccccc;
}

#footer ul li.last { border-right: none; }

/***************
*
*	Layout Section
*
***************/
#footer
{
	height: 37px;
	border-top: 2px solid #cccccc;
	background: #ffffff;
	text-align: center;
	font-size: 10px;  /*was 0.9em*/
	padding-top: 10px;
}

div.clearing 
{
	height: 0;
	clear: both;
	line-height: 0;
}