/* CSS created by Scott Boggs, scottboggsdesign.com, 11/25/07 */
/* STRUCTURAL STYLES */
html {
	background-color: #887f6d;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
	background: #eee url(images/banner_BG.gif) repeat-x;
	width: 900px;
	border: 1px solid #272720;
	margin: 0px auto;
}
#banner {
	height: 70px;
	background: url(images/banner_logo.gif) no-repeat;
	margin: 0px 0px 0px 34px;
}
#navigation {
	background: url(images/nav_BG.gif) repeat-x;
	height: 30px;
	padding: 0px 24px 0px 24px;
	margin: 0px;
}
#navigation div.navItem, #navigation div.ON {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/*font-weight: bold;*/
	height: 30px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#navigation div.ON {
	background: url(images/nav_BG_ON.gif) repeat-x;
	color: #fff;
	height: 18px;
	padding: 6px 10px;
}
#contentwrapper {
	background: url(images/content_BG_home.jpg) no-repeat right top;
	background-color: #fff;
	padding: 15px 0px 15px 34px;
	margin: 0px;
}
#content {
	width: 500px;
	margin: 0px 0px 0px 0px;
}
#footer {
	background: #262721;
	height: 30px;
	font-size: 1em;
	color: #fff;
	padding-left: 34px;
}
#footer p {
	float: left;
	margin: 8px 20px 8px 0px;
}
/* CONTENT STYLES */
h1, h2, h3 {
	font-family: Arial;
	color: #861209;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3, h4 {
	font-size: 1.1em;
	color: #ff7302;
}
h4 {
	color: #262721;
}
table {
	padding: 0px;
	border: solid #262721;
	border-width: 1px 0px 0px 1px;
	margin: 0px;
}
th, td {
	border-collapse: collapse;
	padding: 5px 15px;
	border: solid #262721;
	border-width: 0px 1px 1px 0px;
}
th {
	font-size: 1.1em;
	font-weight: bold;
	background: #ccd5c4;
}
.backToTop {
	text-align: right;
	background: #ccd5c4;
	padding: 2px 4px 2px 0px;
}
.breadcrumb {
	background: #ccd5c4;
	padding: 2px 4px 2px 0px;
}
.caption {
	margin-top: 5px;
	font-weight: bold;
}
.fineprint {
	font-size: .9em;
	color: #999999;
}
.nobreak {
	white-space: nowrap;
}
.quote, .quoter {
	font-style: italic;
}
.quoter {
	text-align: right;
	font-weight: bold;
	margin-top: -1em;
}
/* LINK STYLES */
a:link, a:visited {
	color: #4771a5;
	text-decoration: underline;
}
a:hover {
	color: #ff7302;
	text-decoration: none;
}
#navigation div.navItem a:link, #navigation div.navItem a:visited {
	height: 18px;
	color: #262721;
	text-decoration: none;	
	display: block;
	float: left;
	padding: 6px 10px;
}
/*
* html #navigation div.navItem a {
	width:100%
}
*/
#navigation div.navItem a:hover {
	color: #fff;
	background: url(images/nav_BG_ON.gif) repeat-x;
}
#footer a:link, #footer a:visited {
	color: #ccd5c4;
}
#footer a:hover {
	color: #ff7302;
}
