﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}


img {
	border:0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	line-height: 1.4em;
	text-align:center;
	background: #181a19 url('../siteart/bkg.jpg') repeat-y center;
	}

#black-bar {
	font-size: 1px;
	height: 11px;
	background: black;
}

#container {
	width: 990px;
	text-align: left;
	margin-left:auto; 
	margin-right:auto
}

#header {
	background: url('../siteart/top.jpg') no-repeat;
	color:#fff;
	height:163px;
	width:990px;
}


#top-wrapper {
	width: 100%;
}

#top-left {
	float:left;
	background: url('../siteart/grey-box.jpg') no-repeat;
	color: white;
	height: 214px;
	width:655px;
}

#top-right {
	float: right;
	width: 335px; /*Width of right column*/
	margin-left: -335px; /*Set left margin to -(RightColumnWidth) */
}

#content-wrapper {
	width: 100%;
	background: url('../siteart/bkg-content.jpg') repeat-y;
	clear:both;
	overflow: auto;
}

#nav {
	float:left;
	width:200px;
}

#nav a {
	display:block;
	border-bottom: 1px solid #e1bb22;
	text-transform: uppercase;
	color: black;
	padding: 11px 0 9px 22px;
	text-decoration: none;
}

#nav a:hover {
	background: #f6cb1d;
}

#drop1 a {
	font-size: 10px;
	border-bottom: 0;
	padding: 6px 0 4px 35px;
}
#drop1 {
	border-bottom:1px solid #e1bb22;
}


#drop2 {
	border-bottom:1px solid #e1bb22;
}
#drop2 a {
	font-size: 10px;
	border-bottom: 0;
	padding: 6px 0 4px 35px;
	
}


#main-content {
	float: right;
	width: 790px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#main-content_display {
	float: right;
	width: 790px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	background:#fff;
}



.pad {
	padding: 28px;
}

h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 11px 0;
	padding: 0 0 12px 0;
	display:block;
	border-bottom: 1px solid #f1efd9;
}


h2 {
	font-size: 18px;
	color: #ffd52b;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding:0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt; line-height:1.3em; color: #585858}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt; line-height:1.2em;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#585858; line-height:1.3em;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#585858; line-height:1.3em;}

.divfooter
	{
	width:450px;
	text-align:center;
	padding: 30px 0;
	margin-left:auto; 
	margin-right:auto;
	clear:both;
	}

