html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height:20px;
	background: url(bg_body.jpg) repeat-x #c4161c;
}
/*
body {
	background-image: url(source/bg.jpg);
	background-repeat: repeat-x;
	background-color:#C5161D;
	font-family:Arial, Helvetica, sans-serif;
}
*/
#mainContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a 			{ color:#c93527; text-decoration:none; }
a:hover		{ color:#666666; text-decoration:underline; }

h1 {
	display:inline;
	color:#c93527;
	font-size:20px;
	font-weight:normal;
}
h2 {
	color:#555555;
	font-size:16px;
}

p {
	margin:0px 0px 12px 0px;
	line-height:20px;
	text-align:justify;
}
div {
	text-align:justify;	
}

label {
	width:95px;
	float:left;
	position:relative;
	top: 2px;
	text-align:right;
	padding-right:5px;
}

/* HEADER*/
#header {
	width: 100%;
	height: 133px;
	margin: 0px auto;
	background:#FFFFFF;
}
#headerContent {
	margin: 0 auto;
	width: 1006px;
	height: 135px;	
}
#logo {
	float:left;
	padding:54px 0px 0px 25px;
}
#navigation {
	float:right;
	padding:75px 0px 0px 10px;
}
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float:left;
}



/*------ MAIN SECTION UNDER HEADER----*/
#header-image{
margin:auto;
width:1006px;
clear:both;
}

#signup{
display:inline;
clear:both;
}

#signup_container, #signup_message {
	background:url(bg_signup.jpg) repeat-y;	
	border-bottom:1px solid #dbdbdb;
}
#signup_message {
	padding:0px 15px;
}
.subNavOn {
	min-height:34px;
	padding:0px 10px 0px 22px;
	background:url(bg_subnav_on.jpg) repeat-y;
	color:#494949;
	font-weight:bold;
}
.subNavOff {
	min-height:34px;
	padding:0px 10px 0px 22px;
	background:url(bg_subnav_off.jpg) repeat-y;
	color:#494949;
}
.subNavOff a, .subNavOn a {
	color:#494949;
	line-height:12px;
}
.subNav {
	padding-top:10px;
	text-align:left;
}

form table tr td.alignright{
padding-left:20px;
}
form table tr td.alignleft{
padding-right:10px;
}
.emailbox{
background:url(bg_email.jpg) no-repeat;
border:0px;
padding:3px 0px 3px 2px;
width:129px;
}
.news_title {
	font-weight:bold;
}
/*----CONTENT (RIGHT BOX)------*/
#content{
float:right;
width:730px;
background:#fff;
margin-right:20px;
margin-left:20px;
margin-top:20px;
line-height:20px;
font-size:14px;
}
#content h1{
color:#c4161c;
font-size:18px;
padding-bottom:20px;
}
#content p{
	padding-bottom:10px;
	line-height:20px;
}
#case {margin:17px 0;}
#case p {margin:24px 20px 0;}
#case_title {
	margin: 20px 0 0;
}
#case_title span{
	height:30px; 
	background-color:#fff;
	padding:9px 10px 9px 20px;
	color:#c93527;
	font-size:16px;
	font-weight:bold;
}

#surveyTable td {
	text-align:center;
	height:20px;
}
#surveyTable {
	margin-top:13px;
}
.required {
	color:#c93527;
	font-weight:bold;
}
/*--------FOOTER----*/
#footerContainer {
	width: 100%;
	height: 130px;	
	margin-top:-130px; 
	color:#496677;
	font-size:11px; 
	clear:both;
}
.padding {
	padding-bottom:130px;
}
.footers {
width: 990px;
margin-right: auto;
margin-left: auto;
font-family: Arial,Helvetica,sans-serif;
font-size:11px;
padding-left:10px;
}
.footer-menu{
float:left;
margin-top:15px;
color:#c0c0c0;
margin-left:-5px;
}
.footer-menu a{
color:#c0c0c0;
text-decoration:none;
padding-right:5px;
padding-left:5px;

}
.copyright{
float:left;
margin-top:40px;
color:#fff;
}
.copyright a{
color:#fff;
text-decoration:none;
}
.blender{
float:right;
margin-top:7px;
}
/*---BOTTOM RED&WHITE STRIPES----*/
#white-bg {
	background: url(bg_footer.jpg) repeat-x top #FFFFFF;
	height: 70px;
	width: 100%;
}
#red-bg {
	height: 60px;
	width: 100%;
}
