/* CSS Stylesheet */

@import "forms.css";
@import "browser.fixes.css";


/* =Global
---------------------------------------------------------------------
*/

* {
	border:0 none;
	margin:0;
	outline:none;
	padding:0;
}

body {
	background: url(/images/bg_body.jpg) no-repeat 50% 0 #cbcab8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #53504b;
	min-height: 880px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;	
	font-weight: lighter;
}

h2 {
	background:url("/images/dot.png") repeat-x scroll left bottom transparent;
	color:#535048;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:27px;
	font-weight:lighter;
	margin:20px 0;
	padding: 0 0 10px 2px;
}

h3 {
	background:url("/images/dot.png") repeat-x scroll left bottom transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #53504b;
	font-weight: lighter;
	margin: 20px 0 15px;
	padding: 0 0 10px 2px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #53504b;
	font-weight: lighter;
	margin: 20px 0 15px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #53504b;
	font-weight: lighter;
	margin: 15px 0;
}

h6 {
	
}

h2 + h3,
h3 + h4,
h5 + h6 {  }

p {
	line-height: 23px;
	margin: 10px 0;
}

a {
	color: #ac7b29;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0 none;
}

hr {
	background-color:#bfbead;
	border:0 none;
	color:#bfbead;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:10px 0;
	padding:0;
}

table {
	background:none repeat scroll 0 0 #C5C4B2;
	border:1px solid #BCBBAA;
	display:block;
	margin: 25px 0;
	padding: 0 20px;
}

thead, tfoot {}

tr {}

th {}

td {
	border-bottom: 1px solid #ABA998;
	padding: 10px 0 20px;
}

blockquote {
	background:none repeat scroll 0 0 #C5C4B2;
	border:1px solid #BCBBAA;
	display:block;
	margin:20px 0;
	padding:15px;
}


/* =Layout
---------------------------------------------------------------------
*/

#wrapper {
	
}

#header {
	
}

#header_top {
	width: 960px;
	margin: 35px auto 0;	
}

#header_image {
	height:170px;
	margin-top:25px;
}
body.landing #header_image {
	height:312px;
	
}
#page_title {
	width: 960px;
	margin: 0 auto;	
}

#search {
	display:block;
	margin:-37px 0 0 763px;
	position:absolute;
	width:181px;
}
.search {
	background:url("/images/search_bg.png") no-repeat scroll left center transparent;
	display:block;
	height:34px;
	width:153px;
	position: absolute;
}
#search_term {
	background:none repeat scroll 0 0 transparent;
	color:#53504B;
	font-family:Georgia,Times New Roman,serif;
	font-size:11px;
	padding:10px 0 10px 10px;
	width:140px;
}
#search_btn {
	margin:0 0 0 153px;
	position:absolute;
}
#page_title h1 {
	margin-top:56px;
	position:absolute;	
}
body.landing #page_title h1 {
	margin-top:82px;
	width:960px;
	font-size:43px;
	}
#nav_wrapper {
	width: 960px;
	margin: 0 auto;	
}

#header_nav {
	background:url("/images/nav_bg.png") no-repeat scroll left top transparent;
	height:62px;
	margin-left:-4px;
	margin-top:-33px;
	position:absolute;
	width:677px;
}

#nav {
	margin:17px 0 0 33px;
	position:absolute;
}
#nav li {
	list-style: none outside none;	
	float: left;
	padding-right: 50px;
}
#nav li a {
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;	
}
#nav li ul {
	display: none;	
}


/* =Content
---------------------------------------------------------------------
*/

#content {
	margin:0 auto;
	padding-bottom:60px;
	width:960px;
	min-height: 400px;
}

#text {
	float:left;
	margin-top:20px;
	padding-left:23px;
	width:630px;
}

body.wide #text {
	width: 960px;	
}

#text img {
	padding: 0 20px 20px 0;	
}

#text a {
	
}

#text ul {
	background:none repeat scroll 0 0 #C5C4B2;
	border:1px solid #BCBBAA;
	display:block;
	margin:20px 0;
	padding:15px 0;
}

#text ol {
	background:none repeat scroll 0 0 #C5C4B2;
	border:1px solid #BCBBAA;
	display:block;
	margin:20px 0;
	padding:15px 0 15px 15px;
}

#text li {
	
}

#text ul li {
	list-style:disc outside none;
	margin:0 15px 0 40px;
	padding:5px 0;}

#text ol li {
	list-style:decimal outside none;
	margin:0 15px 0 40px;
	padding:5px 0;
}

#text ol li span {
	
}

#text ul ul, #text ul ol,
#text ol ol, #text ol ul {
	
}

#text .spacer {
	background:url("/images/dot.png") repeat-x scroll left center transparent;
	display:block;
	height:1px;
	margin:18px 0 17px;
	width:100%;
}

object {
	position: relative !important;	
}

.search_result h3 {
	background: none;
	padding: 0;
	margin: 15px 0 10px;
}

#text table {
	height: auto !important;
	width: 100% !important;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	float:right;
	/* margin-top:-37px; */
	width:266px;
	position: relative;
	margin-top: -68px;
	z-index: 999;
}

#sidebar_navigation_top {
	width: 266px;
	height: 12px;
	display: block;
	background: url(/images/sidebar_navigation_top.png) no-repeat top center;
}
#sidebar_navigation_bottom {
	width: 266px;
	height: 12px;
	display: block;
	background: url(/images/sidebar_navigation_bottom.png) no-repeat top center;
}

#sidebar_navigation {
	background: url(/images/sidebar_navigation_bg.png) repeat-y left;
	padding: 20px;
	width: 266px;
}

#sidebar_navigation li {
	list-style: none outside none;	
}
#sidebar_navigation-title {
	color:#FFFFFF;
	font-size:20px;
}
#sidebar_navigation ul {
	padding: 5px 0 5px 11px;	
}
#sidebar_navigation ul li a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 23px;
}
#sidebar_navigation ul li a:hover {
	text-decoration: none;	
}
#sidebar_navigation ul li ul {
	display: none;	
}
#sidebar_navigation ul li.current ul {
	padding: 5px 0 5px 11px;
	display: block;
}
#sidebar_navigation ul li ul li {
	line-height: 23px;	
}
#sidebar_navigation ul li ul li a {
	font-size: 12px;	
}
#sidebar_navigation ul li ul li a:hover {}

#sidebar_images {
	margin: 20px 0;
}

#sidebar_images p {
	
}

#sidebar_images img {
	
}

#sidebar_social {
	margin-top: 25px;	
}

#sidebar_social li {
	float: left;
	list-style: none outside none;
}

#sidebar_social a {
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	display: block;
}

a.twitter_link {
	background:url(/images/twitter.gif) no-repeat scroll center top transparent;
	height:12px;
	margin:2px 0 0 15px;
	padding:0 2px;
	width:10px;
}
a.twitter_link:hover {
	background: url(/images/twitter.gif) no-repeat bottom center;
}

a.facebook_link {
	background:url(/images/facebook.gif) no-repeat scroll center top transparent;
	height:15px;
	margin:-1px 0 0 7px;
	padding:0 5px;
	width:7px;
}
a.facebook_link:hover {
	background: url(/images/facebook.gif) no-repeat bottom center;
}

a.rss_link {
	width: 14px;
	height: 14px;
	background: url(/images/rss.gif) no-repeat top center;
	margin:0 0 0 10px;
}

a.rss_link:hover {
	background: url(/images/rss.gif) no-repeat bottom center;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer_wrapper {
	background:none repeat scroll 0 0 #3A3427;
	position: absolute;
	width: 100%;
}
#footer {
	margin:0 auto;
	padding:24px 0 46px;
	width:960px;
	font-size: 11px;
	position: relative;
}
#footer_expand-btn {
	display:block;
	position:absolute;
	left: 0;
}
#footer_expand-btn a {
	background:url("/images/footer_explore-site.gif") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:0;
	height:25px;
	margin-top:-5px;
	width:160px;
	line-height: 0;
	text-indent: -9999em;
}
#footer_expand-btn a:hover {
	background:url("/images/footer_explore-site.gif") no-repeat scroll 0 -25px transparent;
}
#footer_expand-btn a.open {
	background:url("/images/footer_explore-site.gif") no-repeat scroll 0 -50px transparent;
}
#footer_expand-btn a.open:hover {
	background:url("/images/footer_explore-site.gif") no-repeat scroll 0 -75px transparent;
}
#footer_nav {
	display:block;
	margin:0 0 0 200px;
	position:absolute;
}
#footer_nav ul {
}
#footer_nav ul li {
	float:left;
	list-style:none outside none;
	padding-bottom:8px;
	padding-right:36px;
}
#footer_nav ul li a {
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
}
#footer_nav ul li a:hover {
	text-decoration:none;
}
#footer_nav ul li ul {
	padding-top:14px;
}
#footer_nav ul li ul li {
	float:none;
}
#footer_nav ul li ul li a {
	color:#D8CDB7;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
}
#footer_nav ul li ul li a:hover {
}
#footer_events {
	display:block;
	margin:0 0 0 751px;
	width:210px;
	padding-bottom: 10px;
}
#footer_events-title {
	border-bottom:2px solid #332E22;
	margin-bottom:11px;
	padding:0 0 12px;
}
#footer_events-title .title {
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
}
#footer_events-title .rss {
	display:block;
	margin:-15px 0 0 196px;
	position:absolute;
	width:14px;
}
#footer_events-title .rss a {
	background:url("/images/footer_rss.gif") no-repeat scroll left top transparent;
	display:block;
	font-size:0;
	height:13px;
	line-height:0;
	text-indent:-9999em;
	width:14px;
}
#footer_events-title .rss a:hover {
	background:url("/images/footer_rss.gif") no-repeat scroll left bottom transparent;
}
#footer_events .event {
	padding-bottom:11px;
}
#footer_events .event .title a {
	color:#D8CDB7;
	display:block;
	width:139px;
}
#footer_events .event .date {
	color:#E0B923;
	display:block;
	margin:0 0 0 151px;
	position:absolute;
	text-align:right;
	width:60px;
}
#footer_events-more-link {
	padding-top:7px;
}
#footer_events-more-link a {
	color:#C9BFAC;
	font-weight:bold;
}
#footer_events-more-link a:hover {
}
#footer .spacer {
	background:url("/images/footer_dot.gif") repeat-x scroll left center transparent;
	display:block;
	height:1px;
	margin:18px 0 17px;
	width:100%;
}
#footer_copyright {
	color:#D8CDB7;
	font-size:11px;
	position:absolute;
}
#footer_address {
	color:#D8CDB7;
	font-size:11px;
	text-align:right;
}
#footer_address a img {
	position:relative;
	margin-left:10px;
	vertical-align: text-top;
}

/* =Secure Template
---------------------------------------------------------------------
*/

#password {
	background:url("/images/password_field.gif") no-repeat scroll left top transparent;
	border:medium none !important;
	height:20px;
	padding:7px 8px !important;
	width:230px !important;
}

input.submit {
	display: block;
	background:url("/images/btn_submit.png") no-repeat scroll left top transparent;
	border:medium none !important;
	cursor:pointer;
	font-size:0 !important;
	height:23px;
	line-height:0;
	padding:0 !important;
	text-indent:-9999em;
	width:87px !important;
}

/* = Flash Gallery
---------------------------------------------------------------------
*/

#flashgallery_container {
	height:480px;	
	}


/* =Non-Flash Content
---------------------------------------------------------------------
*/

.no_flash {
	display:none;
}


/* =Editor Styles
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	float:left;
}

.right {
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

p.no_margin {
	margin:0 !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:1000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #77a9bd;
  z-index: 1002;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
  display:none;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p {
  padding:5px 0px 5px 0px;
  color:#395864;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
