#nav_header {
        height:94px;
	background-image:url(/images/common/header_bg.gif);
	background-repeat: repeat-x;
	padding:0px 0px 0px 0px;}	

/*firefox will ignore "//" but IE will use it */
#topNavContainer{
   w/idth: 900px; 
   position: relative;
   t/op: 18px;
   top:74px; 
   left: 85px;
   z-index: 1000;
   //z/-index: 99;
   t/ext-align:left; 
   w/hite-space: nowrap; 
   p/adding: 0px;
   m/argin: 0px;
   h/eight: 0px;
   f/loat:right;
   b/order: solid 1px;}

/* START Suckerfish dropdown sytles */



#topNav {
    padding: 0px;
    margin: 0px;}

#topNavDrop a{
		text-decoration: none;
		color: #fff;}

#topNav a{
		text-decoration: none;
		color: #005883;
		padding: 2px 0px;
		margin-left: 1px;
		display: block;} 

#topNav div a{
	p/osition: relative; 
	t/op: 3px; /* how high dd titles are in there boxes*/
	font-size: 11px;	
        padding: 0px 10px 6px;
        margin: 0px 1px;}

#topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;}


#topNav li { /* all list items */
	float: left;
	position: relative; /* rhs needed for IE6 */
	        text-align: center; 
        list-style: none;
        font-size: 14px;}

#topNav li ul { /* second-level lists */
	display: none;
	position: absolute;
	t/op: 13.9px; /* distance between drop down and head item RHS */
	/* left: 6px; RHS does not appear to be needed 12/04/06 */
	
	border-style: solid;
	border-color: #4d4d4d;
	border-width: 0px 0px 7px 0px;	/* RHS border around drop downs */
	width: 150px;
	background-color: #707070; /* RHS needed for IE6 */
	
	
	font-size: 11px;
	padding: 0px 0px 0px 4px;	
	white-space: normal;

}


#topNav li ul li {       
    p/adding: 0px;
    text-align: left;
    width: 98%; /* width of second level underline & highlight */}

#topNav li ul li a{
	border-style: dotted;	    /* RHS menu item underline */
    border-width: 0px 0px 1px;
    border-color: #CCC;
    p/adding: 2px 0px 2px 6px;	/*RHS distance from start of border */
    m/argin: 0px;
    color:#fff;
    font-size: 11px;}

#topNav li ul li:hover {    
	background-color: #b35639; /* color of submenu link highlights for browsers that suck less than IE6  */
}
/*  added to ie6 only html comment 
#topNav a:hover{
    background-color: #b35639; /* color of submenu link highlights for ie6 */
/*}
*/
#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
background-color:#707070; /* background color of the submenues */
filter:alpha(opacity=90); /* opacity of submenus (3 settings to cover all the browsers) */
	opacity: 0.8;
	-moz-opacity:0.8;
	}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;}
	
#topNav h5 a:hover{
    background-color:#fff;
}

/* these is the style for the navigational headings that you hover over to drop
    the menus down */    
.nav_title {h/eight:18px; /* this line explodes IE6 if enabled */
        m/argin-top:-7px; /* rhs I think */
        border-style: solid;
	border-color: #dedede;
	border-width: 0px 1px 0px 0px;}

.nav_title a{
	color:#005883;
	font-size:14px;
	text-align:left;
	//margin-top:13px;
	display:block;
	font-weight:normal;
        }

.nav_title a:hover{color:#b35639;
        background-color:#fff;
        f/ilter:alpha(opacity=50);
	o/pacity: 0.5;
	-/moz-opacity:0.5;}
	
.nav_title_first {h/eight:18px; /* this line explodes IE6 if enabled */
        m/argin-top:-7px; /* rhs I think */
        border-style: solid;
	border-color: #dedede;
	border-width: 0px 1px 0px 1px;}

.nav_title_first a{
	color:#005883;
	font-size:14px;
	text-align:left;
	//margin-top:13px;
	display:block;
	font-weight:normal;
        }

.nav_title_first a:hover{color:#b35639;
        background-color:#fff;
        f/ilter:alpha(opacity=50);
	o/pacity: 0.5;
	-/moz-opacity:0.5;}


	

/* ---------------------------------------  */



#address {
	position:relative;
	padding:25px 13px 0px 0px;
	text-align:right;
	font-size:11px;
	color: #444433;
	width:180px; 
	float:right
	}

.logo {position:relative; 
	top:2px; left:-18px;
	z-index:5;clear:both;
	display:block;
	float:left;
	text-decoration:none;}
.footer_content {
	position: relative;
	top: 18px;
	left: 205px;
	width: 693px;
	}
	
.footerBox { 
	border-left:solid 1px #fff;
	background:#707070;
	float: left;
	width: 80px;
	text-align: center;
	padding: 5px 0;
    }

.footerBoxright { 
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
	background:#707070;
	float: left;
	width: 80px;
	text-align: center;
	padding: 5px 0;
	}

#footer a {
	color: #fff;
	font-size: 10px; 
    text-decoration: none;
}
	
#footer a:hover {
	color: #c99a0b;
}	

#footer {
	background-image: url(/images/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #4d4d4d;
	height: 42px;
	width: 900px;
}	

#copyright {
	color:#fff;
	font-size:9px;
	float: right;
	margin: 5px 5px 0 0;
	}

/* homepage footer info */

#homepage_footer {
	background-image: url(/images/common/homepage_footer_bg.gif);
	background-repeat: repeat-x;	
	background-color: #4d4d4d;
	height: 24px;
	width: 900px;
}
#homepage_footer a {
	color: #fff;
	font-size: 10px; 
    text-decoration: none;
}
	
#homepage_footer a:hover {
	color: #c99a0b;
}	
.hompagefooter_content {
	position: relative;
	top: 1px;
	left: 205px;
	width: 693px;
	}
