/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	background-color: #FFFFFF;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
a:link, a:visited, a:active {
	color: #7BAEC7; 
	text-decoration: none;
}
a:hover {
	color: #7BAEC7; 
	text-decoration: underline;
}
strong, b { font-weight:bold; }

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #4b3900;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #a59c80;
	margin-bottom: 4px;
}
h3 {
	font-size: 11px;
	color: #a59c80;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	margin-bottom: 16px;
	line-height: 14px;
	text-transform:uppercase;
}
h4 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	margin-bottom: 16px;
	line-height: 14px;
	text-transform:uppercase;
}

/* MAIN NAV */
#mainnavWrapper {
	width: 792px;
	height: 30px;
	border-top: 1px solid #493f1e;
	bottom: 0px;
	right: 0px;
	position: absolute;
}
#mainnav, #mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#mainnav li {
	padding: 0;
	margin: 0;
	width: auto;
	float: left;
}
#mainnav a {
	display: block;
	text-decoration: none;
	padding: 4px 17px 0px;
	border-right: 1px solid #493f1e;
	font-size: 11px;
	color: #FFFFFF;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	padding: 4px 17px 0px;
	border-right: 1px solid #493f1e;
	font-size: 11px;
	color: #a59c80;
}
#mainnav a.last {
	display: block;
	text-decoration: none;
	padding: 4px 17px 0px;
	border-right: none;
	font-size: 11px;
	color: #FFFFFF;
}
#mainnav a.last:hover {
	display: block;
	text-decoration: none;
	padding: 4px 17px 0px;
	border-right: none;
	font-size: 11px;
	color: #a59c80;
}

/* SUB NAV */
#subnav {
	float: left;
	width: 165px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subnav li {
	padding: 0;
	margin: 0;
	float: left;
	width: 165px;
	background: none;
}

#subnav p {display: none;}
#subnav a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 16px;
	color: #8F8360;
}
#subnav a:hover {
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 16px;
	color: #4b3900;
	background: url(../Images/subnavArrow.gif) no-repeat left center;
}

/* WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #a59c80;
}
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #342800 url(../Images/headerBkgd.jpg) no-repeat center top;
}
#flashWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #342800 url(../Images/flashBkgd.jpg) no-repeat center top;
}
#middleWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #342800 url(../Images/middleBkgd.jpg) no-repeat center top;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #FFFFFF url(../Images/contentBkgd.jpg) repeat-x;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 793px;
	height: 24px;
}
#topLinks {
	width: auto;
	height: 24px;
	float: right;
}

/* SEARCH */
#search {
	width: 212px;
	height: 30px;
	top: 50px;
	right: 11px;
	position: absolute;
}
.searchField {
	font-size:10px;
	color: #a59c80;
	width: 183px;
	height: 19px;
	border: none;
	background: url(../Images/searchField.jpg) no-repeat;
	text-indent: 12px;
	padding-top: 4px;
}
* html .searchField {
	font-size:10px;
	color: #a59c80;
	width: 183px;
	height: 19px;
	border: none;
	background: url(../Images/searchField.jpg) no-repeat;
	text-indent: 0px;
	padding-top: 3px;
	padding-left: 12px;
}
.searchButton {
	width: 12px;
	height: 12px;
	background: url(../Images/searchButton.jpg) no-repeat;
	cursor: pointer;
	border: none;
	top: 4px;
	right: 12px;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
}
* html .searchButton {
	width: 12px;
	height: 12px;
	background: url(../Images/searchButton.jpg) no-repeat;
	cursor: pointer;
	border: none;
	top: 4px;
	right: 12px;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
}

/* HEADER/FLASH/MIDDLE */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 793px;
	height: 145px;
	position: relative;
}
#logo {
	width: 242px;
	height: 77px;
	top: 20px;
	left: 0px;
	position: absolute;
}
#flash {
	margin: 0px auto;
	padding: 12px;
	width: 769px;
	height: 229px;
	background-color: #3e2f00;
}
#middle {
	margin: 0px auto;
	padding: 0px;
	width: 793px;
	height: 134px;
}
#middleLeft {
	float: left;
	width: 355px;
	margin: 26px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #bcb59f;
}
#middleRight {
	float: right;
	width: 375px;
	margin: 26px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #bcb59f;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 14px auto;
	padding: 0px;
	width: 793px;
	font-size: 10px;
	line-height: 16px;
	color: #555555;
}
#content p {
	font-size: 10px;
	line-height: 16px;
	color: #555555;
}
#content a {
	font-size: 10px;
	line-height: 16px;
	color: #DA5A26;
	text-decoration: none;
}
#content a:hover {
	font-size: 10px;
	line-height: 16px;
	color: #DA5A26;
	text-decoration: underline;
}
.contentHeading {
	margin-left: 10px;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 12px;
	width: 769px;
	border-top: 1px solid #d3cec0;
}
#footer a {
	font-size: 10px;
	line-height: 16px;
	color: #a59c80;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	line-height: 16px;
	color: #a59c80;
	text-decoration: underline;
}
#footerLeft {
	float: left;
	width: 430px;
	font-size: 10px;
	line-height: 16px;
	color: #a59c80;
}
#footerRight {
	float: right;
	text-align: right;
	width: 280px;
	font-size: 10px;
	line-height: 16px;
	color: #a59c80;
}

/* DEFAULT CONTENT */
#DEFcontentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #FFFFFF url(../Images/DEFcontentBkgd.jpg) repeat-x;
}
#DEFcontent {
	margin: 0px auto;
	padding: 12px;
	width: 769px;
	background: #FFFFFF url(../Images/DEFcontent.jpg) repeat-x;
}
#DEFcontentLeft {
	float: left;
	width: 552px;
	background-color: #FFFFFF;
	min-height: 350px;
	padding: 26px;
}
* html #DEFcontentLeft {
	height: 350px;
	min-height: 350px;
}
#DEFcontentRight {
	float: right;
	width: 165px;
	background-color: #d2cebf;
}
.browse {
	font-size: 10px;
	line-height: 16px;
	color: #4b3900;
	display: block;
	border-bottom: 1px solid #b6af97;
	padding: 8px 4px 8px 12px;
	margin: 0px 4px;
}
#DEFfooterWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px solid #d3cec0;
}

/* SEARCH RESULTS */
.pageSearchTitle {
	font-size: 16px;
	line-height: 20px;
	color: #a59c80;
	margin-bottom: 4px;
}
a.pageSearchTitle {
	font-size: 16px;
	line-height: 20px;
	color: #a59c80;
	margin-bottom: 4px;
	text-decoration: none;
}
a.pageSearchTitle:hover {
	font-size: 16px;
	line-height: 20px;
	color: #a59c80;
	margin-bottom: 4px;
	text-decoration: underline;
}
