body {background: #C53C12;}

#wrapper {
	background: #fff url(/!images/cnlr_main_interior_tile.gif) repeat-y;
	width: 975px;
	position: relitave;
	margin: 0 auto;
	z-index: 1;
	color: #59636D;
	font-size: 1.2em;
}
		  
#top_area {
	background: url(/!images/cnlr_main_header_cap.gif) no-repeat;
	padding-top: 5px;
	height: 212px;
}	
	
#top_base {background: url(/!images/cnlr_main_header_base.gif) no-repeat; width: 975px; height: 5px; overflow: hidden; }	
		   
#nav {
	background: url(/!images/cnlr_interior_nav_base.gif) no-repeat bottom left;
	padding-bottom: 5px;
	height: 47px;
}
#nav table { width: 975px; }
#nav table td { padding: 0; }

#int_content_area {
	clear: both;
	min-height: 300px;}

#int_content_area .left_col {width: 199px; float: left;}

#int_content_area .right_col {width: 625px; margin-left: 235px; padding-top: 25px;}

#int_footer {
	background: #152676 url(/!images/cnlr_interior_footer_cap.gif) no-repeat;
	height: 50px;
	clear: both;
}
			 
#footer_text {font-weight: bold; color: #fff;padding-top: 15px; text-align: center; font-size: 13px;}			 

.nav_left_end {background: url(/!images/cnlr_nav_left_end.gif) no-repeat; height: 47px; width: 14px;}

.nav_tile {background: url(/!images/cnlr_nav_tile.gif) repeat-x; height: 47px;}

.nav_divider {background: url(/!images/cnlr_nav_divider.gif) no-repeat; height: 47px; width: 22px;}

.nav_right_end {background: url(/!images/cnlr_nav_right_end.gif) no-repeat; height: 47px; width: 14px;}		  

/* =DROPDOWNS
******************************/
#nav div { position:relative; }
#nav div a.nav {		
	display:block;
	padding-top:5px;
	height:42px;
	text-align: center;
}

#nav div ul {
	background-color: #FECC6D;
	opacity: .9; 
	filter: alpha(opacity:90);
	display:none;
	margin: 16px 0 0 -8px;
	padding:0;
	border:solid 1px #152676;
	position:absolute;
	top:30px;
	left:0;
	/*width:200px;*/
}

#nav div:hover ul, #nav div.iehover ul {display:block;}

#nav div li a {
	display: block;
	padding:0 15px;
	font-size: 11px;
	font-weight:bold;
	line-height:26px;
	text-decoration: none;
	border:solid 1px #152676;
	white-space: nowrap;
	text-align:left;
}

#nav div li a:hover { text-decoration: underline; }


/* hide from ie mac \*/
* html #top_area { height: 217px; he\ight: 212px; }
* html #nav { height: 47px; he\ight: 42px; }
/* end hide from ie mac */
