@import url("navigation.css");
@import url("rhc.css");
@import url("copy.css");
@import url("cta.css");



/* MAIN STYLES */



body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}



#main_container {
	width:800px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}


#header_container {
	position:relative;
	width:740px;
	height:78px;
	margin:0px;
	padding-right:60px;
	padding-top:34px;
	background-image:url(../images/common/header_logo.jpg);
	background-repeat:no-repeat;
	text-align:right;
}


#nav_container {
	position:relative;
	width:800px;
	height:50px;
	margin:0px;
	padding-top:10px;
	z-index: 100;
	text-align:center;
}


#content_container {
	position:relative;
	width:800px;
	/* height:500px; */
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	z-index: 0; /* for menu hovering */
}

#content_cta {
	width:292px;
	float:right;
	margin-right:10px;
	margin-left:10px;
	padding:0px;
}

#sub_content {
	width:617px;
	margin-top:20px;
	padding-left:20px;
}

#content_rhc {
	width:152px;
	float:right;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	z-index: 0; /* for menu hovering */
}

#subnav_rhc {
	width:152px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	z-index: 0; /* for menu hovering */
}

#subnav_rhc a {
	display:block;
	line-height:20px;
}

#subnav_rhc ul, li {
	list-style:none;
	padding:0;	
}

#subnav_rhc ul {
	margin-top:20px;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
}





.social {
	float:left;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:32px;
	color:#1e1e1e;
	margin-top:10px;
	padding:0;
	margin-left:200px;
	margin-right:200px;
}

.social a.facebook {
	float:left;
	width:200px;
	height:32px;
	text-indent:36px;
	background:url(../images/common/socialnetwork-fb.jpg) no-repeat;
	background-position:0 0;
}

.social a.facebook:hover {
	background-position:0 -32px;
}

.social a.twitter {
	float:left;
	width:200px;
	height:32px;
	text-indent:36px;
	background:url(../images/common/socialnetwork-tw.jpg) no-repeat;
	background-position:0 0;
}

.social a.twitter:hover {
	background-position:0 -32px;
}
	




#footer_container {
	position:relative;
	width:800px;
	height:276px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	background-image:url(../images/common/footer_divider.jpg);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
}

#footer_copy {
	width:800px;
	height:35px;
	text-align:center;
	padding-top:14px;
}

#footer_logos {
	width:800px;
	height:130px;
	background-image:url(../images/common/footer_logos.jpg);
	background-repeat:no-repeat;
}

#footer_base {
	width:800px;
	height:120px;
	margin:0px;
	text-align:center;
	background-image:url(../images/common/footer_grad.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:14px;
}





/* PRESS ARTICLES */


.press_article {
	background-image:url(../images/common/divider.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	margin-top:20px;
	padding-bottom:20px;
	margin-right:20px;
}


.press_article-img {
	width:292px;
	float:left;
}


.press_article-desc {
	width:597px;
	/*padding-top:6px;*/
	font: bold 16px/32px Arial, Helvetica, sans-serif;
	color: #221F5F;
}
/*
.press_article-desc {
}*/
