body {
	margin: 0;
	padding: 0;
	background: rgb(225, 225, 220);	
}

body, td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	color: black;
}

* html body, * html td {
	/*** IE only ***/
	font-size: 70%;
}

div#page {
	width: 100%;
	min-width: 800px;
	background: url(assets/bg_repeat.gif) 50% 0 repeat-y;
}

div#backdrop {
	padding: 60px 0 0 0;
	background: url(assets/bg_header.gif) 50% 0 no-repeat;
}

div#container {	
	width: 800px;
	margin: 0 auto;
}

div#header {
	width: 800px;
	height: 140px;
	padding: 0 10px 10px 10px;
}

div#header h1 {
	margin: 10px 0 0 0;
}	

div#header h1 a {
	display: block;
	width: 180px;
	height: 60px;
	background-image: url(assets/logo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

* html div#header h1 a {
	margin: 0 0 0 10px;
}

div#header h1 a:hover {
	background-position: 0 100%;
}

div#header h1 a span {
	display: none;
}

div.side {
	float: left;
	width: 180px;	
}

div#header div.main {
	width: 601px;
	height: 141px;
	margin: 0 0 0 190px;
}

* html div#header div.main {
	width: 591px;
	margin: 0 0 0 200px;
	position: relative;
	left: -3px;
	top: 0;
}

div#slide {	
	background-image: url(assets/signature.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

div#header div.main ul#mainmenu {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	float: right;
	background: white;
	border-left: 10px solid rgb(140, 130, 110);
	width: 161px;
}


* html div#header div.main ul#mainmenu {
	
}

div#header div.main ul#mainmenu li {
	float: left;
	margin: 0 15px 0 0;
	font-size: 11px;
	display: inline;
}

div#header div.main ul#mainmenu li a {
	display: block;
	height: 13px;
	line-height: 13px;
	padding: 27px 0 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: black;
}

div#header div.main ul#mainmenu li a:hover,
div#header div.main ul#mainmenu li.active a {
	color: rgb(195, 135, 35);
}

div#center {
	overflow: hidden;
}

div#center div.side h2 {
	margin: 0;
	width: 180px;
	height: 40px;
}

* html div#center div.side h2 {
	margin: 0 0 0 10px;
}

div#center div.side ul#submenu,
div#center div.side ul#statemenu {
	margin: 27px 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	line-height: 16px;
	font-size: 11px;
}

* html div#center div.side ul#submenu,
* html div#center div.side ul#statemenu {
	margin: 27px 0 0 20px;
}

div#center div.side ul#submenu li,
div#center div.side ul#statemenu li {
	margin-bottom: 3px;
}

div#center div.side ul#submenu li a,
div#center div.side ul#statemenu li a {
	text-decoration: none;
	text-transform: lowercase;
	color: black;
	background: url(assets/submenu.gif) -15px 50% no-repeat;
	padding: 0 0 0 25px;
}

div#center div.side ul#submenu li a:hover,
div#center div.side ul#submenu li.active a,
div#center div.side ul#statemenu li a:hover,
div#center div.side ul#statemenu li.active a {
	color: rgb(195, 135, 35);
	background-position: 0 50%;	
}

/* div#center div.side ul#statemenu li a { color: red; }*/

/*** content ***/

div#center div.main, body.intro div#page div#center div.main {
	margin: 65px 60px 0 250px;
	font-size: 11px;
	color: black;
}

body.state_galleries_show div#center div.main {
	margin: 65px 0 0 250px;
}

div#content {
	padding: 3px 0 0 0; 
	margin-bottom: 25px;
	overflow: hidden;
}

img#preview {
	display: block;
	float: left;
	width: 367px;
	height: 274px;
	overflow: hidden;
	background: rgb(225, 225, 220);
}

p#description {
	float: right;
	width: 153px;
	height: 70px;
	margin: 0 10px 0 0;
	padding: 10px;	
	background: rgb(225, 225, 220);
}

/*** markdown ***/

.markdown a { 
	color: rgb(120, 125, 130);
	text-decoration: none;
}

.markdown a:hover,
.markdown a.active { 
	color: rgb(245, 180, 30); /*divi*/
}

.markdown a.external {
	/* use some js/dom magic to mark external links */
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
	color: rgb(150, 140, 105); /*divi*/
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 15px 0;
}

.markdown h3,
.markdown h4,
.markdown h5 {
	padding-bottom: 2px;
}

.markdown p { }

.markdown p strong {
	color: rgb(245, 180, 30); /*divi*/
}

.markdown p em {
	color: rgb(120, 125, 130);
}

.markdown blockquote { }

.markdown img {
	float: left;
	display: block;
	border: none;
	margin: 0 1em 0.2em 0;
	padding: 0 3px 0 0;
	border-right: 1px solid rgb(70, 85, 90);
}

.markdown p img { }

.markdown p strong {
	color: rgb(195, 135, 35);
}

.markdown table {
	border: none;
	border-collapse: collapse;
	margin: 10px 0;
}

.markdown table thead { }

.markdown table thead th {	
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 15px 4px 0;
	color: rgb(150, 140, 105); /*divi*/
}

.markdown table td {
	font-size: 1em;
	padding: 4px 15px 4px 0;
	color: rgb(120, 125, 130);
}

.markdown blockquote,
p.intro {
	color: rgb(150, 140, 105); /*divi*/
	font-style: italic;
	line-height: 1.7em;
}

.markdown p,
.markdown blockquote {
	margin: 0 0 2em;
	line-height: 1.4em;
}

.markdown ul {
	clear: both;
	padding: 0 0 15px 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: square;		
}

.markdown ul li {
	line-height: 1.3em;
	color: rgb(120, 125, 130);
}

.markdown ul li ul {
	padding: 0 0 0 15px;
}

.markdown dl {
	clear: both;
}

.markdown dl dt {
	font-size: 11px;
	margin-top: 15px;
	color: rgb(150, 140, 105); /*divi*/
	text-transform: uppercase;
}

.markdown dl dd {
	margin: 0.5em 0;	
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 18px;
	color: rgb(120, 125, 130);
}

.markdown dl dd p {
	margin: 1em 0;
}

/*** form ***/

div#content form {
	margin: 0;	
}

div#content div.formwrapper h4 {
	font-size: 1.2em;	
	font-weight: normal;
	margin: 0;
	padding-bottom: 0.4em;
	color: rgb(60, 55, 55);
	text-transform: lowercase;
	background: url(assets/dot_darkgrey.gif) 0 100% repeat-x;
}

div#content form table {
	width: 99%;
}

div#content form table td {
	font-size: 1em;
	padding: 7px 0;
	background: url(assets/dot_darkgrey.gif) 0 100% repeat-x;
}

div#content form table tr.elem_text td input,
div#content form table td select,
div#content form table td textarea {
	width: 99%;
	font-size: 1em;
	/*border: 1px solid rgb(60, 55, 55);
	background: white;*/
	
	background: rgb(225, 225, 220);
	border: none;
}

div#content form table tr.elem_text td input:focus,
div#content form table td select:focus,
div#content form table td textarea:focus {
	/*** not for IE! focus on current input ***/
	background: rgb(195, 135, 35);
}

div#content form table td select {
	padding: 0;
}

div#content form table tr.elem_text.required td input,
div#content form table tr.required td select,
div#content form table tr.required td textarea {
	/*border: 1px solid rgb(195, 135, 35);*/	
}

* html div#content form table tr.elem_text td input,
* html div#content form table td select,
* html div#content form table td textarea {
	position: relative;
	right: 1px;
}

div#content form table td.label {
	width: 25%;
}

div#content form table tr.elem_submit td {
	text-align: right;
}

div#content form table tr.elem_submit td input {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: rgb(60, 60, 65);
	background: rgb(195, 135, 35);
	border: 1px solid rgb(60, 55, 55);
	text-transform: lowercase;
}

/*div#content form table tr#row_elem_message td,*/
div#content form table tr.elem_submit td {
	background: none;
}

div#content form table td.label label {
	text-transform: lowercase;
	color: rgb(60, 55, 55);
	cursor: pointer;
}

div#content form table tr.required td.label label {
	color: rgb(195, 135, 35);
}

div#content form table tr.elem_textarea td.label {
	vertical-align: top;
}

div#content div.form_errors,
div#content div.form_ok {
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid rgb(60, 55, 55);
}

div#content div.form_errors {
	border: 1px solid rgb(195, 135, 35);
}

div#content div.form_ok p {
	line-height: 1.4em;
	margin: 0;
}

div#content div.form_ok h4,
div#content div.form_errors h4 {
	margin: 0 0 10px 0;
	padding-bottom: 0.4em;
	color: rgb(60, 55, 55);
	background: url(assets/dot_darkgrey.gif) 0 100% repeat-x;
}

div#content div.form_errors h4 {
	color: rgb(195, 135, 35);
	background: url(assets/dot_orange.gif) 0 100% repeat-x;
}

div#content div.form_errors ul {
	padding: 0;
	margin: 0;
	color: rgb(60, 55, 55);
	list-style-type: square;
	list-style-position: inside;
}

div#content div.form_errors ul li {
	line-height: 1.3em;
}

div#content form table tr.error td {
	border-top: none;
	color: rgb(195, 135, 35);
}

/*** footer ***/

div#footer {
	background: rgb(225, 225, 220);
	width: 100%;
}

div#footer a {
	color: gray;
	text-decoration: none;
	font-size: 95%;
	font-size: 11px;
}

div#footer div.wrap {
	background: url(assets/bg_footer.gif) 50% 0 no-repeat;
	width: 800px;
	margin: 0 auto;
	height: 110px;	
	font-size: 11px;
	padding-top: 65px;
}

body.state_galleries div#footer div.wrap {
	padding-top: 0;
}

body#action_main_forms div#footer div.wrap {
	padding-top: 0;	
}

div#poweredby {
	clear: both;
}

body#action_main_forms div#poweredby {
	padding-top: 65px;
}

div.pager {
	height: 65px;
}

div.pager ul {
	margin: 0 20px 0px 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 17px;
	float: right; 
}

div.pager ul li {
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

div.pager ul li strong, div.pager ul li a, div.pager ul li#info_page a { 
	display: block;
	width: 16px;
	height: 16px;
	background: rgb(86,79,79);
	line-height: 20px;
	text-align: center;
	line-height: 17px;
	font-size: 11px;
	color: white;	
}

div.pager ul li span {
	display: none;
	text-align: center;
}

div.pager ul li a:hover,
div.pager ul li#info_page a:hover {
	background: rgb(140,130,110);
}

div.pager ul li strong,
div.pager ul li#info_page a.active {
	background: rgb(140,130,110);
	color: white;
}

div.pager ul li.prev a, div.pager ul li.next a {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div.pager ul li.prev a {
	background-image: url(assets/pagerleft.gif);
}

div.pager ul li.next a {
	background-image: url(assets/pagerright.gif);
}

div.pager ul li#info_page a {
	width: 50px;
}

/*** maximized ***/

div#maximized {
	margin-top: 60px;
	margin-bottom: 40px;
}

div#large { 
	width: 780px; 
	margin: 0 auto;
	padding: 60px 0;
	border: 10px solid rgb(140, 130, 110);
	background: white;	
}

div#large h3 { 
	display: none; 
}

div#large div.main img { 
	margin: 0 auto 0 50px;
	background: rgb(225, 225, 220);
}

div#large div.side { 
	width: 100px; 
	margin: 0;
}

div#large div.side dl { 
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}

div#large div.side dl dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 27px; 
	background: url(assets/submenu.gif) 0 2px no-repeat;
}

div#large div.side dl dd {
	margin: 0;
	padding: 0 0 0 27px;
}

/*** menu active items ***/

body#action_base_yaml div#page a#main_link_home,
body#action_main_forms div#page a#main_link_contact,

body#action_home_show div#page a#main_link_home,
body#action_upcoming_show div#page a#main_link_upcoming {
	color: rgb(195, 135, 35);
	background-position: 0 100%;
}
