/* Main Sections
------------------------------------------------------------------------- */

body {
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #af9246 url(images/bg-body.jpg) repeat-x;
	font-family: verdana, sans-serif;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
    width: 770px;
    margin: 30px auto;
    text-align: left;
    background: #6c3718 url(images/bg-page.jpg) repeat-x 0 147px;
    border: 2px solid #290505;
    position: relative;
}

#content {
    margin: 10px 30px 0px 100px;
    padding: 10px 20px 30px 140px;
    background: #ddbe7d;
    border: 4px double #290505;
	font-family: georgia, "times new roman", times, serif;
	height: 450px;
	min-height: 450px;
}

html>body #content {
	height: auto;
}

/* Header
------------------------------------------------------------------------- */

#header {
background: #6f4e1b url(images/bg-header.png) repeat-x;
}

#header a img {
    border: none;
	padding: 0;
    margin: 20px 0 0 96px;
}

#box {
	height: 170px;
	width: 130px;
	position: absolute;
	background: transparent;
	left: 570px;
	top: 25px;
}

/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
	position: absolute;
    top: 220px;
    left: 20px;
    padding: 0;
    color: #ffc;
	width: 190px;
	background: transparent url(images/bg-menu.png) repeat-y left top;
	font-family: georgia, "times new roman", times, serif;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.topnav {
	padding: 10px 0 30px 0;
	/*border-top: 2px solid #c9b16e;
	margin-top: 5px;*/
}

#sidebar ul li {
	background-image: url(images/bg-menu-items.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	color: #2b230d;
	border-bottom: 1px solid #5A341D;
}

#sidebar ul li.here {
	padding: 8px 0 0px 10px;
}

#sidebar ul li.nosub {
	padding-bottom: 3px;
}

#sidebar ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	margin-left: 0px;
	display: none;
	background-image: url(images/bg-menu-items.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidebar ul li.here ul li, #sidebar ul li.active ul li {
	display: block;
	background-position: 0px -75px;
}

#sidebar ul li.active ul li.here {
padding-bottom: 3px;
}

#sidebar ul li.here ul {
	margin-top: 3px;
	margin-left: -10px;
}

#sidebar ul li a {
	display: block;
	width: 180px;
	padding: 3px 0 3px 10px;
}

html>body #sidebar ul li a {
	width: auto;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #ffc;
}

#sidebar ul li a:hover {
	color: #000;
}

#sidebar ul li.here a:link, #sidebar ul li.here a:visited {
	color: #ffc;
}

#sidebar ul li.here a:hover {
	color: #000;
}

#sidebar ul li:hover, #sidebar ul li.active ul li:hover {
	/* background-position: 0px -75px; */
}


/* Footer
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 20px 20px 30px 105px;
    font-size: 0.8em;
    color: #ffc;
	text-align: center;
}

#footer a {
	border-bottom: none;
}

#footer span {
	position: absolute;
	left: -3000em;
}

/* General / Special text formatting
---------------------------------------------------------------------------- */

h1 {
	font-size: 1.6em;
	padding-top: 2em;
	color: #6c3718;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	z-index: 0;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#content .sIFR-hasFlash h1 {
	visibility: hidden;
}

h2 {
	font-size: 1.4em;
	clear: both;
	color: #6c3718;
}

h3 {
	font-size: 1.2em;
	color: #6c3718;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: "trebuchet ms", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

#content p, #content li {
	line-height: 1.5;
}

#content p.intro {
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.6;
	font-size: 1.2em;
}

#content p.endintro {
	background-image: url(images/endintro.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

#content li {
	margin-bottom: 0.25em;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color: #6c3718;
	background: #ddbe7d;
	border-bottom: 1px dotted #6c3718;
}

#content a:hover {
	color: #ffc;
	background: #976732;
}

#content p.top {
	text-align: right;
	margin: 10px 0;
}

#content img {
	border: 4px double #290505;
}

#content p.top img {
	border: none;
}

#content p.top a, #content p.top a:link, #content p.top a:visited, #content p.top a:hover {
	border: 2px solid #ddbe7d;
	background: #ddbe7d;
}

a img, #content a img {
    border: none;
}

.bold {
	font-weight: bold;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

.clear {
	clear: left;
}

/* Special handling for images & alignment
----------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

img.floatleft {
	margin: 10px 10px 10px 0;
	float: left;
}

/* Galleries */
#content .EPG2_nav_pages {
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
}
.EPG2_back { text-align:center; position:relative; top:10px; }
.EPG2_single_title { text-align:center; }
.EPG2_table { width:355px; border-collapse:collapse; padding:0; }
.EPG2_td { text-align:center; }
.EPG2_thumb_titles { text-align:center; font-family:verdana; font-size:10px; padding:0px; margin:0px; }
.EPG2_list_div { float: left; height:100px; margin:10px 0px; }
.EPG2_list_pic { height:95px; width:95px; text-align:right; margin:0px 15px 0px 0px; padding:0px; overflow:hidden; }
.EPG2_list_details { margin:0px; padding:0px; }
.EPG2_single_div { padding:15px 0px 0px 0px; }
.EPG2_single_pic { text-align:center; }
.EPG2_image_thumb {background-color: #c9b16e; padding: 5px; margin-bottom: -2px;}
.frame {border: 5px ridge #ffe377; margin-left: 10px; background-color: #c9b16e;}
#content div.frame a { border-bottom: none; }
#content .EPG2_list_pic a {
	border-bottom: none;
	background: #ddbe7d;
}

/* ------- The Team page ----------------- */

#team {
	width: 370px;
	text-align: center;
	margin: 10px auto 30px auto;
}

#content #team img {
	margin: 0 5px;
	border: 1px solid #290505;
}

#content #team a:link, #content #team a:visited, #content #team a:hover {
	border: none;
	text-decoration: none;
	background: transparent;
}

img.bio {
	float: right;
	border: 4px double #290505;
	margin: 0 0 10px 10px;
}

ul.faqnav {
	margin-bottom: 2em;
}

/* --------------------------------------------
FORMS
-------------------------------------------- */

.swanky input, .swanky textarea, div.fakeinput {
	width: 16em;
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
}

.swanky input.short {
    width: 10em;
}

.swanky input.tiny {
    width: 7em;
}

.swanky select {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.swanky textarea {
    width: 22em;
}

.swanky label, .fakelabel {
	width: 8em;
	padding-right: 1em;
	text-align: right;
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
}

.swanky input.button {
    width: auto;
	margin-left: 9em;
}

.swanky input#mailinglist {
    width: auto;
	margin-left: 7em;
}

.swanky label#mailinglistlabel {
	width: 20em;
	padding-right: 0;
	padding-left: 1em;
	text-align: left;
}

.swanky br {
	clear: left;
}

fieldset {
	border-top: 1px solid #cb9b54;
	border-left: 1px solid #cb9b54;
	border-right: 1px solid #cb9b54;
	border-bottom: 1px solid #cb9b54;
	margin: 1em 0 1em 0;
	padding: 1em;
}

/*
legend {
	color: #fff;
	background: #006499;
	padding: 0.25em 0.5em;
	margin: 0 0 1em -1.1em;
	font-weight: bold;
}

html>body legend {
	margin-bottom: 0;
}

*/

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

table.prices {
	margin-bottom: 1em;
}

table.prices td {
	padding: 0px 5px 1.5em 0px;
}

table.prices td.price {
	color: #6C3718;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}

#content table.links a:link,
#content table.links a:hover,
#content table.links a:active,
#content table.links a:visited {
	border-bottom: none;
	background: #ddbe7d;
}

#content table.links td {
	text-align: left;
}