* { margin: 0; padding: 0; }


/*/////////////// HTML ///////////////*/

body {
margin: 0px auto;
background-color: #9D9FA2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
background:#404852 url(../images/backgrounds/bg.gif) repeat-x scroll center top;
}

p { margin: 10px 0 10px 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 0 0; padding: 0; }


/*/////////////// Layout ///////////////*/

#container {
margin: 0px auto;
width:980px;
background-color:#ffffff;
background-image:url(../images/backgrounds/content_bg.gif);
background-position:left;
background-repeat:repeat-y;
}

#wrap {
width:990px;
margin: 10px auto;
background-color:#FFFFFF;
padding: 5px 0px 5px 0px; /* (top, right, bottom, left) */
}


/*/////////////// header ///////////////*/

#header{
height:120px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
background-color:#FCB342;
}

#logo {
float:left;
width:155px;
margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
}

#utility_menu {
width:450px;
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: #ffffff;
text-decoration: none;
border-right: solid 1px #cccccc;
font-size: 0.85em;
font-weight:bold;
}

#utility_menu ul li a:hover {
color: #000;
}

#utility_menu ul li a.last {
border-right: none;
padding-right: 0px;
}

#tagline {
width:450px;
height:25px;
float:right;
margin: 30px 10px 10px 10px; /* (top, right, bottom, left) */
text-align:right;
color:#ffffff;
font-size:24px;
font-weight:bold;
}

.highlight {
color:#273A7E;
font-size:24px;
font-weight:bold;
font-style:italic;
}


#nav {
width: 980px;
height:35px;
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
margin:0;
background-color:#273A7E;
}

#nav ul  { list-style: none; margin: 0px 0px 0px 15px; }

#nav ul li {
float: left;
margin: 7px 0px 0px 5px; 
padding: 0px 8px 8px 0px;
list-style: none;
background-color:#273A7E;

}

	
#nav  ul li a {
  display: block;
  padding: 4px 15px 2px 5px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  border-right: dotted 1px #ffffff;
 }
	
#nav  ul li a:hover { color: #ccc; }

/* --1st Level Drop-down Menu Parameters-- */
#nav ul ul { 
position: absolute;
left: -999em;
width: 150px;
w\idth: 150px;
font-weight: normal;
margin: 7px 0 0 0px;
padding: 0;
list-style: none;
background: none;
text-align: left;
height: auto;	
z-index: 99;	
}
	
#nav ul ul li {
	width: 150px;
	padding: 0;
	margin:0;
	background: none;
	height: auto;
	z-index:99;	
}

#nav ul ul li a {
	width: 150px;
	w\idth: 150px;
	padding: 4px 8px 4px 8px;
	display: block;
	border-top: 1px solid #fff;
	background: #cccccc;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	z-index:99;	
	border-right: dotted 1px #ffffff;
}
	
	
#nav ul ul li a:hover {
	left: auto; 
	background: #cccccc;
	color: #273A7E;
	display: block;	
	border-top: 1px solid #fff; 
	border-right: none; 
	border-left: none; 
	border-bottom: none;
	height: auto;
	z-index:99;	
	border-right: dotted 1px #ffffff;
}

/* --2nd Level Drop-down Menu Parameters-- */	
#nav 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;	
}
	
#nav ul ul ul li {
	width: 100px;
	padding: 0;
	margin:0;
	height: auto;
	z-index:100;
}

#nav 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;
}
	
#nav 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-- */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	position: absolute;     
	left: -999em; 
	} 

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {     
	left: auto; 
	} 
	
#nav li:hover, #nav li.hover {   
    position: static;   
}  


#nav ul li a.last2 {
	border-right: solid 0px #ffffff;
}


/*/////////////// END NAV ///////////////*/


#image_area {
height:180px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
background-image:url(../images/flash.jpg);
background-repeat:no-repeat;
}

#landing_image {
float:right;
width:740px;
margin: 0px 0px 0px 20px; /* (top, right, bottom, left) */
}

#slogan {
float:left;
width:350px;
margin: 28px 0px 0px 10px; /* (top, right, bottom, left) */
color:#FFFFFF;
font-weight:bold;
line-height:20px;
font-size:11px;
}

#slogan h2 {
color:#fcb342;
font-size:22px;
font-weight:bold;
margin-bottom:10px;
}

/*/////////////// main content Area ///////////////*/

#content {
width:980px;
min-height:400px;
height:auto !important;
height:400px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
padding:0px;
background-image:url(../images/backgrounds/footer.jpg);
background-repeat:no-repeat;
background-position:99% 99%; /* (top, right, bottom, left) */
}

html>/*Firefox hack*/body #content {
width:980px;
min-height:400px;
height:auto !important;
height:400px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
padding:0px;

}


#landing_content {
width:965px;
min-height:400px;
height:auto !important;
height:400px;
margin: 10px 0px 0px 10px; /* (top, right, bottom, left) */
background-repeat: repeat;
}

#left_column {
float:left;
width:200px;
margin: 20px 0px 0px 10px; /* (top, right, bottom, left) */
}

#left_column_landing {
float:left;
width:200px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
height:500px;
}

#left_column_landing ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	color: #000000;
	
}

#left_column_landing ul li {
	border-bottom: dotted 1px #FCB342;
	padding: 5px 0px;
}

#left_column_landing ul li a {
	text-decoration: none;
	color: #000000;
}

#left_column_landing ul li a:hover {
	color: #999999;
}

#middle_column {
float:left;
width:430px;
margin: 10px 0px 10px 25px; /* (top, right, bottom, left) */
border-right: 1px solid #c6c6c6;
}



#middle_column_landing {
float:left;
width:738px;
margin: 10px 0px 0px 25px; /* (top, right, bottom, left) */
}

#right_column {
float:left;
width:257px;
margin: 20px 0px 0px 25px; /* (top, right, bottom, left) */
padding: 0px 0px 0px 10px; /* (top, right, bottom, left) */
}

#right_column a:link {
font-size:13px;
font-weight:bold;
color:#273A7E;
text-decoration:none;
}

.right_landing {
float:right;
width:220px;
height:400px;
border-left: 1px solid #c6c6c6;
margin: 0px 0px 0px 25px; /* (top, right, bottom, left) */
padding: 0px 5px 0px 15px; /* (top, right, bottom, left) */
}

.right_landing ul, #middle_column ul, #middle_column_landing ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.right_landing ul li, #middle_column ul li, #middle_column_landing ul li {
background: url(../images/backgrounds/right.gif); 
background-repeat: no-repeat; 
background-position: 0 1.1em;  
padding: 8px 0px 0 10px; 
color: #000000; 
	
}

.right_landing ul li a, #middle_column ul li a, #middle_column_landing ul li a {
	text-decoration: none;
	color: #000000;
}

.right_landing ul li a:hover, #middle_column ul li a:hover, #middle_column_landing ul li a:hover {
	color: #FCB342;
}


#middle_column h1,#middle_column_landing h1 {
font-size:12px;
font-weight:bold;
color:#273A7E;
margin-top: 0; 
padding-top: 0;
}


#left_column h2, #left_column_landing_text h2, #left_column_landing h3 {
font-size: 11px;
margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
padding: 5px 0px 5px 5px; /* (top, right, bottom, left) */
color:#ffffff;
background-color:#FCB342;
}

#left_column_landing h2 {
font-size: 12px;
color:#000000;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
padding: 0px 0px 5px 0px; /* (top, right, bottom, left) */
}

#right_column h2, #middle_column_landing_right h2 {
font-size: 11px;
margin: 0px 0px 5px 0px; /* (top, right, bottom, left) */
padding: 5px 0px 5px 5px; /* (top, right, bottom, left) */
color:#ffffff;
background-color:#FCB342;
}

#footer_bar {
clear:both;
width:980px;
height:18px;
margin: 10px 0px 0px 0px; /* (top, right, bottom, left) */
background-color:#FCB342;
}

#footer_text{
font-size:10px;
color:#ffffff;
}

#bottom {
margin: 0px auto;
width:980px;
font-size:10px;
color:#000000;
text-align:center;
background-color:#ffffff;
}

html>/*Firefox hack*/body #footer_text{
width:940px;
margin: 0px 0px 10px 10px; /* (top, right, bottom, left) */
padding:28px 0px 10px 20px; /* (top, right, bottom, left) */
font-size:10px;
color:#ffffff;
}

.map {
width:470px;
float:left;
text-align:center;
}

.clear {
clear:both;
}
