body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background: #FFFAEE url(../img/bg.gif) repeat-x 0px 0px;
}
h1, h2, h3, h4, p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h1 {
	color: #333;
	font-size:170%;
	line-height: 1.5em;
	margin: 0 0px 10px 0px;
}
#content h2, #content h3 {
	color: #561905;
	font-size:130%;
	line-height: 1.2em;
	font-style:italic;
	margin: 10px 0px 10px 0px;
}

#content a, #content a:hover {
    color: #075F38;
}
#content p {
/* 	font-size:92%; */
	line-height: 1.5em;
	margin: 0 0px 10px 0px;
	font-weight:normal;
}
/*
////////////////////// CONTAINER //////////////////////
*/
div#wrap {
	width:950px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFAEE;
}
/*
////////////////////// HEADER //////////////////////
*/

div#header {
	position: relative;
	padding: 0;
	text-align:left;
	height:120px;
	background-color: #3c0700;
	background-position: 0px 0px;
	margin: 0 auto 0 auto;
}
div#header #logo {
	position: absolute;
	height: 136px;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	top: 0px;
	right: 60px;
	background-color: #3F1204;
}
div#header #logo a {
	text-decoration: none;
	color: #FFF;
	background: transparent;
	border:0;
}
div#header #logo span {
	display:none;
}
/*
////////////////////// NAVIGATION //////////////////////
*/
/*Navigation*/

#nav {
	position:absolute;
	left: 0px;
	top: 90px;
	float:left;
	width:950px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#nav  li {
	display: inline;
}
#nav  li a {
	float: left;
	display: block;
	color: #F3A251;
	text-decoration: none;
	line-height: 2.5em;
	padding: 0px 18px 0px 18px;
}
#nav li a.current, #nav li a:hover {
	color: #3F1204;
	background: #F3A251 url(../img/pointer.gif) no-repeat center bottom;
}
/*
////////////////////// CONTENT //////////////////////
*/
div#page {
	width:950px;
	text-align:left;
	float:left;
	padding: 0px 0px 45px 0px;
	background: #FFFAEE url(../img/pg-tile.gif) repeat-y 15px 0px;
}
div#page hr {
    border: none 0;
    border-bottom: 1px dashed #E5D6B8;
    width: 100%;
    height: 1px;
    padding-top:10px;
    margin-bottom:20px;
}
div#page strong {
	color: #F3A251;
}
div#content {
	float: left;
    width: 600px;
    padding: 20px 10px 45px 30px;

}
#content ul {
	text-align: left;
    margin: 0px 10px 25px 0px; padding: 0;
	text-decoration: none;
}

#content ul li {
	margin: 0 2px 0 10px;
	padding: 10px 0 10px 0px;
	border-bottom: 1px dashed #E5D6B8;
	list-style-image: none;
	list-style-type: disc;
/* 	font-size: 92%; */
	line-height: 1.5em;
}
#content p img {
	clear: left;
	float: left;
	margin: 0 1em 0.5em 0;
	padding: 8px;
	border: 1px solid #ECE8DD;
	background-color: #FFFFFF;
}
#content blockquote {
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #CC3300;
	border: 1px none #E6E3DB;
	background: #FFFBF1 url(../img/quote.gif) no-repeat 7px 10px;
	margin: 15px 10px 15px 10px;
	padding: 5px 7px 5px 42px;
}
#content b,
#content strong {
    color: #561905;
}
#sidebar {
	float: right;
	width: 270px;
	margin: 0;
	padding: 45px 0 0 0;
}

/*
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #899B0D;
}
*/

#sidebar ul {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
}
#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;
	font-size: 95%;
}
#sidebar ul li a {

	color: #3F1204;
}
/*
////////////////////// FOOTER //////////////////////
*/
div#footer {
	clear:both;
	width:99%;
	border-top:#CCCCCC solid 1px;
	background-color: #2a0c02;
	padding:0px;
	margin:0 auto;
}
div#footer p {
    font-size:80%;
    margin:0;
    padding:15px 10px;
    color: #663333;
    color: #8f7e74;

}
#footer #meta {
	float:right;
	text-align: right;
}
#footer #copy {
	float:left;
	text-align: left;
}
div#footer a {
    color: #fff;
}
/*
////////////////////// EXTRAS - thanks W!! //////////////////////
*/

dl {
    clear: left;
    margin: 2em 0 !important;
}
dt {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6em;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #CC3300;
    font-size: 120%;
}

dd {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 1em;
    line-height: 1.6em;

}

/*
////////////////////// MODULE STYLES //////////////////////
*/


#gallery {
    clear: both;
}


#gallery div.gallery_thumbnail {
    width: 166px;
    height: 166px;
    float: left;
    margin: 0 1em 1em 0;
}

#gallery img {
    float: left;
    padding: 8px;
    border: 1px solid #ece8dd;
    background-color: #fff;
}

/* Data Grids */

table.grid {
    border-collapse: collapse;
    border: 1px solid #dfdbd1;
    clear: both;
    margin-bottom: 1em;
}

table.grid td,
table.grid th {
    padding: 0.5em 0.75em;
    text-align: left;
    vertical-align: top;
    border: 1px solid #dfdbd1;
    cursor: default;
}

table.grid th {
    font-weight: bold;
    background-color: #fff;
}

table.grid tr.detail {
/*     display: none; */
}

table.grid tr.even td,
table.grid tr.alt td {
    background-color: #fff6df;
}

table.grid tr.detail,
table.grid td.detail,
table.grid td.detail td {
    background-color: #fff !important;
}

table.grid tr.highlight td {
    background-color: #fff47f;
}

table.grid th.forward_sort,
table.grid th.reverse_sort {
    background-position: right center;
    background-repeat: no-repeat;
}

table.grid th.forward_sort {
    background-image: url('arrow_up.png');
}

table.grid th.reverse_sort {
    background-image: url('arrow_down.png');
}

/* Data Grid Paginators */

ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    clear: both;
}

ul.pagination li {
    margin: 0;
    padding: 0 0 0.25em 0;
    float: left;
    list-style: none;
    display: inline;
    border: 0 !important;
}

ul.pagination li a {
    padding: 0.25em 0.5em 0.5em 0.5em;
    display: block;
    text-decoration: none;
    border: 0;
}

ul.pagination li a.currentPage {
    background: #fff6df;
}

/* Details Record Tables */

table.record {
    border-collapse: collapse;
    border: 0;
    margin: 1em;
}

table.record th,
table.record td {
    border: 0;
}

table.record td {
}

table.record td.field_name {
    color: #cc3300;
}


/* Form Styles */

#content form label sup {
    color: #f3a251;
    color: #cf8033;
}

#content .form_control {
    margin-bottom: 1em;
}

#content input.submit,
#content input.reset {
    margin-right: 0.5em;
}

#content p.form_errors {
    font-weight: bold;
    color: #800000; /* Form Error Messages*/
}

#content p.form_success {
    font-weight: bold;
    color: #333; /* Form Success Messages*/
}

#content form {
    margin-bottom: 1em;
}

#content form label {
    padding: 0 0 0.25em 0;
    margin: 0;
    display: block;
}




/*
////////////////////// PAGE SPECIFIC STYLES //////////////////////
*/

/* 'home' page */

/*
.page_home {
    text-align: center !important;
}
.page_home p img {
	text-align: center !important;
	float: none !important;
}
.page_home p {
	text-align: center !important;
}
*/

/* 'team' page */

.page_team dt {
	width: 80px;
	height: 8em;
}
.page_team dt img {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.page_team dd {
	margin-left: 90px;
	height: 8em;
}







#sub_content {
    padding: 1em;
    background-color: #efeae0;
    margin-right: 1em;

    line-height: 1.2em;

    color: #333;
}

#sub_content h1,
#sub_content h2,
#sub_content h3,
#sub_content p {
    padding: 0 0 10px 0;
}

#sub_content h1 {
    color: #333333;
    font-size: 140%;
/*     line-height: 1.5em; */
}

#sub_content h2 {
    color: #561905;
    font-size: 115%;
/*     line-height: 1.2em; */
    font-style: italic;
}

#sub_content h3 {
/*     color: #561905; */
    font-size: 100%;
/*     line-height: 1.2em; */
    font-style: normal;
    font-weight: bold;
}

#sub_content p img {
/*     clear: left; */
/*     float: left; */
/*     margin: 0 1em 0.5em 0; */
    padding: 4px;
    border: 1px solid #ECE8DD;
    background-color: #FFFFFF;
}

#sub_content a, #sub_content a:hover {
    color: #075F38;
}

