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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #7A1501;
	color: #000;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.decorative_stripe1 {
	background-color: #000;
}
.decorative_stripe2 {
	background-color: #cfa43a;
}
#container {
	margin: 0 auto;
	width: 970px;
}
#banner {
	position: relative;
	height: 76px;
}
#logo_box {
	position: absolute;
	top: -17px;
	left: 30px;
}
#quote_box {
	position: absolute;
	top: 15px;
	left: 420px;
}
#persist_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: normal;
	background-color: #000;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	left: 705px;
	top: -26px;
	width: 267px;
}
#persist_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 2px 0px;
	border-right: 1px solid white;
}
#persist_nav li {
	display:inline;
	margin: 0;
	padding: 0;
	border-left: 1px solid white;
	padding: 2px 15px 2px 15px;
}
#persist_nav a {
	color: #FFF;
	text-decoration: none;
}
#content {
	background-image: url(../images/repeating_center.jpg);
	background-repeat: repeat-y;
}
#menubar {
	float:left;
	width: 200px;
}
#menubar ul {
	list-style-type: none;
	margin: 50px 20px 0px 20px;
	padding: 0px 10px 0px 0px;
}
#menubar li {
	margin: 0;
	padding: 5px 0px 7px 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7A1501;
}
#menubar ul a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menubar ul a:hover {
	text-decoration: underline;
}
#sidebar {
	float:right;
	width: 200px;
	padding-top: 25px;
	text-align:center;
}
#sidebar p {
	margin: 0;
	padding: 0;
}
#sidebar_box {
	background-image: url(../images/box_repeat.gif);
	background-repeat: repeat-y;
	width: 170px;
	margin: -5px 0px 0px 15px;
	padding: 7px;
	text-align: left;
}
#sidebar_box p {
	padding: 7px 20px 7px 7px;
}
#sidebar_box h2 {
	margin-bottom: 0px;
	color: #7A1501;
}
#center {
	position: relative;
	float:left;
	width: 570px;
	background-color: #FFF;
}
#center #secondary{
	background-image: url(../images/bg_yellow_fade.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}
#center img {
	float:right;
}
#center h1 {
	margin: 0;
	padding: 10px 25px 15px 25px;
	line-height: 110%;
	color: #7a1501;
}
#center h2 {
	margin: 0;
	padding: 1px 25px 15px 25px;
	font-size: 18px;
	color: #7a1501;
}
#center p, #center ul {
	margin: 0;
	padding: 0px 25px 15px 25px;
}
#center li {
	margin: 0px 0px 3px 15px;
	padding: 0px 0px 0px 0px;
}
#footer {
	clear:both;
	margin-bottom: 30px;
	padding: 0px 10px 0px 10px; 
	font-size: 10px;
}
#footer label {
	color: #7A1501;
}

#center label {
	position: relative;
	padding: 0px 25px 15px 25px;
	color: #7A1501;
}
#center label input, #center label textarea {
	position: absolute;
	left: 100px;
}
