body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(/images/bg_page.gif);
}

body, th, td {
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

h1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #674836;
	padding: 0px;
	margin: 5px 0 0 0;
	line-height: 1.4;
}
.column h1. .cinfo h1{
	margin: 0;
}
h2 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #674836;
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}

h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #B07D00;
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #B68300;
}

a:hover {
	text-decoration: underline;
}

.nav {
	text-align: right;
	width: 100%;
}

.nav td {
	vertical-align: bottom;
	width: 100%;
}

.epad {
	display: none;
}

.hm_logo {
	height: 245px;
	padding: 0px;
	padding-top: 45px;
	text-align: center;
}
.hm_logo h1{
	position: relative;
	left: 23px;
	margin: 0;
	padding: 0;
	width: 373px;
	height: 150px;
}
.hm_logo span{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('/images/hm_logo.gif') no-repeat top right;
}

.hm_title {
	padding: 0px;
	padding-right: 37px;
	text-align: left;
}

.hm_title p {
padding:0px 20px 15px 35px;
}

/* List */

.list-item {
	background-repeat: no-repeat; 
	background-position: center; 
	position: absolute; 
	border-left: 3px #674836 solid; 
	border-bottom: 3px #674836 solid; 
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Details */

.full-image {
	 background-repeat: no-repeat; 
	 background-position: center; 
	 position: absolute; 
	 width: 500px;
}

.befaft {
	font-size: 12px;
	font-weight: bold;
}

.image-text {
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1.2;
	width: 315px;
	height: 200px;
}

.image-text p {
	padding: 0px;
	margin: 0px;
}

.img-name {
	margin-top: 15px;
}

.thumbs {
	background-repeat: no-repeat; 
	background-position: left center; 
	position: absolute; 
	width: 100px; 
	height: 80px;
}

.referral-table td {
	font-weight: bold;
}

/* Press */

.press-item {
	position: absolute;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	line-height: 1.2;
	height: 462px;
	vertical-align: top;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	

}

.press-name {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #674836;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2;
	padding-top: 15px;
	font-weight: bold;
}

.otherpub {
	position: absolute;
	left: 736px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2;
	width: 200px;
	vertical-align: top;
	opacity: 0;
	filter: alpha(opacity=0);
}	

/* Contact */

.cinfo {
	padding: 0px;
	padding-top: 45px;
	padding-left: 50px;
}

/* Susan */

.column {
	width: 245px;
	padding: 0px;
	padding-right: 45px;
}

.qtext {
	padding: 0px;
	padding-right: 100px;
	padding-bottom: 15px;
}

.quote {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #674836;
	font-size: 14px;
	line-height: 1.4;
	border-top: 1px black solid;
	padding: 0px;
	padding-top: 14px;
	vertical-align: top;
	font-style: italic;
}

/* reusable classes */
.screenreaderonly{
	position: absolute;
	left: -9999px;
}

/* blog */
#page_blog #maincontent{
/* 	overflow: auto; */
}
#page_blog h1{
	margin-bottom: 10px;
}
.currentpost{
	overflow: auto;
	float: right;
	padding: 0 20px 20px 0;
	width: 630px;
	height: 429px;
}
.blogsidebar{
	float: left;
	width: 230px;
}
.blogsidebar .header{
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
.blogitemlist{
	margin: 0;
	padding: 0 2em;
}
.blogitemlist li{
	margin-top: 10px;
}
.blogitemlist .current{
}
.blogitemlist .title{
}
#page_blog .date{
	margin-bottom: 15px;
	color: #674836;
}
.currentpost .images{
	float: right;
	margin: 0 0 5px 20px;
}
.currentpost .images .item{
	display: block;
	margin-bottom: 10px;
}
