body {
	font: 100% "Verdana", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 767px;
	margin: auto;
	text-align: left;
	background:url(/images/layout/body-bgd.png) repeat-y;
	
}
#main {
	font-size: .8em;
	line-height: 1.4em;
	margin: 1em 1em 1em 15em;
}
#main img {
	border: 2px solid #006633;
	padding:.3em;
}
.breadcrumb {
	font-size: 1em;
	margin: 1em 0 0 0;
}
.pullquote{
display:none;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	font: 2em Georgia, "Verdana", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-weight: bold;
	background: url(/images/layout/header.jpg) no-repeat;
	width: 767px;
	height: 176px;
	text-indent:-9999em;
	


}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 1.1em;
	margin-bottom:.5em;
	width:550px;
	height:24px;
}

#body_home h2{
display:none;
}
h3 {
	font-size:1.1em;
	font-weight: bold;
	margin-top:1.5em
	
}

h4 {
font-size:1em;
color: #006633;
font-weight:bold;

}

h5 {
	font-size:1em;
	color: #006633;
	font-weight:normal;
	
	
}
dt{
margin-bottom:10px;
margin-top:20px;
font-weight:bold;
}

#tagline{
margin-left:35px;
margin-bottom:10px;
background:url(/images/layout/tagline.png) no-repeat center top;
height:105px;
width:107px;

}

table{
border:none;

}
#news-excerpts{
	width:150px;
	background:url(/images/layout/latestnews.png) no-repeat;
	background-color:#ebebeb;
	border:1px solid #006633;
	float:right;
	text-align:left;
	margin-left:.2em;
	background-position:center top;
	padding-bottom:1em;
	font-size:85%;
}	




a:hover{
color:#006633;
font-weight:bold;
}



#news-excerpts li{	
padding-bottom:.75em;


}
#news-excerpts ul
{
padding:4em 0 2em 1.3em;
margin:0;
list-style:none;


}
/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border-right: none;
	border-bottom: none;
}
td, th {
	border-left: none;
	border-top: none;
	padding: 0.3em;
}

/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
	background: url(/images/layout/footer.png) no-repeat;
	width:767px;
	height:26px;

}
#footer a {
	text-decoration: none;
	color:#ffffff;
}
div.footerclear {
	clear: both;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	/*letter-spacing: -9px;*/
	font-size:24px;
}

ul {
line-height: 15px;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/includes/lightbox/nextlabel.gif);
	background-repeat:	no-repeat;
	background-position: right;
}
#ImageBoxPrevImage:hover
{
	background-image:url(/includes/lightbox/prevlabel.gif);
	background-repeat:	no-repeat;
	background-position: left;
};

