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

/* --- global styles --- */

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}
body  {
	color: #000;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 100.01%;
	background-color: #000;
	background-image: url(images/back_05.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 200%;
	color: #fdcb2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.5em 0 0.5em 0;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	color: #c90;
	font-weight: normal;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
h3 {
	font-size: 85%;
	color: #cacaca;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
	padding: 0.5em 0 0.2em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
h4 { font-size: 90%; color: #cacaca; line-height: 1.0em; padding: 0.5em 0 0 0;}
h5 { font-size: 85%; color: #c90; padding: 0.5em 0 0 0; }
h6 { font-size: 85%; color: #cacaca;  padding: 0.5em 0 0 0; /*font-family: Georgia, "Times New Roman", Times, serif;*/ }
p {
	font-size: 85%;
	color: #cacaca;
	margin: 0.2em 0 0.8em 0;	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
strong {
	font-weight: bold;
	color: #FDCB2E;
}
em { font-style: italic; }
a { font-weight: normal; }
a:link {
	color: #c90;
	text-decoration: underline;
}
a:visited {
	color: #777;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}
/* --- page layout styles --- */

#wrapper {
	position: relative;
	z-index: 5;
	width: 880px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}  
#header {
	position: relative;
	z-index: 5;
	width: 100%;
}
#headerLeft {
	float: left;
	width: auto; 
}
#headerRight {
	position: relative;
	float: right;
	width: 496px;
}
#headerNavBar {
	clear: both;
	width: 100%;
	height: 1.5em;
	color: #000;
	text-align: right;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#innerWrapper{
	position:relative;
	z-index:4;
	width: 100%;
	clear:both;
}
#sideColumn1 {
	position: relative;
	z-index: 1;
	float: left;
	width: 350px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
/*#sideColumn1 ul li{	border-bottom-color:#888; }
#sideColumn1 a:link, #sideColumn1 a:visited { 
	color:#fff; 
	background-color: #666; 
}
#sideColumn1 a:focus, #sideColumn1 a:hover, #sideColumn1 a:active { 
	color: #fff; 
	background-color: #444; 
}
#sideColumn1 .subnav { background: #999; }
#sideColumn1 .subnav a:link, #sideColumn1 .subnav a:visited { 
	color:#fff; 
	background-color: #999; 
}
#sideColumn1 .subnav a:focus, #sideColumn1 .subnav a:hover, #sideColumn1 .subnav a:active { 
	color: #fff; 
	background-color: #666; 
}
#sideColumn1 h1 { color: #dac092; }
#sideColumn1 h2 { color: #eee; }
#sideColumn1 h3 { color: #dac092; }
#sideColumn1 h4 { color: #eee; }
#sideColumn1 h5 { color: #dac092; }
#sideColumn1 h6 { color: #eee; }
#sideColumn1 p { color: #fff; }
*/
#sideColumn2 {
	position: relative;
	z-index: 1;
	float: right;
	width: 425px; /* top and bottom padding create visual space within this div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#sideColumn1 div {
	margin: 0 0 0 10px; /* this creates the left and right margin for the side columns */
}
#sideColumn2 div {
	margin: 0 20px 0 20px; /* this creates the left and right margin for the side columns */
}
#content {
	position:relative;
	z-index: 1;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 365px;
	border: 1px solid #666;
} 
#content div {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contentHome {
	position:relative;
	z-index: 1;
	margin-top: 15px;
	margin-right: 465px;
	margin-bottom: 15px;
	margin-left: 25px;
} 

.col{
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.side1 {
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 22em;
}
.mid {
	position:absolute;
	z-index: 0;
	bottom: 0;
	width: 50%;
	left: 22%;
}
.side2 { 
	position:absolute;
	z-index: 0;
	bottom: 0;
	width: 24%;
	left: 76%;
	border-right: #888 1px solid; /* color should be a bit darker than the lightest background color */
	background: #dac092; 
}

#footer {
	clear: both;
	position: relative;
	z-index: 5;
	min-height: 30px;
	background-color: #202020;
	margin: -0.1em 0 0 0;
	padding: 25px 0 20px 0;
	background-image: url(images/back_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#footer p, #footer ul {
	text-align: center;
	margin: 10;
}

#copyright {
	clear: both;
	position: relative;
	z-index: 5;
	margin: -0.1em 0 0 0;
	padding: 10px 0;
} 
#copyright p, #copyright ul {
	text-align: center;
	margin: 10;
}

html>body .col { top: 0 } /* hide from ie6 and under  */
.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}
/* --- header styles --- */

/* --- headerRight styles (top right bar) --- */
#headerRight div ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding-top: 1.7em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
#headerRight div ul li {
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-right: .7em;
	padding-bottom: 0;
	padding-left: 0.5em;
}
#headerRight div li + li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555;
}
#headerRight div a:link, #headerRight div a:visited {
	color: #706f6f;
	text-decoration: none;
}
#headerRight div a:focus, #headerRight div a:hover, #headerRight div a:active {
	color: #fdcb2e;
	text-decoration: none;
}
/* --- headerNavBar styles --- */
#headerNavBar ul {
	width: 100%;
	list-style: none;
	font-size: 70%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#headerNavBar ul li {
	display: inline;
	margin: 0;
	background-image: url(images/toptab.gif);
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#headerNavBar li + li {
}
#headerNavBar a:link, #headerNavBar a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#headerNavBar a:focus, #headerNavBar a:hover, #headerNavBar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


/* --- topBanner styles --- */
#topBanner ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* --- content styles --- */
#content ul, ol {
	font-size: 90%;
	list-style-position: inside;
	margin: 0.2em 0 0.5em 0.25em;
}
#content img {
	max-width: 100%;
	margin: 0 0 .1em 0;
}
#content table {
	max-width: 95%; 
}
/* --- sideColumn1 styles --- */
/*#sideColumn1 ul {
	height: 1%;					
	list-style: none;
	padding: 0;
	margin: 0 0 .5em 0;
}
* html #sideColumn1 ul {
	height: 1%;					
}
#sideColumn1 ul li{
	padding: 0;
	border-bottom: 2px solid #7e0000;
}
#sideColumn1 a {
	display: block;
	font-weight: normal;
	font-size: .9em;
	text-decoration: none;
	padding: .25em 0 .25em .25em;
}
#sideColumn1 h1, #sideColumn1 div h2 { padding: .5em 0 .2em .2em; }
#sideColumn1 h3, #sideColumn1 div h4, #sideColumn1 div h5, #sideColumn1 div h6 { padding: 0.5em 0 0 10px; }
#sideColumn1 h1 { 
	font-size: 90%;
	font-weight: normal; 
	text-transform: uppercase;
	color: #dac092;
	padding: .2em 0 .1em 0;
}
#sideColumn1 h2 { 
	font-size: 85%; 
	font-weight: bold; 
	color: #eee;
}
#sideColumn1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal; 
	text-transform: uppercase;
	border-bottom: none; 
	margin-bottom: 0;
}
#sideColumn1 h4 { font-size: 95%; color: #eee; font-weight: normal; }
#sideColumn1 h5 { font-size: 90%; color: #dac092; font-weight: normal; }
#sideColumn1 h6 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	color: #eee;
}
#sideColumn1 p {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #fff;
	padding: 0.2em 0 0.5em 10px;
}
#sideColumn1 p a {
	display: inline;
	padding: 0;
}*/
.sideColumnPix {
	max-width: 100%;
	margin-bottom: 1em;
}
#sideColumn2 img {
	max-width: 100%;
	margin-bottom: 1em;
}

/* --- footer styles --- */
#footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #706f6f;
	padding: 0 .2em 0 .5em;
}
#footer li + li {
	border-left: #555 1px solid;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:focus, #footer a:hover, #footer a:active { 
	color: #fdcb2e; 
	text-decoration: none; 	
}

/* --- copyright styles --- */
#copyright ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#copyright ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #706f6f;
	padding: 0 .2em 0 .5em;
}
#copyright li + li {
	border-left: #555 1px solid;
}
#copyright a:link, #copyright a:visited {
	color: #999;
	text-decoration: underline;
}
#copyright a:focus, #copyright a:hover, #footer a:active { 
	color: #fdcb2e; 
	text-decoration: none; 	
}

/* --- class styles --- */
 
.clearDirectory { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
	margin: 0;
	padding: 0;
}
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.pixLeft { /* this class can be used to put a border on an image and float it left */
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pixRight {  /* this class can be used to put a border on an image and right it left */
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #000;
}
.captions {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 80%;
	margin: 20px 0;
	}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.3em;
	font-weight: normal;
	color: #c90;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4f1502;
	border-bottom-color: #4f1502;
*/}
.style1 {color: #999}

.sideColumnBox {
	background-image: url(images/column1_box_03.gif);
	background-repeat: repeat-y;
}
.sideColumnBox p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sideColumnBox h1 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.sideColumnBox h2 {
	padding-right: 20px;
	padding-left: 20px;
}
.sideColumnBox h3 {
	margin-right: 20px;
	margin-left: 20px;
}
#content ul {
	font-size: 85%;
	color: #cacaca;
	list-style-position: outside;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#content li {
	padding-bottom: 7px;
}
