/* CSS Document */

* {
    margin:0;
    padding:0;
}
html, body {
	height:100%;
    background:#333333;
}
#container {
	margin:0px auto;
	width:760px;
	background-color:#FFFFFF;
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333333;
	border-left: 3px solid white;
	border-right: 3px solid white;
}
#header {
	padding:0.5em;
	border-bottom: 1px solid #e1e1e1;
	background:url(../images/western_logo.jpg) no-repeat;
	background-position:right;
}
#banner {
	height:120px;
	border-bottom: 1px solid #e1e1e1;
}
#nav {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
#nav a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#0d6346;
	
}
#nav a:hover {
	color:black;
}

#news {
	float:left;
	width:175px;
	height:100%;
	padding:0.5em;
	border-right:1px solid #e1e1e1;
	margin:0;
}
#news ul li {
	border-bottom: 1px dotted #e1e1e1;
	list-style-type:none;
}
#news .date {
	text-align:right;
	color:#CCCCCC;
}
h1 {
	font-size: 1.0em;
	color:#0d6346;
	padding:0;
	margin:0;
}
#content {
	 margin-left: 190px;
	 padding:0.5em;
}
#footer {
	clear:both;
	padding:0.5em;
	color:#666666;
	text-align:center;
	text-decoration:none;
}
#pic {
	float: left;
	margin: 0 8px 8px 0;
}
#pic a img {
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	padding:5px;
	border:1px solid #e1e1e1;
}
#pic a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	border:1px solid #66CC00;
}
/* set millions of background images */
.rbroundbox { background:#CCFF66; }
.rbtop div { background: url(../images/round_corners/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/round_corners/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/round_corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/round_corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 95%; margin: 1em; }
/* Alternating Row Colors */
table.altRows {
	margin:10px 0 0 10px;
	border-collapse: collapse;
}
table.altRows tr.r0 td {
	background-color:#F0F0F0;
	margin: 0;
    padding: 4px;
}
table.altRows tr.r1 td {
	background-color: white;
	margin: 0;
    padding: 4px;
}
#signup {
	background:#006633;
	text-align:center;
}
#signup a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#signup a:hover {
	font-size:11px;
}
/* =Forms
----------------------------------------------- */
label { background: transparent; color: #999999; display: block; font-size: 1.1em; }

label span { background: transparent; color:#006633; font-size: .8em; text-transform: uppercase; }

input, textarea, select { background: #FFF repeat-x 0 0; border: 1px solid #DDDDDD; color: #666666; font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif; margin-top: .5em; padding: 2px; }

#contactform {
	margin:10px 0px 10px 160px;
}

#contactform table td { padding: 0 10px .5em 0; }

#contactform-name, #contactform-email, #contactform-subject, #contactform-message { width: 200px; }

#contactform-subject, #contactform-message { width: 427px; }

#contactform-message { height: 140px; }

input.imagesubmit { border: none; margin: 0; padding: 0; }

table.members, table.members td
{
	text-align:center;
	background-color:#C5E2D5;
    border-color: #e1e1e1;
    border-style: solid;
    border-collapse: collapse;
    padding: 6px;
    border-width: 1px;
    background-color: white;
}
table.members tr.r0 td {
	background-color:#F0F0F0;
}
table.executive, table.executive td
{
	text-align:center;
	background-color:#C5E2D5;
    border-color: #e1e1e1;
    border-style: solid;
    border-collapse: collapse;
    padding: 6px;
    border-width: 0px;
    background-color: white;
}
table.events {
	width:90%;
	margin:10px 0 0 10px;
}
table.events, table.events td {
    border-color: #e1e1e1;
    border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
	padding:5px;
}
table.events td.date {
	vertical-align:top;
	font-weight:bold;
	color:#333333;
}
table.events tr.shade {
	background-color:#F0F0F0;
}
#about {
	background-image:url(../images/bg_chart.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:95%;
}