/* CSS Document */



/* blog-only styles are in the blog template */




html, body, #main {min-height: 100%;
	height: 100%;}  /* hack for IE5+/Win.*/

html>body, html>body #main {height: auto;}


/* Without this, Moz1.0 adds a vertical scrollbar */


/* main tag definitions */
body {
	background: url(images/bkgd.gif) repeat-x top #F5EBE1;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#595248;
	margin:0;
	padding:0;
}

input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#595248;
	border-top: 1px solid #595248;
	border-left: 1px solid #595248;
	border-right:0;
	border-bottom:0;
}

a, a:visited {
	color:#AC4F2D;
}

a:hover, a:active, a:visited:hover {
	color:#333;
}

h2 {
	color:#AB4F2E;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:normal;
}

hr {
	color:#F5EBE1;
	background-color: #F5EBE1;
	border-top:1px dotted #AE5636;
	height:1px;
}

img {
	border:0;
}

/* container and placement styles */

#main {
	width:800px;
	padding-top:0;
	margin-top:0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#left {
	float:left;
	width:233px;
}

#snav {
	padding:9px 63px 18px 14px;
	}
	
#snav ul li a, #snav ul li a:visited {
	color:#595248;
	text-decoration:none;

}

#snav  ul li a:hover, #snav  ul li a:active, #snav  ul li a:visited:hover {
	text-decoration:underline;
	color:#AC4F2D;
}

#snav ul {
	margin:0;
	padding:0;
    list-style-type: none;
}

#snav li {
	padding-top:9px;
	padding-bottom:9px;
	border-bottom:1px dotted #595248;
}

#request {
	clear:all;
	background:url(images/request_bkgd.gif) left no-repeat;
	padding:30px 63px 14px 22px;
	font-size:12px;
	color:#72472A;
	line-height:17px;
}


#right {
	float:right;
	width:560px;
}

#promo_right {
	float:right;
	width:400px;
}

#utility {
	font-size:11px;
	color:#FFF;
	text-align:right;
	padding-right:8px;
	padding-top:2px;
}

#utility a, #utility a:visited {
	color:#FFF;
	text-decoration:underline;
}

#utility a:hover, #utility a:active, #utility a:visited:hover {
	color:#595248;
	text-decoration:underline;
}

#content {
	background:url(images/banner_bkgd.gif) no-repeat top right;
}

#hm_content {
	background:url(images/banner_hm_bkgd.gif) no-repeat top right;
	height:470px;
}

#promo_content {
	background:url(images/banner_promo_bkgd.gif) no-repeat top right;
}

#spotlight_content {
	background:url(images/banner_spotlight_bkgd.gif) no-repeat top right;
}

/* blog-only styles are in the blog template */

.photo {
	text-align:right;
	padding-top:15px;
	padding-right:13px;
}

#right_inner {
	padding:8px 5px 15px 0px;
	text-align:left;
}

#content_block {
	float:left;
	width:320px;
	padding:32px 16px 0 0;
}

#promo_content_block, #contact_content_block {
	padding:32px 0px 0 0;
	width:553px;
	text-align:left;
}

#promo_content_block p {
	width:320px;
}

#right_inner_right {
	float:right;
	padding:8px 22px 0px 0px;
	width:168px;
}

#hm_right_inner_right {
	float:right;
	padding:34px 22px 0px 0px;
	width:162px;
}

#promo_right_inner_right {
	padding:8px 22px 0px 0px;
	width:168px;
}


#highlight {
	color:#963B1A;
	line-height:14px;
	height:76px;
	font-size:11px;
}

#hm_highlight {
	color:#575656;
	line-height:14px;
	height:58px;
	font-size:11px;
}

#member {
	padding-top:21px;
	text-align:center;
}

#hm_member {
	color:#FFF;
	padding-top:0px;
	text-align:left;
	font-size:11px;
	line-height:17px;
}

#hm_member a, #hm_member a:visited {
	color:#FFF;
	text-decoration:underline;
}

#hm_member a:hover, #hm_member a:active, #hm_member a:visited:hover {
	color:#FFF;
	text-decoration:none;
}

#footer {
	clear:both;
	font-size:10px;
	line-height:13px;
	padding-left:12px;
	color:#434343;
	padding-top:50px;
	padding-bottom:15px;
	text-align:left;
}

#footer a, #footer a:visited {
	color:#434343;
	text-decoration:underline;
	}
	
#footer a:hover, #footer a:active, #footer a:visited:hover {
	color:#963B1A;
	text-decoration:underline;
}

