body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_body.gif) repeat-x;
}

.clear {
	clear: both;
}

#header {
	width: 100%;
	height: 208px;
	overflow: hidden;
	position: relative;
	background: transparent url(../images/bg_header_feelgood.jpg) no-repeat;
}

#header_home {
	position: absolute;
	left: 60px; 
	top: 0px;
	width: 225px;
	height: 200px;
}

#header_inner {
	position: absolute;
    left: 288px; 
	top: 28px; 
}

#header_nav {
	margin: 160px 0 0 47px;
	padding: 0;
	list-style-type: none;
}
#header_nav li {
	display: block;
	float: left;
}
#header_nav a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#header_nav a.active { 
	color: #ee0f24;
}
#header_nav a span {
	color: #ffeb8d;
}


/* OVERRIDE FOR NEW RESKIN */
body {
	background: #ffffff url(../images/reskin/bg_body.gif) repeat-x;
}

#header {
	background: transparent url(../images/reskin/header.jpg) no-repeat;;
}

#header_nav {
	margin: 160px 0 0 47px;
	padding: 0;
	list-style-type: none;
}
#header_nav li {
	display: block;
	float: left;
}
#header_nav a {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
#header_nav a.active { 
	color: #ffd301;
}
#header_nav a span {
	color: #ffeb8d;
}

#nav_4 {
	margin-left: 240px;
}

/* OVERRIDE FOR NEW RESKIN */


#nav_1 { width: 59px; }
#nav_2 { width: 119px; }
#nav_3 { width: 46px; }
#nav_4 { width: 136px; }
#nav_5 { width: 71px; }
#nav_6 { width: 143px; }
#nav_7 { width: 140px; }
#nav_8 { width: 60px; }
#nav_9 { width: 60px; }


#content_top, #content_wrap, #content_bot {
	width: 955px;
	margin-left: 40px;
}

#content_top {
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/bg_content_top.gif) no-repeat;
}
#content_wrap {
	background: transparent url(../images/bg_content_wrap.gif) repeat-y;
	padding-left: 16px;
}
#content_bot {
	height: 10px;
	overflow: hidden;
	background: transparent url(../images/bg_content_bot.gif) no-repeat;
}

#subnav {
	width: 200px;
	margin: 0 35px 0 0;
	float: left;
}
#subnav img {
	display: block;
}

#subnav_inner {
	min-height: 236px;
	_height: 236px;
	padding-top: 6px;
	background: transparent url(../images/bg_subnav_inner.gif) repeat-x;
}

#subnav ul {
	margin: 0;
	padding: 0 0 0 17px;
	list-style-type: none;
	font-size: 13px;
	color: #088d49;
	line-height: 22px;
}

#subnav li {
	background: transparent url(../images/nav/bg_subnav.gif) no-repeat scroll top left;
	padding: 0 0 0 16px;
}

#subnav li.active {
	background: transparent url(../images/nav/bg_subnav_active.gif) no-repeat scroll top left;
	padding: 0 0 0 19px;
}

#subnav a {
	color: #088d49;
	text-decoration: none;
}

#subnav a:hover {
	color: #ff9900;
}

#subnav li.active, #subnav li.active a {
	font-weight: bold;
}

#subnav ul.subnav_2 {
	font-size: 12px;
	padding-left: 0;
	line-height: 22px;
}

#subnav ul.subnav_2 li {
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav ul.subnav_2 li.active {
	background: transparent url(../images/nav/bg_subnav.gif) no-repeat scroll top left;
	padding-left: 16px;
}

#subnav ul.subnav_2 li a {
	font-weight: normal;
}

#subnav ul.subnav_2 li.active a {
	font-weight: bold;
}

#content {
	float: left;
	width: 690px;
	padding-bottom: 20px;
}

#footer {
	position: relative;
	width: 956px;
	margin: 16px 0 20px 40px;
	padding-top: 4px;
}

/* Footer -> search */
#footer #search {
	position: absolute;
	width: 350px;
	top: 0;
	right: 0;
}
#footer #search label {
	display: none;
}
#footer #search form {
	display: inline;
}
#footer #search input {
	display: block;
	position: absolute;
	margin: 0;
	border: 1px solid #999;
	color: #555;
}
#footer #search #search_text_footer {
	top: 0; left: 136px;
	width: 135px;
	height: 16px;
	padding: 2px 0 0 3px;
	font: 11px sans-serif;
}
#footer #search #search_submit_footer {
	top: 0; right: 0;
	width: 70px;
	height: 20px;
	font: 12px sans-serif;
}