@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: #c0c0c0;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

p {
margin: 10px 0px 5px 0px; /* (top, right, bottom, left) */
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
}

h1 {
color:#0069AA;
font-size:14px;
font-weight:bold;
margin: 5px 0px 0px 0px; /* (top, right, bottom, left) */
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
}


/*/////////////// Layout ///////////////*/

#container {
width: 1000px;
margin: 0px auto;
background-color: #ffffff;
padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */

}

#header {
width:1000px;
height:100px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
background-image:url(../images/backgrounds/header_bg.jpg);
background-repeat:no-repeat;
}

#utility {
	width:450px;
	height:20px;
	float:right;
	margin: 8px 10px 10px 10px; /* (top, right, bottom, left) */
	text-align:right;
	font-size:12px;
}

#utility ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#utility ul li {
display: inline;
color: #4D4D4F;
}

#utility ul li a {
margin-left: 0.7em;
padding-right: 1em;
color: #ffffff;
text-decoration: none;
border-right: solid 1px #ffffff;
font-size: 0.85em;
}

#utility ul li a:hover {
color: #8C8E8C;
}

#utility ul li a.last {
border-right: none;
padding-right: 0px;
}

#nav_bar {
margin: 10px 0px 0px 0px; /* (top, right, bottom, left) */
padding: 1px 0px 0px 0px; /* (top, right, bottom, left) */
height:60px;
background: #c0c0c0;
}

#menu {
height:47px;
margin: 10px 0px 0px 0px; /* (top, right, bottom, left) */
background-image:url(../images/backgrounds/menu_bg.gif);
background-repeat:repeat-x;
}


#menu ul  { list-style: none; }

#menu ul li {
	float: left;
	margin: 4px 0px 0px 15px; 
	padding: 0px 5px 8px 15px;
	list-style: none;

}

	
#menu  ul li a {
	padding: 8px 6px 6px 0px;;/* (top, right, bottom, left) */
	display : block;
	font: bold 11px Verdana, Arial, Helvetica, san-serif;
	color : #999;
	margin: 0;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
  }
	
#menu  ul li a:hover, { color: #0069AA; }

/* --1st Level Drop-down Menu Parameters-- */
#menu 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;	
	}
	
#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: 12px 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: 12px Arial, Helvetica, san-serif;
	font-weight: normal;
	text-align: left;
	background: #0069AA;
	border-bottom:1px solid #ddd;
	color: #fff;
	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: 12px;
	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;   
}  

#flash {
height:300px;
}

#main_content {
height:422px;
background-image:url(../images/backgrounds/content_bg.gif);
background-repeat:repeat-x;

}

/*Firefox HACKS*/
html>/*Firefox hack*/body #main_content {padding: 0px 0px 0px 25px;}

/*IE7 HACKS*/
html > body #main_content {padding: 0px 0px 0px 25px;}



#home_left {
float:left;
width:640px;
padding:10px;
margin: 40px 0px 40px 30px; /* (top, right, bottom, left) */
background-color:#FFFFFF;
border: solid 1px #000000;
}

#home_right ul {
margin: 0px 0px 3px 0px; /* (top, right, bottom, left) */
padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
list-style-type: none;
}

#home_right  li {
margin: 10px 0px 5px 0px; /* (top, right, bottom, left) */
padding: 2px 0px 6px 0px; /* (top, right, bottom, left) */
border-bottom: dashed 1px #6E370E;
}

#home_right  ul li a {
color:#000;
text-decoration:none;
font-weight:bold;
}

#home_right  ul li a:hover {
color:#0069AA;
text-decoration:none;
}



#home_right {
float:left;
width:200px;
padding:10px;
margin: 40px 0px 40px 40px; /* (top, right, bottom, left) */
background-color:#FFFFFF;
border: solid 1px #000000;
}

#sub_content {
float:left;
width:640px;

margin: 40px 0px 40px 30px; /* (top, right, bottom, left) */
background-color:#FFFFFF;
border: solid 0px #000000;
}

#sub_content ul, #home_left ul {
margin:5px;
padding: 0px;

}

#sub_content li, #home_left li {
margin: 10px;
color: #000000;
list-style:square;
}

#footer {
clear:both;
height:98px;
background-image:url(../images/backgrounds/footer_bg.gif);
background-repeat:no-repeat;
}
.floatRt {
	float: right;
	padding: 0 0 10px 10px;
}
.floatLft {
	float: left;
	padding: 0 10px 10px 0;
}
.center {
	text-align: center;
	padding: 10px 0 10px 0;
}
