/*--- HTML Tag Overrides ---*/
html, body {
	background-image: url(/images/background.gif);
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	margin-top: 4px;
}
hr {
	color: #010000;
	background-color: #010000;
	border: 0px;
	height: 1px;
}
h1 {
	color: #211d1c;
	font-size: 18px;
	letter-spacing: 0.1cm;
}
h2 {
	color: #c84710;
	font-size: 26px;
	font-style: italic;
	height: 42px;
	margin-bottom: 10px;
	overflow: hidden;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	border-bottom: 1px solid #000000;
	font-size: 20px;
	margin-bottom: 10px;
}
h5 {
	color: #c84710;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
em, i {
	font-style: italic;
	font-weight: inherit;
}
p {
	margin-bottom: 1em;
}
strong, b {
	font-weight: bold;
}
ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
}
ul li {
	list-style-type: disc;
	margin-bottom: .5em;
}
ol li {
	list-style-type: decimal;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #625738;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
input.error_field, select.error_field, textarea.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	overflow: hidden;
	width: 929px;
}
#sidebar {
	background-image: url(/images/border-background-sidebar.png);
	vertical-align: top;
	width: 259px;
}
#sidebar #sidebar_container {
	margin: auto;
	margin-left: 27px;
	width: 232px;
}
#overlay {
	background-color: #dfd2a9;
	overflow: hidden;
	position: relative;	
	vertical-align: top;
	width: 654px;
}
#overlay #border-left {
	background-image: url(/images/content-border-left.png);
	width: 27px;
}
#overlay #content, #overlay #content-home {
	background-color: #ffffff;
	vertical-align: top;
	width: 647px;
}
#overlay #content a {
	color: #c84710;
	font-weight: bold;
	text-decoration: none;
}
#overlay #content a:hover {
	text-decoration: underline;
}
#overlay #content > div {
	margin: 20px;
}
#overlay #border-right {
	background-image: url(/images/content-border-right.png);
	width: 27px;
}
#edge {
	background-image: url(/images/border-right.png);
	width: 16px;
}
#footer_container {
	color: #625738;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	width: 910px; /* Needs to be defined because its inside an absolute element. */
}
/*--------------------*/

/* Custom Definitions */
#menu_container div {
	background-repeat: no-repeat;
	background-position: -0px -0px;
	height: 30px; /* For IE6. */
	width: 229px; /* For IE6. */
}
#menu_container div:hover {
	background-position: -0px -30px;
	height: 30px; /* For IE6. */
	width: 229px; /* For IE6. */
}
#menu_container #selected {
	background-position: -0px -60px;
	height: 30px; /* For IE6. */
	width: 229px; /* For IE6. */
}
#bottom_links {
	color: #c84710;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 25px;
}
#bottom_links a {
	color: #c84710;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
#bottom_links a:hover {
	color: #733920;
	text-decoration: underline;
}
#photos_container div {
	float: left;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 7px;
	margin-right: 7px;
	text-align: center;
}
#news-container > div {
	float: left;
	margin-right: 10px;
	width: 190px;
}
.contact_form {
	background: #e5ddc6;
	text-align: center;
	width: 607px;
}
.contact_form td {
	padding: 6px 0px 6px 0px;
	text-align: left;
}
.table_padding td {
	padding: 6px 6px 6px 6px;
}
/*--------------------*/

/* sIFR Styles */
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active h2 {
	visibility: hidden;
}
/*--------------------*/

/* ReCaptcha Styles */
#recaptcha_container {
	padding: 4px 4px 4px 0px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*--------------------*/

/* Ext Overrides */
ul.x-menu-list, ul.x-menu-list li {
	margin: 0px;
}
/*--------------------*/

/* Print Media Definitions */
@media print {
}
/*--------------------*/
