@charset "UTF-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#003300;
	background-repeat:repeat-x;
	background-position: center top;
	background-image:url(/images/BodyBG.jpg);
}


h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
h1 {
	color:#872434;
	font-size:150%;
	text-align:left;
	margin-right:10px;
}
h3 {
	font-size:1.1em;
	color:#006633;
}
a, a:hover {
	color:#872434;
	text-decoration:underline;
}
.TanBorder {
	border: 1px dashed #CCBEAA;
}
.smalltext {
	font-size:.90em;
}
.smalltext #a {
	color:#333333;
}
.button {
	border: 1px solid #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #872434;
	height:22px;
	vertical-align:middle;
}

/*** new stuff ***/

.pagebody {
	padding: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color:#F4F0EC;
}
.header {
	width:950px;
	height:182px;
	padding:0;
	float:left;
	z-index:0;
}
.logo {
	position: absolute;
	display: block;
	width: 271px;
	height: 182px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	z-index:10;
}
.sloganbox {
	z-index:5;
	margin-top:157px;
	position:absolute;
}
.slogan {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
	margin-left:280px;
	margin-top:157px;
	text-align:center;
	position:absolute;
	color:White;
	/*background-color:#284E37;*/
	width:670px;
	height:24px;
}

.mainnav {
	background-color:#872434;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 950px;
	height:25px;
	margin-top:2px;
	margin-bottom:2px;
}
.mainnavtoprule {
	margin:0px;
}
.mainnavbtmrule {
	margin:0px;
}
.pagetitle {
	margin-top:35px;
	width:160px;
	margin-left:20px;
	float:left;
	clear:both;
}
.content {
	width:auto;
	/*background-image:url(../images/tan1x1.jpg);*/
	background-color:#F4F0EC;
}

.pagecontent {
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top:38px;
}

.wide {
	width:715px;
}

.narrow {
	width:560px;
}

.pagecontent p {

	font-size:100%;
	line-height: 125%;
	margin-left: 50px;
	margin-bottom: 15px;
}

.pagecontent h2 {

	font-size:140%;
	text-align:left;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 50px;
	margin-bottom: 15px;
}

.pagecontent h3 {

	font-size:130%;
	text-align:left;
	color:#993300;
	border-bottom-width: 1px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.footer {
	float:left;
	padding-top:50px;
	width:950px;
	height:130px;
}
.footertext {
	margin-top:118px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	color:#000000;
}
.footertext a {
	color:#000000;
}
.footerimglink a:hover {
	background-color:#FFFFFF;
	}
	
.clearboth {
	clear:both;
}
.tablerow {
	height:30px;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#F4F0EC;
}
.tablearea {
	text-align:left;
	margin-left:49px;
}
.dl td {
	width:50%;
	height:20px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#CCCCCC;
padding: 5px;
left: 1px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 500;
left: -250px; /*position where enlarged image should offset horizontally */

}