@charset "utf-8";
/* CSS Document */

/* Colors used in this document
Basic Colors 
  Black: #060606 
  White: #ffffff 

Greys 
  LGrey: #d2d2d2 
  MGrey: #555544 
  DGrey: #222211 

Browns 
  LBrown: #ccaa77 
  MBrown: #aa7744 
  DBrown: #343027 
  DDBrown: #111100 

Oranges 
  LOrange: #ffeecc 
  DOrange: #aa5522 

ebdec6 - Lightest Tan
d3b07c - Med Tan
b79063 - Dk Tan

847263 - VLt Brown
78593f - Lt Brown
5b4d3f - Med Brown
4a2e1b - Dk Brown
2d2017 - VDk Brown


ebdec6 - Lt Grey
443e33 - Med Grey
343027 - Dk Grey

17130e - Black

a7744b - Lt Orange
965d36 - Med Orange
75492c - Dk Orange
5d3e29 - VDk Orange
*/

body {
	background-color:#17130e;
	font-family:Arial,sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}

div#header
{
	background: #a7a3a3;	
	height: 110px;
	border-bottom: #ebdec6 1px solid;
}

div#header-message
{
	width:910px;	
}

div#middle
{
	background-color:#343027;
}

/* Main layout sections */
div#wrapper
{
	clear:none;
	margin:auto;
	overflow-x:hidden;
	background:#343027;
	padding:0;
	width:960px;
}

div#sidebar
{
	clear:none;
	float:left;
	width:175px;
	color: #ebdec6;
	background:#343027;
}

div#leftedge{
	clear:none;
	float:left;
	width:25px;
	top: 0px;
	left: 0px;
	background:#343027 url(../images/back-border-left.png) repeat-y;
}

div#logo
{
	width:175px;
	height:281px;
	background:url(../images/Logo2.png) no-repeat right;
	border-bottom:1px solid #ebdec6;
}

div#main
{
	float:left;
	margin:0;
	padding:0;
	width:734px;
	overflow:none;
	border-left: #ebdec6 1px solid;
	background:#5b4d3f;
}

div#rightedge{
	clear:none;
	float:left;
	width:25px;
	top: 0px;
	background:#5b4d3f url(../images/back-border-right.png) repeat-y right;
}

div#nav
{
	float:left;
	margin:0;
	padding:0;
	width:734px;
	background:#343027;
	border-bottom:1px solid #ebdec6;
}

div#content
{
	clear:none;
	float:left;
	width:714px;
	padding:10px;
	background-color: #5b4d3f;
}

div#footer
{
	clear:both;
	float:left;
	width:100%;
	font-size: .9em;
	color: #2d2017;
	padding-bottom:5px;
	border-top: #ebdec6 1px solid;
	/*	border-bottom:1px solid #ebdec6; */
	background: #78593f url(../images/footer-border.png) repeat-x bottom;
}

div#footer-message
{
	width:910px;
}

div.mod
{
	padding:5px;
	color: #2d2017;
	background-color: #ebdec6;
	border: 1px #343027 solid;
}

div.mod_header
{
	padding:5px;
	color: #ebdec6;
	background-color: #343027;
}

ul {
	display: block;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
}

li {
	padding-bottom:5px;	
}

/* Nav styles */
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:9999;
}

#nav ul li a
{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:5px 10px 5px 9px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav li
{
	float:left;
	padding:0;
	text-align:center;
	border-right: #ebdec6 1px solid;
}

#nav ul li a
{
	color: #ebdec6;
	background-color: #343027;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #2d2017;
	background-color: #ebdec6;
	text-decoration:none;
}

#nav ul li.current a:link
{
	color: #2d2017;
	background-color: #ebdec6;
	text-decoration:none;
}
