HTML,BODY {
	margin:0;
	padding:0;
	background:#cce0f2 url(images/bg_body_content.gif) repeat-y center center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
}
a {
	color:#26537c;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#header_container {
	width:100%;
	height:138px;
	background:#679fd2 url(images/bg_body_header.gif) repeat-y center center;
}
#header_wrapper {
	width:983px;
	height:138px;
	margin:0px auto;
	background:url(images/bg_header.gif) no-repeat;
	position:relative;
}
#logo_container {
	float:left;
	width:271px;
	height:70px;
	padding:53px 0px 15px 60px;
}
#consult_container {
	position:absolute;
	right:25px;
	top:-10px;
	width:250px;
	padding:10px 5px 3px 5px;
	background:url(images/consult_shadow.png) no-repeat bottom center;
}
.consult_wrapper {
	width:250px;
	color:#FFF;
	background:url(images/consult_bg.png) no-repeat bottom center;
	text-align:center;
}
#consult_slide {
	display:block;
	width:230px;
	height:80px;
	overflow:hidden;
	padding:0px 10px 10px 10px;
}
#consult_clicker {
	width:250px;
	height:20px;
	line-height:20px;
	background-image:url(images/consult_arrow_down.gif);
	background-repeat:no-repeat;
	background-position:80px 12px;
	text-align:center;
	cursor:pointer;
	padding:7px 0px;
	font-weight:bold;
}
#consult_slide .form_item {
	margin:.4em 0em 0em 0em;
	font-size:11px;
}
#consult_slide .form_item.first-of-type {
	margin-top:2em;
}
#consult_slide .form_item input,
#consult_slide .form_item textarea {
	font-size:11px;
}
#consult_slide .form_item .title {
	font-weight:bold;
}
#consult_container h2,
#consult_container h3,
#consult_container h4 {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#consult_container h2 {
	font-size:1.6em;
	line-height:1.2em;
	margin-top:.6em;
}
#consult_container h3 {
	font-size:1.4em;
	line-height:1.2em;
}
#consult_container h4 {
	margin-top:.8em;
	font-size:1.4em;
	line-height:1em;
	font-weight:normal;
}


#nav_container {
	width:100%;
	height:58px;
	background:#4277a7 url(images/bg_body_nav.gif) no-repeat center center;
}
#nav_wrapper {
	width:983px;
	height:58px;
	margin:0px auto;
	z-index:100;
}
/*#nav_wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:983px;
	height:58px;
}
#nav_wrapper ul li {
	float:left;
	display:block;
	height:58px;
	line-height:58px;
	padding:0px 10px;
}
#nav_wrapper ul li.first-of-type {
	margin-left:20px;
}
#nav_wrapper ul li a {
	font-size:1.2em;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#nav_wrapper ul li.selected {
	background:url(images/bg_nav_selected.gif) no-repeat bottom center;
}*/
#content_container {
	width:100%;	
}
#content_wrapper {
	width:983px;
	margin:0px auto;
}
#content_wrapper .left_col {
	float:left;
	width:202px;
	padding:17px 16px 17px 4px;
}
#content_wrapper .left_col ul {
	list-style:none;
	margin:0;
	padding:0;
}
#content_wrapper .left_col ul li {
	padding:2px 0px 0px 21px;
	background:url(images/li_arrow.gif) no-repeat 6px 6px;
	margin:.4em 0em 0em 0em;
}
#content_wrapper .left_col ul li a {
	color:#353535;
	text-decoration:none;
	font-size:1.2em;
}
#content_wrapper .left_col h2 {
	font-size:1.3em;
	color:#26537c;
	border-bottom:1px solid #26537c;
	padding:.2em .2em;
	margin:2em 0em 0em 0em;
}
#content_wrapper .left_col h2.first-of-type {
	margin:0em 0em 0em 0em;
}
#content_wrapper .right_col {
	float:right;
	width:747px;
	padding:17px 4px;	
}
#content_wrapper .right_col h1 {
	font-size:1.5em;
	color:#26537c;
	margin:0;
}
#content_wrapper .right_col p,
#content_wrapper .right_col ul {
	line-height:1.5em;
}
#content_wrapper .right_col p,
#content_wrapper .right_col h2,
#content_wrapper .right_col h3,
#content_wrapper .right_col form {
	padding:0px 12px;
}
#content_wrapper .right_col h3 {
	color:#365f91;
	font-size:1.2em;
}
#disclaimer_container {
	width:973px;
	font-size:93%;
	line-height:1.2em;
	color:#FFF;
	text-align:center;
	background:#26537c;
	padding:.4em 0em;
	margin:7px auto;
}
.hm_movie_container {
	width:747px;
	height:263px;
}
.hm_icon_container {
	width:747px;
	height:163px;
	margin-top:1em;
}
.hm_icon_container ul {
	margin:0;
	padding:0;
	list-style:none;
}
.hm_icon_container ul li {
	float:left;
	margin-left:8px;
}
.hm_icon_container ul li.first-of-type {
	margin-left:0px;
}
.form_container {
	width:196px;
	padding:0px 3px;
}
.form_container input,
.form_container textarea {
	background:#ffecb1;
	border:1px solid #868686;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.form_item {
	margin:.5em 0em 0em 0em;
}
.form_item.first-of-type {
	margin:0;
}
.form_item .title {
	font-weight:bold;
}
.required {
	color:red;
	font-weight:bold;
}