/*------------------------------------------------------------------------------
CLEAR THE DECKS 
------------------------------------------------------------------------------*/

dl,li,h1,h2,h3,h4,h5,h6,form,body,html,p,div, input { margin:0; padding:0 }
a img,:link img,:visited img { border:0 }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { word-spacing: 0.25px; }

a:link { color: #005288; background: transparent; text-decoration: none;}
a:visited { color: #0077C7; text-decoration: none; }
a:hover { color: #005288; background: transparent; text-decoration: underline; }
a:active { color: #005288; background: transparent; text-decoration: none; }


a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image img { border: none; padding: 0; margin: 0; }
.edit_link {
	font-size: 10px
}


/*------------------------------------------------------------------------------
HIGHGATE HTML PREFERENCES
------------------------------------------------------------------------------*/	

ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

ol {
	margin: 0 0 10px 25px;  
	padding: 0;					
}

p, h2, h6, li {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, li {
	margin-bottom: 6px;
}

div#container .invis {
	display: block; 
	clear: left; 
	margin: 0;
	visibility: hidden;
}

/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	
body {
	margin: 0;
	background-color: #005288;
}

div#wrapper{
    float: left;
    display: inline;
    width: 202px;
    background-color: #f8f6e9;
}

/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	min-height: 600px;
	text-align: left;
	background-image: url(images/background_repeater.jpg);
	background-repeat: repeat-y;}

div#header {
	width: 970px;
	height: 95px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

div#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0 0 30px;
}

div#footer { background: #46789e; }

	div#footer_content {
		position: relative;
		margin: 0 auto;
		width: 970px;
	}
	div#footer_content td a {
		font: arial, sans-serif;
		color: #ffffff;		
	}
	div#footer_content td a:visited {
		text-decoration: none;
	}
	div#footer_content td a:hover {
		text-decoration: underline;
	}
	
	div#footer_content a { background: transparent }

		div#fineprint {
			position: relative;
			clear: both;
			margin: 0 auto;
			width: 970px;
			text-align: left;
		}
		div#fineprint p {
			margin: 6px 0 0 0;
			font: 11px arial, sans-serif;
			color: #ffffff;
		}
	
div#search {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 180px;
	text-align: center;
}


/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/	

div#left_col {
	margin: 0 11px;
	float: left;
	display: inline;			
	width: 205px;
	height: 400px;
	min-height: 400px;
}

div#main_content {
	float: left;
	display: inline;
	width: 740px;
	min-height: 400px;
	background-color: #ffffff;	
}

div#main_content_left {
	float: left;
	display: inline;
	width: 475px;
	margin-top: 10px;
	padding-right: 25px;
	border-right: 5px #dae4e8 solid
}


div#main_left_top {
	float: left;
	display: inline;
	margin: 10px 5px;
	padding: 0 0 0 10px;
	width: 465px;
	min-height: 100px;
}

div#main_left_bottom {
	float: left;
	display: inline;
	margin: 0 15px;
	margin-bottom: 10px;
	padding: 10px;
	width: 465px;
	background-color: #ffffff; /* #e9eff4; */
}

div#main_right {
	float: left;
	display: inline;
	margin: 20px 0 0 10px; 
	width: 220px;
	min-height: 100px;
}

* html #main_right {
	ma\rgin: 0 0;
}

div#left_col_img {
	float: left;
	display: inline;
	width: 163px;
	margin: 5px 9px;
}

div#banner {
	width: 742px;
	height: 118px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------------
DIVS -- TWO COLUMNS
------------------------------------------------------------------------------*/

div#two_left {
	float: left;
	display: inline;
	width: 180px;
	margin: 30px 0 25px 30px;
}

div#two_right {
	float: left;
	display: inline;
	width: 450px;
	margin: 30px 0 20px 25px;
}

div#wide_right_banner {
	float: left;
	display: inline;
	width: 695px;
	margin: 0 0 0 27px;
}

div#wide_right {
	float: left;
	display: inline;
	width: 695px;
	margin: 20px 0 20px 45px;
}

* html #wide_right {
	ma\rgin: 0 0;
}

/*------------------------------------------------------------------------------
DIVS -- THREE COLUMNS
------------------------------------------------------------------------------*/

div#three_left {
	float: left;
	display: inline;
	width: 240px;
	margin: 30px 5px 20px 45px;
}

div#three_center {
	float: left;
	display: inline;
	width: 230px;
	margin: 30px 5px 20px 5px;
	border-left: 5px #dae4e8 solid;
	border-right: 5px #dae4e8 solid;
}

div#three_right {
	float: left;
	display: inline;
	width: 200px;
	margin: 30px 5px 20px 5px;
}	

.popup {
	background: #fff;
	padding: 20px;
}


/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#nav {
	position: absolute;
	top: 67px;
	right: 0;
	width: 742px;
	height: 28px;
	background-color: #46789e;
}

div#util_nav {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 0;
	width: 300px;
	height: 15px;
	text-align: right;
}	

div#util_nav ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	list-style: none;
	margin: 0;
}
	
div#util_nav li {
	float: left;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

div#util_nav a {
	color: #005288;
	display: block; 
	font-size: 10px;
	padding: 0 6px;
}

div#util_nav a:hover {
	color: #bb9d06; 
	text-decoration: none;
}

/*------------------------------------------------------------------------------	
HORIZONTAL MENU
------------------------------------------------------------------------------*/		

/*CONTROLS ALL LISTS*/ 
#menuh { 
	float: left;
	display: inline;
	line-height: 1;
	list-style: none;
	text-align: left;
	width: 742px;  /*set to go across entire util nav container*/
}

#menuh li { float: left; }

#menuh a {
	display: block; 
	font-size: 12px;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/
/*width needed or else Opera goes nuts*/

	#menuh li { float: left; }

	#menuh li a { 
		display: block;
		padding: 7px 20px; /*must have padding to stay hot*/
		color: #ffffff;
		font-family: Arial, sans-serif;
		font-size: 12px;
		word-spacing: 2px; /* optional */
		background-color: 
	}

	#menuh a:hover {
		color: #bb9d06;
		text-decoration: none;
	}

	#menuh li a.current {
		color: #ffffff;
		/*background: transparent;*/
		text-decoration : none;
	}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 
/*	using left instead of display to hide menus because display: none isn't read by screen readers	*/	
	
	#menuh ul {
		float: left;
		padding: 0;
		list-style: none;
		line-height: 1;
		margin-top: -1px;
		width: 140px;  /*MASTER WIDTH -- determines widths below*/
	}

	#menuh ul li { float: left; margin: 0; padding: 0; }

#menuh ul li a {
	display: block;
	color: #fff;
	padding: 6px 9px 6px 10px;
	text-decoration : none;
	background-color: #46789e;
	width: 130px;
	border-top: 1px solid #fff;
}

#menuh ul li a:hover {
	color: #fff;
	background-color: #bb9d06; /*#bfaf00*/
}

	#menuh li ul {  
		position: absolute;
		margin:  -4px;  /*offset distance below main*/
		padding: 0;
		left: -999em; 
	}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
	#menuh li ul ul {   
		margin: -18px 0 0 -141px; /* 1 less than nav height sets vert offset of the hori. flyout of a dropdown*/
	}

* html #menuh li ul ul {   
		margin: -18px 0 0 -141px; /* set this, and the one above, to +1 of the master width */
	}

/* lists nested under hovered list items */
#menuh li:hover ul ul, #menuh li:hover ul ul ul, #menuh li:hover ul ul ul ul, #menuh li.sfhover ul ul, #menuh li.sfhover ul ul ul, #menuh li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh li:hover ul, #menuh li li:hover ul, #menuh li li li:hover ul, #menuh li li li li:hover ul, #menuh li.sfhover ul, #menuh li li.sfhover ul, #menuh li li li.sfhover ul, #menuh li li li li.sfhover ul {
	left: auto;
}
/*------------------------------------------------------------------------------	
RESERVED Selectors - Leave for the editor
------------------------------------------------------------------------------*/	
		
table {}
th {}
tr {}
td {}

/*------------------------------------------------------------------------------	
FORMS 
------------------------------------------------------------------------------*/		
div.form {
	float: left;
	width: 450px;
	margin: 10px 0 40px 0px;
}
div.frow {
	clear: both;
	padding-top: 4px;
}
div.frow span.label, div.frow span.blabel {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}
div.frow span.blabel {
  font-weight: bold;
}
div.frow span.frm {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: right;
	width: 340px;
	margin-top: 2px;
} 
textarea, input, select { margin: 0; padding: 0; }
		
/*------------------------------------------------------------------------------	
SIMPLE CLASSES
------------------------------------------------------------------------------*/		
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.emphasize { font-weight: bold; font-style: italic; text-decoration: underline;}
.clearleft 	{ clear: left; }
.clearright { clear: right; }
.clearboth 	{ clear: both; }
.floatleft	{ float: left; }
.floatright { float: right; }