﻿body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.7em verdana, tahoma, sans-serif;
	color: #FFFFFF;
	background: #000000 url('../../images/BG-Body.jpg') no-repeat top center;
}

html{
	margin: 0px;
	padding: 0px;
}

#container {
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
	width: 900px;
}


/* Header Styles */
#headercontainer{
	display: block;
	width: 900px;
}

#logo{
	height: 90px;
	display: block;
}

#logo-divide{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #353535;
	border-bottom-color: #353535;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 6px 6px 6px;
	height: 3px;
	display: block;
}


/* Nav Styles */

#navcontainer{
	height: 39px;
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}

.navmenu li{
	display: inline;
}

.navmenu li a{
	background-position: top;
	float: left;
	color: #FFFFFF;
	padding: 11px 0px 11px 0px;
	text-decoration: none;
	border-right: 1px #000000 solid;
	width: 147px;
	text-align: center;
	background: black ;
	background: black url("../../images/Nav1.gif") no-repeat;
}

.navmenu li a:visited{
	color: white;
}

.navmenu li a:hover, .navmenu li .current{
	color: white;
	background-image: url('../../images/Nav2.gif');
}

.navmenu{
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	list-style: none;
}


/* Content Styles */


#contentcontainer{
	display: block;
	border: 6px #000000 solid;
	padding: 1px 1px 1px 1px;
}

#content-homepage{
	padding: 10px 10px 10px 10px;
	display: block;
	background-color: #050505;
	background-image: url('../../images/contentimage-bg.jpg');
	background-repeat: no-repeat;
	border: 1px #353535 solid;
	height: 250px;
}

#content{
	padding: 10px 10px 10px 10px;
	display: block;
	background-color: #050505;
	background-image: url('../../images/contentimage-bg.jpg');
	background-repeat: no-repeat;
	border: 1px #353535 solid;
}

#contentinner{
	display: block;
	width: auto;
	margin-top: 10px;
}

#innerright{
	background-color: #050505;
	background-repeat: repeat-x;
	border: 1px #353535 solid;
	float: right;
	display: block;
	width: 300px;
	margin-right: 12px;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url('../../images/content-bg.gif');
}

#innerright ul{
	margin: 0 0 0 14px;
	padding: 0 0 22px 16px;
	padding-right: 10px;
}

#innerright ul li{
	border-bottom: 1px #252525 solid;
	height: 20px;
	padding: 2px;
	margin: 0;
}

#innerright ul li:hover{
	color:#fdb107
}

#innerleft{
	display: block;
	width: auto;
}

#bulletlistheader{
	display: block;
	margin-bottom: 1px;
	background-image: url('../../images/footer-bg.gif');
	background-repeat: repeat-x;
}


#inner-image{
	float: right;
	margin-top: 10px;
}

#inner-header{
	display: block;
	position: absolute;
	width: 500px;
}

#inner-header h1{
	color: #fdb107;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 1px 1px 1px;
}

#inner-content{
	margin-top: 30px;
}

/* Mid Content */

#midcontent{
	margin-top: 20px;
	margin: 12px 6px 0 6px;
	background-position: top;
	background-color: #000000;
	border: 1px #353535 solid;
	background-repeat: repeat-x;
	background-image: url('../../images/content-bg.gif');
}

/* Footer Styles */
#footercontainer{
	margin: 12px 6px 20px 6px;
	border: 1px #353535 solid;
	background-position: top;
	background-color: #000000;
	background-image: url('../../images/footer-bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	display: block;
}

#footercontent{
	width: 886px;
	text-align: center;	
	margin: 20px 0 20px 5px;
	border: 1px #353535 solid;
	background-color: #000000;
	background: url('../../images/footer-bg.gif') top repeat-x;
}

#footerlinks{
	margin: 6px 0 6px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #fdb107;
}

#footerlinks a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fdb107;
}

#footerlinks a:hover{
	text-decoration:underline;
}

.footerlinks{
	text-decoration: none;
	text-transform: uppercase;
	color: #fdb107;
}


#copyrights{
	margin: 6px 0 6px 0;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

#footer-address{
	margin: 6px 0 6px 0;
	font-weight: bold;
	font-size: larger;
}	

/* Block Styles */

a:link              { color:white; text-decoration:underline; }
a:visited           { color:red; text-decoration:underline; }
a:hover             { color:green; text-decoration:underline; }
a:active            { color:red; text-decoration:underline; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 10px 10px 10px;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #fdb107;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #FDB107;
}
h4 {
	border-bottom: 3px #835B01 double;
	font-size: 2em;
	text-transform: uppercase;
	color: #fdb107;
	padding-bottom: 8px;
}

p.first{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

/* images */
img {
	border: 0px;
}

/*Misc  */
.clear{zoom:1;}

.clearfloat{
	clear: both;
	float: none;
}

