BODY {
	margin: 0;
	padding: 0;
	font: 9pt Verdana;
	text-align: center;
}

#container {
	width: 965px;
	margin: 0 auto;
	padding: 0 18px;
	text-align: left;
	background: url(../img/bgContainer.png) repeat-y;
}

* html #container {
	width: 1001px;
}

#header {
	height: 145px;
	background: url(../img/header.jpg) no-repeat;
}

#main_nav {
	margin: 111px 8px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

* html #main_nav {
	margin-right: 4px;
}

#main_nav LI {
	float: left;
}

#main_nav LI A {
	font-size: 8pt;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 126px;
	padding-top: 4px;
	background: url(../img/mainNavItem.png) no-repeat;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

* html #main_nav LI A {
	line-height: 34px;
	height: 34px;
}

#main_nav LI A:hover,
#main_nav LI A.active {
	background: url(../img/mainNavItemHover.png) no-repeat;
	color: #972431;
}

#left,
#right {
	width: 185px;
	padding: 8px;
	float: left;
}

* HTML #left,
* HTML #right {
	width: 201px;
	display: inline;
	overflow: hidden;
}

#content {
	width: 537px;
	float: left;
	padding: 8px 13px;
}

* html #content {
	width: 563px;
	display: inline;
	overflow: hidden;
}

#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 {
	font-size: 8pt;
	display: block;
	line-height: 24px;
	background: #E9F3F5 url(../img/subNavItem.png) no-repeat bottom;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #264C73;
}

#sub_nav LI A:hover,
#sub_nav LI A.active {
	background: url(../img/subNavItemHover.png) no-repeat bottom;
}

#sub_nav LI UL LI A {
	padding-left: 25px;
	font-weight: normal;
}

#cFinder {
	margin-bottom: 15px;
	height: 181px;
	background: url(../img/bgFinder.jpg) no-repeat;
}

#footer {
	width: 1001px;
	height: 42px;
	margin: 0 auto;
	padding-top: 8px;
	background: url(../img/bgFooter.png) no-repeat left;
	color: #FFF;
	font-size: 7pt;
}

* html #footer {
	height: 50px;
}

#footer A {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#footer A:hover {
	color: #ECC8D1;
}

#footer_nav A {
	margin: 0 4px;
}

.clear {
	clear: both;
}
