 * {
	 margin:0;
	 padding:0;
	 }
	 
body{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background:#fafbfb;
	}
	 
h1 {
	color:#00b0d8;
	font-size: 15.5px;
	font-weight:normal;
	line-height:20px;
	}
	
h2 {
	font-size:15px;
	font-weight:normal;
	color:#f7941d;
	}
	
p{ color:#666; font-size: 14px; line-height: 1.4em;}
.mac.ff3_5 { color:#666; font-size: 14px; line-height: 1.2em;}



.orange_link {
	color:#f7941d;
	font-weight: normal;
	text-decoration:none;
	cursor:pointer;
	font-size:13.5px;
	line-height:22px;
	}
.orange_link:hover {
	color:#ffb761;
	}

.orange_link_questions {
	color:#f7941d;
	font-weight: normal;
	text-decoration:none;
	cursor:pointer;
	line-height:20px;
	}
.mac.ff3_5 .orange_link_questions {
	color:#f7941d;
	font-weight: normal;
	text-decoration:none;
	cursor:pointer;
	line-height:20px;
	font-size:15.5px;
	}
 	
.orange_link_questions:hover {
	color:#ffb761;
	}


	
.blue_text{color:#00b0d8;}
	 
#wraper{
	margin-left:auto;
	margin-right:auto;
	width:946px;
	}
	
.shadow_top_946{
	background:url(../images/shadow_top_946.jpg) no-repeat;
	width:946px;
	height:7px;
	overflow:hidden;
	}
	
.shadow_bottom_946{
	background:url(../images/shadow_bottom_946.jpg) no-repeat;
	width:946px;
	height:7px;
	}

.shadow_top_695{
	background:url(../images/shadow_top_695.jpg) no-repeat;
	width:695px;
	height:6px;
	overflow:hidden;
	}
.shadow_bottom_695{
	background:url(../images/shadow_bottom_695.jpg) no-repeat;
	width:695px;
	height:6px;
	}
	

.match_height { padding-bottom:61px; }
.mac.ff3 .match_height { padding-bottom:27px; }
.mac.ff3_5 .match_height { padding-bottom:26px; }
.ie .match_height { padding-bottom:30px; }
.win.ff3_5 .match_height { padding-bottom:14px; }
.win.ff3 .match_height { padding-bottom:10px; }
.win.ff2 .match_height { padding-bottom:-30px; }
	
#body_container1{
	background:url(../images/shadow_sides_946.jpg) repeat-y;
	}
	
#block1
	{
	width:934px;
	height:120px;
	margin-left:6px;
		}
#block2
	{
	width:934px;
	height:313px;
	background:#6F9;
	margin-left:6px;
	background:url(../images/raise_your_hand_banner.jpg) no-repeat;
		
		}
#block3
	{
	width:934px;
	overflow:hidden;
	margin-left:6px;
		
		}
#block4
	{
	width:946px;
	overflow:hidden;
		}
		
#block4_left_col{ width:695px; float:left; position:relative;}
#block4_left_col_content{ background:url(../images/shadow_sides_695.jpg) repeat-y; padding-left:30px; overflow:hidden;}
	
#block4_right_col{ width:251px; float:right; position:relative;}
		
#block5
	{
		
	width:906px;
	background: url(../images/shadow_sides_946.jpg) repeat-y;
	padding:20px;
	overflow:hidden;
		
		}
.form_input {border:1px solid #CCC; width:250px; font-size: 16px; padding:3px; color:#666;}


/*  clearfix */
    /* add to floating elements which should not float afterthem */ 
	* html .clearfix {
	    height: 1%; /* IE5-6 */
	    }
	* + html .clearfix {
		display: inline-block; /* IE7not8 */
		}
	html[xmlns] .clearfix { /* O */
		display: block;
		}
	.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	    }
/* end clearfix */


