clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* footer code from 
http://www.cssstickyfooter.com
*/
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 120px;width:100%;}  /* must be same height as the footer */
#main2 {padding-bottom: 120px; position:absolute;width:100%;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
	width:100%;

	/*background-image:url('img/footer_bg.png');*/
}
#footer2 {position: fixed;
          bottom:0px;
          left:0px;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
	width:100%;
	/*background-image:url('img/footer_bg.png');*/
}


* {
	margin:0;
	padding:0;
}
body {
/*	background-color: #5d7b95; */
	background-color: #899fb2;
	background-image:url('img/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}


#footer_top {
	width:960px;
	height:80px;
	padding-bottom:10px;
}
#footer_bottom_wrapper {
	background-color:#fff;
	height:30px;
}
#footer_bottom {
	width:960px;
}

#footer_top_left {
	float:left;
}
#footer_top_right {
}
	
#footer_bottom_left {
	float:left;
	padding-top:2px;
}
#footer_bottom_right {
	font-family:Verdana,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#3466B7;
	padding-top:7px;
}

#footer_bottom_right a {
	color:#00A0E4;
        text-decoration: none;
        border-bottom:solid 1px #00A0E4;
}

#blue_stripe {
	height:60px;
	background-image:url('img/blue_stripe.png');
}	
#purple_stripe {
	height:60px;
	background-image:url('img/purple_stripe.png');
}	
#label_container {
	padding-top:30px;
}		
#stripe_label {
	padding-left:200px;
	padding-top:12px;
	width:450px;
	text-align:left;
}

#static_content_container {
	padding-top:20px;
	padding-left:200px;
	width:450px;
	text-align:left;
	
	font-family:Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:##616161;
}
	
#stripe_and_content {
	padding-top:150px;
}

#static_content_button {
	padding-top:20px;
}