/* Define Tags */
body { 
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	line-height:1.7em;
	color:#656565;
	background:#e0d8bd url(images/bg.gif) repeat-x; 
	} 

a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#656565;	
	text-decoration:underline;
	line-height:1.7em;
	}
a:hover {
	color:#656565;	
	}

	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family:Verdana,Arial,Helvetica; 
	color:#005d00;
	border-bottom:2px solid #e3dcc3;
	}
h1 {
	font-size:6px;
	}
h2 {
	color:#7b5123;
	font-size:14px;
	border-bottom:0;
	}
h3 {
	font-size:11px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height:1.5em;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:100;
	color:#656565;
	}
	ul.rightList {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		ul.rightList li {
			margin: 0px;
			padding: 6px 0px 7px 0px;
			list-style-type: none;
			background: url(images/bullet.gif) no-repeat 0px 14px;
			border-bottom:1px dashed #d8d4c8;
			}
		ul.rightList li p {
			padding: 0;
			padding-left: 20px;
			margin: 0;
			color: #656565;
		}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error{
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#656565;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background-color:#656565;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#656565;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#656565;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/
 
  .top {
 	background: url(images/top.jpg) top left no-repeat;
	width: 760px;
	height: 214px;
 }
 
 
#nav1 {
	width:80px;
/*	height:97px; */
	padding:0;
	margin:16px 0px 0px 0px;
/*	position:relative; */
/*	background:url(images/nav.gif) no-repeat top left; */
}
		
#nav1 li {margin: 0; padding: 0; list-style: none; position:absolute;}
#nav1 li, #nav1 a { display: block; color:transparent;}
#nav1 a span { display:none; }
				
		#nav1-1, #nav1-2, #nav1-3, #nav1-4	{ width:80px; height: 24px; }
		
		a#nav1-1 { background:transparent url(images/nav.gif) no-repeat 0px 0px; }
		a#nav1-2 { background:transparent url(images/nav.gif) no-repeat 0px -24px; }
		a#nav1-3 { background:transparent url(images/nav.gif) no-repeat 0px -49px; }
		a#nav1-4 { background:transparent url(images/nav.gif) no-repeat 0px -74px; }
		
		a#nav1-1:hover { background:transparent url(images/nav.gif) no-repeat -80px 0px; }
		a#nav1-2:hover { background:transparent url(images/nav.gif) no-repeat -80px -24px; }
		a#nav1-3:hover { background:transparent url(images/nav.gif) no-repeat -80px -49px; }
		a#nav1-4:hover { background:transparent url(images/nav.gif) no-repeat -80px -74px; }
		
		#nav1-1 a.current { background:transparent url(images/nav.gif) no-repeat -80px 0px; }
		#nav1-2 a.current { background:transparent url(images/nav.gif) no-repeat -80px -24px; }
		#nav1-3 a.current { background:transparent url(images/nav.gif) no-repeat -80px -49px; }
		#nav1-4 a.current { background:transparent url(images/nav.gif) no-repeat -80px -74px; }
		
		#nav1 a.subNav {display:block; margin-left:10px; text-decoration:none; color:#666666; padding:3px; }
		#nav1 a.subNav:hover { background-color:#a8a786; color:#ffffff; }
		
.vertSep1 {
	width:42px;
	background:url(images/sep1.gif) top center no-repeat;
}

  .footerText {
  	margin:20px 0px 20px 0px;
	font-size:9px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#8b8468;	
	text-decoration:none;
	line-height:1.5em;
 }
 
  .footerText a, .footerText a:hover, .footerText a:visited {
  	margin:20px 0px 20px 0px;
	font-size:9px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#86011e;	
	text-decoration:none;
	line-height:1.5em;
 }
 
  .footerTextCredits, .footerTextCredits a, .footerTextCredits a:hover, .footerTextCredits a:visited {
	font-size:9px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#8b8468;	
	text-decoration:none;
	line-height:1.5em;
 }
 
 .footerLogo {
	width:60px;
	height:41px;
	background:url(images/footerlogo.gif) no-repeat top left;
}

a.wooldridgePlat, a.wooldridgePlat:visited, a.wooldridgePlat:hover {
	display:block;
	width:418px;
	height:298px;
	text-indent:600px;
	overflow:hidden;
	white-space:nowrap;
	background:url(images/plat_wooldridge.jpg) no-repeat top left;
}
a.wooldridgePlat:hover {
background-position:0 -298px;
}


/* These are standard sIFR styles... do not modify */

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

.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 h1 {
	visibility: hidden;
	font-size: 18px;
	text-transform: capitalize;
}