/* CSS Document */
body {
	background-color:#ee1c25;
	color:#121234;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:0px;
	width:100%;
	}
h1, h3, a {
	color:#204477;
}
h2 {
	color:#ed1c24;
}
h4 {
	color:#ffffff;
}
p {
	line-height: 1.6;
}	
#container {
	width: 980px;
	margin: 0 auto;
}
#header {	
	background-image:url(/microsites/images/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:153px;
	width:979px;
	float:left;
}
#header_title {
	height:100px;
	width:460px;
	float:left;
}
#header_title h1 {
	font-size: 2.6em;
	margin: 35px 0 5px 5px;
	padding: 2px 3px;
	font-weight: bold;
	border-bottom: 1px #121234 dotted;
}
#header_title h2 {
	padding: 2px 3px;
}
#header_client_logo {
	height:100px;
	width:180px;
	float:left;
	margin: 30px 0 10px 20px;
}
#header_right {
	height:100px;
	width:310px;
	float:left;
	vertical-align:bottom;
}
#header_right p{
	margin: 70px 0 5px 5px;
	
}
* html #body {
	height:700px;
}
a {
	color:#121234;
	font-weight:bold;
}
#body_content {
	width:100%;
	overflow:auto;
	float:left;
	background-image:url(/microsites/images/case.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#body_left {
	float:left;
	text-align:left;
	width:60%;
	margin:0 0 0 35px;
}
#body_right {
	float:left;
	width:34%;
}
#body_footer {
	float:left;
	width:100%;
	text-align:center;
	background-image:url(/microsites/images/case.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#body_footer_text {
	width:90%;
	float:none;
	text-align:left;
	margin:auto;
}
#footer_container {
	background-image:url(/microsites/images/footer.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF;
	color:#000000;
	vertical-align:middle;
	height:153px;
	width:979px;
	float:left;
}
#foot_client {
	color:#000000;
	width:500px;
	height:80px;
	margin:35px 30px 0 0;
	text-align:right;
	float:right;
}
#foot_client_logo {
	width:100px;
	height:80px;
	margin:35px 30px 0 0;
	text-align:right;
	float:right;
}
#foot_credit {
	width:700px;
	text-align:right;
	float:right;
	margin:0 20px 0 0;
}
#foot_credit a {
	color:#ffffff;
}
#blue_breaker {
	color:#ffffff;
	background-color:#204477;
	background-image:url(blue_breaker.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:575px;
}
#blue_breaker_bottom {
	background-image:url(blue_breaker_foot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:575px;
}
#blue_breaker p, h4, ul {
	margin:15px;
}
	.field
	{
		clear:both;
	}
	.field label
	{
		clear:left;
		float:left;
		width:30%;
	}
	.field input
	{
		clear:right;
		float:right;
	}
	.field textarea
	{
		clear:both;
		float:left;
	}
	.checkbox
	{
		clear:both;
	}
	.checkbox input
	{
		border:none;
	}
	.submit
	{
		clear:both;
		text-align:right;
	}
	.input_small
	{
		width:120px;
	}
	.textarea_small
	{
		width:185px;
	}
	* html .textarea_small
	{
		width:187px;
	}