@charset "utf-8";
/* CSS Document */

body {
	background: #333333 url(../images/bkgd_rpt.jpg) repeat;
	color: #333333;
	font: normal medium/120% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a, a img {
	text-decoration: none;
	border-style: none;
}

/****   Header  ***/
#header {
	height: 236px;
	width: 100%;
	background: #2C2A2B url(../images/header_bkgd_rpt.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#headerlogo {
	height: 236px;
	width: 760px;
	text-align: left;
	color: #FFFFFF;
	background: #D03020 url(../images/header.jpg) no-repeat center;
	font: bold 24px Arial, Helvetica, sans-serif;
	text-indent: 30px;
	margin: 0px auto;
}

/****   Body  ***/

#bodyrow {
	background: #FFFFFF url(../images/bodybox_bottom.jpg) no-repeat left bottom;
	height: auto;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#bodyrow .topimg {
	margin: 0px;
	padding: 0px;
}

#bodynavbox {
	float: left;
	width: 208px;
	background: #BC0203 url(../images/navbox_bottom.jpg) no-repeat left bottom;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
}

#bodynavbox a.boxtop {
	margin: 0px;
	padding: 0px;
}

#bodynavbox ul {
	margin: 0px;
	padding: 6px 10px 14px 14px;
	list-style: none;
}
#bodynavbox ul li {
	margin: 0px 0px 6px 50px;
	padding: 0px;
	text-indent: 10px;
}

#bodynavbox li a {
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 120px;
}

#bodynavbox li a:hover {
	color: #FFFFFF;
	background: #1B98EC;
}

#bodynavbox li.home  {
	list-style: url(../images/icon_home.gif);
}
#bodynavbox li.photo  {
	list-style: url(../images/icon_photos.gif);
}
#bodynavbox li.contact  {
	list-style: url(../images/icon_contact.gif);
}
#bodynavbox li.member  {
	list-style: url(../images/icon_hat.gif);
}
#bodynavbox li.schedule  {
	list-style: url(../images/icon_schedule.jpg);
}

#bodyeventsbox {
	float: left;
	width: 208px;
	background: #BC0203 url(../images/navbox_bottom.jpg) no-repeat left bottom;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: left;
}
#bodyeventsbox #inside {
	margin: 0px 16px 20px;
	padding: 0px;
	width: auto;
	color: #FFFFFF;
	font-size: 11px;
}
#bodyeventsbox #inside h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #1A96F0;
}

#bodycontent {
	margin-right: 20px;
	margin-left: 240px;
	padding: 0px 0px 20px;
	margin-top: 15px;
}

#bodycontent h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 60px;
	line-height: 32px;
}
#bodycontent h1.home {
	background: url(../images/h1_home.jpg) no-repeat left bottom;
}
#bodycontent h1.members {
	background: url(../images/h1_hat.jpg) no-repeat left bottom;
}
#bodycontent h1.photo {
	background: url(../images/h1_photos.jpg) no-repeat left bottom;
}
#bodycontent h1.contact {
	background: url(../images/h1_contact.jpg) no-repeat left bottom;
}
#bodycontent h1.schedule {
	background: url(../images/h1_schedule.jpg) no-repeat left bottom;
}

#bodycontent .flashbox {
	border: 1px solid #333333;
	width: 480px;
}

#bodyclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/****   Footer  ***/
#footer {
	background: #333333 no-repeat;
	font: normal x-small/30px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	width: 740px;
	margin: 10px auto;
}
