/* base for every style sheet herein */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
 margin: 0; padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFF;
}
body {
	text-align: center; /*centers in IE*/
	background-color: #ECECEC;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	display: block;
	text-align: left; /*resets text alignment*/
	width: 768px; height: auto;
	background-color: #663333;
	border-top-color: #BA9355;
	border-top-width: 15px;
	border-top-style: solid;
	border-bottom-color: #BA9355;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	margin: 0 auto; /*centers in FF, Op, etc*/
}
.hidden { display: none; }

/* masthead */
#masthead {
	display: block;
	width: 766px; height: 85px;
	padding-top: 11px;
	margin-left: 1px;
	border-top-color: #736D4A;
	border-top-width: 1px;
	border-top-style: solid;
	
}
#masthead ul {
	display: block;
	height: 85px;
	background-image: url(images/nav_fill.jpg);
	background-position: 162px 0;
	list-style-type: none;
}
#masthead ul li {
	display: inline;
	float: left;
	margin-top: 40px;
}
#masthead ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 20px;
	text-decoration: none;
}
#masthead ul li a:hover { text-decoration: underline; border: 0; }
#masthead ul li#logo { margin: 0; }
#masthead ul li#logo a {
	display: block;
	text-indent: -999px;
	text-decoration: none;
	width: 154px; height: 85px;
	margin: 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
/* */

/* body content */
#content {
	clear: both;
	width: 760px; height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#content #sidebar {
	display: block;
	float: left;
	margin-left: 5px;
}
#content img { display: block; border: 0; }
#content #sidebar ul { list-style-type: none; }
#content #sidebar ul li {
	font-size: 12px;
	margin-left: 15px;
}

#content p, address {
	margin: 0 30px 10px 15px;
	margin: 0 20px 10px 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #content p, html>body address { margin: 0 30px 15px 15px; }

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin: 10px 10px 10px 10px;
	border-bottom: solid 1px #FFF;
	letter-spacing: .25em;
}
#content h1.home { font-size: 15px;  text-align: center; }
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h3 { font-size: 12px; font-weight: normal; }
#content p, address {
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
}
#content a:link, #content a:visited, #content a:active { margin: 0; padding: 0; color: #FFF; text-decoration: underline; }
#content a:hover { text-decoration: underline; color: #BA9355; }
#content ul#flowing {
	display: block;
	float: left;
	width: 500px; height: 275px;
	list-style-type: none;
}
#content ul#flowing li {
	float: left;
	background-image: url(images/tn_back.jpg);
	background-repeat: no-repeat;
	width: 165px; height: 104px;
	margin-top: 10px;
}
#content ul#flowing li p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	margin-top: 3px; margin-bottom: 10px;
}
#content ul#flowing li img, #content ul#flowing li object {
	margin: 0;
	margin: 5px 0 6px 10px;
	margin: 5px 0 6px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #content ul#flowing li img, html>body #content ul#flowing li object { margin: 5px 0 6px 10px; }

#content #content_bar {
	display: block; height: auto;
	background-color: #723F3F;
	padding-bottom: 10px;
	float: left;
	width: 495px;
	width: 490px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #content #content_bar { width: 495px; }
#content #content_bar.scroll { height: 325px; overflow: auto; }

#content #content_bar h2 {
	margin: 0 0 0 0;
	margin: 10px 15px 5px 15px;
	font-size: 13px;
	color: #ECECEC;
	letter-spacing: .1em;
}

#content #content_bar hr {
	clear: both;
	width: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content #content_bar img { margin: 5px 10px 10px 10px; }
#content #content_bar .left, #content #content_bar .right { clear: both; }
#content #content_bar .right { text-align: right; }
#content #content_bar .right p { margin-right: 185px; }
#content #content_bar .left img { float: left;}
#content #content_bar .right img { float: right; }

#content form#flushed_left { margin: 6px 14px 6px 14px; }
#content form#flushed_left fieldset, #content form#flushed_left input, #content form#flushed_left textarea {
	border: 1px solid #DABAB9;
}
#content form#flushed_left fieldset { padding-bottom: 12px; padding-top: 10px; padding-left: 10px; }
#content form#flushed_left legend {
	font-weight: bold;
	color: #DABAB9;
	font-size: 11px;
	margin: 0 3px 0 3px;
}
#content form#flushed_left ul { display: block; list-style-type: none; margin-left: 0; }
#content form#flushed_left ul li { margin-left: 15px; }
#content form#flushed_left input, #content form#flushed_left textarea {
	width: 300px;
	top: -12px;
	left: 105px;
	position: relative;
}
#content form#flushed_left label { width: 100px; display: block; font-size: 11px; }
#content form#flushed_left button {
	left: 105px;
	position: relative;
	color: #000;
	font-size: 11px;
	background-color: #CCCCCC;
}


/* contact page rules */
address {
	display: block;
	float: left;
	font-style: normal;
}

/* footer rules */
#footer {
	clear: both;
	text-align: center;
	margin: 12px 0 12px 0;
}
#footer p, #footer li a, #footer h6 { font-size: 10px; color: #DABAB9; }
.inline { display: inline; }
#footer h6 { display: inline; font-weight: normal; margin-left: 10px; }
#footer a { color: #DABAB9; text-decoration: none; } #footer a:hover { text-decoration: underline; }

#footer ul {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}