/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: #2A2C1A url(../images/subbg.jpg) no-repeat scroll 0 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}
strong {
	font-weight: bold;
}


/*----------------------------------------------------------------
	default link styles
----------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FFF; background: #CCC; text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/

.web_pages_content {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	news
----------------------------------------------------------------*/

.news_intro, .news_releases, .news_date, .news_blurb,
.news_release, .news_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	events
----------------------------------------------------------------*/

.events_intro, .events, .event_box, .events_blurb, .event, 
.events_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	biography
----------------------------------------------------------------*/

.biographies, .biography_name, .biography_title, .biography_general_info, .biography_link, .biography_label, .biography_phone, .biography_fax, .biography_email, .biography_address, .biography_street1, .biography_street2, .biography_city, .biography_state, .biography_zipcode, .biography_section_header, .biography_section_text {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	pdf creator
----------------------------------------------------------------*/

.pdf_creator_link, #pdf_creator_form, #pdfGenerator,
#pdfGenerationFields {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	hCard styles
----------------------------------------------------------------*/

.vcard {
	clear: left; 
	font-size: 65%; 
	line-height: 1.5;
	float: left;
}

/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}



/* container */

#container {
	background: url(../images/subbg.jpg) no-repeat scroll 0 0;
	width: 998px;
}

/* header */

#header {
	height: 106px;
}
#logo {
	float: left; display: inline;
}

/* mainnav */

#mainnav { 
	float: left; display: inline; width: 528px; margin: 16px 0 0 46px;
}
#mainnav li { 
	float: left; 
	display: inline; 
	text-transform: lowercase; 
	line-height: 26px;
	font-size: 110%;
}
#mainnav li ul {
	position: absolute;
	width: 156px;
	left: -999em;
}
#mainnav a { 
	display: block; padding: 0 9px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFF; text-decoration: none;
}
#mainnav a:hover {
	color: #FFF; background: #362F2D; text-decoration: none;
}
#mainnav a:active {
	color: #FFF; text-decoration: none;
}
#mainnav li:hover a, #mainnav li.sfhover a {
	background: #362F2D;
}
#mainnav li ul li {
	font-size: 90%;
}
#mainnav li ul li ul li {
	font-size: 100%;
}
#mainnav li ul li a {
	width: 156px;
}
#mainnav li ul li a:hover {
	background: #9C6A23;
}
#mainnav li ul ul {
	margin: -26px 0 0 174px;
}
#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
	left: -999em;
}
#mainnav li:hover ul, #mainnav li.sfhover ul, #mainnav li li:hover ul, #mainnav li li.sfhover ul {
	left: auto;
}


/* news signup */

#signup_btn {
	float: left; display: inline;
	margin: 16px 0 0 195px;
}



/* search */

#search { 
	float: left; display: inline; margin: -35px 0 0 342px; 
}
.searchbox { 
	width: 130px; 
	background: #E1E1E1; 
	border: 1px solid #CCC;
	height: 12px;
	padding: 2px 3px;
	color: #3F3936;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

/* content */

#contentwrap { 
	background: url(../images/contentfooterbg.jpg) no-repeat scroll bottom left;
	width: 998px;
	padding-bottom: 76px;
}
#contentcontainer { 
	background: url(../images/contenttilebg.jpg) repeat-y scroll 0 0;
	float: left;
	display: inline;
}
#content { 
	width: 800px; 
	background: url(../images/contentbg_fun.jpg) no-repeat scroll 0 0;
}
#content h1 { 
	text-transform: uppercase;
	color: #9C6A23;
	font-size: 200%;
	font-weight: normal;
	margin: 0 18px 3px 18px;
}
#content p { 
	color: #9C6A23;
	font-size: 95%;
	margin: 0 30px 1em 30px;
	line-height: 1.6;
}
#content ul { 
	margin: 0 30px 1em 50px; list-style-type: disc;
}
#content ol { 
	margin: 0 30px 1em 50px; list-style-type: upper-latin;
}
#content li { 
	color: #626262;
	font-size: 95%;
	line-height: 1.6;
}
#content td, #content th { 
	color: #9C6A23;
	font-size: 95%;
	padding: 0 30px 1em 30px;
	line-height: 1.6;
	vertical-align: top;
	width: 50%;
}
#content td ul, #content td ol { 
	margin: 0 30px 1em 20px;
}
#content img { 
	margin: 5px;
	padding: 5px;
	border: solid 1px #c2c2c2;
}
#content a:link, #content a:visited { 
	color: #9C6A23; background: none; text-decoration: underline;
}
#content a:hover { 
	color: #FFF; background: #9C6A23; text-decoration: none;
}
#content a:active { 
	color: #9C6A23; background: none; text-decoration: underline;
}


/* quicklinks */

#quicklinks { 
	width: 800px; height: 27px; margin-bottom: 15px;
}
#quicklinks a { 
	width: 165px; 
	line-height: 23px; 
	display: block; 
	float: left; 
	margin: 2px 1px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1px;
}
#quicklinks a:link, #quicklinks a:visited { 
	color: #FFF; background: #403937; text-decoration: none
}
#quicklinks a:hover { 
	color: #FFF; background: #9C6A23; text-decoration: none
}
#quicklinks a:active { 
	color: #FFF; background: #403937; text-decoration: none
}

/* sidebar */

#sidebar { 
	width: 198px;
	float: right;
	display: inline;
	height: 321px;
}

/* footer */

#footer {  
	clear: both;
	height: 162px; 
	color: #EBEBEB; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 212px 0 30px;
	background: url(../images/footerbg.jpg) no-repeat scroll 0 0;
}

#footernav li {  
	float: left; 
	display: inline;
	line-height: 1.5; 
	font-size: 65%;
	margin: 0 5px 2em 0;
	color: #D2BFA2;
}
#footernav a:link, #footernav a:visited {
	color: #D2BFA2; text-decoration: none;
}
#footernav a:hover {
	color: #333; background: #EBEBEB; text-decoration: none;
}
#footernav a:active {
	color: #D2BFA2; text-decoration: none;
}

/* credits */

#credits {
	font-size: 65%; 
	color: #D2BFA2; 
	line-height: 1.5;
	float: right;
	margin-top: 8em;
}
#credits a:link, #credits a:visited {
	color: #D2BFA2; text-decoration: none;
}
#credits a:hover {
	color: #333; background: #EBEBEB; text-decoration: none;
}
#credits a:active {
	color: #D2BFA2; text-decoration: none;
}



/* social skittles */

#socskittles {
	float: left; 
	margin: 3px 0 0 29px;
}
