@charset "UTF-8";
/* CSS Document */


body {	background-color:#f1f1f2; border:none; padding:0; margin:0; font-family: Helvetica, Arial, sans-serif; font-style:normal;}
body a { text-decoration:none;}

#wrapper { background-color: #f1f1f2; width:920px; margin:auto; margin-top:0px;}

#home_image 
	{ 
	position: absolute;
	width:920px; 
	margin:auto; 
	margin-top:-9px; 
	margin-left:-23px; 
	z-index:1;
	}
	

#topnav {float:left; margin-left:0px; margin-top:10px; border:none; display:inline; z-index:5;}

#socialnav {float:right; margin-right:0px; margin-top:15px; border:none; display:inline;}

#logo img { width:922px; float:left; border:none; margin:0; margin-top:10px;}

#content { 
	clear:both;
	background-color:#FFFFFF; 
	width: 920px; 
	margin:auto; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em; 
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	}
	
	
	#content_home { 
	clear:both;
	background-color:#312e2e; 
	width: 920px; 
	height:534px;
	margin:auto; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em; 
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	}
	

#footer {
	width: 600px; 
	margin:10px auto; 
	float:left;
	}

#footer img { border:none;}
#footer p { font-family: Helvetica, Arial, sans-serif; font-size: 62.5%; margin:10px 10px 10px 20px; color:#999999;}

#footertext { float:left; width:560px;}
#footertext a { color:#008ab0;}
#footerlinks { float:right; margin-top:10px;width:310px;}
#footerlinks a { float:left;}
#footerlinks img { margin: 0 5px;}
#ccform { float:right;  margin:18px 10px 10px 20px; padding:0;}


#esbutton { float:right; border:none;}
#esbutton img { border:none; float:right; margin-top:9px; margin-right:-7px;}
