/*-----( POSITION / LAYOUT )-----*/
body{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
/*	letter-spacing: 1px; */
	font-size: 0.8em;
	background: #36332A;  
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;  
	background: #ffffff;
	border: 1px solid black;
	border-top: 2px solid #8D1015; /* RED */
	overflow: hidden;
	text-align: left;
}

#header {
	background-color: #000000;
	padding: 0;
	margin: 0;
	height: 150px;
	border-bottom: 3px solid #947F3A; /* GOLD */
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 25%;
	line-height: 1.7em; 
	border-right: 3px solid #8D1015;
	font-size: 0.9em;
	text-align: right;
/*	background: url(../images/bkg_sidebar.gif) no-repeat 50% 100%; */
	min-height: 160px;
}

#content {
	float: right;
	width: 70%;
	padding-right: 20px;  
	line-height: 1.7em;
	margin-bottom: 50px;
}

#footer {
	clear: both;
	padding: 0;
	margin-top: 20px;	
	background: #947F3A;
	line-height: 1.5em;
	border-bottom: 1px solid black;	
}

#credits {
	padding: 5px 5px 5px 0;
	background-color: black;
	text-align: right;
	font-size: 0.8em;
	color: #947F3A;
	text-align: center;
}

#credits a:link {
	color: #947F3A;
}

#credits a:visited {
	color: #947F3A;
}

#credits a:hover {
	color: #ffffff;
}
	

/*-----( HEADER / NAVIGATION  & FOOTER LINKS )-----*/

#header a  {
	border-style: none;
	}
	
#header span {
	margin: 0 30px 0 20px;
	float: left;
	}

html>body #header span {
	top: 0;
	}

#header #minitabs {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 122px 0 0 110px;
		}
	
#header #minitabs li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
		}
	
#header #minitabs a {
		float: left;
		line-height: 14px;
		font-weight: normal;
		margin: 0 5px 4px 10px;
		text-decoration: none;
		font-size: 11px;
		letter-spacing: 1px;
		border-bottom: 4px solid #000000;
		padding-bottom: 10px;
		color: #947F3A;
		}
	
#header #minitabs a:hover {
		border-bottom: 4px solid #947F3A;
		padding-bottom: 10px;
		color: #947F3A;
		}

#header #minitabs a:active {
		border-bottom: 4px solid #947F3A;
		padding-bottom: 10px;
		color: #ffffff;
		}

#header #minitabs a.active {  /* ON STATE */
		border-bottom: 4px solid #947F3A;
		padding-bottom: 10px;
		color: #ffffff;
		font-weight: normal;
		}

/*-----( INDEX PAGE TOP PICTURES )-----*/
		
#toppics { /* PICTURES ON HOME PAGE ACROSS TOP */
		background-color: #947F3A; /* GOLD */
		width: 780px;
		height: 144px;
		border-top: 1px solid #8D1015;
		border-bottom: 1px solid black;
		overflow: hidden; 
}

#redline {
		width: 780px;
		height: 15px;
		border-top: 3px solid #947F3A; /* GOLD */
}

/*-----( SIDEBAR STYLES)-----*/

#sidebar p, #sidebar h2, #sidebar h1 {
	padding-left: 15px;
	padding-right: 15px;
	color: #947F3A;
}

#sidebar h2, #sidebar h1 {
	padding-left: 15px;
	padding-right: 15px;
	color: #8D1015;
}

#sidebar h2 {
	margin: 10px 0 0 0;
} 

#sidebar span, #content span {
}

#sidebar ul#sidenav {
	list-style: none;
	padding: 0 15px 0 0;
	margin-left: 0;
}

#sidebar #sidenav li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;	
	font-weight: bold;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar ul#sidenav li a {
	text-decoration: none;	
}

#sidebar ul#sidenav li a:hover {
	text-decoration: underline;	
}

#sidebar a:link {
	color: #947F3A;
	text-decoration: underline;

	}
	
#sidebar a:visited {
	color: #947F3A;
}

#sidebar a:hover {
	color: #8d1015; /* #A6644A; */
	text-decoration: underline;
}

#sidebar a:active {
	color:#000000;
	text-decoration: underline;
}

#sidebar a.active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a#contact_button {
	display: block;
	width: 170px;
	background-color: #8D1015;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a#contact_button:link,
a#contact_button:visited {
	color: #fff !important;
	text-decoration: none;
}

a#contact_button:hover,
a#contact_button:active {
	color: #fff !important;
	background-color: #947F3A; /* GOLD */
}

/*-----( Sidebar Styles for normal links )-----*/

#sidebar .normal a {
	text-align: justify;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar .normal a:link {
	color: #333;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
	}

#sidebar .normal a:hover {
	color: #A6644A;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar .normal a:active {
	color:#000000;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar .normal a.active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0;
	border: 0;
}

/*-----( MISC. SIDEBAR STYLES )-----*/

#sidebar img {
	border: 1px solid black;
	margin-left: 15px;
}

/*-----( CONTENT STYLES )-----*/

#content #indexcontent {
	padding-left: 30px;
	border-left: 3px solid #A6644A;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #A6644A;
	line-height: 32px;
/*	background: url(../images/index_bkg.jpg) no-repeat;  */
}

#content #line {
	border-left: 3px solid #A6644A;
	padding-left: 10px;
}

#content #line img {
	padding: 5px;
	border: 1px solid #ccc;
}

#content #indexcontent h1 {
	color: #000;
	letter-spacing: normal;
}

#content #leftcolumn {
	float: left;
	width: 234px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 222px; /* actual value */	
}

#content #featured {
	width: 314px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 302px; /* actual value */
	overflow: hidden;
	float: right;
	margin: 0 0 10px 10px;  
	padding: 5px;
	border: 1px solid #947F3A;
	text-align: center;
}

#content #featured-left {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #947F3A;
	text-align: center;
}

#content #featured {
	width: 302px; /* Be nice to Opera */
} 

#content #featured img,
#content #leftcolumn img {
	border: 1px solid black;
}

/*-----( LIST STYLES )-----*/

#content ul {
	list-style-type: square;
	padding-left: 20px;
}

/*-----( FOOTER STYLES )-----*/

#footer .nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 10px;
	margin: 0;
	border-bottom: 3px solid black;
}

#footer #bottom {
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 10px;
	margin: 0;
	color: #000;
}

/*-----( TEXT STYLES )-----*/

h1 {
	font-size: 1.3em; /* 1.2em */
	letter-spacing: 1px;
	margin-top: 0;
}

sidebar h1 {
	font-size: 1em;	
}

h2 { 
	font-size: 1.0em;
	letter-spacing: 1px;
	margin-top: 0;
}



/*-----( GENERAL LINK STYLES )-----*/

a:link {
	color: #000000;
}	

a:visited {
	color: #333333;
}

a:hover {
	color: #8D1015; /* #A6644A; */
}

a:active {
	color: #000000;
}

/*-----( FOOTER NAVIGATION LINK STYLES )-----*/

#footer .nav a:link {
	color: #947F3A;
	font-weight: bold;
	text-decoration: none;
}

#footer .nav a:visited {
	color: #947F3A;
	font-weight: bold;
	text-decoration: none;
}

#footer .nav a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#footer .nav a:active {
	color: #000;
	font-weight:bolder;
	text-decoration: underline;
}

/*-----( TABLE STYLES )-----*/

table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}

caption {
	color: #A6644A;
	padding: 5px 0 6px 0;
}

th,td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	letter-spacing: 1px;
}

th {
	background-color: #ccc;
}

/*------( MISC. STYLES )------*/

.black {
	color: #000;
}

.hide {
	display: none;
	}
	
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #947F3A;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
	
.clear {
	clear: both;
	height: 0px; !important
}

/*------( CONTACT FORM )-----*/

#contact-form fieldset {
	border: none; 
	padding: 20px 20px;
	background-color: #EAE8E3;
}

#contact-form legend {
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 10px 20px;
	margin: 0 0 0 -20px;
	background-color: #EAE8E3;
	color: #000;
}

form dd {
	margin: 0;	
	padding: 0;
}

form dt {
	padding-top: 10px;
}


form label,
form input#submit {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

form input,
form textarea {
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	padding: 5px;
}

form input {
	width: 316px;
	height: 1.7em;
}

form input#submit {
	width: 150px;
	height: 35px;
	background-color: #8D1015;
	color: white;
}

form textarea {
	width: 500px;
	height: 200px;
	line-height: 1.7em;
}

.error-message {
	background: url(../images/stop.png) left center no-repeat;
	color: #8D1015;
	font-weight: bold;
	padding: 5px 0 5px 45px;
}

.error input,
.error textarea {
	border: 3px solid #8D1015;
}

.error input#submit {
	border: none; /* fix IE bug */
}	

.error label {
	color: #8D1015;
}

/*--- Recaptcha Styles for clean theme */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#cdcdcd !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #999 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #999 !important; //Text input field border color
   background-color:#333 !important; //Text input field background color
 }
 
 .error #recaptcha_response_field {
	border: 3px solid #8D1015 !important; 
 }