body {
	background: #efefef;
	font: 62.5% Arial, Verdana, sans-serif;
	color: #666666;
	text-align: left;
}

header, section, footer, nav {
	display: block;
}

#wrapper {
	margin: 25px auto 0;
	width: 895px;
}

/* @group header */

header {
	background: #122b3c;
}

#headerInner {
	
}

/* @group logo */

#logo {
	margin: 0 auto;
	width: 960px;
	z-index: 10;
	position: relative;
}

#logo span {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 113px;
	height: 141px;
	position: absolute;
	top: 0;
	left: 35px;
	text-indent: -99999px;
	z-index: 10;
}

/* @end */

/* @group topbar */

#topBar {
	color: #2b668d;
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.2em;
}
#topBar span {
	display: block;
	width: 910px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#topBar a:link, #topBar a:active, #topBar a:visited {
	color: #2b668d;
	border: 0;
	text-decoration: none;
}

#topBar a:hover {
	color: #2b668d;
	border-bottom: 1px solid #2b668d;
	text-decoration: none;
}

/* @end */

#mid {
	background: url(../images/mid-bg.jpg) repeat-x 0 0;
	height: 406px;
	color: #fff;
}

#mid span {
	position: relative;
	display: block;
	background: url(../images/thePromo.jpg) no-repeat 0 0;
	width: 960px;
	height: 406px;
	margin: 0 auto;
}

#donateNow {
	position: absolute;
	top: 120px;
	right: 25px;
	width: 238px;
	height: 291px;
	display: block;
}

#donateNow input {
	background: url(../images/donateNow.png) no-repeat 0 0;
	border: 0;
	width: 238px;
	height: 291px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	cursor: pointer;
}

#mid h1 {
	padding: 15px 0 0 130px;
	font-size: 5.0em;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #4db6fe;
	display: none;
}

#mid h2 {
	font-size: 2.5em;
	padding: 0 0 0 130px;
	display: none;
}

#mid p {
	margin: 55px 0 25px 0;
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
	width: 470px;
	display: none;
}

/* @end */

/* @group aside */

aside {
	float: right;
	width: 255px;
	/*border: 2px solid #b7b7b7;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;*/
}

aside span {
	background: url(../images/aside-bg.jpg) repeat-y 0 0;
	display: block;
	border-bottom: 1px solid #b7b7b7;
	padding: 8px 0;
}

aside h2 {
	background: url(../images/clubNumbers.jpg) repeat-x 0 0;
	width: 255px;
	height: 41px;
	text-indent: -99999px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

aside p {
	font-size: 1.2em;
	margin: 0 12px 10px;
}

aside a:link, aside a:visited, aside a:active {
	color: #666;
	border: 0;
	text-decoration: none;
}

aside a:hover {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/* @end */

/* @group section */

section#content {
	float: left;
	width: 500px;
	font-size: 1.4em;
}

.content h2 {
	background: url(../images/ourmission.jpg) no-repeat 0 0;
	width: 141px;
	height: 21px;
	text-indent: -99999px;
	margin: 0 0 20px;
}

.content p {
	margin: 0 0 15px 5px;
}

.content ul {
	list-style: disc inside;
	margin: 0 0 0 30px;
}

.content ul li {
	margin: 0 0 15px;
}

.content a.downloadPDF:link, .content a.downloadPDF:visited, .content a.downloadPDF:active, .content a.downloadPDF:hover {
	display: block;
	background: url(../images/downloadPDF.jpg) no-repeat 0 0;
	width: 154px;
	height: 32px;
	text-indent: -99999px;
}

/* @end */

/* @group miscellaneous */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: 0;
}

.hidden {
	display: none;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */
