* {
	margin:0px;
	padding:0px;
}

BODY 
{
    behavior: url("/csshover3.htc");
	background: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1c1c1c;
}

A {
	color:#04378b;
}

A.more {
	text-decoration:none;
	font-weight:bold;
}

A.button {
	display:block;
	float:right;
	height:19px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/bg/bg_button_right.gif) right;
}

A.button SPAN {
	padding:2px 16px 0px 16px;
	height:19px;
	display:block;
	background:url(../images/bg/bg_button_left.gif) no-repeat top left;
	background-position:0px 0px;
}

IMG {
	display:block;
	border:none;
}

H1 {
	font-size:18px;
	font-weight:normal;
	color:#04378b;
	margin-bottom:10px;
}

H2 {
	font-size:14px;
	font-weight:normal;
	color:#04378b;
	margin-bottom:10px;
}

H3 {
	font-size:12px;
	font-weight:normal;
	color:#04378b;
	margin-bottom:10px;
}

H4 {
	font-size:11px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}


P {
	line-height:16px;
	margin-top:10px;
}

P.lead {
	font-weight:bold;
}

/* remove top-margin from the first paragraph within any element */
* > P:first-child {
	margin-top:0px;
}

/* remove top-margin from the first paragraph following a H4 */
H4 + P {
	margin-top:2px;
}



#bodyWrapper {
	border:none;
	width:100%;
	height:100%;
	
}

#pageWrapper {	
	z-index:10;	
	width:987px;
	margin:0 auto;
	height:100%;
}



/* header styles */

#header {
	margin-left:4px;
}

#header A, #utilities2 A {
	text-decoration: none;
}

#header #logo, 
#header #navigation {
	float:left;
	clear:both;
	width:100%;
}

#header UL, #header UL LI, #utilities2 UL, #utilities2 UL LI  {
	list-style: none;
	display:inline;
	float:left;
}

#header #utilities, #utilities2 {
	float:left;
	width:100%;
	clear:both;
	font-size:10px;	
	height:20px;
}

#utilities2 {
    width:865px;
}

.copyright 
{
    float:left;
    margin-left:10px;
    color:#04378B;
}

#header #utilities UL, #utilities2 UL {
	float:right
}

#header #utilities UL LI.separator, #utilities2 UL LI.separator {
	margin:0px 4px 0px 4px;
}

#header #utilities UL LI.hi {
	font-weight:bold;
}

#header #utilities UL LI.spacer, #utilities2 UL LI.spacer {
	width:25px;
	display:block;
}


#header #logo IMG {
	float:left;
	margin-left:15px;
	display:inline;
}

/* navigation */
#header #navigation {
	background: url(../images/bg/bg_nav_01.png) no-repeat;
	height:35px;
	font-size: 12px;
	margin-top:7px;
	font-weight:bold;	
}

#header #navigation A {
	background: url(../images/bg/bg_nav_01_item_lo.png) no-repeat top right;
	display:block;
	height:35px;
	padding: 6px 10px 7px 10px;
}

#header #navigation LI {
	position:relative;
	z-index:1000;
}

#header #navigation LI A:hover, #header #navigation LI.hi A {
	background: url(../images/bg/bg_nav_01_item_hi.png) no-repeat top right;
	color:#ffffff;
}

#header #navigation LI.home A, #header #navigation LI.home A:hover  {
	background: url(../images/bg/bg_nav_01_item_lo.png) no-repeat top right;
	height:35px;
	padding:6px 8px 6px 7px;
}

#header #navigation LI.spacer {
	background: url(../images/bg/bg_nav_01_item_lo.png) no-repeat top right;
	width:100px;
	height:35px;
}


/* subnavigation */

#header #navigation UL LI UL {
	display:none;
	visibility:hidden;
}

#header #navigation UL LI:hover UL {
	display:block;
	float: left;
	visibility:visible;
	width:200px;
	position:absolute;
	top:28px;
	left: 0px;
	margin:0px;
	padding:0px;
	border: none 0px;
	z-index:99999;
}

#header #navigation UL LI.hi UL LI, #header #navigation UL LI:hover UL LI {
	width: 100%;
}

#header #navigation UL LI.hi UL LI A, #header #navigation UL LI:hover UL LI A {
	background: url(../images/bg/bg_nav_02_item_lo.png) repeat-x top left;
	width: 100%;
	padding:3px 16px 3px 16px;
	border-bottom: solid 1px Transparent;
	color:#ffffff;
}

#header #navigation UL LI.hi UL LI.hi A, #header #navigation UL LI:hover UL LI:hover A {
	background: url(../images/bg/bg_nav_02_item_hi.png) repeat-x top left;
	color:#38649a;
}

#header #navigation UL LI UL A {
	height:16px;
}



/* breadcrumbs */

#breadcrumbs {
	float:left;
	clear:both;
	width:100%;
	
	padding-left:66px;
	margin-top:30px;
	font-size:10px;
}

#breadcrumbs UL, #breadcrumbs LI {
	list-style: none;
	display:inline;
	float:left;
	color:#003399
}

#breadcrumbs UL LI A {
	text-decoration:none;
}

#breadcrumbs UL LI.hi {
	font-weight:bold;
}

#breadcrumbs UL LI.separator {
	margin:0px 4px 0px 4px;
}



/* content */

#contentWrapper {
	width:100%;
	float:left;
	margin-top:6px;
	padding-left:62px;
}

#content {
	width:100%;
	float:left;	
}

#contentBottom {
	width:100%;
	float:left;	
}

/* INPUT */
input.text
{
    background:url(../images/bg/bg_input_text.gif) no-repeat; 
	border:1px #d1d1d1 solid;
	width:230px;
	height:18px;    
}


/*  B O X E S  */


DIV.boxWrapper {
	position:relative;
	z-index:10;
}


/* 432px wide box, any side */ 

DIV.box432px {
	float:left;
	width:432px;
	margin-right:5px;
}

DIV.box432px DIV.content {
	float:left;
	width:388px;
	background: url(../images/bx/box_432_middle.png) repeat-y 0px 0px;
	padding:0px 26px 0px 18px;
}

DIV.box432px DIV.content IMG {
	float:left;
	margin-right:12px;
}


/* Intro box / 869px wide box */

DIV.boxIntro, DIV.box869px {
	position:relative;
    width:869px;
    z-index:5;
}

DIV.boxIntro DIV.tubeWrapper, DIV.box869px DIV.tubeWrapper {
	position:relative;
}

DIV.boxIntro DIV.tubeWrapper DIV.tube,
DIV.box869px DIV.tubeWrapper DIV.tube  {
	position:absolute;
}

DIV.boxIntro DIV.content, DIV.box869px DIV.content {
	background: url(../images/bx/box_full_869_middle.png) repeat-y 0px 0px;
	padding:0px 18px 0px 18px;
	float:left;
}

DIV.box869px DIV.content {
	width:869px;
}



/* 461px wide box, left side */ 

DIV.box461pxLeft {
	float:left;
	width:461px;
}

DIV.box461pxLeft DIV.content {
	float:left;
	width:620px;
	background: url(../images/bx/box_left_461_middle.png) repeat-y 0px 0px;
	padding:0px 20px 0px 20px;
}

DIV.box461pxLeft DIV.content IMG {
	float:left;
	margin-right:6px;
}


/* 660px wide box, left side */ 

DIV.box660pxLeft {
	float:left;
	width:660px;
}

DIV.box660pxLeft DIV.content {
	float:left;
	width:620px;
	background: url(../images/bx/box_left_660_middle.png) repeat-y 0px 0px;
	padding:0px 20px 0px 20px;
}

DIV.box660pxLeft DIV.content IMG {
	float:left;
	margin-right:0px;
}



/* 209px wide box, right side */ 

DIV.box209pxRight {
	float:left;
	width:209px;
}

DIV.box209pxRight DIV.content {
	float:left;
	width:179px;
	background: url(../images/bx/box_right_209_middle.png) repeat-y 0px 0px;
	padding:0px 20px 0px 10px;
}

DIV.box209pxRight DIV.content IMG {
	float:left;
	margin-right:12px;
}



/* 350px wide box, right side */

DIV.box350pxRight {
	float:left;
	width:350px;
}

DIV.box350pxRight DIV.content {
	float:left;
	width:322px;
	background: url(../images/bx/box_right_350_middle.png) repeat-y 0px 0px;
	padding:0px 14px 0px 14px;
}

DIV.box350pxRight DIV.content IMG {
	float:left;
	margin-right:12px;
}



DIV.separator {
	float:left;
	clear:both;
	width:100%;
	border-top: 1px #9eb0cb solid;
	margin-top:14px;
	margin-bottom:14px;	
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
