/* BASIC */

body {
	margin: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	background-position: center top;
	background-image: url(../images/bg_background.jpg);
	background-repeat: repeat-y;
}

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

a img {

}

/* LAYOUT */
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	background-color: #39312B;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bg_wrapper.jpg);
}
#banner {
	width: 900px;
	height: 237px;
	float: none;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner2 {
	width: 900px;
	height: 150px;
	float: none;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#nav {
	float: left;
	width: 150px;
}
#main {
	float: left;
	padding-left: 10px;
	display: inline;
	background-color: #AB9178;
	padding-right: 10px;
	width: 530px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
}
#main2 {
	float: left;
	padding-left: 10px;
	display: inline;
	background-color: #AB9178;
	padding-right: 10px;
	width: 730px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 50px;
}
#news {
	float: right;
	width: 200px;
	padding-bottom: 15px;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/bg_newshead.jpg);
	height: 300px;
}
#picbar {
	float: right;
	width: 200px;
	padding-bottom: 15px;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/bg_picbar.jpg);
}

#events {
	float: right;
	width: 200px;
	padding-bottom: 15px;
	background-image: url(../images/bg_eventshead.jpg);
	background-position: center top;
	height: 300px;
}


#legal {
	font-weight: bold;
	color: #CCC;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
	padding-bottom: 10px;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #342F2C;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg_legal.gif);
}

#legal a{
	font-weight: bold;
	color: #FFF;
	text-align: right;
	text-decoration: none;
}

#legal a:hover{
	text-decoration: underline;
	color: #FF0;
}
#legal2 {
	font-weight: bold;
	color: #CCC;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
	padding-bottom: 10px;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #342F2C;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/bg_legal2.gif);
}
#legal2 a {
	font-weight: bold;
	color: #FFF;
	text-align: right;
	text-decoration: none;
}
#legal2 a:hover {
	text-decoration: underline;
	color: #FF0;
}

/* NAVIGATION */
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	background-image: url(../images/bg_nav_mid.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 29px;
	width: 137px;
	padding-top: 7px;
	padding-left: 13px;
}
#logo {
	display: none;
}
#mainNav ul {

}

#mainNav a:hover {
	padding-left: 13px;
	color: #CCC;
	background-image: url(../images/bg_nav_mid_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


#nav a {
	text-decoration: none;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #CCC;
}
#main a:hover {
	text-decoration: underline;
	color: #CCC;
}

#main h1 {
	color: #3E332D;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: capitalize;
	letter-spacing: 1px;
	word-spacing: 5px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #AB9178;
	margin-left: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
}
#main h5 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
}
#main h6 {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	margin-top: 1px;
	margin-left: 10px;
	text-transform: capitalize;
	padding-right: 35px;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #9D8267;
	margin-bottom: 1px;
}

#main p {
	font-size: 1.15em;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 8px;
	text-align: left;
}

/* MAIN2 */

#main2 a {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7E603A;
}
#main2 a:hover {
	text-decoration: underline;
	color: #CCC;
}
#main2 h1 {
	color: #3E332D;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #AB9178;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main2 h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
}
#main2 h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
	text-align: right;
}


#main2 h5 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
}
#main2 h6 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	margin-left: 10px;
}

#main2 p {
	font-size: 1.25em;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 8px;
	text-align: justify;
}
#main2 p2 {
	font-size: 1.25em;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 8px;
	text-align: right;
}


/* EVENTS */
#events .story {
	color: #FFFFFF;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 100%;
	text-align: right;
}
#events span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #FFF;
	background-image: url(../images/events_bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	height: 30px;
}
#events a.story:hover {
	border: 2px inset #726B59;
}
#events h2 {
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 25px;
}

#events h2 span {
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/* NEWS */
#news .story {
	color: #FFFFFF;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 100%;
	text-align: right;
}
#news span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #FFF;
	background-image: url(../images/news_bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	height: 30px;
}
#news a.story:hover {
	border: 2px inset #726B59;
}
#news h2 {
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #7F7762;
	background-image: url(../images/bg_newshead.jpg);
	height: 25px;
	background-repeat: no-repeat;
}

#news h2 span {
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/* PDFS */
#pdfs {
	float: right;
	width: 200px;
	padding-top: 10px;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/bg_pdfs.jpg);
	color: #FFF;
	padding-bottom: 10px;
}
#pdfs h2 {
	color: #FFF;
	font-size: 1.25em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 15px;
	font-variant: normal;
}

#pdfs .story {
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 100%;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pdfs a.story:hover {
	border: 2px inset #726B59;
	text-decoration: none;
}
#pdfs a img {
	border: none;
	text-decoration: none;
	padding-right: 20px;
}

#news a.story:hover span.title {

}
#textfield {
	width: 99%;
	background-color:#FFF;
}
.IndentList {
	padding-left: 25px;
	font-size: 1.2em;
}

/* Left Column */
div.leftCol {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

.leftCol p {
	color: #FFF;
	text-align: center;
	width: 150px;
	float: left;
	padding-top: 50px;
	padding-bottom: 0px;
}
.leftCol a {
	color: #FFF;
	font-weight: normal;
}
.leftCol a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}