@charset "UTF-8";
/* CSS Document */

/*OVERALL LAYOUT*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg);
	font-size: 100%;
}
#divWrap {
	background: #a10000 url(../images/bg-redTexture.jpg) no-repeat;
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #5d0000;
	padding-left: 30px;
	font: 0.75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	color: #5C0001;
}
.printonly {
	display: none;
}

/*TAG STYLES*/
p, h1, h3, h4, blockquote  {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
ol li {
	margin-bottom: 1em;
	padding-bottom: 0px;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
}
h2 {
	font-size: 1.2em;
	background: url(../images/icons/link.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 20px;
	border-top: 1px dashed #050000;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.2em;
}
a {
	font-weight: bold;
	color: #A10000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

/*LAYOUT STYLES*/
#Row1 {
	margin-bottom: 5px;
}
.tagline {
	margin-left: 5px;
}
#Row2 {
	position: relative;
}
#divLeftCol {
	width: 185px;
	float: left;
	margin-right: 5px;
}
#divNav {
	background: #a1541b url(../images/nav-bg.jpg) no-repeat;
	border: 1px solid #5e0000;
	padding: 0 10px;
}
.search {
	background: url(../images/icons/search.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
	font-size: .9em;
	color: #f3f0e7;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
.search a {
	color: #f3f0e7;
}
.contact {
	color: #ffffff;
	font-size: 0.8em;
	padding-top: 20px;
	line-height: 1.2em;
}
.contact a {
	color: #ffffff;
	text-decoration: underline;
}
#divCenterCol {
	float: left;
	width: 650px;
}
#divContent {
	background: #F3F0E6;
	border-top: 1px solid #5e0000;
	border-left: 1px solid #5e0000;
	border-right: 1px solid #5E0000;
	width: 598px;
	min-height: 500px;
	padding: 20px 30px 5px 20px;
}
#divRightCol {
	position: absolute;
	top: 5px;
	right: 0px;
}
#divRightCol img {
	margin-bottom: 5px;
}
#divFooter {
	text-align: right;
	width: 980px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#divFooter a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/*NAVIGATION MENU STYLES*/
#accordion, #accordion ul, #accordion li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#accordion a.closed, #accordion a.opened {
	background: url(../images/arrow.png) no-repeat right center;
}
#accordion a {
	padding: 10px 0;
	border-bottom: 1px solid #dfd1b4;
	font-size: 0.8em;
	color: #f3f0e7;
	display: block;
}
#accordion li {
	zoom: 1;
}
#accordion a:hover {
	text-decoration: none;
	background-color: #dab78e;
}
#accordion ul {
	border-bottom: solid 1px #dfd1b4;
}
#accordion ul a {
	border-bottom: dashed 1px #dedede;
	/*background-color: #d9c3a3;
	color: #84430d;*/
	background-color: #c08035;
	padding: 5px 3px;
	margin: 0 10px;
}
#accordion ul a:hover {
	background-color: #dab78e;
}
#accordion ul li.final a {
	border-bottom: none;
}

/*CLASS STYLES*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.homeFeature {
	width: 300px;
}
.redBar {
	line-height: 27px;
	background: #4A110B url(../images/featuresHome/bg.gif) repeat-x;
	padding-left: 5px;
	color: #ffffff;
	border: 1px solid #5e0000;
}
.articleTitle {
	background: url(../images/icons/article.gif) no-repeat left bottom;
	padding-left: 20px;
}
.toTop {
	font-size: .85em;
}
.printLink {
	font-size: 0.85em;
	padding: 2px 30px 2px 5px;
	float: right;
	border: 1px solid #5C0001;
	font-weight: bold;
	background: url(../images/icons/print.gif) no-repeat right center;
}
.facebook {
	float: left;
	margin-right: 10px;
}
.photoLeft {
	border: 1px solid;
	float: left;
	margin: 0 10px 10px 0;
}
.photoRight {
	border: 1px solid;
	float: right;
	margin: 0 0 10px 10px;
}
.redtext {
	color: #A10000;
}

