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

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

* html #container {
	width: 1001px;
}

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

#finder {
	position: absolute;
	top: 54px;
	left: 779px;
	width: 175px;
	height: 155px;
	overflow: hidden;
	color: #FFF;
}

#main_nav {
	height: 28px;
	padding-top: 5px;
	background: url(../img/bgMainNav.png) repeat-x;
}

* html #main_nav {
	height: 33px;
}

#main_nav UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav UL LI {
	float: left;
}

#main_nav UL LI A {
	color: #FFF;
	line-height: 28px;
	display: block;
	width: 101px;
	text-align: center;
	text-decoration: none;
	background: url(../img/mainNavItemBorder.png) right no-repeat;
}

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

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

* html #left,
* html #right {
	width: 201px;
	display: inline;
}

#sub_nav,
#sub_nav LI UL {
	margin: -10px -8px 13px -8px;
	padding: 0;
	list-style-type: none;
}

#sub_nav LI A {
	font-size: 8pt;
	line-height: 24px;
	display: block;
	background: url(../img/subNavItem.png) repeat-x bottom;
	padding: 0 8px 0 15px;
	color: #414141;
	text-decoration: none;
}

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

#sub_nav LI UL {
	margin: 0;
}

#sub_nav LI UL LI A {
	font-size: 8pt;
	padding-left: 25px;
}

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



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

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


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

* html #footer {
	height: 50px;
}

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

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

#footer_nav A {
	margin: 0 4px;
}

.clear {
	clear: both;
}
