@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f4f0e7;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
 
#headerwrap { 
	height: 145px;
	background: url(/custom/themes/default/images/header-tile.gif) repeat-x;
	width: 100%;
	margin: 0 auto; 
} 

#header{ 
	position: relative;
	width: 960px;
	height: 145px;
	text-align: left;
	margin: 0 auto;
	z-index: 10;
}

#headerwrap #topnav {
	position: absolute;
	top: 83px;
	left: 375px;
	height: 31px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	z-index: 10;
}

#headerwrap #signup{
	float: right;
	position: absolute;
	top: 36px;
	left: 375px;
	height: 29px;
	width: 525px;
}

#header #share {
	position: absolute;
	top: 43px;
	left: 830px;
}
	

#email {
	width: 300px;
	padding: 5px;
	background: #f4f0e7;
}

#join {
	padding: 4px;
}

#header #qlinks {
	position: absolute;
	top: 3px;
	left: 630px;
	width: 300px;
	text-align:right;
	color: #fff;
	font-size: 11px;
}

#qlinks a {
	color: #fff;
}


#contentwrap {	
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


#sidebar1 {
	float: left; 
	width: 270px; 
	margin: 10px 5px 0 0;
	text-align: left;
}

#sidebar1 #sidebox{
	float: left; 
	width: 230px; 
	margin: 10px 10px 5px 10px;
	padding: 10px;
	text-align: left;
	background: #000;
	font-size: 11px;
	line-height: 1.45em;
	color: #fff;
}

#sidebox h1{
	margin: 0px;
	color: #ef2c3a;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebox-cc {
	float: left; 
	width: 247px;
	background: #fff;
	margin: 10px 0px 5px 10px;
	border: 1px solid #ccc;
	text-align:center;
}
	
	


#hmboxwrap {
	float: left;
	width: 220px;
	margin-right: 5px;
}

#hmboxwrap h2 {
	margin: 0px;
	color: #ef2c3a;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#hmboxwrap h3 {
	margin: 0 0 10px 0;
	color: #262625;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
	

#hmbox{
	width: 196px; 
	height: 120px;
	padding: 10px;
	text-align: left;
	background: #fff;
	border: 1px solid #d1d1d1;
	font-size: 11px;
	line-height: 1.45em;
}




#mainContent { 
	float: left;
	width: 680px;
	text-align: left;
	margin: 10px 5px 0 0;
} 



#footerwrap {	
	width: 100%;
	margin: 0 auto;
	text-algn: center;
	background:url(/custom/themes/default/images/footer.gif) repeat-x;
	height: 42px;
}



#footer { 
	position: relative;
	width: 960px;
	text-align:left;
	margin: 0 auto;
	top: 45px;

	
} 

#footer p {
	margin: 0; 
	font-size: 11px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
