@charset "UTF-8";
body {
	font: 8pt Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	background: #d9d9d9 url(images/header2_bg.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
#container {
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e4e4e4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


a {color:#336600;}

#headImage {
margin-bottom:0px;
}

#mainContent {
background:url(images/main_bg2.jpg) top center;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}

#titles {
margin-left:25px;
margin-bottom:10px;
}

#titles h1 {margin:0px;}
#titles h2 {margin:0px;}

#leftSide {
width:240px;
margin-left: 30px;
background-color:#FFFFFF;
padding:5px;
float:left;
text-align:center;
margin-bottom:20px;
}

#rightSide {
width:350px;
background-color:#FFFFFF;
padding:5px;
float:right;
margin-right:30px;
margin-bottom:20px;
}

#leftSide img {border:1px solid #CCCCCC; padding:4px; text-align:center; margin:2px; }


#footer {
background:url(images/footer_bg.jpg) no-repeat;
width:725px;
padding:5px;
color:#FFFFFF;
text-align:center;
}

#footer a {color:#FFFFFF;}

/* Accordian2 JQuery script */
.accordion2 {
	width: 240px;
	
}
.accordion2 h3 {
	background: url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border-bottom: solid 1px #c4c4c4;
	border-top: solid 1px #c4c4c4;
	cursor: pointer;
	font-size:10px;
	color:#669933;
	text-align:left;
}
.accordion2 h3:hover {
	background-color: #e3e2e2;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	
	margin: 0;
	padding: 10px 15px 20px;
	text-align:left;
	display: none;
}

/* Accordian3 JQuery script */
.accordion3 {
	width: 350px;
	
}
.accordion3 h3 {
	background: url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border-bottom: solid 1px #c4c4c4;
	border-top: solid 1px #c4c4c4;
	cursor: pointer;
	font-size:10px;
	color:#669933;
}
.accordion3 h3:hover {
	background-color: #e3e2e2;
}
.accordion3 h3.active {
	background-position: right 5px;
}
.accordion3 div {
	
	margin: 5px;
	padding: 10px 15px 20px;
	
	display: none;
}

/* Contact form formatting */
#commentForm { width: 320px; }
#commentForm label { width: 250px; }
#commentForm label.error, #commentForm input.submit { margin-left: 10px; }
#signupForm { width: 320px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	
}
#newsletter_topics label.error {
	display: none;
	margin-left: 10px;
}

.error {color:#336600;}

textarea {font: 8pt Lucida Sans, Verdana, Arial, Helvetica, sans-serif;}