body {
	margin: 0;
	padding: 0;
	background-color: #fef4d5;
}

.body_wrap {
	margin: auto;
	width: 990px;
}

#all {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

.envelope {
	padding: 0;
	margin: 0;
}

.rotating_flash {
	padding-left: 62px;
}

#headerphoto {
	width: 859px;
	position: relative;
	top: 0px;
	left: 62px;
	height: 252px;
	min-height: 252px;
}

.content {
	width: 849px;
	padding-left: 73px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

.sitemason_header {
	font-size: 14px;
}

.sitemason_header a {
	color: #9b885d;
	text-decoration: none;
	font-size: 14px;
}

.sitemason_header a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	position: relative;
	bottom: 10px;
	left: 63px;
	width: 859px;
	height: 34px;
}

.footer_text {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #181818;
}

.credits {
	float: right;
	position: relative;
	left: 60px;
}

.copyright {
	float:left;
	padding-left: 63px;
	font-family: Arial;
	font-size: 12px;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

#bottom {
	position: relative;
	bottom: 0;
	width:859px;
}

#bottom a { color: #007747; }

#news_right_col {
	padding-left: 70px;
}


/* Navigation */

#nav_bg {
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	height: 41px;
}

#menu{
	text-transform: uppercase;
	padding: 10px 0 0 90px;
	margin: 0;
	z-index: 10;
	position: relative;
	font:13px arial, helvetica, sans-serif;
	font-weight: bold;
}

#menu *{
	position:relative;
	margin:0;
	padding:0;
	overflow:visible;
}

#menu ul{
	float:left;
	clear:both;
	list-style:none;
	display:block;
}

#menu ul ul{
	display:none;
	position:absolute;
	top:19px;
	left:0;
	background:#ffffff;
	color:#9b885d;
	z-index:20;
	padding:5px;
}

#menu li{
	float:left;
	display:block;
	overflow:visible;
	line-height:20px;
	z-index:10;
/*	font-weight:bold;*/
}

#menu a {
	color:#ffffff;
	background:transparent;
	display:block;
	float:left;
	padding:0 5px;
	z-index:11;
	text-decoration: none;
}

#menu a:hover{
	color:#cccccc;
}

#menu li:hover>a{
	color:#cccccc;
}

/*
Standards compliant browsers only.
Us JS to fake it for IE6.
*/
#menu li:hover > ul{
	display:block;
}

#menu ul li a{
	padding-right: 35px;
}

#menu ul ul li{
	width:190px;
	padding:0 0px;
}

#menu ul ul a{
	color:#9b885d;
	display:block;
	width:190px;
	padding:0;
}

#menu ul ul a:hover{
	color:#007747;
	background-color: transparent;
}

#menu li ul li{
	clear:both;
}