@charset "UTF-8";
body {
	background-attachment: scroll;
	background-color: #002017;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #523a2b;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans", Calibri, sans-serif;
}
img, img a, img a:link {
	border: none;
}
a, a:link, a:visited, a:active {
	color: #3c0e00;
	text-decoration: underline;
}
a:hover {
	color: #003929;
}
#header {
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1080px;
	height: 165px;
}
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1080px;
	height: 115px;
	color: #fffcd6;
	padding-top: 8px;
}
#content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1080px;
	height: 500px;
	overflow: visible;
}
.mainwrapperindex {
	width: 1000px;
	background-image: url(../images/bg_wrapperindex.png);
	background-repeat: repeat-x;
	background-position: top;
}
.mainwrapperremainder {
	width: 1000px;
	background-image: url(../images/bg_wrapperremainder.png);
	background-repeat: repeat-y;
	background-position: top;
}
p {
	text-align: left;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #003929;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dcd5b4;
	width: 100%;
	display:inline-block;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul {
	font-family: "Lucida Grande", "Lucida Sans", Calibri, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #523a2b;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#leftside {
	width: 40px;
	height: 585px;
	background-image: url(../images/bg_content-left.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#rightside {
	width: 40px;
	height: 585px;
	background-image: url(../images/bg_content-right.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-text, .footer-text a, .footer-text a:link, .footer-text a:hover, .footer-text a:active, .footer-text a:visited {
	color: #fffcd6;
	text-decoration: none;
	font-weight: bold;
}
.legal, .legal a, .legal a:link, .legal a:hover, .legal a:active, .legal a:visited {
	padding-top: 5px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
.mainspace {
	width: 50px;
}
.randomquotewrapper {
	font-size: 11px;
	line-height: 18px;
	color: #fffcd6;
	background-color: #003929;
	text-align: center;
	padding: 0px;
	width: 330px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.randomquotewrapper a, .randomquotewrapper a:link, .randomquotewrapper a:hover, .randomquotewrapper a:active, .randomquotewrapper a:visited {
	color: #fffcd6;
	text-decoration: none;
}
.randomquotetext {
	width: 310px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.randomquotehead {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.leftcolumn {
	width: 330px;
}
.rightcolumn {
	width: 520px;
}
.leftcallout {
	width: 178px;
}
.middlecallout {
	width: 177px;
}
.rightcallout {
	width: 165px;
}
hr {
	width: 100%;
	height: 5px;
	border-style: none;
	border-width: 0px;
	color: #dcd5b4;
	background-color: #dcd5b4;
}
.sideimg {
	margin-bottom: 30px;
}