@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./postcards.css);


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background:url(../img/body_bg.gif) repeat-x;
	background-color: #F7F7F7;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	/*background:url(../img/grad_header_w.gif) repeat-x #000;*/
	padding: 0px;
	margin: 0;
	height:61px;
	border:0px solid #888;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../img/bg_grn_fixed_left.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#bevel {
	background:url(../img/_bevel.jpg) repeat-x;
	height:10px;
	line-height:1px;
	font-size:1px;
	border-left:1px solid #356a59;
	border-right:1px solid #356a59;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
	clear:both;
}
#left img {margin:5px 0; }
#right .content {
	padding: 5px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	min-height:500px;
	height:auto !important; /* for proper browsers */
	height:500px; /* For IE6 */
}
#masthead .content {
	padding: 12px 16px;
	font-size: .8em;
	letter-spacing: .3em;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #b8cd88;
	background:url(../img/grad_footer_g.gif) repeat-x #214237;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #030;
}
#right a:visited {
	color: #66AA66;
}
#right a:hover {
	color: #669966;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C6C6C6;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #b8cd88;}
#footer a:visited {color: #b8cd88;}
#footer a:hover {color: #FFFFFF;}
.uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.content ul { list-style:none; padding:0; }
.content ul li {
	background: url(../img/bullet.gif) no-repeat 6px 50%;
	padding:0 0 0 23px;
}

.box {
	border:1px solid #99AF66;
	padding:4px;
}

.smaller {
	font-size:10px;
	color:#777;
}

.lead {
	font-weight:bold;
	color:#009900;
}

.eventbox { 
	width:490px; 
	/*height:150px; 
	/*background:url(../img/box_bg.gif) no-repeat; */
	margin:0 0 0 10px; padding:10px; 
	overflow:hidden; 
}



.eventbox a { 
	color:#5a305d; 
	font-weight:bold; 
}

.eventbox p { 
	margin: 5px 0 0 0; 
	padding:0 15px 0 0;
	font-weight:bold;
}

.eventbox img { 
	float:right;
}

.eventbox h2, h4 {
	margin:0 ;
	color:#2A5A4A ;
	font-weight:normal;
}

.eventbox h2 a {
	color:#2A5A4A !important;
}

.nav {
	font-weight:bold;
	color:#fff;
	background-color:#DEE7DE;
	text-align:center;
}

#sizer {
	text-transform:uppercase;
	color:#ffe;
	font-size:0.75em;
	line-height:1.2em;
	padding-left:25px;
	margin-top:10px;
}

#sizer p {
	font-weight:bold;
	float:left;
	width:11px;
	text-align:center;
	border:1px solid #aa7;
	background-color:#eee;
	margin:0 2px;
	padding:0;
}

#sizer a {
	color:#797;
	text-decoration:none;
	font-weight:bold;
}
#sizer a:hover {
	font-weight:bold;
}

#news {
	width:145px;
	margin-top:20px;
}

#news p {
	margin: 2px 0;
}

#news a {
	color: #464;
	text-decoration: none; 
	font-weight:bold;
}
#news a:hover {
	color:#686;	
	text-decoration: underline;
}

#news ul {
	list-style: none; 
	padding:0; margin:0
}

#news ul li {
	margin:0;
	padding: 0 5px 2px 10px;
	background:url(../img/li_middle.jpg) repeat-y; 
}
#news ul li#top {
	padding: 0;
	background: url(../img/li_top.jpg);
	height:30px;
}
#news ul li#bottom {
	padding: 0;
	background: url(../img/li_bottom.jpg) no-repeat;
	height:10px;
}

.boxout {
	float:right;
	width:230px;
	padding:5px; margin-left:10px;
	background-color:#DEE7DE;
	
}
.boxoutleft {
	float:left;
	width:230px;
	padding:5px; margin-right:10px;
	background-color:#DEE7DE;
}
.caption {
	font-size:0.9em;
	font-weight:bold;
	color:#777;
}