@charset "utf-8";
/* CSS Document */

html, body, div, ul, li, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	background: #ccc;
}
header, nav, article, aside, section, footer {
	display: block;
}
ul {
	list-style: none;
}
h1, h2 {
	font-size: 22px;
	background: url(border.png) no-repeat center bottom;
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 20px;
}
a {
	color: #98355d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	background: url(bg-banner.jpg) no-repeat 0 60px #F2EFF0;
	box-shadow: 0 1px 13px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 12px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 13px rgba(34, 25, 25, 0.4);
}
header {
	background: url(bg-top.png) repeat-x;
	height: 60px;
}
#logo {
	float: left;
	margin: 16px 0 0 20px;
}
#menu {
	float: right;
	margin: 20px 10px 0 0;
}
#menu ul li {
	float: left;
	border-right: 1px solid #32455d;
	padding: 0 15px;
}
#menu ul li:last-child {
	border-right: none;
}
#menu a:hover {
	color: orange;
}
.search {
	background: rgba(255, 255, 255, 0.8);
	padding: 45px;
	width: 300px;
	margin: 25px auto;
	text-align: center;
	color: #98355d;
	overflow: hidden;
	border-radius: 5px;
}
.search p {
	font-size: 20px;
	line-height: 28px;
}
.search ul {
	padding: 20px 0;
}
.search ul li {
	float: left;
	padding: 10px 7px;
}
.search li select {
	font-weight: bold;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	width: 136px;
	border-radius: 3px;
	height: 38px;
	line-height: 32px;
}
.search li a {
	font-weight: bold;
	background: #98355d;
	padding: 12px 120px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-radius: 3px;
}
.search li a:hover {
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.featuredmembers {
	width: 100%;
	padding: 35px 0 10px 0;
}
.featuredmembers ul {
	overflow: hidden;
	padding: 0 15px;
}
.featuredmembers ul li {
	padding: 0 17px 20px;
	float: left;
}
.featuredmembers img {
	width: 130px;
	height: 130px;
	background: #ccc;
	border-radius: 50%;
}
.featuredmembers img:hover {
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.maintext {
	padding: 0 15px;
}
.maintext ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
.maintext li {
	padding: 0 0 10px 0;
}
.maintext p, h3 {
	line-height: 22px;
	margin-bottom: 15px;
}
footer {
	background: #333;
	text-align: center;
	color: #fff;
	padding: 15px;
}
footer p {
	line-height: 24px;
	font-size: 13px;
}
footer a {
	color: #C27896;
}
@media screen and (max-width:768px) {
#wrapper {
	width: 100%;
}
header {
	width: auto;
	padding: 0 15px;
}
#logo {
	margin: 16px 0 0 0;
}
#menu {
	display: none;
}
.search {
	width: 90%;
	margin: 10px auto;
	padding: 10px 5%;
}
.search ul {
	padding: 0;
}
.search li select, #search li a {
	width: 100%!important;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.search ul li {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.featuredmembers ul li:first-child, .featuredmembers ul li:last-child {
	display: none;
}
.featuredmembers ul {
	width: 287px;
	margin: 0 auto;
}
.featuredmembers ul li {
	padding: 6px;
}
img {
	max-width: 100%;
}
}
