@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d1cfc9 url(images/page_bg.jpg) center top repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
}
#container {
	background: url(images/container_bg.png) center repeat-y;
	width: 940px;
	margin: auto;
}
#header {
	background: url(images/header_bg.jpg) center repeat-y;
	height: 170px;
}
#topnav {
	background: url(images/topnav_bg.jpg) center no-repeat;
	height: 50px;
	text-align: left;
	padding-left: 30px;
}
#topnav a {
	color: #fff;
	font-size: 90%;
	padding: 15px;
	display: block;
	float: left;
	text-decoration: none;
}
#topnav a:hover{
	text-decoration: underline;
}
#topnav img {
	display: block;
	float: left;
}
#topnav #contactlink {
	margin-left: 750px;
}
#mainwrapper{
	background: url(images/mainwrapper_bg.jpg) center top no-repeat;
	overflow: auto;
}
#maincontent{
	padding: 20px 0 20px 40px;
	text-align: left;
	width: 540px;
	float: left;
	line-height: 1.5;
	font-size: 80%;
}
#sidebar2 {
	width: 300px;
	background: url(images/sidebar2_bg.jpg) repeat-y left;
	margin-left: 625px;
	text-align: left;
}
#quote {
	background: url(images/quote_bg.jpg) no-repeat top left;
}
#latestnews {
	padding-left: 55px;
	padding-right: 20px;
}
#footer {
	background: url(images/footer_bg.png) center bottom no-repeat;
	padding: 10px 40px;
	font-size: 70%;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #244a1d;
	font-weight: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5;
}
hr {
		color: #CCC;
		border: none;
		border-bottom: 1px solid #ccc;
}
.club li,
.club ul,
.donations li,
.donations ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.titlerow{
	border-bottom: 1px solid #dedfbf;
	height: 25px;
	line-height: 25px;
}
li.detailrow{
	padding-top: 10px;
}
.titleaddress,
.address,
.titledonation,
.donation{
	width: 49%;
	float: left;
}
.titlecontact,
.contact,
.titledonor,
.donor{
	width: 30%;
	float: left;
}
.titletelephone,
.telephone,
.titleoptions{
	width: 20%;
	float: left;
	text-align: right;
}
li.moredetails {
	text-align: right;
	width:100%;
}
.club .moredetails {
	border-top: 1px solid #dedfbf;
	margin-top: 5px;
	padding-top: 5px;
}
li.information,
li.description {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #dedfbf;
}
div.listblock {
	background-color: #e6e6cc;
	padding: 10px;
	border: 1px solid #dedfbf;
	margin-bottom: 10px;
}
button {
	border: 1px solid #dedfbf;
}
button span {
	padding: 3px;
}
li.clubname {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dedfbf;
}
div.header {
	position: relative;
}
.keywordsearch {
	display: inline-block;
	float: right;
	padding: 20px 0;
}
div.header h1 {
	display: inline-block;
	float: left;
}
.keywordsearchform {
	display: inline-block;
	float: right;
	padding: 20px 0;
}
div.sidenav ul,
div.sidenav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.sidenav{
	background: url(images/sidebar_nav_bg.jpg) no-repeat;
	padding: 30px 20px 0 55px;
}
ul.sidenav li {
	background: url(images/sidenav_bg.png) no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
ul.sidenav li a {
	color: #333333;
	font-size: 16px;
}
