/* ------------------------------ 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,form,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: #EFECDD;
}

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(/SiteFiles/1023/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: #bf5e33; 
	text-decoration: underline;
}
a:hover {
	color: #bf5e33; 
	text-decoration: none;
}
strong, b { font-weight:bold; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #667738;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	color: #bf5e33;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

/* SEARCH */
#search {
	float: right;
	width: 200px;
	height: 30px;
	padding: 14px 0px 0px;
}
* html #search {
	float: right;
	width: 200px;
	height: 30px;
	margin-top: 12px;
	position: relative;
}
.searchField {
	font-size:10px;
	color: #afa691;
	width: 164px;
	height: 20px;
	border: none;
	background: url(/SiteFiles/1023/Images/searchField.jpg) no-repeat;
	text-indent: 8px;
	padding-top: 3px;
	vertical-align: middle;
}
.searchButton {
	border: none;
	background: none;
	font-size:10px;
	color: #afa691;
	cursor:pointer;
}

/* MAIN NAV */
#mainnav {
	float: right;
	width: 442px;
	position: absolute;
	top: 64px;
	right: 0px;
}
#mainnav ul {
	float: right;
	width: 442px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainnav li {
	margin: 0px;
	padding: 6px 16px;
	float: left;
	border-right: 1px solid #889362;
	display: block;
	background: none;
}
#mainnav a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#mainnav a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #dbd6c3;
}

/* SUB NAV */
#subnav p, #subnav h2 a {
	display: none;
}
#subnav {
	float: left;
	width: 158px;
	padding: 20px 20px 0px;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subnav li {
	padding: 0;
	margin: 0;
	float: left;
	width: 158px;
	background: none;
}
#subnav a {
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-bottom: 1px solid #cf8665;
	color: #FFFFFF;
}
#subnav a:hover {
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-bottom: 1px solid #cf8665;
	color: #cf8665;
}
#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-bottom: 1px solid #cf8665;
	color: #FFFFFF;
	font-weight: bold;
}
#subnav a.last {
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-bottom: none;
	color: #FFFFFF;
}
#subnav a.last:hover {
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-bottom: none;
	color: #cf8665;
}

/* WRAPPERS */
#mainWrapper {
	width: 100%;
	float: left;
	background: #EFECDD url(/SiteFiles/1023/Images/bkgdTile.jpg) repeat-x;
}
#topWrapper {
	width: 100%;
	height: 528px;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1023/Images/topBkgd.jpg)  no-repeat center top;
}
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #EFECDD url(/SiteFiles/1023/Images/footerBkgd.jpg) repeat-x center top;
}

/* HEADER */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 177px;
	position: relative;
}
#logo {
	float: left;
	width: 263px;
	height: 133px;
	margin-top: 31px;
}
#headerTab {
	float: right;
	width: 114px;
	height: 29px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 17px 3px 0px;
	width: 772px;
}
#flash {
	float: left;
	width: 372px;
	height: 296px;
}
#contentLeft {
	float: left;
	width: 118px;
	padding-right: 14px;
	padding-left: 10px;
	padding-top: 10px;
}
#contentLeft img {
	float: left;
	padding: 0;
	margin: 0 0 3px;
}
#contentLeft ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#contentLeft li {
	padding: 0;
	margin: 0;
	float: left;
	width: 118px;
	background: none;
}
#contentLeft a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-top: 1px solid #a49678;
	color: #7f704f;
}
#contentLeft a:hover {
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding: 6px 3px;
	border-top: 1px solid #a49678;
	color: #333333;
}
#contentRight {
	float: right;
	width: 238px;
	padding-top: 8px;
}
#contentRight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #E6E0C7;
}
#contentRight a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #A5D3D6;
	font-style: italic;
	text-decoration: underline;
}
#contentRight a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 778px;
}
#footerLeft {
	float: left;
	width: 294px;
	font-size: 10px;
	color: #afa691;
}
#footerLeft a {
	color: #afa691;
	text-decoration:underline;
}
#footerLeft a:hover {
	color: #7F704F;
	text-decoration:underline;
}
.footerHeading {
	color: #7F704F;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #7F704F;
	margin-right: 20px;
}
#utilityLinks a {
	color: #afa691;
	text-decoration:none;
}
#utilityLinks a:hover {
	color: #7F704F;
	text-decoration:none;
}
#footerRight {
	float: right;
	width: 484px;
	text-align: right;
	font-size: 10px;
	color: #afa691;
}
#footerRight a {
	color: #afa691;
	text-decoration:none;
}
#footerRight a:hover {
	color: #7F704F;
	text-decoration:none;
}

/* DEFAULT CONTENT */
#DEFmainWrapper {
	width: 100%;
	float: left;
	background: #EFECDD url(/SiteFiles/1023/Images/DEFbkgdTile.jpg) repeat-x;
}
#DEFtopWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1023/Images/DEFtopBkgd.jpg)  no-repeat center top;
}
#DEFheaderWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#DEFheader {
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 186px;
	position: relative;
}
#tabs {
	float: right;
	padding: 0px;
	width: 354px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
* html #tabs {
	float: right;
	padding: 0px;
	width: 380px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.tabs {
	padding-right: 5px;
}
* html .tabs {
	margin-right: 3px;
}
#DEFcontentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1023/Images/contentBkgd.jpg)  no-repeat center top;
}
#DEFfooterWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px solid #d3cdb9;
	padding-top: 20px;
}
#DEFcontent {
	margin: 0px auto;
	padding: 8px 8px 20px;
	width: 793px;
}
#DEFcontentLeft {
	float: left;
	width: 198px;
}
#DEFcontentLeft_top {
	float: left;
	width: 198px;
	background: url(/SiteFiles/1023/Images/submenuTop.jpg) no-repeat center top;
}
#DEFcontentLeft_btm {
	float: left;
	width: 198px;
	height: 14px;
	background: url(/SiteFiles/1023/Images/submenuBtm.jpg)  no-repeat center bottom;
}
#visiting {
	float: left;
	width: 158px;
	height: 118px;
	padding: 20px;
	background: url(/SiteFiles/1023/Images/visitingBkgd.jpg) no-repeat;
	font-size: 10px;
	line-height: 14px;
	color: #9f9784;
	margin-top: 8px;
}
.visiting {
	padding-bottom: 6px;
}
#DEFcontentRight {
	float: right;
	width: 570px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #8F8265;
}
#DEFcontentRight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #8F8265;
}

/* SEARCH RESULTS */
.pageSearchTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	color: #bf5e33;
}

/* PHOTO GALLERY */
.photogallery ul {
	list-style-type: none;
}
.photogallery li a {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 10px 10px 0px 0px;
}
.photogallery li a:hover{
	float: left;
    border: 1px solid #666666;
	padding: 3px;
	margin: 10px 10px 0px 0px;
}
