@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

body {
	text-align: center;
	margin: 0;
	background: #d0eef4 url(images/bg.gif) repeat-x left bottom;
	border-top: 5px solid #cc2e00;
	}
	
#wrapper {
	margin: 0 auto 50px;
	background: #fff url(images/main_bottom.gif) no-repeat left bottom;
	width: 755px;
	text-align: left;
	padding: 5px 0 5px 5px;
	}
	
ul#nav {
	width: 750px;
	height: 245px;
	background: url(images/header.jpg);
	overflow: hidden;
	border-bottom: 5px solid #fff;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	}

ul#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#nav li a {
	display: block;
	float: left;
	height: 22px;
	background: url(images/nav.gif) no-repeat right top;
	color: #fff;
	padding: 8px 21px 0 20px;
	text-decoration: none;
	}

ul#nav li a:hover {
	background: #fff;
	color: #cc2e00;
	}
	
ul#nav li a:active {
	background: #fff;
	color: #cc2e00;
	text-decoration: underline;
	}
	
ul#nav li a.on {
	font-weight: bold;
	}
	
ul#nav li.home a,
ul#nav li.home a:hover {
	display: block;
	width: 750px;
	height: 215px;
	float: none;
	padding: 0;
	background: none;
	}

ul#nav li.home a h1 {
	display: none;
	}

#content {
	float: left;
	padding: 10px 25px 10px 20px;
	width: 355px;
	}

#content h3 {
	color: #f30;
	font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}
	
#content h4 {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #069;
	}	

#content h5 {
	font: normal 15px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	}

#content h6 {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 5px;
	text-transform: uppercase;
	}

#content p,
#content ul,
#content ol {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px;
	}

#content li {
	margin: 0 20px;
	
	}

#content ul.members li li {
	float: none;
	list-style: circle;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	margin: 0 20px;
	overflow: visible;
	white-space: nowrap;
	background: none;
	}
	
#content p a,
#content li a {
	color: #069;
	}

#content ul.members li {
	width: 220px;
	height: 220px;
	padding: 5px;
	background: #eee url(images/listing_bg.gif) no-repeat left top;
	overflow: hidden;
	clear: none;
	float: left;
	margin: 0 10px 10px 0;
	}
	
#content ul.members li h5 {
	padding: 10px 10px 0;
	height: 45px;
	line-height: 14px;
	background: #fff url(images/listingtitle_bg.gif) no-repeat left top;
	color: #069;
	margin: 0 0 10px;
	}
	
#content ul.members li p {
	margin: 0 10px 10px;
	}

#content ul.members li ul {
	padding: 0 10px;
	}

#content ul.memberlist {
	font-weight: bold;
	}
	
	
#sidebar {
	float: left;
	width: 350px;
	background: #eee url(images/sidebar_bottom.gif) no-repeat left bottom;
	margin: 0 0 10px;
	}

.events {
	float: left;
	border-right: 1px solid #ddd;
	width: 155px;
	padding: 10px;
	}

.newsletters {
	float: left;
	padding: 10px 0 20px 10px;
	width: 155px;
	background: url(images/nl_thumb.jpg) no-repeat right 25px;
	}
	
#sidebar ul.nl {
	float: left;
	height: 60px;
	width: 100px;
	padding: 0 0 10px 10px;
	margin: 0;
	}
	
#sidebar ul.nl li {
	margin: 0;
	}
	
#sidebar h4 {
	color: #069;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 10px 5px;
	}

#sidebar p,
#sidebar ul,
#sidebar ol{
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin: 0 10px 10px;
	}
	
#sidebar .newsletters ul,
#sidebar .events ul {
	margin: 0;
	}
	
#sidebar .newsletters h4,
#sidebar .events h4 {
	margin: 0 0 5px;
	}

#sidebar li {
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/square.gif) no-repeat left 5px;
	}

#sidebar .events li {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 4px;
	}

#sidebar li.details {
	background: none;
	}

#sidebar li.details a {
	color: #069;
	}

#sidebar .events li strong {
	text-transform: none;
	font-size: 12px;
	display: block;
	}

#sidebar .newsletters li {
	text-transform: uppercase;
	}

#sidebar a {
	color: #000;
	font-weight: bold;
	}

div#footer {
	clear: both;
	border-top: 1px solid #eee;
	background: url(images/logo_mini2.gif) no-repeat center 10px;
	padding: 0 0 5px;
	margin: 0 5px 0 0;
	}
	
#sidebar div#footer {
	clear: both;
	border-top: 1px solid #ddd;
	background: url(images/logo_mini.gif) no-repeat center 10px;
	padding: 0 0 5px;
	margin: 0;
	}
		
	
#footer p {
	color: #999;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 55px;
	}
	
#footer p a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}

#footer p a:hover {
	text-decoration: underline;
	}

hr {
	visibility: hidden;
	clear: both;
	}