html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	
	
/*###############################
#	 HTML,BODY
###############################*/

body {
	background-color: #000;
	background-position: top left;
	background-repeat: no-repeat;
	color: #eae2dc;
	font: normal 12px Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
	}
	
html {
	height: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
div#wrapper {
	margin: 0;
	min-height: 100%;
	position: relative;
	}
	
div#inner {
	padding-bottom: 50px;
	}

body.home {
	background-image: url(../images/backgrounds/home_bg.jpg);
	}
	
body.members {
	background-image: url(../images/backgrounds/members.jpg);
	}
	
body.apply {
	background-image: url(../images/backgrounds/apply.jpg);
	}
	
body.vr {
	background-image: url(../images/backgrounds/vr.jpg);
	}
	
div#container {
	background-color: #fff;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 996px;
	}
	
div.clear {
	clear: both;
	}	
	
	
/*###############################
#	 TEMPLATE
###############################*/

div.darkBar {
	background-color: #000;
	height: 88px;
	opacity: .75;
	filter: alpha(opacity = 75);
	}

h1 {
	margin: -73px 0 38px 80px;
	position: relative;
	}
	
ul#nav {
	float: left;
	margin-left: -80px;
	text-indent: -1000em;
	width: 402px;
	}
	
body.home ul#nav {
	margin-left: 0;
	}

ul#nav li a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	display: block;
	height: 61px;
	margin-bottom: 10px;
	}

ul#nav li.home a {
	background-position: top left;
	}
	
body.home ul#nav li.home a,
ul#nav li.home a:hover {
	background-position: top right;
	}

ul#nav li.members a {
	background-position: left -61px;
	}
	
body.members ul#nav li.members a,
ul#nav li.members a:hover {
	background-position: right -61px;
	}

ul#nav li.vr a {
	background-position: left -122px;
	}
	
body.vr ul#nav li.vr a,
ul#nav li.vr a:hover {
	background-position: right -122px;
	}

ul#nav li.apply a {
	background-position: left -183px;
	}
	
body.apply ul#nav li.apply a,
ul#nav li.apply a:hover {
	background-position: right -183px;
	}
	
div#content {
	background: url(../images/content_bg.png) repeat top left;
	float: left;
	margin-left: 24px;
	width: 601px;
	}
	
div#content h2 {
	margin: 20px 20px 25px;
	}
	
div#content ol {
	list-style: decimal;
	padding-left: 20px;
	}
	
div#content p,
div#content ol li {
	font-size: 1.167em;
	line-height: 1.4em;
	margin: 0 20px 20px;
	}
	
div#content ol li {
	margin-bottom: 10px;
	}
	
	
/*###############################
#	 FOOTER
###############################*/

div#footer {
	background-color: #000;
	bottom: 0;
	filter: alpha(opacity = 75);
	height: 30px;
	opacity: .75;
	position: absolute;
	width: 100%;
}

div#footer p {
	line-height: 30px;
	margin-left: 20px;
	}
	
	
/*###############################
#	 SLIDESHOW
###############################*/
	
body.vr div#content {
	background: none;
	}	
	
div#slideshow {
	border: 3px solid #786a62;
	}
	
	
/*###############################
#	 APPLY FOR MEMBERSHIP
###############################*/

div#content p.pdf {
	color: #726159;
	font-size: 0.917em;
	}

div#content p.pdf a {
	background: url(../images/pdf_icon.gif) no-repeat center left;
	color: #fff;
	display: inline-block;
	font-size: 1.273em;
	line-height: 2.333em;
	padding-left: 38px;
	text-transform: uppercase;
	}
	
	
/*###############################
#	 MEMBERS
###############################*/

.members div#content {
	padding-bottom: 15px;
	}
	
.members div#content ul li {
	float: left;
	font-size: 1.167em;
	margin: 0 0 5px 20px;
	width: 180px;
	}
	
.members div.pagination {
	background: url(../images/content_bg.png) repeat top left;
	float: left;
	margin: 2px 0 20px 346px;
	padding: 8px 20px 17px 20px;
	width: 561px;
	}
	
.members div.pagination ul,	
.members div.pagination ul li {
	color: #524a4a;
	display: inline;
	}
	
.members div.pagination ul li {
	padding-left: 8px;
	}
	
.members div.pagination > span,
.members div.pagination ul li a {
	color: #eae2dc;
	text-decoration: none;
	}
	
.members div.pagination ul li span,
.members div.pagination ul li a {
	padding-right: 8px;
	}
	
	/*div {
		border: 1px solid red;
	}*/
