/* ------------------------------------------- */
/* -- general styles for site -- */

body {
	background: #bfb9ab url('/Images/system/bg-body.jpg') top left repeat-x;
	font-size: 62.5%;
	font-size: 10pt;
	font-family: arial, verdana;
	line-height: 1.2;
}

p {
	padding-bottom: 6px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 16pt;
	color: #6a3935;
	padding-bottom: 6px;
}
h2 {
	font-size: 13pt;
	color: #444444;
	padding-bottom: 3px;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 
{
	font-size: 9pt;
	color: #444444;
}
h6 
{
	font-size: 7pt;
	color: #444444;
	}

#page-wrapper {
	border: 1px solid #5a2521;
	border-top: 8px solid #5a2521;
	background: #ffffff;
	width: 960px;
	margin: 0 auto;
}

/* ------------------------------------------- */
/* -- head-- */
#page-header {
	padding: 0 20px;
}
#sitelogo { float: left; } 

#search-box { 
	margin-top: 20px;
	float: right; 
}

#search-text 
{
	height: 18px;	
}


/* top */
#top-nav {
	font-size: 8pt;
	display: block;
}
#top-nav li {
	list-style: none;
	display: inline;
	border-right: 1px solid #0d88b1;
	padding: 0 11px;
}
#top-nav li#last { border-right: none; }
#top-nav li a {
	color: #0d88b1;
}

/*global */
#gnavcontent {
	clear: both;
	height: 26px;
}
#gnavcontent ul {
	list-style: none;
	text-transform: uppercase;
	padding: 0;
margin: 0;
}
#gnavcontent ul li {
	display: block;
	float: left;
	padding-right: 38px;
	position: relative;
}
#gnavcontent ul li a {
	color: #321a18;
	font-weight: bold;
	background: url('/images/system/bg-gnav-li-normal.gif') 100% 9px no-repeat;
	padding: 6px 10px 6px 0;
	float:left;
	width:auto;
	height:14px;
	display:block;
}
#gnavcontent ul li a:hover {
	background:#08566d;
	color: #ffffff;
	text-decoration: none;
}

/* -- drop down lists - tier 1 -- */

#gnavcontent ul ul {
	padding-left: 0;
	text-align:left; 
	position: absolute;
	clear:left;
	top: 26px;
	z-index:1000;
	left: -999em;
	width: 225px;
	background: #feea9b;
}

#gnavcontent ul li:hover ul {
	left:auto;
}

#gnavcontent ul li:hover ul a {
	background: #f5f2eb;
	border-right:none;
	border-top: #89A9C4 1px solid;
	padding: 4px 0 4px 10px;
	display:block;
	width:215px;
	text-transform: none;
}

#gnavcontent ul li:hover ul a:hover {
	background: #08566d;
}
/* ------------------------------------------- */
/* -- content section -- */
#page-content {
	margin: 0 20px;
	overflow:hidden; /* this clears the floats */
	margin:0;
	padding:0 20px; /* putting padding here instead of margins on columns */
}
img.ad-graphic { 
padding-bottom: 20px;
}

/* -- left -- */
#left-column {
	width: 160px;
	float:left;
}

/* -- content -- */
#content-column {
	float:left;
	width:520px; /* this is 940 minus 320 for l/r columns - 80px padding for left and right sides */
	padding:0 40px;
}

/* -- right -- */
#right-column {
	width: 160px;
	float:left;
}

/* ------------------------------------------- */
/* -- footer -- */

#page-footer {
	margin-top: 20px;
	background: #5a2521;
	padding: 5px;
}

#page-footer, #page-footer a {
	color: #ffffff;
}
#footer-nav {
	margin: 0;
	font-size: 8pt;
	width: 860px;
	display: block;
	text-align: center;
}

#footer-nav li {
	list-style: none;
	display: inline;
	border-right: 1px solid #ffffff;
	padding: 0 8px;
}
#footer-nav li#last { border-right: none; }


p#copy-notice {
	margin: 8px auto;
	padding-bottom: 30px;
	width: 500px;
}
p#copy-notice, p#copy-notice a {
	color: #716e67;
}

span#bottom-line {
	display: block;
	border-bottom: #545454 solid 3px;
}
