BODY {
	margin: 0;
	padding: 0;
	font: 9pt Arial;
	text-align: center;
}

#container {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bgContainer.png) repeat-y;
	padding: 0 18px;
}

* html #container {
	width: 1001px;
}

#header {
	height: 113px;
}

#main_nav {
	height: 32px;
	background: url(../img/bgMainNav.png) repeat-x;
}

#main_nav UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav UL LI {
	float: left;
	background: url(../img/mainNavBorder.png) no-repeat right;
	padding-right: 2px;
	height: 32px;
}

#main_nav UL LI A {
	text-align: center;
	width: 100px;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	padding-top: 2px;
}

* html #main_nav UL LI A {
	line-height: 32px;
}

#main_nav UL LI A:hover,
#main_nav UL LI A.active {
	color: #1655A5;
	background: url(../img/bgMainNavHover.png);
}

#left,
#right {
	width: 185px;
	padding: 8px;
	float: left;
}

* html #left,
* html #right {
	display: inline;
	width: 201px;
}

#content {
	width: 539px;
	padding: 8px 12px;
	float: left;
}

* html #content {
	width: 563px;
	display: inline;
}

#sub_nav,
#sub_nav UL {
	margin: -8px -8px 15px -8px;
	padding: 0;
	list-style-type: none;
}

#sub_nav UL {
	margin: 0;
}

#sub_nav LI A {
	padding: 0 5px 0 15px;
	font-size: 8pt;
	font-weight: bold;
	display: block;
	line-height: 23px;
	color: #2C4E7B;
	border-bottom: 1px solid #A0B6C4;
	text-decoration: none;
}

#sub_nav LI A:hover,
#sub_nav LI A.active {
	background: #F2D85D url(../img/bgSubNavHover.png) repeat-x bottom; 
}

#sub_nav LI UL LI A {
	font-weight: normal;
	padding-left: 25px;
}

#c_finder {
	margin: -36px -8px 10px -8px;
	background: url(../img/bgFinder.jpg) no-repeat;
	height: 161px;
	padding: 38px 15px 0 15px;
}

* html #c_finder {
	height: 199px;
}

#footer {
	height: 43px;
	padding-top: 6px;
	margin: 0 auto;
	width: 1001px;
	background: url(../img/bgFooter.png) no-repeat left;
	color: #FFF;
	font-size: 7pt;
}

* html #footer {
	height: 49px;
}

#footer A {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#footer A:hover {
	color: #D6DEF3;
}

#footer_nav A {
	padding: 0 4px;
}

.clear {
	clear: both;
}
