/************************************************************
GENERAL
************************************************************/

.highlight1 {
	width:95%;
	height:auto;
	padding:5px;
	background-color:#d6d0b4;
	margin:0px;}	
.highlight2 {
	width:95%;
	height:auto;
	padding:5px;
	background-color:#ede0b2;
	margin:0px;}
	
td.lines, th.lines { border-bottom:1px solid; background-color:#EEE; }
table.lines { border: none; }    /* remove bottom border */

body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
body {background:#3a2f12 url(images/background.jpg) repeat-x top fixed;
	margin: 0;
	}

p {font-family:serif;
	font-size: 12pt;
	line-height:18pt;
	color:#300;
	text-align: left;
	margin: 0px 0px 10px 0px;
	}
h1 {font-family:serif;
	font-size: 28pt;
	line-height:26pt;
	font-weight:normal;
	color:#630;
	text-align: left;
	margin:0px;
	}
h2 {font-family:serif;
	font-size: 18pt;
	line-height:19pt;
	font-weight:normal;
	color:#630;
	text-align: left;
	margin:0px;
	}
h3 {font-family:serif;
	font-size: 14pt;
	line-height:16pt;
	font-weight:bold;
	color:#630;
	text-align: left;
	margin:0px;
	}
h4 {font-family:serif;
	font-size: 14pt;
	line-height:16pt;
	font-weight:bold;
	color:#996;
	text-align: left;
	margin:0px;
	}
h5 {font-family:serif;
	font-size: 14pt;
	line-height:16pt;
	font-weight:bold;
	font-style:italic;
	color:#996;
	text-align: left;
	margin:0px;
	}
h6 {font-family:serif;
	font-size: 11pt;
	line-height:13pt;
	font-weight:bold;
	color:#996;
	text-align: left;
	margin:0px;
	}

hr {margin: 5px 0px 5px 0px;
	color:#630;
	border: 0;
	border-top: 1px solid #630;
	height: 1px;
	width: auto;
	}
	
.clear {
	width:90%;
	clear:right;}
	
img.left {
	float:left;
	margin:10px 10px 5px 0px;}
img.right {
	float:right;
	margin:10px 0px 5px 10px;}

form {margin: 0;
	}
	
.highlight {
	background-color: #D0D0D0;
	}

/************************************************************
CONTAINER
************************************************************/
.main {
	width: 800px; /*** !!! ***/
	margin: auto; /*** center page ***/
	padding: 0px;
	background-color: #FFF;
	}

/************************************************************
SEARCH - LEFTBAR
************************************************************/
.search_box {
	width: 200px;
	height: auto;
	margin:0px 0px 0px 570px;
	padding:0px;
	float:right;
	z-index:1009;
	
	font-size: 16pt;
	font-weight: bold;
	color:#999;
	text-align: center;
	
	background:none;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
	}
.search_string {
	width: 120px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	}
.search_submit {
	width:50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
	}

/************************************************************
HEADER
************************************************************/
.header {
	width: 800px;
	height: 300px;
	margin:0px;
	padding:0px;
	background:#000 url(images/header.jpg) no-repeat top;
	}

/************************************************************
MENU
************************************************************/
.leftBar {
	float:left;
	f/loat:left;
	f\loat:left;
	width:200px; /* !!! +PADDING FROM .menu a:link */
	height:auto;
	margin:10px 0px 10px 10px;
	}
	
.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11pt;
	/*text-transform:uppercase;*/
	
	width:100%;
	height:30px; /* Main nav box height */
	margin:0px;
	}
.menu, .menu ul {
	padding: 0px;
	list-style: none;
	z-index:1000;
	text-align:center;
	}
	
.menu li {
	float:left;
	text-align:left; /*** BUTTON TEXT ALIGN ***/
	list-style: none;
	}
	
/* MAIN NAVIGATION */
.menu a:link, .menu a:visited , .menu a:active {
	width:170px; /* !!! (-) PADDING FROM .menu a:link /// + + + + + + + + + + + + + + + + + + + + + /// */ 
	display: block;
	padding: 6px 15px;
	color:#FFF;
	text-decoration: none;
	background:#000 url(images/menubar-bg-tile.png) repeat;
	}
.menu a:hover { 
	display: block;
	background:#000 url(images/menubar-bg-tile-over.png) repeat-x;
	}

/* SUB NAVIGATION */
.menu ul ul { 
	width:200px;  /* !!! +PADDING FROM .menu a:link /// + + + + + + + + + + + + + + + + + + + + + /// */ 
	padding: 0px;
	margin: 0px;
	font-size:10pt;
	list-style: none;
	text-align:center;
	z-index:1000;
	background-image:none;
	}
	
/******** sub nav HIDDEN *********/
.menu ul ul{ 
	display: none;
	position: absolute;
	}
/******** sub nav VISIBLE *********/
.menu li:hover ul {
	display: block;
	margin: -30px 0px 0px 200px; /* DROPDOWN LOCATION */
	width:200px; /* !!! Fixed width to STACK + PADDING FROM .menu a:link /// + + + + + + + + + + + + + + + + + + + + + /// */ 
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#000; /*** Dropdown box BG color */
	font-size:10pt;
	}
.menu ul ul li{
	z-index:1001;
	width:200px;  /* !!! +PADDING FROM .menu a:link /// + + + + + + + + + + + + + + + + + + + + + /// */ 
	text-align:left;
	}
	
/******** DROPDOWN OVER *********/
.menu ul ul a:hover{
	background:#999 url(images/menubar-bg-tile-over.png) repeat-x;
	}
	
/************************************************************
VERTICAL - CONTENT
************************************************************/
.content {
	background:#FFF;
	margin: 10px 0px 0px 220px;
	padding: 0px;
	width:550px;
	text-align:left;
	}
.content a {
	color:#630;
	text-decoration:underline;
	cursor:pointer;
	}
.content a:hover {
	color:#000;
	}

/************************************************************
FOOTER
************************************************************/

.footer {
	clear: both;
	height: 20px;
	background:#292009;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	}
.wb {
	color:#996;
	text-align: center;
	font-size: 10px;
	padding:10px;
	}
	
.wb a {
	color:#996;
	}
.wb a:hover {
	color:#FFF;
	}
