@charset "UTF-8";
/* CSS Document */

html, body{ 
 	background:url(../images/b-background-home.png) repeat-x;
}
#header{
	background: url(../images/red-header-home.jpg) no-repeat bottom;
	
} 
#content{
	width: 824px;
	margin: 0 155px 0 25px;
}

/* ---------Header Content--------- */
#header_nav{
	height:25px;
	margin: 5px 120px 10px 0;
	padding: 0 0 5px 0px;
	text-align: right;
}
#logo{
	clear:both;
	margin-left: 100px;
	margin-top: -30px;
	padding-top: 0px;
}

/* ---------CTA Box--------- */
.cta-box-height{
	background:url(../images/double-box2.png) no-repeat bottom left;
	float:right; 
	width:100%; 
}
.cta-box{
	width: 400px;
	height: 100%;
	margin: 0px 0 0 0;
}
.cta-box h2{
	background:url(../images/cta-box-header-cc-img.jpg) no-repeat top left #9c1b1f;
	color:#fff;
	font-size: 150%;
	font-weight:normal;
	line-height: 1.05em;
	padding: 25px 200px 25px 20px;
}
.cta-box#right h2{
	background:url(../images/cta-box-header-uc-img.jpg) no-repeat top left #9c1b1f;
}
.cta-box p{
	margin: 20px;
}
.cta-box h3{
	color: #9c1b1f;
	font-weight:normal;
	margin: 10px 20px;
}
.cta-box ul{
	margin: 5px 20px 20px 45px;
}
#left{
	float: left;
}
#right{
	float: right;
}

h1{
	color: #9c1b1f;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 140%;
	margin-top: 20px;
}

.cta-buttons{
	float:left;
	margin: 10px 0 30px -40px;
}
.cta-buttons p{
	margin: 0 0 10px 75px;
}
p.intro{
	margin-bottom: 20px;
}
/* ---------Message Area--------- */
#message-area-title{
	clear:both;
	width:800px;
	color: #b8bcc0;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 130%;
	padding-top: 20px;
}
#message-area-title h3 {
	float:left;
	font-weight:normal;
	margin: 0 0 -1px 30px;
	width: 45%;
}
#message-area-title h3.headline-right {
	float: right;
}
#message-area{
	float:left;
	background-color:#b8bcc0;
	color:#000;
	width:824px;
}
#message-area-content{
	float:left;
 	padding: 20px 20px 20px 40px;
	width: 310px;
}
#message-area ul li{
	line-height: 130%;
	list-style:url(../images/arrow-red-icon.png);
	list-style-position: outside;
	margin: 0 0 10px 0;
}
#message-area-cta{
	float: right;
	margin: 15px 15px 15px 0;
	padding: 20px 65px 0 0;
	width: 300px;
}
.download-box{
	margin-right: 20px;
}

/* ---------Printer Styles--------- */ 
 @media print{ 

/*hide the right column when printing*/ 
#onecol, #maincol{
	width:100%; float:none;
}

