/*LAYOUT-------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../images/hl/background.jpg) repeat-x;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	}
.contminh {
	float:left;
	width:5px;
	height:750px;
	overflow:hidden;
	}
.HLpagewidth {
	width:825px;
	}
.HLcontwidth {
	width:820px;
	}
a, a:visited {
	text-decoration:none;
	color:#009;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#006;
	}
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:12px;}
h6 {font-size:12px;}
/*------- Header Content----------------------------------*/
.headerbox img {
	float:left; 
	display:block;
	margin:0px;
	border:0px;
}
#headerbox {
	height:110px;
	}
#headerbox h2.h2home {
	padding:15px 0px 0px 0px;
	font-size:12px;
	}
#headerbox h2.h2home a, #headerbox h2.h2home a:visited {
	color:#fff;
	text-decoration:none;
	}
#headerbox h2.h2home a:hover, #headerbox h2.h2home a:active {
	color:#ccf;
	}
#logo1 {
	position:relative;
	float:left;
	padding:13px 80px 0px 0px;
/*	width:379px;
	height:83px;*/
	}
#logo2 {
	position:relative;
	float:left;
	width:300px;
	padding:15px 0px 0px 0px;
	}
.headertext {
	position:relative;
	color:#fff;
	font-size:10px;
	}

/*div#xsltsearch {padding:0px 20px 40px 70px;}*/

/*NAVBAR POSITIONING (ELEMENT STYLES IN HL_NAV.CSS)----------------------------------
#menubarposition {
	position:absolute;
	float:left; 
	top:0px;
	right:0px;
	margin-top:122px;
	}
*/

/*MAIN BODY OUTER CONTAINER------------------------------------*/
#maincontent {
	position:relative;
	float:left;
	padding-top:10px;
	}

/*HOMEPAGE BODY INNER CONTAINERS------------------------------------*/
#leftsidebox { /*same as maincontentbox*/
	position:relative;
	float:left;
	padding-top:10px;
	width:550px;
	}
#bluebox {
	position:relative;
	}	
h2.homeh2blue {
	position:relative;
	height:30px;
	color:#44ADFF;
	}
h2.homeh2brown {
	position:relative;
	height:30px;
	color:#B7761C;
	}
span.icon {
	position:relative;
	top:2px;
	padding:0px 5px 0px 15px;
	}

.blueboxtop	{
	position:relative;
	margin:0px 0px 0px 0px;
	width:540px;
	height:10px; 
	background:no-repeat top left url(/images/hl/bluetop.jpg);
	overflow:hidden;
	}
.blueboxmid	{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	width:520px; 
	height:130px;
	background:repeat-y url(/images/hl/bluemid.jpg);
	}
.iconquadrant {
	position:relative;
	float:left;
	padding:12px 10px 0px 10px;
/*	width:110px;*/
	}
.missionh1box {
	position:relative;
	float:left;
	padding:25px 0px 0px 10px;
	width:360px;
	}
p.missionh1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	color:#006EC7;
	line-height:1.2;
	}
.blueboxbot	{
	position:relative;
	margin:0px 0px 20px 0px;
	width:540px;
	height:11px; 
	background:no-repeat top left url(/images/hl/bluebot.jpg);
	overflow:hidden;
	}
	
/*HOME PAGE FORM---------------------------------------------------*/
#formcontbox {
	position:relative;
	}

.formboxtop	{
	padding:10px 20px 0px 20px;
	width:500px;
	height:401px; 
	background:no-repeat top left url(/images/hl/formtop.jpg);
	overflow:hidden;
	}
.formboxmid	{
	padding:0px 10px 0px 10px;
	width:530px; 
	height:auto;
	background:repeat-y top left url(/images/hl/formmid.jpg);
	}
.formboxbot	{
	margin:0px 0px 20px 0px;
	width:540px;
	height:14px; 
	background:no-repeat top left url(/images/hl/formbot.jpg);
	overflow:hidden;
	}

.hlhomepageform	{
	display:inline;
	position:relative;
	float:left;
	padding:10px 0px 0px 0px;
	width:500px;
	}
.hlhomepageform .contourField	{
	position:relative;
	float:left;
	}
.hlhomepageform .fieldLabel	{
	display:block;
	position:relative;
	height:20px;
	font-weight:bold;
	}
.hlhomepageform div.text	{
	width:250px;
	height:60px;
	}
.hlhomepageform div.emailaddress, .hlhomepageform div.phonenumber	{
	height:80px;
	}
.hlhomepageform div.checkboxlist	{
	width:500px;
	height:20px;
	overflow:hidden;
	}
.hlhomepageform div.checkbox	{
	width:250px;
	height:30px;
	}
.hlhomepageform div.checkbox .fieldLabel	{
	float:left;
	left:20px;
	font-weight:normal;
	}
.hlhomepageform span.checkbox	{
	display:block;
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	}
.hlhomepageform input.text	{
	display:block;
	position:relative;
	float:left;
	padding:3px 0px 0px 3px;
	height:20px;
	width:225px;
	background:#fff;
	border:1px solid #000;
	}
.hlhomepageform .contourNavigation	{
	position:relative;
	height:50px;
	}
.hlhomepageform .contourSubmit	{
	display:block;
	position:relative;
	float:left;
	padding:0px 10px 0px 10px;
	background:#ccc;
	border:1px solid #444;
	cursor:pointer;
	}



/*SIDE BAR: NEXT TO LEFTSIDEBOX INSIDE MAINCONTENT---------------*/
#sidebarbox {
	display:inline;
	position:relative;
	float:left;
	margin:45px 0px 0px 15px;
	}
#sidebarcontbox {
	position:relative;
	float:left;
	}
.sidebartop	{
	position:relative;
	width:230px;
	height:11px; 
	background:no-repeat top left url(/images/hl/sidebartop.jpg);
	overflow:hidden;
	}
.sidebarmid	{
	position:relative;
	padding-top:2px;
	width:230px; 
	background:repeat-y top left url(/images/hl/sidebarmid.jpg);
	}
.sbarboxcontbox {
	position:relative;
	padding:0px 0px 0px 12px
	}
.sbarboxtop	{
	position:relative;
	padding:10px 0px 0px 7px;
	width:189px;
	background:no-repeat top left url(/images/hl/sbarboxtop.jpg);
	}
.sbarwrappercenter {
	position:relative;
	padding-top:10px;
	height:80px;
	}
.sbarboxmid	{
	position:relative;
	width:196px; 
	height:1px; 
	background:repeat-y top left url(/images/hl/sbarboxmid.jpg);
	overflow:hidden;
	}
.sbarboxbot	{
	position:relative;
	padding:0px 0px 12px 0px;
	width:196px;
	height:1px; 
	background:no-repeat top left url(/images/hl/sbarboxbot.jpg);
	overflow:hidden;
	}
.sidebarbot	{
	position:relative;
	width:230px;
	height:13px; 
	background:no-repeat top left url(/images/hl/sidebarbot.jpg);
	overflow:hidden;
	}

.sbarboxtop p, .sbarboxmid p, .sbarboxbot p	{
	font-size:13px;
	color:#8a5b15;
	}


/*SEARCHBOX-------------------------------------------------------------*/
#searchBoxContainer {
	position:absolute;
	top:145px;
	right:0px;
	width:255px;
	}
#searchBoxInplant {
	position:relative;
	float:left;
	padding:5px 5px 5px 5px;
	width:207px;
	height:23px;
	background:#DEEFF9;
	border:1px solid #0C6CB8;
	}
#searchBoxInplant .input {
	display:block;
	position:relative;
	float:left;
	top:1px;
	padding:2px 0px 0px 3px;
	height:18px;
	width:140px;
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #0C6CB8; 
	background: #fff; 
	border: 1px solid #0C6CB8;
	}
#searchBoxInplant .submit {
	display:block;
	position:relative;
	float:left;
	left:5px;
	height:22px;
	width:55px;
	font: bold 95% Arial, Helvetica, sans-serif;
	color:#fff; 
	background:#0C6CB8; 
	border: 1px solid; 
	border-color: #696 #363 #363 #696;
	}

/*-------SUB PAGE CONTAINER----------------------------------*/
#maincontentbox {
	position:relative;
	float:left;
	padding-top:10px;
	width:820px;
	}

.mainconttop	{
	position:relative;
	float:left;
	width:800px;
	height:13px; 
	background:no-repeat top left url(/images/hl/mainconttop.jpg);
	overflow:hidden;
	}
.maincontmid	{
	position:relative;
	float:left;
	padding:20px 0px 0px 0px;
	width:800px; 
	background:repeat-y top left url(/images/hl/maincontmid.jpg);
	}
.subpageminheight {
	position:relative;
	float:left;
	width:5px;
	height:500px;
	}
.subpagecontent {
	position:relative;
	float:left;
	padding:0px 0px 0px 60px;
	width:710px;
	}
.subpagecontent p {
	padding-left:20px;
	}
.subpagecontent ul, .subpagecontent ol {
	padding:10px 10px 10px 50px;
	}
.subpagecontent li {
	padding:0px 0px 10px 0px;
	}
.maincontbot	{
	position:relative;
	float:left;
	padding:0px 0px 80px 0px;
	width:800px;
	height:13px; 
	background:no-repeat top left url(/images/hl/maincontbot.jpg);
	overflow:hidden;
	}

#maincontentbox h1 {
	position:relative;
	margin:0px 0px 0px 45px;
	height:30px;
	color:#44ADFF;
	}
#maincontentbox h2 {
	position:relative;
	margin:0px 0px 0px 10px;
	height:30px;
	color: #0C6CBB;
	}
#maincontentbox h3 {
	position:relative;
	margin:0px 0px 0px 10px;
	height:20px;
	color: #0C6CBB;
	}


/*SPONSOR---------------------------------------------------*/
.subcontainerindent {
	position:relative;
	padding:0px 0px 0px 15px;
	}
.sponsorlogossub {
	display:inline;
	position:relative;
	float:left;
	margin:10px 0px 0px 30px;
	height:100px;
	}
.sponsorlogossub2 {
	display:inline;
	position:relative;
	float:left;
	margin:10px 0px 0px 30px;
	height:100px;
	}
hr {
	width:600px;
	height:2px;/*ie renders this*/
	color:#0C6CBB;/*ie renders this*/
	border:1px solid #0C6CBB;/*firefox renders this as 2px*/
	margin:auto;
	}
.sponsorlogos {
	float:left;
	height:100px;
	margin:10px 20px 0px 10px;
	text-align:center;
	}

.sponsorlogoshome {
	float:left;
	height:100px;
	width:120px;
	margin:10px 20px 0px 10px;
	text-align:center;
	}

.sponsorlogos1 {
	float:left;
	margin:10px 30px 0px 30px;
	text-align:center;
	}

p.sponsorproject {
	font-size:14px;
	color:#48ADFD;
	padding:8px 0 0 10px;
	margin:0px;
	}


	
#footerbarcontbox {
	width:775px;
	clear:both;
	}
.footerbartop	{
	width:775px;
	height:8px; 
	background:no-repeat top left url(/images/hl/footertop.jpg);
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}
.footerbarmid	{
	width:765px; 
	height:auto;
	background:repeat-y top left url(/images/hl/footermid.jpg);
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}
.footerbarbot	{
	width:775px;
	height:14px; 
	background:no-repeat top left url(/images/hl/footerbot.jpg);
	margin:0px 0px 30px 0px;
	overflow:hidden;
	}
/*
.footerbartop p, .footerbarmid p, .footerbarbot p	{
	background:none;
	}
*/

#footer {
	background:repeat-x url(/images/hl/background-footer.jpg);
	height:92px;
	font-size:9px;
	color:#000;
	text-align:center;
	clear:both;
	}
#footercontent {
	padding-top:25px;
	}

.quotes {
	background:url(/images/hl/quotes.jpg) no-repeat top;
	margin:10px 25px 0 55px;
	padding:0 20px 0 0;
	width:635px; height:72px;
	}
.quotes p {
	color: #0C6CBB;
	font-size:16px;
	width: 550px;
	padding: 0 0 0 85px;
	}

/*ABOUT FORM-------------------------------------*/
#contactaboutform	{
	margin:auto;
	padding:20px 0px 20px 30px;
	width:550px;
	border:3px solid #25a;
	background:#cdf;
	}
.hlcontactus	{
	padding:10px 0px 0px 0px;
	width:510px;
	}
.hlcontactus .contourField	{
	position:relative;
	float:left;
	}
.hlcontactus .fieldLabel	{
	display:block;
	position:relative;
	height:20px;
	font-weight:bold;
	}
.hlcontactus div.text	{
	width:255px;
	height:60px;
	}
.hlcontactus div.recipient	{
	width:255px;
	height:60px;
	}
.hlcontactus div.message	{
	width:510px;
	height:110px;
	}
.hlcontactus div.recipient select	{
	width:230px;
	height:25px;
	padding:3px;
	border:1px solid #333;
	}
.hlcontactus div.message textarea	{
	width:473px;
	height:58px;
	border:1px solid #333;
	padding:5px;
	}
.hlcontactus input.text	{
	display:block;
	position:relative;
	float:left;
	padding:3px 0px 0px 3px;
	height:20px;
	width:225px;
	background:#fff;
	border:1px solid #000;
	}
.hlcontactus .contourNavigation	{
	position:relative;
	height:30px;
	}
.hlcontactus .contourSubmit	{
	display:block;
	position:relative;
	float:left;
	padding:0px 10px 0px 10px;
	background:#ccc;
	border:1px solid #444;
	cursor:pointer;
	}


/*------Additional ----------------------------*/
.top {
	text-align:center;
	font-size:9px;
	}

table {
	border: #0C6CBB solid medium;
	/*margin:10px 0 10px 50px;*/
	margin:10px auto;
	padding:4px;
	font-size:12px;
	}
tr { 
	font-size:12px;
	}
td {
	border: #afd7f6 solid thin;
	padding:4px;
	font-size:12px;
	}
tbody {
	padding:4px;
	font-size:12px;
	}
table p, tr p, td p {
	padding:3px 0 3px 3px;
	margin:3px 0 3px 3px;
	font-size:12px;
	}

p.nospace {
	margin:0;
	padding:0;
	}
.floatright {
	float:right;
	}
.floatleft {
	float:left;
	}
.padded {
	padding:10px;
	margin: 0 10px 10px 10px;
	border: #CCC thin solid;
	}
/*  THIS DIV MAY BE UNNECESSARY
.clearboth p {
 	clear:both;
	}
*/
.clearboth {
	clear:both;
	}


div#xsltsearch h2  {
	display:inline;
	position:relative;
	margin:20px 0px 0px 45px;
	color:#44ADFF;
	}

	
.disclaimer {
	font-size:9px;
	color:#008eff;
	padding:0px 0px 0px 5px;
	}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
