/* Global Styles */
html {
	background:url("../images/bg_gradient.gif") repeat-x top left #743410;
	height:100%;
}
body {
	margin:0 auto;
	padding:25px 0 0;
	background:url("../images/bg_img.gif") no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	width:1024px;
}
html>body {
	min-height:100%;
	height:auto;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul li {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
a {
	color:#000;
}
/* Misc Styles */
.clear {
	clear:both;
}
.lr_pad {
	padding:0 10px !important;
}
.no_border {
	border:0 !important;
}
.input {
	padding-bottom:10px;
}
.error {
	color:#ff0000;
	font-size:10px;
}
.blank {
	display:none;
	visibility:hidden;
}
/* Wrapper Styles */
#wrapper {
	width:830px;
	margin:0 auto;
}
#content {
	float:left;
	background:#665656;
	width:830px;
	padding:10px 10px 10px;
}
/* Header Styles */
#header {
	float:left;
	background:url("../images/banner.gif") no-repeat;
	width:830px;
	height:126px;
	margin-bottom:10px;
}
#header ul {
	padding:5em 0 0 35em;
}
#header ul li {
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #000;
}
#header ul li a {
	color:#684e21;
	font-weight:bold;
	text-decoration:none;
}
#header ul li a:hover {
	color:#a00809;
}
/* Home Left Styles */
#home_left {
	float:left;
	width:575px;
	height:450px;
}
#slideshow {
	float:left;
	background:#000;
	width:575px;
	height:300px;
}
#upcoming_events {
	float:left;
	background:url("../images/upcomingevents_bg.gif") repeat-x;
	width:350px;
	height:140px;
	margin-top:10px;
}
#upcoming_events h1 {
	background:url("../images/upcomingevents.gif") no-repeat;
	width:185px;
	height:30px;
	margin:15px 0 0 15px;
}
#upcoming_events ul {
	padding:2px 15px;
}
#upcoming_events ul li {
	padding-bottom:10px;
}
#our_links {
	float:left;
	background:url("../images/upcomingevents_bg.gif") repeat-x;
	width:215px;
	height:140px;
	margin:10px 0 0 10px;
}
#our_links h1 {
	background:url("../images/our_links.gif") no-repeat;
	width:126px;
	height:31px;
	margin:15px 0 0 15px;
}
#our_links ul {
	padding:3px 15px;
	font-size:11px;
}
#our_links ul li {
	padding-bottom:5px;
}
#our_links ul li a {
	text-decoration:none;
}
#our_links ul li a:hover {
	text-decoration:underline;
}
/* Welcome Styles */
#welcome {
	float:left;
	background:url("../images/welcome_bg.gif") repeat-x;
	width:245px;
	height:450px;
	margin-left:10px;
}
#welcome h1 {
	background:url("../images/welcome.gif") no-repeat;
	width:112px;
	height:33px;
	margin:15px auto;
}
#welcome p {
	margin:0;
	padding:0 10px 15px;
}
/* Bottom Region Styles */
#bottom_regions {
	float:left;
	width:830px;
	height:167px;
	clear:both;
}
#bottom_regions ul {
	margin-top:10px;
}
#bottom_regions ul li {
	float:left;
}
/* Secondary Page Styles */
#secondary_pages {
	float:left;
	width:830px;
	background:url("../images/secondary_bg_repeat.gif") repeat-y;
	min-height:600px;
	clear:both;
}
#left_content {
	float:left;
	width:200px;
	min-height:600px;
}
#left_content h1 {
	padding:20px 20px 5px;
	color:#fff;
	font-size:16px;
}
#left_content h2 {
	color:#f7ecd0;
	font-size:13px;
	margin:0 20px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #f7ecd0;
}
#left_content ul {
	color:#fff;
	padding:10px 20px;
}
#left_content ul li {
	padding-bottom:10px;
}
#left_content ul li a {
	color:#fff;
	text-decoration:none;
}
#left_content ul li a:hover {
	color:#f7ecd0;
}
#right_content {
	float:left;
	margin-left:10px;
	width:577px;
	min-height:560px;
	padding:20px;
}
#right_content h3 {
	color:#a00809;
	font-size:16px;
	padding:15px 0 2px;
	border-bottom:1px solid #eee;
}
#right_content h4 {
	color:#665656;
	font-size:14px;
	border-bottom:1px solid #eee;
	padding-bottom:2px;
}
#right_content p a:hover {
	text-decoration:none;
}
/* Footer Styles */
#footer {
	text-align:center;
	padding:10px 0;
	font-size:10px;
	color:#fff;
	clear:both;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
}
