@charset "utf-8";
/* CSS Document */


/*------------------SHARED STYLES--------------------*/

#logo {
	margin: 0 auto;
	}

#navigation {
	float: right;
	display: inline;
	position: relative;
	z-index: 6;
	margin: -14px 0 0 0;
	}
	
#footer_navigation {
	clear: both;
	}
	
#footer {
	background: url('/atf/cf/{61db3e7c-0dc7-464c-947d-84de38251b68}/FOOTER_GROUND.PNG') repeat-x;
	padding: 10px 0 10px 0;
	margin: 0;
	clear: both;
	}



/*-----------------HOMEPAGE CONTENT------------------*/
#homepage_wrapper {
	background:url('/atf/cf/{61db3e7c-0dc7-464c-947d-84de38251b68}/PAGE_GROUND.PNG') no-repeat;
	margin: 0 auto;
	width: 875px;
	padding: 15px 0 15px 0;

	}
	
#homepage_outer_container {
	width: 772px;
	margin: 0 auto;
	height: 100%;
	}
	
#homepage_signup {
	background:#78c20d;
	float: right;
	display: inline;
	position: relative;
	z-index: 4;
	margin-top:-110px;
	width: 250px;
	height: 50px;
	padding:15px;
	}
		
#homepage_top_content {
	margin: 25px 0 15px 0;
	height: 340px;
	background: none;
	}
	
#main_feature {
	float: left;
	display: inline;
	background: none;
	}

#homepage_feature_video {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	background: none;
	}
	
#homepage_feature_actions {
	float: left;
	display: inline;
	margin: 3px 0 0 31px;
	width: 270px;
	height: 140px;
	background: none;
	}
	
#homepage_lower_content {
	margin: 25px 0 15px 0;
	width: 772px;
	background: none;
	}
	
#homepage_blog_content {
	float: left;
	display: inline;
	width: 45%;
	min-height: 900px;
	background: #bbe086;
	opacity: .85;
	filter: alpha(opacity = 85);
	padding: 10px;
	overflow: hidden;
	}
	
#homepage_twitter_feed {
	float: left;
	display: inline;
	margin: 0 0 0 37px;
	width: 45%;
	min-height: 900px;
	background: #6c82b2;
	opacity: .85;
	filter: alpha(opacity = 85);
	padding: 10px;
	}
	

	
/*---------------------BAKCPAGE STYLES-----------------*/
#backpage_wrapper {
	background:url('/atf/cf/{61db3e7c-0dc7-464c-947d-84de38251b68}/PAGE_GROUND.PNG') no-repeat;
	margin: 0 auto;
	width: 875px;
	padding: 15px 0 15px 0;

	}
	
#backpage_outer_container {
	width: 772px;
	margin: 0 auto;
	height: 100%;
	}
	
#backpage_signup {
	background:#78c20d;
	float: right;
	display: inline;
	position: relative;
	z-index: 4;
	margin-top:-110px;
	width: 250px;
	height: 50px;
	padding:15px;
	}

#backpage_main_content {
	margin: 15px 0 0 0;
	}
	
#backpage_content {
	width: 65%;
	float: left;
	padding: 15px;
	display: inline;
	border: 1px solid #6C82B3;
	background: #f4f5f8;
	min-height: 700px;
	}
	
#backpage_right_column {
	width: 24%;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
	background: #6c82b2;
	opacity: .85;
	filter: alpha(opacity = 85);
	padding: 15px;
	border: 1px solid #5C72A1;
	min-height: 700px;
	}
	
#backpage_right_column_content {
	width: 165px;
	margin: 10px;
	}
	
	
/*----------------FORM STYLES----------------*/

#forms_content {
	width: 96%;
	float: left;
	padding: 15px;
	display: inline;
	border: 1px solid #6C82B3;
	background: #f4f5f8;
	min-height: 700px;
	}
	

