@charset "utf-8";
body {
	background:#e3f1fc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
*{
	padding:0px;
	margin:0px;
}
ul{
	list-style:none;
}
li{
	float:left;
}
img{
	border:0px;
}
#wrapper{
	width:905px;
	margin:0 auto;
}
.hp-logo{
	background:url(hp-logo.png) no-repeat left top;
	width:281px;
	height:38px;
	float:left;
	margin:10px 0 0 14px;
	text-indent:-999px;
	overflow:hidden;
}
.hp-login{
	background:url(hp-login.gif) no-repeat left top;
	width:93px;
	height:38px;
	float:right;
	text-indent:-999px;
	overflow:hidden;
	margin:14px 5px 0 0;
}
.hp-page{
	border:1px solid #d9e0e7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	float:left;
	width:903px;
	background:#fff;
	margin:6px 0 0 0;
}
.hp-mainnav{
	border:1px solid #fff;
	width:901px;
	background:url(hp-bg-nav.gif) repeat-x left top;
	height:63px;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
}
.hp-mainnav ul{
	padding:10px 0 0 10px;
}
.hp-mainnav ul li a{
	background:url(hp-bg-navlink02.gif) no-repeat left top;
	width:143px;
	height:43px;
	float:left;
	color:#2864bd;
	text-shadow:0 1px #fff;
	text-decoration:none;
	font-size:14px;
	text-transform: uppercase;
	text-align:center;
	margin:0 2px;
	line-height:43px;
}
.hp-mainnav ul li a.hp-signup, .hp-mainnav ul li a:hover{
	background:url(hp-bg-navlink01.gif) no-repeat left top;
	color:#fff;
	text-shadow:0 1px #000;
}
.hp-banner{
	width:100%;
	text-align:center;
	margin:10px 0;
	float:left;
}
.hp-featuredmembers{
	border:1px solid #fff;
	background:url(hp-bg-featured.gif) repeat-x left top;
	float:left;
	width:901px;
}
.hp-featuredmembers ul{
	padding:0px 0 0 3px;
}
.hp-featuredmembers ul li{
	width:118px;
	text-align:center;
	padding:0 15px;
}
.hp-featuredmembers ul li img{
	margin-bottom:5px;
	border:3px solid #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}
.hp-featuredmembers ul li a{
	color:#333;
	text-decoration:none;
}
.hp-featuredmembers ul li a:hover{
	color:#335ab5;
}
.hp-tit{
	font-size:12px;
	color:#335ab5;
	padding:15px 0 15px 19px;
	font-weight:normal;
}
.hp-tit a{
	text-decoration:none;
	color:#32af07;
}
.hp-tit a:hover{
	text-decoration:underline;
}
.hp-tit b{
	font-size:24px;
	font-weight:bold;
}
.hp-maintext{
	width:390px;
	float:right;
	padding:30px 20px 10px 0;
	line-height:21px;
}
.hp-maintext p{
	padding:5px 0;
}
.hp-maintext h1{
	font-size:12px;
	border-bottom:1px solid #cdd2d8;
	width:100%;
	float:left;
	line-height:40px;
	color:#335ab5;
	margin:0 0 20px 0;
	font-weight:normal;
}
.hp-maintext a{
	color:#5aa10a;
	text-decoration:none;
}
.hp-maintext a:hover, .hp-features a:hover, #hp--footer a:hover{
	color:#335ab5;
}
.hp-maintext h1 b{
	font-size:24px;
}
.hp-left{
	width:493px;
	float:left;
}
.hp-features{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.hp-features a{
	background:url(hp-bg-features.gif) no-repeat left top;
	line-height:30px;
	color:#333;
	text-decoration:none;
	padding:0 0 0 20px;
	float:left;
	width:205px;
	margin:0 0 0 20px;
}
.hp-search{
	background:url(hp-bg-search.gif) repeat-x left bottom #fff;
	border:1px solid #cdd2d8;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
	width:427px;
	padding:10px;
	margin:30px 0 30px 18px;
	float:left;
}
.hp-search ul li label{
	float:left;
	padding:3px 5px 0 0;
}
.hp-search ul li{
	padding:10px 0 0 10px;
}
.hp-search ul li div{
	float:left;
}
.hp-search ul li select{
	border:1px solid #cdd2d8;
	padding:5px;
	width:147px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#hp--footer{
	text-align:center;
	line-height:18px;
	padding:20px 0;
	font-size:11px;
}
#hp--footer a{
	color:#333;
	text-decoration:none;
}