body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 12px "Lucida Grande", Verdana, Georgia, Sans;
	background: rgb(234,232,190);
	color: rgb(75,75,75);
}

img {
	border: none;
}

a {
	color: rgb(210,15,36);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	position: relative;
	width: 885px;
	margin: 0 auto;
}

/* topbar */
#topbar {
	margin: 0;
	background: #000;
	height: 45px;
	padding: 15px;
	position: relative;
	color: #fff;
}

#topbar #logo {
	float: left;
	position: relative;
	top: -10px;
	left: -10px;
}

#topbar h1, #topbar h1 a, #topbar h2, #topbar h3 {
	color: #fff;
	font-weight: normal;
	margin: 0;
}

#topbar h1 {
	font: 18px Georgia, Verdana, Serif;
}

#topbar h2 {
	position: absolute;
	right: 20px;
	top: 25px;
	font: 16px Arial;
}

#topbar h3 {
	font-size: 12px;
}

/* header */
#header {
	height: 224px;
	background: transparent url(../images/headers/0000/0001/header1.jpg) no-repeat;
}

/* menus */
#topmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Georgia, Serif;
	font-size: 15px;
	text-transform: uppercase;
}

#topmenu li {
	display: block;
	float: left;
	height: 40px;
	background: rgb(232,230,230) url(../images/menu_inactive.png) repeat-x;
	text-align: center;
	padding-top: 20px;
}

#topmenu li.div {
	width: 1px;
	background: url(../images/menu_divider.png);
}

#topmenu a {
	color: rgb(70,70,70);
}

#topmenu li:hover {
	background: url(../images/menu_active.png) repeat-x;
}

#topmenu li:hover a {
	color: rgb(210,15,36);
}

#topmenu #home {width: 89px;}
#topmenu #about {width: 96px;}
#topmenu #activities {width: 116px;}
#topmenu #directory {width: 210px;}
#topmenu #plan {width: 167px;}
#topmenu #links {width: 83px;}
#topmenu #contact {width: 118px;}

#submenu {
	margin: 0;
	clear: both;
	width: 100%;
	background-color: rgb(210,15,36);
	list-style: none;
	padding: 0;
	height: 31px;
}

#submenu li {
	display: block;
	float: left;
	margin: 7px 0 0 20px;
}

#submenu a {
	color: #fff;
}

#submenu a:hover, #submenu li.active a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/* content */
#content {
	padding: 15px 15px 50px 15px;
	background: #fff;
}

h2, h3 {
	color: rgb(210,15,36);
	margin-top: 0px;
	font-size: 18px;
}

h2 {
	font-size: 22px;
}

.box {
	position: relative;
	padding: 0 20px;
}

.box .right {
	width: 300px;
	margin-left: 500px;
}

.box .left {
	float: left;
	width: 470px;
}

.box h3, .box h4 {
	color: #000;
	margin-bottom: 0;
}

.box p {
	margin: 3px 0;
}

.box_wide {
	margin-bottom: 10px;
}

.box_wide .clear {
	margin: 0;
}

.box_wide .right {
	width: 310px;
	margin-left: 515px;
}

.box_wide .left {
	float: left;
	width: 460px;
	padding: 0;
}

.box_wide .left div {
	padding: 10px 20px;
}

.box_wide #intro {
	background: rgb(214,214,214);
	margin-bottom: 10px;
	padding: 20px 20px;
}

.box_wide #regions {
	margin-bottom: 10px;
}

.box_wide .left p {
	color: rgb(120,120,120);
	line-height: 200%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.box .grey {
	padding: 20px;
	background: rgb(214,214,214);
	margin-bottom: 20px;
}

.box .grey strong {
	font-size: 16px;
	font-weight: bold;
}

.box .grey h3 {
	font-size: 16px;
	color: rgb(75,75,75);
}

.box_wide .left p.main {
	color: rgb(42,42,42);
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
}

.clear {
	margin-top: 20px;
	clear: both;
}

/* news */
.left #news, .left #news p {
	line-height: 120%;
	text-align: justify;
}

.news_item a.title {
	color: rgb(42,42,42);
}

.news_item span {
	color: rgb(161,161,161);
	font-size: 11px;
}

.left div.news_item {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

.left .news_item div.border {
	width: 80%;
	margin: 25px auto;
	height: 1px;
	background: rgb(209,209,209);
	padding: 0px;
}

/* gallery */
.gallery_item_small {
	float: right;
	display: block;
}

.gallery_item_small img {
	width: 93px;
	height: 70px;
	border: 1px solid #000;
	margin: 0 0 2px 5px;
}

.right_link {
	clear: right;
	display: block;
	text-align: right;
}

/* footer */
#footer {
	border-top: 7px solid rgb(210,15,36);
	background: rgb(240,210,199);
	height: 300px;
	padding: 30px 50px 0 50px;
	color: rgb(131,93,81);
	font-size: 12px;
}

#footer .left {
	width: 225px;
	float: left;
}

#footer .right {
	width: 490px;
	margin-left: 290px;
}

#footer .event {
	border-bottom: 1px solid rgb(196,141,143);
}

#footer .event .date {
	float: left;
	position: relative;
	top: 1px;
}

#footer .event p {
	display: block;
	margin:0 0 10px 140px;
}

#footer .event a {
	color: rgb(131,93,81);
}

#footer p {
	margin: 0 0 20px 0;
	line-height: 150%;
}

#footer #resources {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer #resources li {
	display: block;
	float: left;
	width: 120px;
	height: 25px;
}

#copyright {
	background: rgb(210,15,36);
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.5px;
	padding: 30px 60px;
}

#copyright a {
	color: #fff;
}

#copyright img {
	float: left;
	position: relative;
	left: -10px;
	top: -7px;
}

#copyright p {
	margin: 1px;
}

/* news */
.news_header {
	position: relative;
	border-bottom: 1px dotted rgb(164,164,164);
	margin-bottom: 10px;
}

.news_header h3 {
	margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;
}

.news_header .date {
	position: absolute;
	right: 0;
	top: 0;
	color: rgb(164,164,164);
	font-size: 14px;
}

/* calendar */
.calendar {
	width: 410px;
}

.calendar .top {
	position: relative;
	text-align: center;
	background: rgb(210,15,36);
	height: 30px;
	color: #fff;
}

.calendar .top a {
	color: #fff;
}

.calendar .top .prev {
	position: absolute;
	left: 10px;
	top: 7px;
}

.calendar .top .next {
	position: absolute;
	right: 10px;
	top: 7px;
}

.calendar .top .month {
	position: relative;
	top: 4px;
	font-size: 18px;
}

.calendar .week_header {
	background-color: rgb(150,150,150);
	height: 27px;
	padding-top: 3px;
}

.calendar .week_header div {
	float: left;
	width: 57px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.calendar .week {
	background-color: rgb(238,238,238);
	height: 36px;
	padding-top: 4px;
}
 
.calendar .week div {
	float: left;
	width: 45px;
	text-align: center;
	font-size: 18px;
	padding: 8px 0 4px 0;
	margin: 2px 6px;
	height: 24px;
}

.calendar .week a, .calendar .week {
	color: rgb(75,75,75);
}

.calendar .week div.inactive {
	color: rgb(238,238,238);
}

.calendar .week div.today {
	background-color: rgb(0,195,37);
}

.calendar .week div.event {
	background-color: rgb(255,248,66);
}

.calendar .bottom {
	position: relative;
	text-align: center;
	background: rgb(210,15,36);
	height: 25px;
	color: #fff;
}

/* event */
.event_list {
	position: relative;
	border-bottom: 1px solid rgb(164,164,164);
	margin-bottom: 10px;
}

.event_list h3, .event_list a {
	margin-bottom: 5px;
	color: rgb(75,75,75);
	font-size: 12px;
}

/* forms */
form input[type=text], form select, form textarea {
	border: 1px solid rgb(179,179,179);
	padding: 5px;
	font-size: 14px;
}

form.fixed input[type=text], form textarea {
	width: 70%;
}

form textarea {
	height: 75px;
}

form input[type=submit] {
	border: 1px solid rgb(179,179,179);
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(210,15,36);
	padding: 10px 25px;
	background: #fff url(../images/button_bg.png) repeat-x;
	font-weight: bold;
	cursor: pointer;
}

form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

form small {
	font-size: 12px;
	margin-left: 10px;
	color: #ddd;
}

/* business */
.search_result {
	border-bottom: 1px dotted rgb(179,179,179);
}

.search_result h3 {
	color: rgb(75,75,75);
	float: left;
	font-size: 14px;
}

.search_result p {
	margin-left: 300px;
	padding-top: 2px;
}

.search_result a {
	padding-right: 10px;
}

#map {
	height: 300px;
}

#map.community {
	margin-top: 10px;
	height: 500px;
}

/* gallery */
.gallery_item {
	float:left;
	margin:15px;
}

.gallery_item img {
	width: 120px;
}

.gallery_item p {
	margin: 0;
	text-align: center;
}

/* board members */
.board_member {
	float: left;
	margin: 15px;
	width: 370px;
	height: 140px;
	border-bottom: 1px dotted rgb(102,102,102);
	position: relative;
}

.board_member a {
	position: absolute;
	right: 5px;
	bottom: 20px;
}

.board_member img {
	width: 90px;
	float: left;
}

.board_member div {
	margin-left: 110px;
}

.board_member h3 {
	color: rgb(210,15,36);
	margin-bottom: 10px;
}

.board_member .rank, p.rank {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

/* contact */
.contact-cont {
	height: 100px;
}

.contact-cont h4 {
	margin-top: 0;
	margin-bottom: 3px;
}

.contact-cont .cright {
	width: 190px;
	margin-left: 210px;
}

.contact-cont .cleft {
	float: left;
	width: 195px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}

.contact .left {
	width: 400px;
}

.contact .right {
	margin-left: 430px;
	width: 400px;
}

.contact form input[type=text], .contact form textarea {
	width: 95%;
}

/* flash notifications */
#flash {padding: 10px;border: 1px solid;margin:10px;}
#flash.notice {background-color: rgb(162,255,117);border-color: rgb(79,125,57);}
#flash.error {background-color: rgb(255,69,75);border-color: rgb(168,46,50);}