@charset "utf-8";
/* CSS Document */

/*
	Unique background images
*/
#centerBg {
	background: transparent url(/membership/img/bg_center_membership.gif) no-repeat 210px 111px;
}
#headerLogin h2 {
	background-image: url(/home/img/bg_header_subhead_index.gif);
}
#headerNav {
	background-image: url(/home/img/bg_header_nav_index.jpg);
}

/*
	Center content styles
*/
#centerContent h2 {
	margin-bottom: 15px;
}
#centerContent h3 {
	font-size: 120%;
}
#centerContent h4 {
	float: right;
	font-size: 130%;
}
#centerContent h4 span {
	font-size: 60%;
}
#centerContent p {
	margin: .4em 0;
	padding: .4em 0;
}
#centerContent strong {
	color: #4e4b49;
}
#centerContent .small {
	font-size: 85%;
}
#centerContent hr {
	color: #f3f3f3;
	background-color: #f3f3f3;
	padding: 0px;
	margin: 15px 0px;
	border: 0px;
	height: 1px;
}
#centerContent blockquote {
	margin: 0 0 10px 20px;
}
#centerContent ul {
	list-style-image: url(/home/img/bullet.gif);
	margin: 0 0 10px 20px;
	padding: 0 0 10px 20px;
}
#centerContent #image {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
#centerContent #highlight {
	background-color: #f3f3f3;
	padding: 0 10px;
}
#centerContent fieldset {
	padding: 0;
}
#centerContent legend {
	font-weight: bold;
	color: #44a9a5;
	padding: 10px 0;
}
#centerContent label {
	float: left;
	clear: left;
	width: 150px;
	font-weight: bold;
}
#centerContent label span {
	font-weight: normal;
}
#centerContent fieldset div {
	margin-bottom: 7px;
}
#centerContent fieldset input {
	width: 300px;
}
#centerContent #order label {
	width: 260px;
}
#centerContent #order input {
	width: 50px;
}