/* Mr. Squid battles the lawn Gnome army SQUIRT SQUIRT */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fdfdfd;
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #414141;
	position:static;
}



#wrapper {	
	display:block;
	min-height: 100%;
	position: absolute;
	text-align: left;
	margin: 0 auto;
	width:100%;
	top:0;
	left:0;
}
#content_body {
	display: block; 
	margin: 0 auto 10em auto; 
	padding: 0 0 1em 0; 
	width: 971px;
}




/*-- TOP BAR
------------------------------------------------------------------------*/
#topbar {
	height:27px;
	position:relative;
}	
#topbar #twitter {
	float:right;
	margin:2px 0 0 0;
}
#topbar #twitter span {
	color:#FFFFFF;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	display:block;
	float:left;
	line-height:8pt;
	height:25px;
	overflow:hidden;
	text-align:right;
	padding-right:4px;
}
#topbar #twitter span#tweetHelp {
	display:none;
}
#topbar #twitter span a {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:#b4e04a 1px dotted;
}
#topbar #twitter span a:hover {
	color: #b4e04a;
}

#topbar a#clientlogin:link,
#topbar a#clientlogin:visited {
	display:block;
	text-decoration: none;
	background-image:url(../images/clientlogin_rollover.png);
	background-repeat:no-repeat;
	background-position:0 -47px;
	height:27px;
	width:59px;
	float:left;
	text-align:center;
	position:relative;
}
#topbar a#clientlogin img#clientLoginImg {
	position:absolute;
	left:0;
	top:-59px;
}
#topbar a#tabNewsletter:link,
#topbar a#tabNewsletter:visited {
	text-indent:-9999px;
	text-decoration: none;
	width:220px;
	height:47px;
	display:block;
	background-image:url(../images/hotsheet_rollover.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
}
#topbar a#tabNewsletter:hover {
	background-position:0 -47px;
}
/*-- 
------------------------------------------------------------------------*/

	

/*-- BANNER
------------------------------------------------------------------------*/
#banner {
	background:#757575;
	padding:10px 15px;
	margin:50px 0 0 0;
	color:#FFFFFF;
}
/*-- 
------------------------------------------------------------------------*/



/*-- CONTENT
------------------------------------------------------------------------*/
#content {
	margin: 13px 0 0 0;
}
/*-- 
------------------------------------------------------------------------*/




/*-- FOOTER
------------------------------------------------------------------------*/
#footer {
	position: absolute; 
	display: block; 
	bottom: 0; 
	display: block; 
	padding: 1em 0;
	margin:20px 0 0 0; 
	width: 100%;
	color:#FFFFFF;
	background:#757575;
}
#footer_wrapper {
	padding:0;
	width: 971px;
	margin: 0 auto;
}
#footer p.address {
	float:right;
	text-align:right;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer ul {
	margin:0;
	padding:0;
	width:600px;
	list-style:none;
}
#footer ul li {
	padding:0 7px 0 0;
	float:left;
	margin:0;
}
#footer ul a {
	padding-right:7px;
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #86b612;
}
/*-- 
------------------------------------------------------------------------*/
	
