/**********************************************
Layout elements
**********************************************/
object,img, a{
	outline:none;
}
body {
	margin: 0;
	background: #f4f2e9;
	font-family: Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}

img {
	border: 0;
}

form {
	margin: 0;
}

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

div#hero_img {
	position: absolute;
	z-index: 999;
	left: 555px;
	top: 148px;
	width: 400px;
	height: 200px;
	text-align: right;
}

div#header {
	position: relative;
	height: 148px;
	overflow: hidden;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 194px;
	height: 148px;
	overflow: hidden;
}

div#nav {
	position: absolute;
	left: 194px;
	top: 115px;
	width: 761px;
	height: 33px;
	overflow: hidden;
}

div#nav a {
	display: block;
	float: left;
	height: 30px;
	padding: 4px 16px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

div#nav a:hover {
	color: #ffcc00;
}

div#nav a.active {
	background: #fff;
	color: #ffcc00;
}

div#subheader {
	position: relative;
	height: 136px;
	overflow: hidden;
	background: #feb21f url(../images/bg_subheader.gif) repeat-x;
}

div#welcome_text {
	position: absolute;
	left: 237px;
	top: 0;
	width: 605px;
	height: 136px;
	padding-top: 40px;
}

div#welcome_text h1 {
	margin: 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

div#welcome_text h2 {
	margin: 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

div#content {
	background: #fff;
	min-height: 300px;
	padding: 0 0 30px 0;
}

div#col_1 {
	float: left;
	width: 182px;
	min-height: 100px;
	padding: 30px 35px 0 20px;
}

div#col_2 {
	float: left;
	width: 464px;
	padding: 30px 33px 0 0;
}

div#col_3 {
	float: left;
	width: 221px;
	padding: 62px 0 0 0;
}

div#related_info {
	width: 137px;
	min-height: 255px;
	_height: 255px;
	background: #fff url(../images/bg_related.gif) no-repeat;
	padding: 15px 20px 0 20px;
}
div#related_info_nobg {
	width: 137px;
	min-height: 255px;
	_height: 255px;
	padding: 15px 20px 0 20px;
}
div#footer {
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	color: #999;
}

div#footer a {
	padding: 0 6px;
	color: #999;
	text-decoration: none;
}

div#footer #copyright {
	padding: 0 6px 0 30px;
}

div.logos img {
	margin-bottom: 15px;
}
