@charset "ISO-8859-1";
body {
	background: #804a09;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body.bodyStyle {
	background-image: url(../images/bg-full2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border: none;
	border-width: 0px;
	border-style: none;
}
a:link {
	color: #516a55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #516a55;
}
a:hover {
	text-decoration: underline;
	color: #516a55;
}
a:active {
	text-decoration: none;
	color: #804a09;
}
p {
	line-height: 20px;
	margin: 8px 0px;
}
h1,h2,h4,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 32px;
	color: #598184;
}
h2 {
	font-size: 24px;
	color: #516a55;
}
h3 {
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 15px;
	color: #804a09;
	padding: 0px;
	margin: 8px 0px;
}
h5 {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 10px;
	color: #464f62;
	padding: 0px;
	margin: 0px;
}
ul {
	font-size: .9em;
}
ul, ul li {
	margin: 3px 0px 8px 0px;
}
hr { 
	color: #ccc7bc;
	background: #ccc7bc;
	margin: 25px auto;
	height: 1px;
	border: 0 none;
	width: 80%
}
hr.hrline {
	background: url(../images/bg-hr.png) no-repeat center bottom;
	margin: 25px auto;
	height: 1px;
	border: 0 none;
	width: 80%;
	clear: both;
}
hr.hrline555 { 
	background: url(../images/bg-hr555.png) no-repeat center bottom;
	margin: 25px auto;
	height: 1px;
	border: 0 none;
	width: 80%
}
.line { 
	color: #eae8d8;
	background: #eae8d8 url(../images/bg-hr.png) no-repeat center bottom;
	margin: 25px auto;
	height: 1px;
	width: 80%
}
#bodyfooter {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/bg-full2footer.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width: 920px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: url(../images/bg-header.png);
	padding: 0px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	height: 180px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent-bg {
	padding: 0px 8px;
	background: #eae8d8;
	border: none;
	background-image: url(../images/bg-contentstroke.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainContent {
	padding: 8px;
	background: #eae8d8;
	border: none;
	background-image: url(../images/bg-contentfill2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer {
	padding: 28px 8px 8px 8px;
	background: url(../images/bg-footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
}
#footer h6 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #EAE8D8;
}
#header #logoBox {
	width:189px;
	height:105px;
	margin: 0px auto;
	padding: 55px 0px 0px 0px;
}
#navBox {
	text-align: left;
	float: left;
	width: 200px;
}
#contentBox {
	text-align: left;
	float: left;
	width: 660px;
	padding: 10px 10px 20px 10px;
}
#contentBox-wide {
	text-align: center;
	clear: both;
	margin: 0px 20px;
	width: 850px;
}
#linksBox {
	background-color: #f1f1e8;
	text-align: left;
	margin: 10px 8px 0px 8px;
	padding: 0px;
	width: 200px;
	background-image: url(../images/bg-linksbox2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 228px;
	float: left;
}
#linksBox.first {
	margin-left: 0px;
}
#linksBox.last {
	margin-right: 0px;
}
#linksBox #linksBox-text {
	padding: 8px 13px;
}
ul#navList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #598184;
	text-align: left;
	margin: 0px;
	padding: 15px 5px 15px 15px;
	width: auto;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#headlineBox {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
p.intro {
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}
#mainStory {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
#subStory-left {
	width: 48%;
	float: left;
	padding-bottom: 20px;
}
#subStory-right {
	width: 48%;
	float: right;
	padding-bottom: 20px;
}
#linksList {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px;
}
#imageBox {
	border: 20px solid #e1dec9;
	padding: 0px;
	margin: 20px auto;
	float: none;
	text-align: center;
	width: auto;
	background-color: #e1dec9;
}
#imageBox-right {
	float: right;
	border: 20px solid #f5f5ed;
	padding: 0px;
	margin: 20px 0px 20px 15px;
	background-color: #f5f5ed;
}
#imageBox-left {
	float: left;
	border: 20px solid #f5f5ed;
	padding: 0px;
	margin: 20px 15px 20px 0px;
	background-color: #f5f5ed;
}
#imageBox-sm {
	border: 8px solid #e1dec9;
	padding: 0px;
	margin: 10px auto;
	float: none;
	text-align: center;
	width: auto;
	background-color: #e1dec9;
}
#imageBox-right-sm {
	float: right;
	border: 8px solid #f5f5ed;
	padding: 0px;
	margin: 10px 0px 10px 8px;
	background-color: #f5f5ed;
	clear: right;
}
#imageBox-left-sm {
	float: left;
	border: 8px solid #f5f5ed;
	padding: 0px;
	margin: 10px 8px 10px 0px;
	background-color: #f5f5ed;
}
table.tableList {
	margin: 0px auto;
	font-size: 11px;
	background-color: #e1dec9;
}
table.tableList tr th {
	padding: 8px;
}
table.tableList tr td {
	padding: 8px;
}
table.tableBox {
	margin: 0px auto;
	font-size: 11px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: #f5f5ed;
}
table.tableBox th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #f5f5ed;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tableBox td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #f5f5ed;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tableForm {
	margin: 0px auto;
}
table.tableForm tr td {
	padding: 13px 5px;
}
table.webform {
	margin: 10px auto;
	background-color: #faf9f5;
	width: 380px;
}
table.webform tr td {
	padding: 5px 20px;
	font-size: 11px;
}
.req {
	color: #b00000;
}
.odd {
   background: #f5f5ed;
}
#newsletterAccordion {
	margin: 0px auto;
	width: 88%;
}
#newsletterAccordion a {
	color: #804a09;
}
ul.newsletterList {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	font-size: 11px;
	margin: 0px 0px 8px 0px
}
ul.newsletterList li {
	padding: 8px 0px;
	border-bottom: 1px solid #ccc7bc;
}
#newsletterAccordion ul.newsletterList li a {
	color: #516a55;
	font-weight: bold;
}
span.photocredit {
	font-size: 9px;
	color: #555555;
}
