@charset "utf-8";
/* main CSS Document */
body, html {
	margin:0;
	padding:0;
	background:#684e16 url(../images/bg.png) top left repeat-x;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Verdana, Arial, Helvetica, sans-serif;   
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/

p {
	padding:4px 0px 14px 0px;
	margin:0;

}
p, td, dd, dt, #main li {
	line-height:1.5;
	font-size:0.8em;
	color:#333;
}
#content td p, 
#content td li, 
#content li li,
#content td td,
#content li td,
#content td a.button {
	font-size:1em;
}
#content td {
	vertical-align:top;
}
form { display:inline }

a { color:#475B91 }
a:visited { color:#8BA957 }
#main a:hover { color:#AF8F4B }

em { font-family:Georgia, "Times New Roman", Times, serif }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.breaker-left {
	clear:left;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.c { text-align:center }
.r { text-align:right }
h1 { margin:0;}/*temp*/
h2, h3, h4 {
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;

}
h2 {
	color:#886A2A;
	font-size:1.2em;
	margin-bottom:20px;
}
h3 {
	color:#886A2A;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {	
	color:#777;
	font-size:0.75em;
	font-weight:normal;
}
img.centered-image {
	display:block;
	margin:10px auto;
}
.fineprint {
	font-size:0.8em;
}
p.intro {
	padding-bottom:0px;
}
dl {
	padding:0px 10px;
}
dt {
	font-weight:bold;
	color:#360;
}
dd {
	margin:0;
	padding:0 0 10px 30px;
}
ul.nobullets {
	list-style:none;
}
ul.nobullets a {
	display:block;
}
h3.on {
	margin:0;
	padding:4px;
	font-size:11px;
	background-color:#8BA957;
	color:#ffc;	
}
p.timestamp {
	padding:5px 10px;
	font-size:0.7em;
}
p.newsstamp {
	padding-left:0;
}
span.tiny {
	font-size:0.8em;
}
/*------------------------------MAIN LAYOUT STYLES------------------------*/
#container {
	background: url(../images/container_bg.png) top center no-repeat;	
}
#wrapper {
	width:970px;
	margin:0 auto;
}
#header_margin {
	height:21px;
}
#header {
	height:144px;
	background: url(../images/header_bg.png) top center repeat-x;
}
#main {
	background-color:#fff;
}
/*end of main layout styles*/
/*----------------------HEADER CONTENT STYLES--------------------------*/
#logo {
	width:360px;
	height:100px;
	float:left;
	background:url(../images/logo.png) top left no-repeat;
	overflow:hidden;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:360px;
	height:100px;
}
#userbox {
	float:left;
	width:350px;
	height:90px;
	margin: 5px 0 0 240px;
	border:1px solid #54692d;
	background-color:#8ba957;
}
#userbox h2 {
	margin:0;
	padding:2px 5px 0px 5px;
	border-bottom:1px solid #809D4C;
	color:#ffc;
	font-size:0.7em;
	text-align:center;
	text-transform:uppercase;
}
.userbox-in-nav {
	margin:0;
	padding:5px 0px 0px 120px;
}
.userbox-in-nav li {
	font-size:0.8em;
}
.userbox-in-nav li a, .userbox-in-nav li a:visited {
	color:#ffc;
	text-decoration:none;
}
.userbox-in-nav li a:hover {
	color:#ff6;
	text-decoration:underline;
}
#navigation {
	width:968px;
	padding:4px 0 0 2px;
	height:40px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

/*---*/
/*----------------------FOOTER CONTENT STYLES--------------------------*/
#footer p {
	color:#af945b;
	text-align:center;
	font-size:0.7em;
}
#footer a, #footer a:visited {
	color:#af945b;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*---*/
/*----------------------RIGHTBLOCK CONTENT STYLES--------------------------*/
.framed-rightblock {
	margin:5px 0;
	padding:5px;
	border:1px solid #C5D4AB;
	border-top-color:#E2E9D5;
	border-right-color:#E2E9D5;	
}
#rightblocks {
	float:right;
	width:340px;
	padding:5px 15px;
	background-color:#F3F6EC;
}
#rightblocks h2,
#rightblocks h3 {
	color:#8BA957;
}
#rightblocks h2 {
	font-size:1em;
}
/*---*/
/*----------------------MAIN CONTENT STYLES--------------------------*/
#content {
	width:600px;
	
	
}
.padded {
	padding:10px;
}
ul.reg {
	margin:0px 5px 20px 20px;
	padding:0;
	list-style:none;
}

ul.reg li {
	padding:0 0 0 20px;
	background:transparent url(../images/bullet.png) top left no-repeat;
}

#main a.more, a.more:visited,
#main a.comments, a.comments:visited,
#main a.comment, a.comment:visited,
#main a.cancel, a.cancel:visited,
#main a.btt, a.btt:visited {
	display:block;
	width:150px;
	height:16px;
	float:right;
	text-align:right;
	padding:2px 20px 0 0;
	background:transparent url(../images/arrowright.gif) top right no-repeat;
	color:#5F7E27;
	font-size:0.8em;
	text-decoration:none;
}
#main a.more:hover,
#main a.comments:hover,
#main a.comment:hover,
#main a.cancel:hover,
#main a.btt:hover {
	color:#5F7E27;
	text-decoration:underline;
	
}
#main a.btt, a.btt:visited {
	background:transparent url(../images/arrowup.gif) top right no-repeat;
}

#main a.comments, a.comments:visited {
	float:left;
	background:none;
	text-align:left;
	padding:2px 0 0 8px;
}
#main a.comment, a.comment:visited {
	background:transparent url(../images/ico_comment.gif) top right no-repeat;
}
#main a.cancel, a.cancel:visited {
	width:60px;
	float:none;
	text-align:left;
	padding:2px 0 0 20px;
	margin-top:4px;
	background:transparent url(../images/ico_cancel.gif) top left no-repeat;
}
#main a.more:hover, a.comment:hover, a.btt:hover {
	background-position:bottom right;
}
#main a.cancel:hover {
	background-position:bottom left;
}
.board-table td {
	padding:5px;
	vertical-align:top;
}
.board-table td img {
	border:4px solid #8BA957;
}
table.regular {
	background-color:#DAE4CD;
}
table.regular td {
	background-color:#fff;
	padding:5px;
	font-size:0.7em;
}
table.regular th {
	color:#fff;
	background-color:#89AD65;
	padding:5px;
	text-align:center;
	font-size:0.7em;
}
img.extended-thumb {
	width:150px;
	border:4px solid #C5D4AB;
	float:left;
	margin:0px 10px 10px 0px;
}
img.framed-right {
	border:4px solid #C5D4AB;
	float:right;
	margin:0px 0px 10px 10px;
}
img.framed-left {
	border:4px solid #C5D4AB;
	float:left;
	margin:0px 10px 10px 0px;
}
.image-container-300-left {
	float:left;	
	width:302px;
	margin:0px 10px 10px 0px;
	padding:5px;
	border:1px solid #C5D4AB;
}
.image-container-300-right {
	float:right;	
	width:302px;
	margin:0px 0px 10px 10px;
	padding:5px;
	border:1px solid #C5D4AB;
}
.image-container-300-left img,
.image-container-300-right img {
	width:300px;
	border:1px solid #C5D4AB;
}
p.image-caption {
	font-size:0.7em;
	padding-bottom:0;
}
h2.news-title {
	margin-bottom:0;
}
p.news-summary {
	background-color:#F3F6EC;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	
}
/*news navigation*/
div#newsnavigation,
div#archivesnavigation {
	height:300px;
	overflow:auto;
	overflow-x:hidden;
	padding:5px 2px 5px 0px;
}
div#newsnavigation{
	background:#fff url(../images/lightgray_bg.png) top left repeat-x;
	border-left:1px solid #E3CD72;
	border-right:1px solid #E3CD72;	
}

div#archivesnavigation{
	background:#fff url(../images/gray_bg.png) top left repeat-x;
	border-left:1px solid #E3CD72;
	border-right:1px solid #E3CD72;
}

#newsnavigationblock ul {
	margin:0 0 0 5px;
	padding:10px 0 0 20px;
}
#newsnavigationblock ul li {
	font-size:0.75em;
	line-height:1.5;
}
#newsnavigationblock ul li a, #newsnavigationblock ul li a:visited {
	color:#333;
	text-decoration:none;
}
#newsnavigationblock ul li a:hover {
	color:#333;
	text-decoration:underline;
}
div#newstabs {
	height:33px;
	margin:10px 0 0 0px;
	padding-left:24px;
	background:url(../images/newsnav_bg.png) bottom center repeat-x;
}
#newstabs a, #newstabs a:visited {
	float:left;
	height:28px;
	padding-top:5px;
	display:block;
	border:1px solid #E3CD72;
	border-bottom:none;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	letter-spacing:normal;
}
#newstabs a.currentnews, #newstabs a.currentnews:visited {
	width:120px;
	margin-left:-1px;
	background:#dfdfdf url(../images/newstab.png) top repeat-x;
	color:#684E16;
	font-size:0.8em;
}
#newstabs a.archivednews, #newstabs a.archivednews:visited {
	width:120px;
	height:27px;
	border-bottom:none;
	background:#c9c9c9 url(../images/archivestab.png) top left repeat-x;
	color:#684E16;
	margin-left:3px;
	margin-top:1px;
	font-size:0.8em;
}

#newsnavigationblock {
	width:340px;
	margin:1px auto 5px auto;
	border-bottom:1px solid #E3CD72;
	

}
/*members listing styles*/
table.member-listing td {
	vertical-align:top;
	font-size:0.7em;
}
#members_directory .heading {
	background:#EBE4D6;
	padding:4px 4px 0 4px;
	height:20px;
	font-size:0.9em;
}
#members_directory .heading strong {
	color:#684E16
}
.ico_member_no, .ico_member_yes, .ico_certified_no, .ico_certified_yes {
	width:70px;
	height:20px;
	float:right;
	margin-top:-2px;	
}
.ico_member_yes {
	background:url(../images/i_member.png) top left no-repeat;
}
.ico_certified_yes { 
	background:url(../images/i_certified.png) top left no-repeat;
}
div.info {
	padding:5px 0;
}
div.notes {
	background-color:#F3F6EC;
	border:1px solid #C5D4AB;
	border-top-color:#E2E9D5;
	border-right-color:#E2E9D5;
	padding:10px;
	margin-bottom:5px;
	font-size:0.8em;
}
.classified_container {
	border:1px solid #AAC491;
	margin:2px 0;
}
.classifiedimagebox {
	padding:10px;
}
/*---------------home page styles*/
#banner {
	height:80px;
	overflow:hidden;	
	background: url(../images/banner_bg.png) top center repeat-x;
	text-align:center;	
}
#front_boxes {
	padding:0px 10px 10px 10px;
}
#front_boxes div.containers {
	width:315px;
	float:left;
}
#front_boxes h2.heading {
	font-size:1em;
	padding-top:0px;

}
#front_boxes h2.newsitem-title{
	padding:0px;
	margin:0px;
	font-size:0.85em;
}
#front_boxes h3 {
	font-size:0.8em;
	font-weight:normal;
	padding:0;
	margin:0;
}
#front_boxes p.timestamp {
	padding:0;
	color:#777;
}
#front_boxes p.summary {
	font-size:0.7em;

}
#front_boxes a.comments {
	display:block;
	width:120px;
	padding:0;
	float:left;
	font-size:0.7em;
}
#front_boxes a.more {
	display:block;
	width:90px;
	font-size:0.7em;
}
#newscontainer {
	width:290px;
}
#front_boxes .newsitem {
	padding:3px;
	margin-bottom:10px;
	background:url(../images/newsitem_bg.png) top center repeat-x;
	
}
#front_boxes div.last p {
	padding-left:20px;
	text-align:justify;
}
/*OLD STYLE*/

.commentframe {
	border:1px solid #E7EEDF;
	margin:4px;
	padding:5px;
	
}
div.paragraf {
	padding:4px 0px 14px 0px;
	margin:0;
	line-height:1.5;
	font-size:0.8em;
	color:#333;
}
/*link styles*/
a.link, a.link:visited, a.link:hover,
a.map, a.map:visited, a.map:hover,
a.pdf, a.pdf:visited, a.pdf:hover,
a.www, a.www:visited, a.www:hover,
a.eml, a.eml:visited, a.eml:hover {
	padding:0 0 0 20px;
	
}
a.link, a.link:visited, a.link:hover { background:url(../images/icons/ico_link.png) top left no-repeat }
a.map, a.map:visited, a.map:hover { background:url(../images/icons/ico_map.png) top left no-repeat }
a.pdf, a.pdf:visited, a.pdf:hover { background:url(../images/icons/ico_pdf.png) top left no-repeat }
a.www, a.www:visited, a.www:hover { background:url(../images/icons/ico_www.png) top left no-repeat }
a.eml, a.eml:visited, a.eml:hover { background:url(../images/icons/ico_email.png) top left no-repeat }

.blocklink {
	display:block;
}
/*gallery styles*/
ul.gallery {
	list-style:none;
	margin:0;
	margin:0 15px;
	padding:5px;
	
}
ul.gallery li {
	margin:0;
	padding:2px;
	float:left;
	width:173px;
	height:173px;
}
ul.gallery li img {
	border:4px solid #C5D4AB;
}
/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
