@charset "utf-8";
/*
Stylesheet for Forestville Chamber of Commerce
Author: Beebee Web Design, www.beebeewebdesign.com
Icon set courtesty of famfamfam icons, http://www.famfamfam.com/lab/icons/silk/
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(_images/body_background.jpg) repeat-y center top;
	vertical-align: top;
}

/* base styles
****************************************** */
h1,h2,h3 {
	margin:0;
	color: #005700;
}
h1 {
	font-size:2.2em;
	padding: 0 0 0 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body.homePage #pageContent h1 {
	font-size:1.5em;
	padding:0;
	margin:0;
	line-height:normal;
}
h2 {
	padding:0;
}
h3 {
	font-weight: normal;
	font-size: 1.1em;
		color:#2c7013;
}
h4 {
	font-weight: normal;
	font-size:1em;
	margin: 0 0 5px 0;
	padding:0;
}
p, ul, ol {
	font-size: 0.9em;
	line-height:1.4;
}
p {
	margin:0 0 20px 0;
	padding:0;
}
ul {
	line-height:1.3;
}
ol {
	margin-top:0;
	padding-top:0;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
	font-size: 0.9em;
	line-height: 1;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* sections
****************************************** */
/* page container */
#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

/* mainColumn */
#mainColumn {
	width: 659px;
	position: absolute;
	top: 0px;
	left: 190px;
}

/* header */
#header {
	background: #034303 url(_images/header_background.jpg) repeat-x left top;
	height: 115px;
	width: 860px;
	position: relative;
	margin:0;
}
#header #logo {
	width: 214px;
	height: 115px;
	margin:0 0 0 22px;
	padding:0;
	color:#ffc;
	position:absolute;
	top:0;
	left:0;
}
#header #logo span {
	background: url(_images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#header #tagline {
	width: 343px;
	height: 40px;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0 20px 0 0;
	padding:0;
	font-size: 0.8em;
}
#header #tagline span {
	background:url(_images/tagline.jpg) no-repeat;
	position: absolute;
	width:100%;
	height:100%;
}

/* sidebar */
#sidebar {
	width: 189px;
	float: left;
	margin-top: 30px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1em;
}
#sidebar li {
	margin: 0 0 20px 0;
}

#sidebar ul a {
	color: #595851;
	font-size:0.9em;
	display:block;
	width:80%;
	padding: 0 0 0 25px;
}
#sidebar ul a:hover {
	text-decoration:none;
	background: url(_images/nav_bullet.gif) no-repeat 12px center;
}
body.homePage #navHome,
body.directoryPage #navDirectory,
body.calendarPage #navCalendar,
body.membershipPage #navMembership,
body.aboutPage #navAbout,
body.forestvillePage #navForestville,
body.contactPage #navContact {
	font-weight: bold;
	background: url(_images/nav_bullet.gif) no-repeat 12px center;
}
/* content */
#mainContent {
	float: right;
	width: 669px;
	margin:0;
	padding:0;
}
#contentWrapper {
	width: 850px;
}

/* page navigation */
#pageHeading {
	background-image: url(_images/pageheading_bg.gif);
	float:left;
	width:100%;
		border-bottom: 1px solid #bfbfbf;
}
#pageHeading h1 {
	line-height:2.2em;
}
#pageHeading ul {
	margin:0;
	padding: 0px 0 7px 20px;
	list-style-type:none;

}
#pageHeading li {
	display:inline;
	background: url(_images/tab_right.png) no-repeat right top;
	float: left;
	margin: 0 5px -1px 0;
	padding: 0;
}
#pageHeading a {
	padding: 8px 15px;
	text-decoration:none;
	color:#666;
	display:block;
	float:left;
	background: url(_images/tab_left.png) no-repeat top left;
	line-height:1.2em;
} 
#pageHeading a:hover {
	color:#000;
}
#pageHeading #current {
	background: url(_images/tab_right_selected.png) no-repeat right top;
}
#pageHeading #current a {
	color:#000;
	background: url(_images/tab_left_selected.png) no-repeat left top;
	border-bottom: 1px solid #fff;
}

/* page */
#pageContent {
	clear: both;
	padding: 20px;
}
#pageContent h2 {
	font-weight: normal;
	color: #005700;
	margin: 0 0 3px 0;
	font-size: 1.5em;
}
#pageContent h2.alert {
	font-weight: bold;
	color: #C30;
}
.alert { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FFC url('_images/warning.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 10px 0; 
	color:#C33;
	border: 1px solid #FC3; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	}

.eventListing {
	float: left;
	width: 630px;
	margin: 5px 0;
}
.separator {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #000;
	clear: both;
}

/*forms*/
#textfield {
	width: 300px;
}
input {
	width: 250px;
}
#fSearch p {
	font-size: 0.9em;
	color: #666;
	margin: 0px;
	padding: 0px;
}
form .search th,td {
	padding:2px;
}
form .search th {
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
}
form .search {
	margin-top: 20px;
}
input.control, input.button {
	width: auto;
}
input.button {
	padding: 0 5px;
}

/*directory columns*/
#columns {
	float: left;
	width: 630px;
	margin: 10px 0 20px 0;
}
#columnOne,
#columnTwo,
#columnThree {
	float: left;
	width: 200px;
}
#columnThree {
	padding: 0 0 0 8px
}
#columnTwo {
	border-right: 1px dotted #000;
	border-left: 1px dotted #000;
	padding: 0 0 0 8px;
}
#columns p {
	font-size: 0.9em;
	margin: 0px 0px 5px;
	padding: 0px;
}
#columnOne h3,
#columnTwo h3,
#columnThree h3{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
}
.busListing {

}
.busListing h3 {
}
.busListing h3+p {
	margin: 0 0 10px 0;
}
.busListing p {
	font-size: 0.85em;
	margin-bottom: 10px;
}
.busListing p strong {

}

body.directoryPage #pageContent h2+p {
	margin: 0px;
	color: #666;
}


/* footer */
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 20px;
	width: 670px;
	margin-left: 190px;
	clear: both;
	border-top: 1px solid #bfbfbf;
}

#footer p {
	padding-left: 20px;
	color: #999;
	font-size: 0.8em;
	clear: both;
}

#footer p a {
	color: #666;
}
.date {
	float: left;
	width: 70px;
}

/* calendar events */
.eventDetails {
	margin-left: 70px;
}
.date p {
	font-weight: bold;
}
.eventDetails h3 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0em;
}
.eventDetails h3+p {
	margin: 0 0 5px 0;
	line-height: normal;
}
.eventDetails p span {
	font-weight: bolder;
}
.eventDetails .eventTime {
	color: #666;
	line-height: normal;
	border-left: 8px solid #ccc;
	padding-left: 8px;
}

/* misc */
.warning {
	background: url(_images/warning.gif) no-repeat 0 5px;
	padding-left: 20px;
}
.dateUpdate {
	font-style:italic;
	color:#555;
}
label input.control {
	margin-right: 0px;
	padding-right: 0px;
}
label {
	margin: 0px;
	padding: 0px;
	color: #555;
}
table th {
	font-weight:normal;
	text-align:right;
	line-height: 1.75em;
	vertical-align: top;
	padding: 2px 0;
}
.tableTotal {
	padding: 0px;
	margin-top: 5px;
}
.tableTotal .total {
	font-weight: bold;
	border-top: 1px solid #000;
}
.tableTotal td {
	padding:3px 10px 3px 0;
}

/* forms 
************************************************************ */
form {
	font-size: 0.9em;
	margin-bottom: 10px;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
/* PHP validation errors */	
.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url('../_images/error.png') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 10px 0; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	}
.errorHighlight {
	border:1px solid #fa757a;
}
.security_error{
	color: #c00;
	background: #FBE3E4 url('../_images/error.png') no-repeat 10px center; 
	padding-left: 35px;
}
/* member join form */
#fJoin {

}
#fJoin table {
	width: 100%;
	background: #e9e9e9;
	padding: 15px 0;
	margin-bottom: 15px;
}

#fJoin table th {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	width: 150px;
	font-weight: normal;
	color: #555;
}
#fRenew #memberField {
	width: 143px;
}
#fJoin fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fJoin table caption {
	text-align: left;
	font-size: 1.2em;
	background: #e5e5e5;
	border-bottom: 1px solid #d7d7d7;
	padding: 5px;
	color: #005700;
}
input.state {
	width: 30px;
}
input.zip {
	width: 100px;
}

#clear1,
#clear2,
#clear3,
#clear4,
#clear5{
	color:#777;
}
#clear1:hover,
#clear2:hover,
#clear3:hover,
#clear4:hover,
#clear5:hover{
	cursor:pointer;
	color:#C00;
}

#boxLargeLeft,
#boxLargeRight{
	margin: 0 15px;
	padding: 0px;
	width: 270px;
	height: 10em;
	background: url(_images/box_large_bottom.gif) no-repeat bottom center;
}
#boxLargeLeft div,
#boxLargeRight div{
	background: url(_images/box_large_top.gif) no-repeat top center;
	padding:10px 20px;
}

#boxLargeLeft {
	float: left;
}
#boxLargeRight {
	float:right;
}
#boxLargeRight form {
	margin:0;
}
.clearFloat {
	clear: both;
}
.iconPrinter, .iconPDF {
	padding: 2px 0 2px 20px;
}
.iconPDF {	
	background: url(_images/pdficon.gif) no-repeat 0 50%;
	}	
.iconPrinter {
	background: url(_images/icon_printer.gif) no-repeat 0 50%;
}
.displayShow {
	display: inherit;
}
.displayHide {
	display:none;
}
#progressBar {
	float: left;
	display: block;
	width: 500px;
	margin-top: 20px;
	padding-left:0;
	margin-bottom: 20px;
}
#progressBar li {
	float: left;
	padding-left: 20px;
	list-style: none;
	margin-left: 10px;
	color: #666;
}
#progressBar li#current,
#progressBar li#complete {
	color:#000;
}
#progressBar li#current {
	background: url(_images/icon_arrow.gif) no-repeat left center;
	font-weight:bold;
}
#progressBar li#complete {
	background: url(_images/icon_check.gif) no-repeat left center;
}
#progressBar li#incomplete {
	background: url(_images/icon_delete.gif) no-repeat left center;
}
#fEmail table {
	width: 630px;
}
.fadedText {
	color: #666;
}
.bio {
	float:left;
	width: 630px;
}
.bio img {
	float: left;
	margin: 0 10px 5px 0;
}
.floatRight {
	float: right;
	margin: 5px 0 5px 10px;
}
.floatLeft {
	float: left;
	margin: 5px 10px 5px 0;
}
#homepageBanner {
	background: url(_images/homepage_banner_bottom.gif) no-repeat center bottom;
	margin: 10px 0;
	height: 8.5em;
}
#homepageBanner ul {
	background: url(_images/homepage_banner_top.gif) no-repeat center top;
	font-size:1.1em;
	font-style:italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 20px 10px 0 0;
	margin: 0;
}
#homepageBanner li {
	margin-left: 35px;
	color: #005700;
	padding: 0 0 0 0;
	line-height: 1.7;
	list-style: circle;
}
#homeColumnLeft {
	float: left;
	width: 402px;
}
#homeColumnRight {
	float: right;
	width: 202px;
}
#homepageCallout {
	background: url(_images/callout_bottom.gif) no-repeat center bottom;
	margin: 10px 0;
	height: 8.5em;
}
#homepageCallout h2 {
	background: url(_images/callout_top.gif) no-repeat center top;
	padding: 10px 0 0 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
}
#homepageCallout p {
	padding: 0 10px 0 15px;
	line-height: 1.2;
}


