/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(images/grad1.jpg);
 background-position:top;
 background-repeat:repeat-x;
 background-color:rgb(0,0,17);
/* background-image:url(images/body-tile.jpg);*/
	font-family:Trebuchet,Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#3F3F3F;
	line-height: 17px;
	font-weight:500;
}
#tile {

 background-image:url(images/grad1.jpg);
 background-position:top;
 background-repeat:repeat-x;
 background-color:transparent;
 width:100%;
}
#pagewidth{ 
 width:985px; 
 text-align:left; margin:0; 
 margin-left:auto; 
 margin-right:auto; 
 padding:0;
 background-color:#fff;
 background-image:url(images/bak.jpg);
}

#wrapper {
 margin:0;
 padding:0;
}
 
 
/**********/
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#rightcol{display:none;} 

#threecols, #maincol{width:100%; float:none;}
}

#header {
width:985px;
height:227px;
/*background-image:url(images/banner1.jpg);
background-repeat:no-repeat;*/
}

.floatleft {
padding: 0px 12px 8px 0px;
float:left;
}

.cssbutton{
background-color: #999;
border: 4px #999 outset;
/*padding: 3px 10px;*/
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% Arial,"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #999;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


#nav {
	width:985px;
	height:34px;
/*	background-image:url(images/buttons.jpg);
	background-repeat:no-repeat;
	background-color:#999;*/
}

#nav ul {
	float: none;
	list-style: none;
	line-height: 31px;
	color: #fff;
/*	background-color: transparent;*/
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.8pt;
	letter-spacing:0px;
/*	padding-top:1px;
	padding-left:0px;*/
	width:985px;
	list-style:none;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 34px;
	color: #FFFFFF;
/*	background-color:transparent; */
	text-decoration: none;
}

#nav a:hover {
	color: #0073BB;
	text-decoration: none;
	background-color:#999;
}

#nav li {
	float: left;
	padding: 0;
}

/* The dropdown links lists */
#nav li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 190px; 
	font-weight: normal;
	border: 1px solid #fff;
	background-color: #999;
	margin: 0; padding:0; 
	list-style: none;
	line-height: 16px;
	color: #fff;
/*	background-color: transparent;*/
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	letter-spacing:0px;
	
}
#nav li li {
	padding: 0;
	width: 100%; 
}
#nav li ul a {
	padding: 3px 8px;
	width: 170px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 100px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: transparent;/*#999;*/
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #999;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #999;
}
/* -------------------------- */

#subtitle {
background-image:url(images/subtitle.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:527px;
height:40px;
padding-top:10px;
margin-left:auto;
margin-right:auto;
}

#threecols{
 width:985px; 
 float:right; 
 position:relative; 
 padding-top:0px;
 margin:0;
 }
 
#leftcol{
 width:196px; 
 float:left;  margin:0;padding:0;
 position:relative; 
 border: none;
 padding-left:7px; 
 padding-bottom:15px;
}
 
#contact_info {
	width:196px;
	height:250px;
	padding:0px;
	margin-top:70px;
	background-image:url(images/info.jpg);
	background-repeat:no-repeat;
	}
#contact_info_head {
	padding-top:20px;
	padding-left:15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	}
#contact_info_title {
	padding-top:40px;
	padding-left:20px;
	color:#0173ba;
	font-size:11px;
	font-weight:bold;
	}
#contact_info_text {
	padding-left:20px;
	color:#000000;
	font-size:10px;	
	}
#contact_info_text a {
	color:#0173ba;
	}
#contact_info_text a:hover {
	color:#999999;
	}

#box_cont {
  width:196px;
}

#box_title_orng {
/*  background-image:url(images/orng_box_head.jpg);*/
  background-image:url(images/orng_box_head1.jpg);
  width:184px;
  height:25px;
  font-family:Trebuchet,Verdana,Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:400;
  color:#FFFFFF;
  padding-left:12px;
  padding-top:8px;
  font-weight:600;
}

#box_title_blue {
  /*background-image:url(images/blue_box_head.jpg);*/
  background-image:url(images/blue_box_head1.jpg);
  width:184px;
  height:25px;
  font-family:Trebuchet,verdana,Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:400;
  color:#FFFFFF;
  padding-left:12px;
  padding-top:8px;
  font-weight:600;
}
#box {
  background-image:url(images/box_grad.jpg);
  background-repeat:repeat-x;
  background-position:top;
  background-color:rgb(210,208,210);
  width:181px;
  font-family:verdana;
  font-size:7pt;
  line-height:12px;
  color:#3F3F3F;
  padding-left:10px;
  padding-right:5px;
  padding-top:8px  
}
 
#box_orange {
/*  background-image:url(images/box_grad.jpg);*/
  background-image:url(images/orng_box_mid1.jpg);
  background-repeat:repeat-y;
  background-position:top;
  width:181px;
  font-family:Trebuchet,verdana;
  font-size:7.5pt;
  line-height:15px;
  color:#3F3F3F;
  padding-left:10px;
  padding-right:5px;
  padding-top:8px  
}
#box_blue {
/*  background-image:url(images/box_grad.jpg);*/
  background-image:url(images/blue_box_mid1.jpg);
  background-repeat:repeat-y;
  background-position:top;
  width:181px;
  font-family:Trebuchet,verdana;
  font-size:7.5pt;
  line-height:15px;
  color:#3F3F3F;
  padding-left:10px;
  padding-right:5px;
  padding-top:8px  
}
#box_blue a {
color:#0073BB;
text-decoration:underline;
font:"Trebuchet";
font-size:7.5pt;
}
#box_blue a:visited {
color:#0073BB;
text-decoration:underline;
font:"Trebuchet";
font-size:7.5pt;
font-weight:normal;
}
#box_orange a {
color:#0073BB;
text-decoration:underline;
font:"Trebuchet";
font-size:7.5pt;
}
#box_orange a:visited {
color:#0073BB;
text-decoration:underline;
font:"Trebuchet";
font-size:7.5pt;
font-weight:normal;
}
 
#box_bott_orange {
background-image:url(images/orng_box_bott1.jpg);
background-repeat:no-repeat;
background-position:top;
width:196px;
height:27px;
}

#box_bott_blue {
background-image:url(images/blue_box_bott1.jpg);
background-repeat:no-repeat;
background-position:top;
width:196px;
height:27px;
}

#maincol{
 display:block;
 margin:0;
 padding: 20px 20px 0px 30px;
 float:left; 
 position:relative;
 display:inline;
 width:529px; 
}

#maincol2{
	display:block;
	float:left;
	position:relative;
	display:inline;
	width:730px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}

#col1{
 width:240px;
 padding-right:15px;
 float:left;
}

#col1a{
 width:45%;
 padding-right:15px;
 float:left;
}

#col2{
 width:240px;
 padding-left:10px;
 position:relative;
 float:right;
 position:relative;
 display:inline;
}


#col2a{
 width:45%;
 padding-left:10px;
 position:relative;
 float:right;
 position:relative;
 display:inline;
}

#rightcol{
 width:196px; 
 float:right;  margin:0;padding:0;
 position:relative; 
 border: none;
 padding-right:7px; 
 padding-bottom:15px;
}
 
h1 {
font-family:Trebuchet,"Arial Narrow","Trebuchet MS",'Arial Narrow', Helvetica, sans-serif;
color:#0073BB;
font-weight:bolder;
letter-spacing: normal;
font-size:17.5pt;
line-height:25px;
padding-bottom:10px;
}
.main { font-weight: bold; font-size:20px; }

h2 {
font-family: Trebuchet,'Arial Narrow',verdana,Arial, Helvetica, sans-serif;
font-size:13pt;
color:#333333;
line-height: 18px;
font-weight:bolder;
letter-spacing:normal;
}

h3 {
font-family:Trebuchet,'Arial Narrow',verdana,Arial, Helvetica, sans-serif;
font-size:12pt;
color:#0073BB;
line-height: 17px;
font-weight:bold;
letter-spacing:normal;
}

h4 {
font-family:Trebuchet,'Arial Narrow',verdana,Arial, Helvetica, sans-serif;
font-size:12pt;
color:#0073BB;
line-height: 20px;
font-weight:bold;
letter-spacing:normal;
padding:0;
margin:0;
}

.link_logos {
float:left; 
margin-right:5px;
width:258px;
}
.backtotop { float:right; text-align:left; padding-right:5px; padding-bottom:10px; }
.sitemap {list-style:none;}
#maincol ul li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8.2pt;
color:#3F3F3F;
line-height: 17px;
font-weight:500;
list-style:square;
}
a:link {
color:#0073BB;
text-decoration:underline;
}
a:visited {
color:#0073BB;
text-decoration:underline;
}
#maincol li a {
text-decoration:none;
color:#0073BB;
}

#maincol li a:hover {
text-decoration:underline;
}

.maincol {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8.2pt;
color:#3F3F3F;
line-height: 17px;
font-weight:500;
list-style:square;
}

a.limaincol, a.limaincol:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8.2pt;
color:#0073BB;
line-height: 17px;
font-weight:500;
list-style:square;
}

a.limaincol:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8.2pt;
color:#0073BB;
line-height: 17px;
font-weight:500;
list-style:square;
}
p {
font-family:Trebuchet,Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#3F3F3F;
line-height: 17px;
font-weight:500;
}
ul{
font-family:Trebuchet,Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#3F3F3F;
line-height: 17px;
font-weight:500;
list-style:square;
}
.subpara {
padding:2px 5px 2px 6px; border-left:#FF9933 4px solid; font-family:"Trebuchet",Arial, Helvetica, sans-serif; font-size:10.35pt; color:#333;
margin:9px 7px 4px 11px;
}
.subheading1 {
padding:0px 5px 5px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;
margin-left:12px;
}

#footer{
	height:64px;
	padding-top:10px;
	clear:both;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
} 

#footercontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	float: right;
	width: 985px;
	display: inline;
	text-align: center;
}


#footerlinks {
	float: left;
	width: 965px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:5px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
#footerlinks a{
color:#FFFFFF;
text-decoration:none;
}
#footerlinks a:hover{
color:#FFFFFF;
text-decoration:underline;
}

a.footer, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
a.directoryone, a.directoryone:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
a.directoryone:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

/*Style for multi-columns*/
}

#multicols3 ul {

  float: left;

  margin: 0;

  padding: 0;

  list-style: none;

}

 

#multicols3 li {

  float: left;

  width: 12em;

  height:1.5em;

  margin: 0;

  padding: 0 0 0 .5em;

} 



#multicols2 ul {

  float: left;

  margin: 0;

  padding: 0;

  list-style: none;

}

 

#multicols2 li {

  float: left;

  width: 12em;

  height: 3em;

  margin: 0;

  padding: 0 0 0 .5em;

}.columncontainer {
	display: inline;
	width: 700px;
	float: left;
}
.columnheader {
	float: left;
	width: 700px;
	display: block;
	height: 40px;
	background-color: #1872AE;
}
.columnsubheader {
	display: block;
	float: left;
	width: 700px;
	height: 30px;
	background-color: #F69834;
}

.columnleft {
	display: inline;
	float: left;
	width: 110px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
.columnright {
	float: right;
	width: 580px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.column, a.column:visited {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}
a.column:hover {
	color: #FFFFFF;
	text-decoration: underline;
	vertical-align: top;
}
.columntext {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}
/* Vertical Accordions */
		
.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11pt;
	letter-spacing:0.07em;
	border-bottom: 1px solid silver;
	font-variant:normal;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color:rgb(64,64,64);
	background-image: url(images/accordion_toggle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.accordion_toggle p {
color:#fff; padding-top:5px; font-size:11px;
}
	
		
.accordion_toggle_active {
	color: #000000;
	border-bottom: 1px solid silver;
	background-color: grey;
	background-repeat: no-repeat;
	background-position: right top;
}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #333333;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
	color: #000000;
}
  			
/* Vertical Accordion */

		
/*Horizontal Accordion*/
		
.horizontal_accordion_toggle {
/* REQUIRED */
   float: left;	/* This make sure it stays horizontal */
/* REQUIRED */

	display: block;
	height: 100px;
	width: 30px;
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}
		
.horizontal_accordion_content {
/* REQUIRED */
	height: 1px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
/* REQUIRED */
			
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}
			
.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/* Container styling*/

.title{
float:left; margin:0px; padding-top:5px; text-align:center; font-size:12px; font:Arial, Helvetica, sans-serif; color:#FFFFFF; display:inline; height:10px; width:700px; background:rgb(28,114,175);
}

#horizontal_container {
/*margin: 20px auto 20px auto;*/
    margin: 2px auto 2px auto;
    width: 680px;   
    height: 1px;    
}
    
#vertical_nested_container {
    margin: 20px auto 20px auto;
    width: 620px;
}

#formbg {
	background-image:url(images/formbg.jpg);
	background-repeat:no-repeat;
	height:720px;		
	}
	
#form2bg {
	background-image:url(images/form2bg.jpg);
	background-repeat:no-repeat;
	color:#000000;
	height:720px;		
	}
#space{height:10px;}