/* Start of CMSMS style sheet 'Home CSS' */
*{
	margin:0px;
	padding:0px;
}

html,body {
	margin: 0;
	padding: 0;
	font-size: small;
}

/* ID STYLES */
#wrapper{
	width: 902px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -451px;
	float: left;
}

#content {
	width: 902px;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	
}
.hide{
	display:none;
}
.clear{
	float:left;
	width:660px;
	height:10px;
}
#header{
	width:902px;
	float:left;
	height: auto;
	border-top: 7px solid #dcdde1;
}
#header a{
	border:0px;
}
#logo{
	float:left;
	width:248px;
	height:127px;
}
#login{
	float:right;
	width:125px;
	height:25px;
	padding: 15px 0px 0px 0px;
}
#top_banner{
	float:left;
	width:902px;
	height: 268px;
	background-image: url(../images/top_banner_bg.png);
	background-repeat: none;
	position: relative;
}
#top_banner a img{
	border:none;
	float:left;
	clear: left;
}
#bottom_banner{
	float:left;
	background-image: url(../images/bt_banner_bg.png);
	background-repeat: none;
	width: 902px;
	height: 160px;
	position: relative;
	padding: 35px 0px 15px 0px;
	display: inline;
	margin-top: 3px;
}
#wealth{
	float:left;
	width:185px;
	padding: 0px 15px 0px 25px;
}
#checkout{
	float:left;
	width:195px;
	padding: 0px 15px;
}
#body_copy{
	float:left;
	width:400px;
	padding: 0px 15px;
}
#body_copy p{
	color: #454545;
}
#wealth, #checkout, #body_copy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#FFFFFF;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
p{
	margin:5px 0px;
	line-height: 17px;
}
a{
	color:#454545;
	text-decoration:none;
}
a:hover{
	color:#292929;
}
#footer{
	border-top:none;
	color:#656565;
	font-size:10px;
	float: left;
	width: 700px;
	padding: 15px 2px;
	height: 67px;
	position: relative;
}
#footer p a{
	color:#656565;
	text-decoration:none;
	font-size:10px;
}
#footer p a:hover{
	color:#333333;
}
#footer p{
	float: left;
}

#footimg{
float:right;
width:171px;
padding:10px 0px;
}
.subscribe_bt{
float:left;
width:56px;
height:57px;
border:none;
background-image:url(../images/home_subscribe_bt.jpg);
background-position:top left;
}
.subscribe_bt:hover{
background-image:url(../images/home_subscribe_bt.jpg);
background-position:top right;
}
.questions_bt{
float:left;
width:58px;
height:57px;
border:none;
background-image:url(../images/home_question_bt.jpg);
background-position:top left;
}
.questions_bt:hover{
background-image:url(../images/home_question_bt.jpg);
background-position:top right;
}
.events_bt{
float:left;
width:57px;
height:57px;
border:none;
background-image:url(../images/home_events_bt.jpg);
background-position:top left;
}
.events_bt:hover{
background-image:url(../images/home_events_bt.jpg);
background-position:top right;
}


/* End of 'Home CSS' */

