@charset "utf-8";

body {
	background-color: #CCC;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}

#top_nav {
	width: 980px;
	height: 23px;
	text-align: right;
	padding: 30px 0px 5px 0;
	background: url(../images/top.jpg) no-repeat #F2EFC6;
	color: #721011;
}

#top_nav a {
	text-decoration: none;
	color: #731112;
	margin: 0 10px;
}

#top_nav a:hover { color: #74AC93; }

#visitor_button { float: left; }

#right_button_container { float: right; }

#chamber_button { float: left; }

#business_button { float: right; }

#body_container { background: url(../images/body_bg.jpg) repeat-y #FFF; }

#body_left_col {
	width: 220px;
	float: left;
}

#right_body_container {
	float: right;
	width: 760px;
}

#body_mid_col {
	float: left;
	width: 540px;
}

#body_right_col {
	float: right;
	width: 220px;
}

#left_content, #right_content {
	margin-top: 20px;
	text-align: center;
}

#left_content div, #right_content div { margin: 0 auto 15px; }

/**  Left nav menu styles  **/

.left_nav {
	background-color: #FFF;
	float: right;
	margin-top: 10px;
	text-align: left;
	font-size: 10px;
	padding-bottom: 5px;
	width: 197px;
}

.left_nav a, .left_nav_active {
	text-decoration: none;
	margin-left: 10px;
	display: block;
	margin-top: 7px;
	color: #721011;
	height: 13px;
}

#left_nav_sub_menu { margin: 0px; }

.left_nav #left_nav_sub_menu a {
	color: #000;
	margin: 2px 0 0 20px;
}

.left_nav #left_nav_sub_menu a:hover {
	color: #721011;
	margin: 2px 0 0 20px;
}

.left_nav a:hover, .left_nav .left_nav_active { color: #000; }

#visitor_nav {
	border: 2px solid #721011;
	border-right: none;
}

#chamber_nav {
	border: 2px solid #D3B55B;
	border-right: none;
}

#business_nav {
	border: 2px solid #2C494F;
	border-right: none;
}

#page-identity {
	margin: auto;
	float: right;
}

/**  Left bar contents' styles  **/

.ad_holder {
	width: 180px;
	margin-left: 20px;
	background-color: #CCC;
	height: 100px;
	padding-top: 100px;
}

#search {
	text-align: center;
	color: #721011;
}

#chamber_members {
	width: 145px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	color: #731112;
}

#chamber_members a {
	color: #712011;
	text-decoration: none;
}

#chamber_members div { color: #000; }

#chamber_members a img, #chamber_members div a img { border: none; }

/** Right Bar contents' styles **/

#notebook_signup {
	text-decoration: none;
	font-size: 14px;
	color: #712011;
}

#notebook_signup:hover { color: #999; }

#corp_partners { font-size: 14px; }

#corp_partners a img {
	border: none;
	margin-bottom: 20px;
}

/**  Content styles **/

#content {
	text-align: left;
	padding: 3px 15px 5px;
	width: 510px;
}

#content a {
	color: #721011;
	text-decoration: none;
}

#content a:hover { color: #999; }

/** Footer styles **/

#footer {
	width: 980px;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	background-color: #ede8b7;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover { color: #731112; }

#board-banner {
	background-color: #CCC;
	margin-top: 20px;
	margin-bottom: 5px;
}

/** Table-less Contact Form Styles **/

#contactForm {
	width: 320px;
	margin: 0 auto;
}

#contactForm label {
	width: 95px;
	float: left;
	clear: left;
	text-align: right;
	height: 22px;
	padding-top: 4px;
}

#contactForm input {
	float: right;
	clear: right;
	width: 200px;
	margin-bottom: 4px;
}

#contactForm .shortInput {
	width: 50px;
	margin-right: 150px;
}

/** Calendar Styles **/

.month {
	width:180px;
	border:1px solid #ccc;
	margin: 8px auto;
	border-collapse:collapse;
}

.month td {
	border:1px solid #ddd;
	color:#555;
	padding:3px;
	text-align:right;
}

.month th {
	padding:5px;
	background-color: #721011;
	color:#fff;
}

.actday {
	background-color: #CCC;
	color:#fff;
	font-weight:bold;
}

.days { background-color:#f1f1f1; }

/** Page specific styles **/

.news_item { margin-bottom: 15px; }

.news_title { font-weight: bold; }

.event { margin-top: 10px; }

.event .event_title { font-weight: bold; }

#board-title {
	margin: auto;
	text-align: center;
}
