/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	text-align:center;
	background-color:#e1dbc2;
}
img  {
	display:block;
}
a {
	color:#803d1b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	font-weight:normal;
}


/* HEADER */
#header, #header .wrapper {
	height:120px;
	position:relative;
	z-index:999;
}
#header {
	background:url(../images/header-bg.gif) center top no-repeat;
}
#header .wrapper {
	background:url(../images/header-bg.png) 134px 0 no-repeat;
}
#header h1 a {
	display:block;
	width:440px;
	height:59px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:16px;
	left:-5px;
}
/* nav */
#header ul {
	width:949px;
	height:32px;
	background:url(../images/nav-bar.gif) no-repeat;
	padding:1px 1px 0;
	position:absolute;
	bottom:2px;
	left:0;
}
#header ul li {
	float:left;
	display:inline;
	text-align:center;
	height:32px;
	border-right:1px solid #095d71;
	border-left:1px solid #095d71;
	background:url(../images/nav-bar-blue.gif) 0 -1px repeat-x;
	position:relative;
}
#header ul li.over, #header ul li.active {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:none;
}
#header ul li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:30px;
	text-decoration:none;
	color:#fff;
}
#header ul li#nav1 {
	width:131px;
	border-left:none !important;
}
#header ul li#nav2 {
	width:125px;
}
#header ul li#nav3 {
	width:89px;
}
#header ul li#nav4 {
	width:177px;
}
#header ul li#nav5 {
	width:152px;
}
#header ul li#nav6 {
	width:136px;
}
#header ul li#nav7 {
	width:127px;
	border-right:none !important;
}
/* sub-nav */
#header ul li div {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	padding:0 0 15px;
	position:absolute;
	top:32px;
	left:0;
	z-index:999;
	display:none;
}
#header ul li.over div {
	display:block;
}
#header ul li ul {
	width:auto;
	height:auto;
	background:none;
	padding:15px 15px 0;
	position:relative;
	bottom:auto;
	left:auto;
}
#header ul li ul li, #header ul li ul li.over {
	display:block;
	float:none;
	height:auto;
	text-align:left;
	border:none;
	background:url(../images/li-bg.gif) 0 5px no-repeat #fff;
	padding:0 0 2px 6px;
}
#header ul li div h2 {
	color:#803D1B;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:15px 15px 1px;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}
#header ul li div h2+ul {
	margin-top:-15px;
}
#header ul li div a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	color:#803d1b;
	white-space:nowrap;
}
#header ul li div a:hover {
	text-decoration:underline;
}
#header ul li div h2 a {
	font-size:13px;
}
/* search */
#header form {
	width:275px;
	height:50px;
	position:absolute;
	top:22px;
	left:690px;
}
#header label {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
#header input {
	position:absolute;
	top:27px;
}
#header #keywords {
	width:230px;
	height:20px;
	background:url(../images/search-input.gif) no-repeat;
	padding:3px 4px 0;
}
#header .submit {
	width:28px;
	height:23px;
	background:url(../images/search-go.gif) no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	left:247px;
	cursor:pointer;
}
/* END HEADER */


.wrapper {
	width:951px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
.main-column {
	width:641px;
	float:left;
}
.wide .main-column {
	width:943px;
	float:none;
}
.sub-column {
	width:298px;
	float:left;
}


/* TOP */
#top {
	overflow:hidden;
	margin:0 0 4px;
}
#top .main-column {
	border:4px solid #fff;
	border-top-width:2px;
	float:left;
}
#top .sub-column {
	float:left;
	height:204px;
	overflow:hidden;
	border:4px solid #fff;
	border-top-width:2px;
	border-left-width:0;
	background-color:#e1dbc2;
}
#top .sub-column h2 {
	height:42px;
	font-size:19px;
	line-height:37px;
	color:#fff;
	padding:0 16px;
	border-bottom:2px solid #fff;
	background:url(../images/h1-main-sub.gif) repeat-x;
}
#top .sub-column p {
	margin:16px 14px 0;
}
#top .sub-column ul {
	padding:1px 14px 0;
}
#top .sub-column ul li {
	font-weight:bold;
	background:url(../images/li-bg.gif) 0 6px no-repeat;
	padding:0 0 0 7px;
	margin:0 0 1px;
}
#top .sub-column table.calendarBG {
	width:298px;
	height:160px;
}
#top .sub-column table.calendarBG th, #top .sub-column table.calendarBG th a {
	color:#666;
}
#top .sub-column table.calendarBG th, #top .sub-column table.calendarBG td {
	vertical-align:middle;
	text-align:center;
}
#top td.calendarToday {
	font-weight:bold;
	color:#fff;
	background-color:#888;
}
#top td.has-events {
	font-weight:bold;
	background-color:#c6a898;
}
#top .contact p {
	line-height:21px;
	margin:6px 14px 0;
}
#top .contact p a {
	color:#000;
}
/* END TOP */


/* CONTENT */
#content {
	padding:0 4px 0;
	border-top:4px solid #fff;
	background:url(../images/content-bg.gif) repeat-y #fff;
	overflow:hidden;
	position:relative;
}
#content.wide-content{
	background-image: none;
}
#content-bottom {
	clear:both;
	width:943px;
	height:5px;
	overflow:hidden;
	background:url(../images/content-bottom.gif) no-repeat;
}
#content-bottom-interior {
	clear:both;
	width:943px;
	height:15px;
	overflow:hidden;
	background:url(../images/content-bottom-interior.gif) no-repeat;
}
#content .main-column {
	padding:0 1px;
	border-top:1px solid #e1dec9;
	margin:0 0 -10px;
}
#content-area {
	width:436px;
	float:right;
	padding:0 16px 125px;
	margin:-2px 0 0;
	position:relative;
}
#content.wide-content #content-area{
	width: 609px;
}
#content-area h1 {
	font-size:24px;
	color:#613010;
	margin:0 65px 18px 0;
}
#content-area h2 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#613010;
	margin:0 0 18px;
}
#content-area h3 {
	font-weight:bold;
	color:#613010;
	margin:0 0 18px;
}
#content-area .event h3 {
	margin:0;
}
#content-area p, #content-area small {
	margin:0 0 18px;
}
#content-area small {
	font-size:11px;
	font-style:italic;
}
#content-area a {
	color:#6c7140;
}
#content-area ul {
	line-height:17px;
	margin:-10px 0 18px;
}
#content-area ul li {
	background:url(../images/li-bg-content.gif) 0 6px no-repeat;
	padding:0 0 0 7px;
}
#content-area ul ul {
	margin-top:0;
}
#content-area ol {
	list-style-type:decimal;
	padding:0 0 0 25px;
	margin:-10px 0 18px;
}
#content-area table {
	margin:0 0 18px;
}
#content-area strong {
	font-style:italic;
}
/* breadcrumb */
#breadcrumb {
	height:46px;
	margin:0 10px;
	background:url(../images/breadcrumb-bg.gif) repeat-x;
}
#breadcrumb p {
	font-size:13px;
	text-transform:uppercase;
	color:#803d1b;
	padding:8px 5px;
}
#breadcrumb a:hover {
	text-decoration:none;
}
/* left (third) column */
#main-sub {
	width:173px;
	float:left;
	margin:-11px 0 0;
}
#main-sub h2 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#803d1b;
	padding:15px 12px 1px;
}
#main-sub ul {
	font-size:11px;
	font-weight:bold;
	color:#803d1b;
	padding:0 10px 0 13px;
}
#main-sub ul.alt {
	padding:15px 10px 0 13px;
}
#main-sub ul li {
	padding:0 0 0 6px;
	background:url(../images/li-bg.gif) 0 5px no-repeat;
	margin:0 0 2px;
}
#content-area form label, #contact_overlay label {
	display:block;
	width:80px;
	line-height:19px;
	text-align:right;
	margin:0 5px 10px 0;
	float:left;
	clear:left;
}
#content-area form input, #contact_overlay input {
	width:320px;
	padding:0 2px 3px;
	border:1px solid #666;
	float:left;
	margin:0 0 10px;
}
#content-area form .submit button, #contact_overlay input.submit {
	width:auto;
	background-color:#ccc;
	padding:2px 5px;
	margin:0 auto;
	float:none;
	cursor:pointer;
	border: none;
}
#content-area form select, #content-area form textarea, #contact_overlay textarea {
	border:1px solid #666;
	float:left;
	margin:0 0 10px;
}
#content-area form textarea, #contact_overlay textarea {
	width:324px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content-area form textarea#address {
	height:50px;
}
span.req {
	font-weight:bold;
}
p.submit {
	clear:both;
	text-align:center;
}
.board ol {
	width:265px;
	list-style-type:none !important;
	padding:0 !important;
	margin:-10px 0 0 !important;
}
.board ol li {
	margin:0 0 10px;
	overflow:hidden;
	clear:both;
}
.board ol li img {
	float:right;
	margin:0 0 0 15px;
}
.board ol li p {
	margin:0 !important;
}
.board ol li p a {
	color:#000 !important;
}
/* END CONTENT */


/* SIDEBARS */
#content .sub-column {
	padding:0 1px 72px;
	border-top:1px solid #e1dec9;
	margin:0 0 -10px;
}
#content .sub-column h2 {
	font-size:19px;
	color:#613111;
	padding:3px 10px 6px;
/*	padding:9px 10px 15px;*/
	border-bottom:3px double #e1decb;
	margin:0 10px;
}
#content .sub-column p.markets {
	margin:10px;
}
#content .sub-column h2.rss {
	padding:0;
}
#content .sub-column h2.rss a {
	display:block;
	padding:3px 10px 6px;
/*	padding:9px 10px 15px;*/
	background:url(../images/rss-white.gif) right 50% no-repeat;
}
#content .sub-column h2.rss a:hover {
	text-decoration:none;
}
#content .sub-column table {
	width:278px;
	margin:5px 10px 3px;
	background-color:#fff;
}
#content .sub-column table th, #content .sub-column table td {
	padding:4px 0 4px 13px;
	border-bottom:1px solid #d4d4d4;
}
#content .sub-column table a {
	color:#234da1;
}
#content .sub-column td.down {
	color:#c22326;
	background:url(../images/down.gif) right top no-repeat;
}
#content .sub-column td.up {
	color:#00733b;
	background:url(../images/up.gif) right top no-repeat;
}
#content .sub-column .poll table {
	width:250px;
	margin:0;
}
#content .sub-column .poll table table {
	width:auto;
}
#content .sub-column .poll table th, #content .sub-column .poll table td {
	padding:0;
	border:none;
}
#content .sub-column .poll table table th, #content .sub-column .poll table table td {
	vertical-align:middle;
	text-align:left;
	padding:2px;
	border:none;
}
.poll {
	padding:10px;
}
.poll #mp_title_results {
	display:none !important;
}
.poll #mp_text_results {
	display:block !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:15px !important;
	font-weight:bold !important;
}
#content .sub-column .poll table table div {
	text-align:left;
	padding:5px 0 10px 0;
}
#content .sub-column .poll table table div table td {
	padding:0;
}
#content .sub-column .poll table table a {
	text-decoration:underline;
}

#content .sub-column ul.rss {
	margin:9px 12px 20px;
}
#content .sub-column ul.rss li a {
	display:block;
	font-weight:bold;
	line-height:18px;
	background:url(../images/rss-white-small.gif) 6px 4px no-repeat;
	padding:0 0 0 28px;
}
#content .sub-column .ads {
	text-align:center;
}
#content .sub-column .ads img {
	display:block;
	margin:0 auto 15px;
}
ul.events {
	border-bottom:3px double #e1decb;
	margin:10px 10px 0;
}
ul.events li {
	margin:0 7px 23px;
}
ul.events p {
	margin:0 0 18px;
}
ul.events p.date {
	font-weight:bold;
	margin:0;
}
ul.events a {
	font-weight:bold;
	color:#77814a;
}
ul.links {
	width:271px;
	position:absolute;
	bottom:5px;
	left:661px;
}
ul.links li {
	float:left;
	display:inline;
}
ul.links li#usb a {
	width:95px;
	height:72px;
	background:url(../images/link-usb.gif) no-repeat;
}
ul.links li#asa a {
	width:93px;
	height:72px;
	background:url(../images/link-asa.gif) no-repeat;
}
ul.links li#facebook a {
	width:83px;
	height:37px;
	background:url(../images/link-facebook.gif) no-repeat;
}
ul.links li#twitter a {
	width:83px;
	height:35px;
	background:url(../images/link-twitter.gif) no-repeat;
}
ul.links a {
	display:block;
	text-indent:-9999px;
}
.video {
	margin:8px 0 11px 21px;
}
.sub-column .news {
/*	border-bottom:3px double #e1decb;*/
	margin:0 10px 10px;
}
.sub-column #capital {
	width:270px;
	margin:15px 10px;
	float:none;
}
.sub-column #capital h2 {
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	color:#000000;
	padding:3px 5px 11px;
	border:none;
	margin:0;
}
.sub-column #capital img {
	width:264px;
}
.sub-column #imap {
	margin:15px 10px;
}
.sub-column h3 {
	font-weight:bold;
	color:#613010;
}
.sub-column .contact {
	margin:15px 10px;
}
.sub-column .contact p, .sub-column .poll p {
	margin:0 0 18px;
}
.sub-column .contact p a {
	color:#000;
}
/* END SIDEBARS */

/* MAPS */
#office-map{
	height: 400px;
	border: 1px solid #E1CCDA;
}

#board-map{
	height: 500px;
	border: 1px solid #E1CCDA;
}
/* END MAPS */

/* HOME PAGE */
#home #content {
	background:url(../images/content-bg-home.gif) repeat-y #fff;
}
#home #content .main-column, #home #content .sub-column {
	margin:0;
}
#home #slideshow {
	width:641px;
	height:302px;
	overflow:hidden;
}
#home-replace {
	position:relative;
}
#home-replace a {
	position:absolute;
	top:10px;
	left:10px;
}
#home #top .sub-column {
	float:left;
	height:302px;
	overflow:hidden;
	border:4px solid #fff;
	border-top-width:2px;
	border-left-width:0;
	background:url(../images/weather-bg.jpg) no-repeat #498bd0;
}
#home #top .sub-column p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin:7px 0 0 14px;
}
/* weather.com widget */
#top .GENXHwxNewStyle {
	width:298px;
	height:273px;
	overflow:hidden;
}
#top .GENXHwxNewStyle td {
	vertical-align:top !important;
}
#top td.GENXHvertLinks {
	display:none;
}
#top a.GENXHcityInfo {
	display:block;
	text-align:left;
	color:#fff;
	margin:14px 0 0 14px;
}
#top a.GENXHsmLinks {
	display:block;
	text-align:left;
	color:#fff;
	margin:-10px 0 10px 14px;
}
#top .GENXHnavOut {
	width:180px;
	height:125px;
	background-color:#fff;
	border:1px solid #000;
	margin:0 0 0 14px;
}
#top .GENXHnavOut td {
	padding:0 10px;
}
#top .GENXHwxNewStyle input {
	width:102px;
	background-color:#fff;
	padding:3px;
	border:1px solid #999;
	margin:3px 0 0 14px;
}
#top .GENXHwxNewStyle input.GENXHgoButton {
	width:auto;
	background:#fff;
	padding:0;
	border:none;
	margin:0;
	position:relative;
	top:5px;
}
#home #content .main-column h1 {
	font-size:33px;
	color:#000;
	padding:10px 11px 11px;
	margin:0 10px 19px;
	border-bottom:3px double #e1decb;
}
#home #content .main-column p {
	line-height:16px;
	margin:0 25px 16px;
}
/* news */
#home .news {
	padding:28px 0 0;
	margin:0 0 15px;
	overflow:hidden;
}
#home .news img, #home #main-sub .right img {
	float:right;
	padding:1px;
	border:1px solid #e1decb;
	margin:0 10px 0 25px;
	background-color:#fff;
}
#home #content .main-column .news h1 {
	font-size:30px;
	color:#88341c;
	padding:0;
	border:none;
	margin:3px 25px 14px;
}
#home #content .main-column .news h1 a:hover {
	text-decoration:none;
}
#home #content .main-column .news p.more {
	margin:-31px 245px 0 0;
}
/* main-sub */
#home #main-sub {
	width:auto;
	float:none;
	margin:0 0 13px;
	overflow:hidden;
}
#home #content .main-column #main-sub h1 {
	height:42px;
	font-size:27px;
	line-height:37px;
	color:#fff;
	background:url(../images/h1-main-sub.gif) repeat-x;
	padding:0 10px;
	border:0;
	margin:0;
}
/* main-sub right */
#home #main-sub .right {
	width:398px;
	float:right;
}
#home #main-sub .right img {
	margin:10px 10px 10px 15px;
}
#home #main-sub .right h2 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#613010;
	padding:0;
	margin:12px 15px 18px;
}
#home #content #main-sub .right p {
	margin:0 15px;
}
#home #content #main-sub .right p.more {
	margin:-15px 15px 0 0;
}
/* main-sub left */
#capital {
	width:235px;
	float:left;
	background-color:#a1895b;
	padding:4px;
}
#capital .border {
	padding:2px;
	border:1px solid #cfb891;
}
#capital h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	padding:3px 5px 11px;
}
#capital ul {
	padding:0;
	margin:6px 0 5px;
}
#capital ul li {
	padding:0;
	margin:0;
	background:none;
}
#capital ul a {
	display:block;
	font-weight:bold;
	line-height:18px;
	color:#e7e1ce;
	background:url(../images/li-main-sub.gif) 6px 1px no-repeat;
	padding:0 0 0 28px;
}
/* other links */
#home ul.other {
	clear:both;
	padding:12px 0 0 12px;
	border-top:3px double #e1decb;
	margin:0 10px;
}
#home ul.other li {
	float:left;
	font-weight:bold;
	color:#803d1b;
	padding:0 0 0 7px;
	margin:0 0 44px 28px;
	background:url(../images/li-bg.gif) 0 6px no-repeat;
}
/* END HOME PAGE */

/* MAPS */

.marker{
	width: 340px;
	height: 75px;
	margin-top: 5px;
}

.marker img{
	float: left;
	padding: 2px;
	border: 1px solid #E1DDCA;
}

.marker div.address{
	padding: 0 10px;
	float: left;
	width: 250px;
}

.marker div.address h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px !important;
	margin: 0 0 5px 0 !important;
}

.marker div.address span{
	display: block;
}

/* END MAPS */

/* FOOTER */
#footer {
	height:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:15px;
	padding:7px 5px 0;
	position:relative;
}
#footer a {
	color:#5b4e28;
}
#footer #location {
	line-height:12px;
	text-align:right;
	position:absolute;
	top:11px;
	right:5px;
}
#footer #location a {
	color:#000;
}
#footer .plain {
	font-family:Verdana, Geneva, sans-serif;
}
#footer .plain strong {
	font-size:12px;
}
/* END FOOTER */


a.more {
	display:block;
	font-size:10px;
	font-style:italic;
	float:right;
}
p.more-block {
	margin:0 0 9px;
}
p.more-block a {
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:31px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/more-block.gif) repeat-x;
	margin:0 10px;
}
p.share {
	position:absolute;
	top:9px;
	left:400px;
}
#content.wide-content #content-area .share{
	left: 570px;
}
p.share a {
	display:block;
	width:14px;
	height:12px;
	float:left;
	margin:0 6px 0 0;
}
ol#search-results {
	list-style-type:decimal;
	padding:0 0 0 25px;
}
ol#search-results h2 {
	text-transform:none !important;
	margin-bottom:0 !important;
}


#overlay {
	display: none;
	width:100%;
	height:100%;
	background-color:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#contact_overlay {
	width:343px;
	font-size:11px;
	font-weight:bold;
	color:#3f1c10;
	background-color:#f6f6f0;
	padding:25px;
	border:10px solid #fff;
	position:absolute;
	top:50px;
	z-index:10000;
	display:none;
}
#contact_overlay label, #contact_overlay input, #contact_overlay textarea {
	display:block;
	float:none !important;
}
#contact_overlay label {
	width:auto;
	text-align:left;
	margin:0 0 5px;
}
#contact_overlay input {
	background-color:#fff;
	padding:2px 2px 3px;
	margin:0 0 10px;
}
#contact_overlay input.submit {
	font-size:13px;
}
.hiddenFields {
	display:none;
}
a.close {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/close.gif) no-repeat;
	position:absolute;
	top:10px;
	right:10px;
}
#events-overlay {
	text-align:left;
}
#events-overlay h1 {
	font-size:24px;
	margin:0 0 18px 0;
}
#events-overlay h2 {
	font-size:12px;
	font-weight:bold;
	color:#803D1B;
	margin:0 0 18px;
}