
body {
	background: url(../images/background-deeper-red.jpg) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	color: #333;
	/* IE5.x uses this */
	font-size: x-small;
	/* IE5.x is confused by this */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* Modern browsers use this */
  	font-size: small;
}
/* Be Kind to Opera rule */
html>body {
	font-size: small;
}



h1 {
	font-size: 180%;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#000;
	text-align: left;
	margin:0;
	padding:0;
	padding-bottom: 6px;
}

#home h1 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
	font-style: italic;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h2 {
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: normal;
}
h3 {
	font-size: 150%;
	margin-top: 29px;
}
h4 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
	font-style: italic;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: -9px;
	margin-left: 0px;
}
h5 {
	font-size: 115%;
}
h6 {
	font-size: 100%;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
img {
	border: 0;
}
ul{
	list-style-type:square;
}
acronym {
	border-bottom: 1px dashed #900;
	text-decoration: none;
}




td li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

table {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}







/* CUSTOM STYLES */


.xquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	font-style: normal;
	line-height: 115%;
}


.background-gray {
	background-color: #d1c6b7;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
}


.photocaption {
	font-weight: normal;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	line-height: 110%;
	clear: both;
	padding: 2px 10px 3px 10px;
}

.photo {
	background-color: #e3e3f2;
	padding: 0px;
}


.center {
		text-align:center;
}

/* GENERAL PURPOSE CLASSES */

.clear {
	clear: both;
}
.hide {
	display: none;
	visibility: hidden;
}
.right {
	float: right;
	clear: right;
}
.featureheader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
	font-size: 108%;
	padding-bottom: 6px;
	color: #000000;
}

.placeholder {
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	height: 80px;
	width: 168px;
	margin: 0 15px; 0 15px;
	padding: 60px 0 0 0;
}
.box {
	width: auto;
	background-color: #F8F3D2;
	margin: 0 0px 0px 0;
}
.more {
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	font-weight: bold;
	margin: 6px;
}

.bigserif {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	line-height: 1em;
	font-style: italic;
}
.foot {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ######### Drop Down ULs CSS ######### */

.ddtopmenubar {
	background-image:url(../images/top-wood.jpg);
}


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 210px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #C30;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */




.mattblackmenu ul{
margin: 0;
padding: 0;
text-align:left;
font: bold 13px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background-image:url(../images/top-wood.jpg);
overflow: hidden;
width: 851px;

}

.mattblackmenu li{
display: inline;
margin: 0;

}



.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 20px 8px 13px; /*padding inside each tab*/
/* border-right: 1px solid white;      right divider between tabs*/
color: white;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */






