body{
	
}
#home_header {
	background: url(../images/home/bg_top.gif) repeat-x;
	width: 100%;
	height: 65px;
}
#home_footer {
	background: url(../images/home/bg_footer.gif) repeat-x;
	width: 100%;
	height: 294px;
	padding-top: 60px;
}
	#home_footer p {
		color: #FFF;
		font-size: 0.6em;
	}		
	#home_footer a {
		text-decoration: underline;
	}		
#home_body_wrap {
	background: #f5921e url(../images/home/bg_content.jpg) center top no-repeat;
	width: 100%;
	height: 576px;
}
#home_body p {
	font-size: 1.05em;
	color: #FFF;
	padding-left: 40px;
}
.home_p {
	width: 430px;
}
.home_logo {
	padding: 230px 55px 0 60px;
}
.home_right_block {
	width: 416px;
	padding: 110px 0 50px 39px;
}
.login_box {
	background: url(../images/home/bg_loginbox.jpg) no-repeat;
	width: 350px;
	height:145px;
	padding: 70px 0 30px 70px;
	position: relative;
}
	.login_box a {
		color: #FFF;
	}
	.login_box p {
		font-size: 0.7em !important;
		padding: 5px 0 0 12px !important;
	}
	.login_box h3 {
		font-size: 1.4em;
		font-weight: bold;
		color: #333;
	}
	.login_box input {
		width: 231px;
		display: inline-block;
		border: none;
		background: url(../images/home/bg_input.gif) no-repeat;
		height: 24px;
		padding:2px 10px;
		margin-top: 10px;
		color: #707070;
	}
input.home_submit {
	background: url(../images/home/btn_login.gif) no-repeat;
	position: absolute;
	top:140px;
	right: 120px;
	width: 51px;
	height: 20px;
	cursor: pointer;
}
.hhd_link {
	color: #FFF !important;
	text-decoration: none !important;	
}
#inner_header {
	width: 100%;
	height: 178px;
	background: url(../images/home/bg_content.jpg) center top no-repeat;
	background-color: #f5921e;
	padding-top: 17px;
}
#signup_header {
	width: 100%;
	height: 88px;
	background: url(../images/home/bg_content.jpg) center top no-repeat;
	background-color: #f5921e;
	padding-top: 17px;
}
.inner_nav {
	width: 100%;
	overflow:hidden;
	margin: 20px 0 0 10px;
}
.inner_nav li.current,
.inner_nav li:hover {
	float: left;
	background: url(../images/inside/white_item.png) no-repeat;
	width: 155px;
	height:79px;
}
	.inner_nav li.current a,
	.inner_nav li:hover a {
		color: #f8a82a;	
	}
.inner_nav li {
	float: left;
	background: url(../images/inside/item.png) no-repeat;
	width: 155px;
	height:73px;
	margin-right: 21px;
	padding: 6px 36px 0 25px;
	font-size:0.75em;
}
	.inner_nav li a {
		color: #FFF;	
	}
#body_inner {
	background: #FFF url(../images/inside/white_fader.gif) repeat-x;
	padding: 30px 0 0 33px;
	/*width: 100%;*/
}
.inner_left_content {
	float: left;
	width: 560px;
	padding-bottom: 20px;
}
	.inner_left_content p {
		/*padding: 10px 0;*/
		font-size: 0.8em;
	}
.inner_page_heading {
	padding-bottom: 35px;
}
.inner_downloads {
	float: right;
	background: #FFF url(../images/inside/bg_downloads.gif) no-repeat;
	width: 185px;
	height: 235px;
	padding: 30px 62px 0 70px;
}
	.inner_downloads a {
		color: #333;
		text-decoration: underline;
	}
	.inner_downloads ul {
		padding-bottom: 30px;
	}
		.inner_downloads ul li {
			font-size: 0.8em;
			list-style:disc outside none;
			padding-bottom: 10px;
		}
.inner_downloads_wrapper {
	width:300px;
}
.downloads_sub_heading {
	font-weight: bold;
	padding: 10px 0 30px 0;
	font-size: 0.9em !important;
}
.safe_inner {
	padding-top: 8px;
}
.signup_form {
	font-size: 0.7em;	
}
.signup_form label {
	width: 150px;
	display: inline-block;
	vertical-align: super;
}

.signup_form input {
	width: 185px;
	display: inline-block;
	border: none;
	background: url(../images/forms/signup_input.gif) no-repeat;
	height: 24px;
	padding:2px 10px;
	margin-bottom: 10px;
	color: #707070;
}
.captcha_block {
	margin-left: 150px;
	width: 195px;
}
.submit_signup {
	background: url(../images/forms/btn_signup.gif) no-repeat !important;
	margin: 30px 0 30px 0 !important;
	width: 58px !important;
	height: 18px !important;
	padding: 0px !important;
	cursor: pointer;
}
.error {
	margin-bottom: 0px;
	padding-left: 150px;
	color: #F00;
}
.log_error {
	margin-top: 3px;
	color: #F00;
}
.inner_list li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
	font-size:0.8em;
	padding-bottom: 5px;
}
.expectations_list li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	font-size:0.8em;
	padding-bottom: 5px;
}
.resources_wrap {
	border-top: 1px solid #B0B0B0;
	padding-bottom: 100px;
}
.resources_wrap li {
	border-bottom:1px solid #B0B0B0;
	overflow:hidden;
	
}
.resource_inner {
	padding-top: 25px;
	border-right:1px solid #B0B0B0;
	padding:25px 30px 10px 30px;
	width:279px;
	float:left;
}
.btn_download {
	padding: 55px 0 0 55px;
}
.btn_contact {
	padding-right: 15px;
}
.innerList {
	padding: 10px 0;
}
	.innerList li {
		list-style-type: disc;
		list-style-position:outside;
		font-size: 0.8em;
		margin-left:25px;
	}
.innerList_breaking li{
	list-style-type: disc;
		list-style-position:outside;
		font-size: 1em;
		margin-left:25px;
}
.icon_inner {
	padding: 4px 3px 0 0;
}
