/*
light grey #4a4a4a
lighter grey #989898;
dark grey 2e2e2e
blue #36688b;
orange #ed7c1c

*/

body{
	font-family: sans-serif;
	font-size:100%;
	background:#fff;
	/*line-height:22px;*/
}
p{
	margin-bottom:10px;
}

h1{}

h2{
	font-size:150%;
	color: #36688b;
	margin-bottom:15px;
}

h3{
	font-size:120%;
	color: #ed7c1c;
}
h4{
	font-size:120%;
	color: #000;
}

strong{
	font-weight:bold;
}

em{
	font-style: italic;
}

#loader, #add_this, #footer, #header_content, #ticker, #ticker_wrap, .instructions_step, #blurb, #main_menu, #header_right, #col2, #instructions, #footer_menu, .steps_button, #rate_box, .section_title, #steps_tabs, #social_buttons, #navigation{
	display:none;
}
a:link, a:visited {color: #fff}
#wrapper{
	width:100%;
	margin:0 auto;
}

#header{
	clear:both;
}
#content{
	width: 100%; 
	margin: 0; 
	float: none;
}

.clearfix{
	clear:both;
}

#footer{
	margin-top:5px;
	height:100%;
	background:#fff;
}

#col1{
	width:100%;
}
#dynamic{
	background:#fff;
	padding:6px;
	width:100%;
}
#dynamic p{
	font-size: 77%;
	margin:10px 0;
	padding:0;
	line-height:1.2;
}
#dynamic  h4{
	margin-bottom:10px;
	text-align:center;
}

#terms_text.alert{
	color:red;
}

#dynamic div{
	margin-bottom:10px;
}

#dynamic label{
	font-weight:bold;
	height:17px;
	width:220px;
	float:left;
}
#copyright{
	text-align:right;
	padding: 20px 10px 10px 0;
}
.content_block{
	min-height:323px;
}