@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a {outline: none;} /* removes dotted line from around links in FF */

/*/////////////// HTML ///////////////*/

body {
margin: 0px auto;
background: #bab7b7;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#474444;
}

p { 
	margin: 5px 0px 15px 0px; 
	line-height:16px; 
	}


h1 {
	font: 14px/2 Arial, Helvetica, san-serif;
	color: #fbad3f;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
	}

h2 {   
	color: #069; 
	text-transform:uppercase;
	font: 13px/1 Arial, Helvetica, san-serif;  
	font-weight:bold;
	margin: 15px 0px 0px 0px; 
	padding: 0px; 
}


h3 { 
	color: #15294e; 
	font-size: 11px; 
	font-weight: bold; 
	margin: 10px 0px 10px 0px; 
	padding: 10px 0 0 0;
	border-top:1px solid #666;
	}
	
h4 {   
	color: #FE9214;
	font-weight: bold; 
	font-size: 11px;
	margin: 0px; 
	padding: 0px;
	}
	
/*/////////////// Layout ///////////////*/

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/content_bg.gif);
background-repeat: repeat-y;
}

/*/////////////// Header Items ///////////////*/

#header {
width:950px;
height:100px;
background-color:#ffffff;
}

#logo{
width:235px;
height:65px;
float:left;
margin: 20px 0px 0px 30px; /* (top, right, bottom, left) */
}

#utility_menu {
	width:550px;
	height:25px;
	float:right;
	margin: 8px 10px 10px 10px; /* (top, right, bottom, left) */
	text-align:right;
	font-size:1.2em;
}

#utility_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#utility_menu ul li {
display: inline;
color: #4D4D4F;
}

#utility_menu ul li a {
margin-left: 0.7em;
padding-right: 1em;
color: #000000;
text-decoration: none;
border-right: solid 1px #4D4D4F;
font-size: 11px;
}

#utility_menu ul li a:hover {
color: #8C8E8C;
}

#utility_menu ul li a.last {
border-right: none;
padding-right: 0px;
}

/*/////////////// Main Homepage ///////////////*/

#menu {
	width:950px;
	height:58px;
	background-image: url(../images/backgrounds/nav_bg.gif);
	background-repeat: repeat-x;
	clear:both;
}


#menu ul  { list-style: none; margin-left:20px; }

#menu ul li {
	float: left;
	margin: 12px 0px 0px 12px; 
	padding: 0px 5px 8px 5px;
	list-style: none;

}

/*IE6 HACKS*/
* html #menu ul li {margin: 12px 0px 0px 14px; } 

	
#menu  ul li a {
	padding: 8px 20px 6px 0px;;/* (top, right, bottom, left) */
	display : block;
	font: bold 15px Arial, Helvetica, san-serif;
	color : #666666;
	margin: 0;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
	border-right: solid 1px #cccccc;
  }

#menu  ul li a.final {
	border-right: solid 0px #cccccc;
  }

	
#menu  ul li a:hover, { color: #666666; }

/* --1st Level Drop-down Menu Parameters-- */
#menu ul ul { 
	position: absolute;
 	left: -999em;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: 3px 0 0 0px;
	padding: 0;
	list-style: none;
	background: none;
	text-align: left;
	height: auto;	
	z-index: 99;	
	}
	
#menu ul ul li {
	width: 150px;
	padding: 0;
	margin:0;
	background: none;
	height: auto;
	z-index:99;	
	}

#menu ul ul li a {
width:170px;
	padding: 8px 0px 7px 8px;
	display: block;	
	background: #eee;
	color: #666;
	font: 11px Arial, Helvetica, san-serif;
	font-weight: normal;
	text-align: left;
	float: none;
	border-bottom:1px solid #ddd;
	white-space:normal;
	}
	
	
#menu ul ul li a:hover {
width:170px;
 	padding: 8px 0px 7px 8px;
	display: block;
	font: 11px Arial, Helvetica, san-serif;
	font-weight: bold;
	text-align: left;
	background: #999999;
	border-bottom:1px solid #ddd;
	color: #000;
	float: none;
	}

/* --2nd Level Drop-down Menu Parameters-- */	
#menu ul ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: -23px 0 0 166px;
	padding: 0;
	list-style: none;
	text-align: left;
	height: auto;
	z-index:100;	
	}
	
#menu ul ul ul li {
	width: 100px;
	padding: 0;
	margin:0;
	height: auto;
	z-index:100;
	}

#menu ul ul ul li a {
	width: 150px;
	w\idth: 150px;
	padding: 4px 8px 4px 8px;
	display: block;
	border-top: 1px solid #CCC;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #efefef ;
	height: auto;
	z-index:100;
	}
	
#menu ul ul ul li a:hover {
	left: auto; 
	background: #efefef;
	color: #273A7E;
	display: block;	
	border-top: 1px solid #CCC; 
	border-right: none; 
	border-left: none; 
	border-bottom: none;
	height: auto;
	z-index:100;	
	}
	
/* --Drop-down Menu Hide and View Parameters-- */
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	position: absolute;     
	left: -999em; 
	} 

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {     
	left: auto; 
	} 
	
	#menu li:hover, #menu li.hover {   
    position: static;   
}  

/*/////////////// main Image and Log in  ///////////////*/

#image_wrap {
width:950px;
height:150px;
}

#image {
float:left;
width:725px;
height:150px;
background-color:#333333;
}

#login {
float:left;
width:220px;
height:150px;
background-color:#33FFFF;
background-image: url(../images/backgrounds/login_bg.gif);
background-repeat: repeat-x;
padding: 0px 0px 0px 5px;/* (top, right, bottom, left) */
color:#ffffff;
}

#login h2 {
font-size:14px;
color:#ffffff;
margin: 0px 0px 10px 0px;/* (top, right, bottom, left) */
padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
font-weight:450;
}

#login a {
color:#000;
text-decoration:none;
}

#login_box {
float:right;
width:210px;
height:50px;
border: solid 0px #CECED0;
margin: 10px 0px 0px 0px; /* (top, right, bottom, left) */
background-color:#F1F1F1;
font-size:10px;
padding: 10px 10px 0px 5px;/* (top, right, bottom, left) */
}

#login_box input.submit {
background:#ff9213 none repeat scroll 0 0;
border:1px solid #ff9213;
color:#ffffff;
font-size:10px;
font-weight:bold;
margin-left:9px;
margin-top:0px;
padding: 0px 0px 0px 0px;/* (top, right, bottom, left) */
vertical-align:middle;
width:60px;
cursor: hand;
}




/*/////////////// END Header ///////////////*/

#content {
margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
width:950px;



}

#content_left {
margin: 20px 0px 0px 10px;/* (top, right, bottom, left) */
float:left;
width:240px;
}

#content_left ul{
	margin: 0px 0px 50px 0px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	list-style-type: none;
}

#content_left  li{
	margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	font-weight:500;
	
}


#content_right {
margin: 10px 10px 0px 1px;/* (top, right, bottom, left) */
float:right;
width:670px;
padding-bottom:10px;
}

#content_right ul{
	margin: 0px 0px 10px 0px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	list-style-type: none;
}

#content_right li{
	margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	
}

#content_right .list ul{
	margin-left: 1em;
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
}

#content_right .list li{
	margin: 0px 0px 1px 20px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	list-style-type: square;
	
}

#content_right a, #content_left a, #footer a {
color:#006641;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

#content_right a:hover, #content_left a:hover, #footer a:hover {
color:#474444;
}

#content_right p {
margin:0px;
padding:0px;
}

#content_right img {
margin-bottom:10px;
}

#box {
float:left;
margin: 0px 0px 0px 10px;/* (top, right, bottom, left) */
padding: 0px 5px 0px 0px;/* (top, right, bottom, left) */
width:180px;
border-right: solid 0px #006641;
}

#box_middle {
float:left;
margin: 0px 0px 0px 20px;/* (top, right, bottom, left) */
padding: 0px 5px 0px 0px;/* (top, right, bottom, left) */
width:180px;
border-right: solid 0px #006641;
}

#box_last {
float:left;
margin: 0px 0px 0px 20px;/* (top, right, bottom, left) */
padding: 0px 5px 0px 0px;/* (top, right, bottom, left) */
width:235px;
}

/*IE6 HACKS*/
* html #box_last {margin: 0px 0px 0px 10px;/* (top, right, bottom, left) */} 


#box h2, #box_middle h2, #box_last h2, #content_left h2, #content_bottom h2, #content_right h2 {
font-size:14px;
color:#6a6a6a;
margin: 0px 0px 10px 0px;/* (top, right, bottom, left) */
padding: 0px 0px 0px 0px;/* (top, right, bottom, left) */
font-weight:lighter;
}

#content_bottom {
margin: 20px 10px 0px 10px;/* (top, right, bottom, left) */
padding: 15px 0px 0px 15px;/* (top, right, bottom, left) */
float:left;
width:602px;
height:165px;
background-image:url(../images/backgrounds/bottom_bg.gif);
background-repeat:no-repeat;
}

#content_bottom img{
float:left;
}

#content_bottom ul {
float:left;
width:160px;
margin: 0px 0px 0px 20px;/* (top, right, bottom, left) */
padding: 0px 10px 0px 0px; /* (top, right, bottom, left) */
list-style-type: none;
border-right: solid 1px #006641;
}

#content_bottom ul.stop {
float:left;
width:220px;
margin: 0px 0px 0px 20px;/* (top, right, bottom, left) */
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
list-style-type: none;
border-right: solid 0px #006641;
}

#content_bottom li {
	margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	font-weight:500;
}

#content_bottom li a {
	margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 13px; /* (top, right, bottom, left) */
	font-weight:500;
color: #000000;
background-image:url(../images/backgrounds/arrow.gif);
background-repeat:no-repeat;
background-position:center left;

}

#content_bottom li a:hover {
color: #8C8E8C;
}


#footer {
margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
width:950px;
height:65px;
border-top: solid 5px #006641;
background-color:#FFFFFF;
}

#footer_text_left {
margin: 10px 0px 0px 90px;/* (top, right, bottom, left) */
float:left;
width:300px;
}

/*IE6 HACKS*/
* html #footer_text_left {margin: 10px 0px 0px 50px;} 


#footer_text_right {
float:left;
width:500px;
margin: 10px 0px 0px 50px;/* (top, right, bottom, left) */
}

#footer_text_right ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#footer_text_right ul li {
display: inline;
width:120px;
float:left;
margin: 0px 30px 0px 0px;/* (top, right, bottom, left) */
padding: 0px 10px 0px 0px;/* (top, right, bottom, left) */
border-right: solid 2px #cccccc;
}

#footer_text_right ul li.end {
border-right: none;
padding-right: 0px;
}

.orange {
color:#ff8a00;
text-transform:uppercase;
}

.fix {
clear:both;
}
