﻿@charset "UTF-8";
/* CSS Document */


html * {
	padding:0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F4E6A7;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #913F26;
}
h1  {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	color: #7C351F;
}
h2  {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	color: #7C351F;
	margin-bottom: 0.2em;
}
h3  {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	color: #7C351F;
	margin-bottom: 0.3em;
}
p  {
	padding-bottom: 0.6em;
	line-height: 1.3em;
}

strong { color: #7C351F; }

table {
	line-height: 1.3em;
	margin-top: 5px;
}
td { padding-bottom: 10px; }

#outerContainer {
	height: auto;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#innerContainer {
	height: auto;
	width: 884px;
	border: 1px solid #7C351F;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
}

#header {
	height: 174px;
	float: left;
	width: 884px;
}

#logo { float: left; }

#navigation {
	list-style-type: none;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

#navigation a {
	display: block;
	width: 122px;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
	margin-bottom: 3px;
	font-size: 1.2em;
	line-height: 2.1em;
	padding-left: 8px;
	padding-right: 5px;
	background-image: url(../images/linkBG.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#navigation  a:hover, #navigation a.current {
	color: #7C351F;
	background-position: 0px 0px;
}

#navigation .future {
	display: block;
	width: 122px;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
	margin-bottom: 3px;
	font-size: 1.2em;
	line-height: 2.1em;
	padding-left: 8px;
	padding-right: 5px;
	background-image: url(/images/linkBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#outerContent {
	float: left;
	width: 905px;
	height: auto;
}

#pageHeading {
	float: left;
	width: 480px;
	margin-left: 20px;
	height: auto;
	font-size: 1.15em;
	margin-bottom: 0.7em;
}

#content {
	float: left;
	width: 480px;
	height: auto;
	margin-left: 20px;
	padding-bottom: 20
];
	font-size: 1.3em;	/* overflow-y: auto;
	scrollbar-face-color: #7C351F;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #B0BAC4;
	scrollbar-shadow-color: #7C351F;
	scrollbar-highlight-color: #7C351F;
	scrollbar-3dlight-color: #AA712B;
	scrollbar-darkshadow-color: #7C351F;*/
	padding-bottom: 20px;
}
#content a {
	color: #AA712B;
	text-decoration: underline;
	font-weight: bold;
}

#content ul {
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 0.6em;
}

#content li {
	line-height: 1.2em;
	padding-bottom: 0.3em;
}
#content a:hover {
	color: #7C351F;
	text-decoration: underline;
}

#smallImages {
	float: left;
	height: 124px;
	width: 884px;
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA712B;
}

#smallImages img {
	float: left;
	margin-right: 2px;
}

#smallImages #legal {
	float: left;
	width: 440px;
	padding-left: 28px;
}

.smallText { font-size: 0.9em; }

#graphite {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
	color: #7C351F;
	padding-top: 4px;
	padding-bottom: 10px;
}

#graphite a {
	color: #7C351F;
	text-decoration: none;
}

#graphite a:hover {
	color: #7C351F;
	text-decoration: underline;
}
