@charset "UTF-8";
/* CSS Document */

body {
	font: 13px "Myriad Roman", Helvetica, Arial, sans-serif;
}
#clearme {
	clear: both;
}
#wrapper {
	background: #ebe9e6;
	margin: auto;
	width: 820px;
}
#banner {
	height: 142px;
}
#navigation {
	background-color: #CC6633;
	height: 22px;
	
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	width: auto;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #ebe9e6;
	padding-bottom: 30px;
	line-height: 1.5em;	
}
#contentBanner {
	margin-bottom: 40px;
}
#contentLeft {
	width: 260px;
	padding: 30px;
	float: left;
}
#contentLeftDir {
	width: 318px;
	padding: 30px;
	float: left;
	height: 525px;
	overflow:auto;
}
#contentRight {
	width: 440px;
	padding: 30px;
	float: left;
	
	color: #ce5012;
}
#contentRightDir {
	width: 375px;
	padding: 30px;
	float: left;
	
	color: #ce5012;
}
#contentTextOnly {
	width: 440px;
	padding: 30px;
	float: left;
	
}
#contentHome1 {
	margin-left: 30px;
}
#contentHome1, #contentHome3, #contentHome5 {
	width: 130px;
	padding: 0px 10px;
	float: left;
	color: #663300;
	
}
#contentHome2, #contentHome4 {
	width: 135px;
	padding: 0px 10px;
	float: left;
	color: #cc6633;
}

#content a {
	color: #999900;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 11px;
	line-height: 50px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	
	text-decoration: underline;
}

.red {
	color: #CE5012;
}
.divider {
	float:left;
}

h1 {
	font-size: 1.8em;
	margin-bottom: .3em;
	color: #999900;
	font-weight: normal;
}
.subhead1 {
	color: #999900;
	margin-top: 6px;
	
	font-size: .9em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
}
#contentLeft h2, #contentLeftDir h2, #contentRightDir h2{
	margin-bottom: 0px;
	color: #ce5012;
	font-weight: normal;
}
#contentLeft p, #contentTextOnly p, #contentLeftDir p, #contentRightDir p{
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	margin-top: 0px;
}
#contentHome1 h2, #contentHome2 h2, #contentHome3 h2, #contentHome4 h2, #contentHome5 h2 {
	margin-top: 0px;
}

h3 {
	font-size: 1em;
}
p {

}
#contentHome1 p, #contentHome2 p, #contentHome3 p, #contentHome4 p, #contentHome5 p {
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
}
#contentRight #photoBox {
	background: #000000;
	height: 320px;
	width: 435px;
}
#content .photoBtns a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCC99;
	border: solid 1px #999999;
	padding: 5px 7px 4px 7px;
}
#content .photoBtns .visited {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #cccc99;
	background-color: #ffffff;
	border: solid 2px #999999;
	padding: 5px 7px 4px 7px;
	}
#content .photoBtns a:hover {
	color: #ce5012;
}
