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

body {
	margin: 0px;
	padding: 0px;
	background-color: #dcdec4;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #9f6428;
	text-decoration: none;
}
a:visited {
	color: #9f6428;
	text-decoration: none;
}
a:hover {
	color: #72441b;
	text-decoration: underline;
}
a:active {
	color: #9f6428;
	text-decoration: none;
}


#topwrapper{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container{
	margin-right: auto;
	margin-left: auto;
	width: 853px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
}
#container:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }



#contentbox{
	width: 500px;
	float: left;
}

#photocolumn{
	background-color: #FFFFFF;
	padding-left: 5px;
	float: right;
}

#header{
	padding-top: 164px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	height: 33px;
	font-family: Times, Georgia, "Times New Roman", serif;
	font-size: 22px;
	padding-left: 25px;
}


#header a:visited {
	text-decoration: none;
}
#header a:hover {
	color: #72441b;
	text-decoration: none;
}
#header a:active {
	text-decoration: none;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	text-decoration: none;
	display: block;
	width: auto;
	padding-bottom: 1px;
}
#menu a:hover {
	color: #72441b;
	text-decoration: none;
}

#menu li { /* all list items */
	float: left;
	width: 135px; /* width needed or else Opera goes nuts */
}

#menu li ul { /* second-level lists */
	position: absolute;
	background-color: #f4de70;
	width: 135px;
	left: -999em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

#menu li ul li a {
	text-decoration: none;
	padding: 3px;
}

#menu li ul li a:hover {
	background-color: #f5f0d8;
	text-decoration: none;
	padding: 3px;
	color: #72441b;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content, #content2{
	font-size: 14px;
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: 25px 40px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 96px;
	line-height: 20px;
}
#content{
	padding-bottom: 40px;
}


.title{
	color: #72441b;
	font-size: 22px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.clearboth{
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.p-clearboth{
	clear: both;
}

#footerbar{
	background-color: #f4de70;
	margin: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-family: Times, Georgia, "Times New Roman", serif;
	color: #72441b;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	clear: both;
}

#footerlinks{
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #666666;
}
#copyright{
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	color: #666666;
}

.formtext {
	font-size: 12px;
	line-height: 14px;
}
.box-right{
	width: 316px;
	margin-top: 5px;
	background-color:#ebecdd;
	color: #72441b;
	line-height: 14px;
	padding: 15px;
	font-size: 12px;
}
.box-left{
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #dcdec4;
	color: #696d3e;
	line-height: 16px;
	background-color: #fafaf6;
	padding: 10px;
	font-size: 12px;
}

.boxnote{
font-size: 10px;
}

.boxtitle{
	color: #543112;
	font-size: 14px;
	font-weight: bold;
}


.photos{
	padding-top: 5px;
}
