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

div.clear {
	clear: both;
}

div#wrapper {
	width: 955px;
	margin: 0 auto;
}

div#header {
	height: 71px;
	overflow: hidden;
	text-align: right;
}

div#nav {
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
}

div#nav img {
	display: block;
	float: left;
}

div#footer {
	padding: 14px 25px;
	font-size: 11px;
	text-align: right;
	color: #a6a6a6;
}

div#footer a {
	color: #a6a6a6;
	text-decoration: none;
}
div#footer a:hover {
	color: #82827f;
	text-decoration: underline;
}

div#hero_wrap {
	padding: 11px 23px;
}

div#hero {
	height: 279px;
	
}

div#hero.small {
	height: 170px;
}

/****************************************
Subnav
****************************************/

div#subnav {
	height: 12px;
	padding: 3px 0;
	_padding-bottom:0;
}

div#subnav a {
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}

div#subnav a.active, div#subnav a:hover {
	color: #ff9900;
}

/****************************************
Content wrappers
****************************************/

div#content_wrap {
	padding-top: 10px;
	background: #fff;
}

div#content {
	padding: 8px 23px 30px 23px;
	min-height: 320px;
	_height: 320px;
}

div#col_1, div#col_2, div#col_3, div#col_intro {
	float: left;
	min-height: 100px;
	_height: 100px;
}

div#col_1 {
	width: 268px;
	margin-right: 19px;
}

div#col_2 {
	width: 349px;
	margin-right: 19px;
}

div#col_2.indent {
	margin-left: 157px;
	_margin-left: 79px;
}

div#col_2.full {
	width: 620px;
	margin-right: 0;
}

div#col_3 {
	width: 252px;
}

div#col_intro {
	width: 740px;
	margin-bottom: 15px;
	_margin-bottom: 10px;
}

