@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
HOMEPAGE SPECIFIC STYLES
-------------------------------------------*/

body {
	background: none !important;
	}
#hp_container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	}
#hp_content {
	width: 760px;
	}
#hp_banner {
	background-image:url(../images/homepage/banner_placeholder.png);
	height: 107px;
	}
#hp_columns {
	background: url(../images/homepage/columns_placeholder.png);
	height: 339px;
	}
#hp_columns p span{
	color: #CC0000;
	}
#col1 {
	float: left;
	width: 214px;
	padding: 69px 18px 0;
	height: 270px;
	background: url(../images/homepage/hp_column1_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	}
#col2 {
	float: left;
	width: 214px;
	padding: 49px 23px 0;
	height: 290px;
	background: url(../images/homepage/hp_column2_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	}
#col3 {
	float: left;
	width: 214px;
	padding: 69px 18px 0;
	height: 270px;
	background: url(../images/homepage/hp_column3_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	}
#hp_columns a {
	display: block;
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 214px;
	}
#hp_columns a, #hp_columns a:visited {
	display: block;
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 214px;
	color: #FFCC00;
	}
#hp_columns a:hover, #hp_columns a:active {
	color: #FFF;
	}
#hp_columns_content_break {
	background: url(../images/homepage/column_content_break.png);
	height: 40px;
	}
#hp_textarea {
	width: 724px;
	background: #4D4D4D;
	padding: 20px 18px 15px 18px;
	color: #999;
	}
#hp_textareabg {
	width: 724px;
	background: url(../images/homepage/textareabg.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
#hp_textarea h3 {
	font-size: 14px;
	font-weight: 300;
	color: #FF9900;
	letter-spacing: -0.5px;
	padding-bottom: 10px;
	}
#hp_textarea p {
	line-height: 18px;
	padding-bottom: 10px;
	}
#hp_textarea p span{
	color: #ccc;
	text-transform:uppercase;
	font-size: 10px;
	}
#textcol1 {
	float: left;
	width: 347px;
	padding: 0 15px 0 0;
	text-align: right;
	}
#textcol2 {
	float: left;
	width: 347px;
	padding: 0 0 0 15px;
	}
#hp_textarea_end {
	width: 760px;
	background: url(../images/homepage/sign_up_buttonbg.gif);
	height: 60px;
	text-align: center;
	}
#hp_footernav {
	margin-top: 15px;
	background: url(../images/homepage/footernav_bg.gif);
	height: 34px;
	text-align: center;
	margin-bottom: 10px;
	}
#hp_footernav span {
	line-height: 34px;
	color: #757575;
	}
#hp_footernav a, #hp_footernav a:visited {
	color: #FFF;
	padding: 0 3px;
	}
#hp_footernav a:hover, #hp_footernav a:active {
	color: #FF9900;
	}
.hp_copyright {
	text-align: center;
	padding-bottom: 10px;
	}
#logo {
	height: 79px !important;
	overflow: hidden;
	}

/*-------------------------------------------
HORIZON STYLES
-------------------------------------------*/

#topstrip {
	position: relative;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	left: 0px; /*Vital for IE to center bg correctly*/
	height: 1px;
	background: #FF9900;
	}
#dandelion {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 306px;
	left: 0px; /*Vital for IE to center bg correctly*/
	height: 258px;
	background: url(../images/homepage/dandelion_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
#horizon {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 564px;
	left: 0px; /*Vital for IE to center bg correctly*/
	height: 100px;
	background: url(../images/homepage/horizon_bg.png);
	}