@charset "UTF-8";
/* CSS Document */

p,h1,h2,h3,h4,h5,h6,ul,ol,form,table {
	padding:0;
	margin:0;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#ffffff;
	line-height:normal;
	background:#0d0908;
	behavior: url(csshover.htc);
}

#docWrapper {
	background:#464640 url(../images/bg-repeat.jpg) repeat;
	width:100%;
}

#doc {
	margin:auto;
	width:820px;
	padding:0 0 0 0;
	background:url(../images/doc-bg.jpg) no-repeat top left;
}

.hidden {
	display:none;
}

.clear {
	clear:both;
}

img {
	border:0px;
}

.bold {
	font-weight:bold;
}

.nopadding {
	padding:0px;
}

a {
	color:#ccc8ad;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul {
	padding-bottom:30px;
	line-height:150%;
}

.uppercase {
	text-transform:uppercase;
}

#header h6 {
	padding:35px 0 37px 0;
	margin:auto;
}

#header ul {
	background:#222222;
	list-style:none;
	text-transform:uppercase;
	height:54px;
	padding-bottom:0px;
	line-height:130%;
	font-size:110%;
}

#header li a {
	text-decoration:none;
	color:#FFFFFF;
}

#header li a:hover {
	color:#ccc8ad;
}

#header li.on a {
	color:#ccc8ad;
}

#header li {
	float:left;
	padding:3px 9px 0 9px;
	border-right:2px solid #6a655a;
	height:23px;
	font-size:70%;
	text-align:center;
	position:relative;
	width:99px;
	border-bottom:1px solid #6a655a;
}

#header li.end {
	border:none;
	padding-right:0;
	border-bottom:1px solid #6a655a;
}

#header li.wide {
	width:150px;
}

#header li.superwide {
	width:210px;
}

#header li.double {
	padding:5px 5px 0 5px;
	height:37px;
}

#header ul ul {
	display:none;
	position:absolute;
	top:26px;
	left:0;
	height:auto;
	width:220px;
}

#header ul ul li {
	border-top:1px solid #6a655a;
	border-right:0;
	width:203px;
	font-size:100%;
	text-align:left;
	padding-top:8px;
	border-bottom:0;
	background-color:#222222;
	z-index:200;
}

#header li:hover ul {
	display:block;
	background-color:#222222;
	z-index:100;
}

#mainContent {
	padding:22px 0 0 0;
	clear:both;
}

.textHolder {
	padding:0 10px 10px 10px;
}

.homeBox {
	float:left;
	padding:0px 4px 20px 4px;
}

.homeBox h2 {
	font-size:110%;
	padding:4px;
}

.homeBox h2 a {
	text-decoration:none;
	color:#e0d58d;
}

.homeBoxBorder {
	background:#1f1f1f;
	padding:4px;
}

.galleryBox {
	float:left;
	padding:0 4px 10px 4px;
}

.galleryBox h2 {
	font-size:110%;
	padding:4px;
}

.galleryBox h2 a {
	text-decoration:none;
}

.galleryBoxBorder {
	background:#1f1f1f;
	padding:4px;
}

.box {
	width:400px;
	height:400px;
	float:left;
}

.boxImage {
	text-align:center;
}

.boxImage img {
	border:4px solid #1f1f1f;
}

h1 {
	padding-bottom:10px;
	font-size:120%;
	text-transform:uppercase;
	color:#e0d58d;
}

p {
	padding-bottom:10px;
	line-height:150%;
}

h1.inline {
	font-size:100%;
	float:left;
	line-height:150%;
	text-transform:none;
	padding:0;
}

ul.list3col li {
	float:left;
	width:250px;
	padding-left:0px;
	list-style-position:inside;
	padding-bottom:15px;
}

ul.list3col li.nopadding {
	padding:0px;
}

.mainImageBox {
	padding:0 0 20px 20px;
	float:right;
}

.mainImageBox img {
	border:4px solid #1f1f1f;
}

.imgCol {
	float:right;
	width:200px;
}

.textCol {
	width:600px;
}

#flashHolder {
	width:800px;
	height:400px;
	margin:auto;
	padding-bottom:20px;
}

ul.sitemap {
	padding-left:30px;	
}

ul.sitemap ul {
	list-style:disc;
	padding-left:30px;
}

#footer {
	background:#0d0908;
}

#footerDetails {
	width:820px;
	margin:auto;
	padding-top:10px;
}

.footerCopy {
	float:left;
	font-size:70%;
	padding:10px 0 20px 0;
}

.footerLinks {
	float:right;
	font-size:70%;
	padding:10px 0 20px 0;
}
