/* CSS Document */

@import "text_styles.css";
@import "home_template.css";
@import "interior_template.css";
@import "interiorsearch_template.css";
@import "main_nav.css";

* {
	margin: 0;
	padding:0;
}
img {
	border:0;
}
a img {
	border-style: none;
}
.imageFloatLeft {
	float: left;
	margin: 0 10px 0 0;
}

.imageFloatRight {
	float: right;
	margin: 0 0 0 10px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
body {
	background-color:#000000;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
hr {
	display:none;
}
.hidden {
	display:none;
}

/* Controls background, logo, and tagline */
.bgtop {
	background-image:url(../img/bgtop.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.bgmiddle {
	background-image:url(../img/bgmiddle.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
.bgbottom {
	background-image:url(../img/bgbottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.header {
	margin: 0 auto;
	position:relative;
	width:960px;
	height:243px;
}
.logoprint {
	display:none;
}
.logo a {
	background:url(../img/hblogo.png) no-repeat;
	display:block;
	position:absolute;
	top:30px;
	left: 34px;
	width:134px;
	height:147px;
}
.tagline {
	background:url(../img/tagline.png) no-repeat;
	position:relative;
	width:638px;
	height:27px;
	top:41px;
	left: 203px;
}
/* Controls top horizontal navigation */
.topnav {
	background: #171717 url(../img/topnavbg_off.jpg) repeat-x;
	border: 1px solid #606060;
	position:absolute;
	top:85px;
	right:0px;
	height:34px;
}
.topnav ul {
	float:left;
}
.topnav ul li {
	display:block;
	float: left;
	list-style: none;
	border-right: 1px solid #555;
}
.topnav ul li a {
	display:block;
	float: left;
	list-style: none;
	padding:9px 8px 11px 8px;
}
input.textboxwidth {
	width: 127px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top: 1px solid #868686;
	border-right: 1px solid #A4A4A4;
	border-left: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	height: 18px;
	padding: 1px 3px 0 3px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:144px;
}
.textbox {
	float:left;
	padding:5px 4px 0px 8px;
}
.searchbutton {
	float:left;
	width:79px;
	padding:6px 10px 0 4px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:75px;
}
.searchbutton a {
	display:block;
	background:url(../img/search_btn.jpg) no-repeat;
	width:79px;
	height:20px;
}
.searchbutton a:hover {
	background:url(../img/search_btn.jpg) no-repeat scroll 0 -20px;
}
#loginbox {
	background:#141414 url(../img/topnavbg_off.jpg) repeat-x scroll 0 0;
	border:1px solid #606060;
	height:50px;
	left:437px;
	position:absolute;
	top:119px;
	voice-family:inherit;
	width:410px;
	z-index:1;
}
#loginbox input {
	width: 127px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top: 1px solid #868686;
	border-right: 1px solid #A4A4A4;
	border-left: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	height: 18px;
	padding: 1px 3px 0 3px;
	margin: 6px 4px 5px 8px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:121px;
}
#loginbox button {
	border:0 none;
	cursor:pointer;
	overflow:hidden;
	padding:0;
}
#loginBtn {
	background:url(../img/login_btn.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:6px;
	right:73px;
	height:20px;
	width:48px;
}
#loginBtn:hover {
	background:url(../img/login_btn.jpg) no-repeat scroll 0 -20px;
}
#cancel button {
	border:0 none;
	cursor:pointer;
	overflow:hidden;
	padding:0;
}
#cancelBtn {
	background:url(../img/cancel_btn.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:6px;
	right:8px;
	height:20px;
	width:57px;
}
#cancelBtn:hover {
	background:url(../img/cancel_btn.jpg) no-repeat scroll 0 -20px;
}
#forgotBtn {
	float:right;
	padding-right:9px;
	right:30px;
}
#forgotBtn a {
	color:#FFFFFF;
	font-size:10px;
}

/* Controls Welcome User! and links */
.userlogin {
	position:absolute;
	top:95px;
	left:203px;
	font-size:12px;
	color:#fff;
}
.userlogin p {
	color:#fff;
}
.userlogin a {
	color:#FFFFFF;
}
.userlogin a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* Controls flash content */
#flashcontent {
	background-color:#fff;
	position:absolute;
	top:119px;
	right:0px;
	width:757px;
	height:250px;
}
/* Controls the date above mainnav */
.date {
	background-image:url(../img/datebg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top: 221px;
	width:203px;
	height:22px;
}
/* Controls editable content areas */
.bodycontainer {
	float:left;
	background-color:#FFFFFF;
	width:757px;
	min-height:600px;
	height:auto !important;
	height:600px;
}
/* Clears then footer styles */
.clr {
	clear:both;
}
.footer {
	margin: 0 auto;
	background-image:url(../img/footer.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:205px;
}
.footercontent {
	float:right;
	width: 290px;
	text-align:right;
	margin-right:30px;
	margin-top:51px;
	color:#fff;
}
.footercontent a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.footercontent a:hover {
	text-decoration:underline;
}
/* footer text styles */
.serving {
	float:left;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	color:#fff;
	width:80px;
	margin-top:40px;
	margin-left:232px;
}
.serving a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}
.serving a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
.serving2 {
	float:left;
	width:80px;
	margin-top:71px;
	margin-left:-80px;
}
.serving2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}
.serving2 a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
.serving3 {
	float:left;
	width:80px;
	margin-top:58px;
}
.serving3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}
.serving3 a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
.serving4 {
	float:left;
	width:80px;
	margin-top:58px;
}
.serving4 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}
.serving4 a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
.servinglinks {
	line-height:14px;
}
.footertext {
	font-size:10px;
	line-height:14px;
	color:#fff;
}
.footertext a {
	font-size:10px;
	line-height:16px;
	text-decoration:none;
}
.footertext a:hover {
	text-decoration:underline;
}
/* Global Form Styles */
form {
	color: #333;
	font-size: 12px;
}
textarea {
	display:block;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom:5px;
	padding-right:3px;
	text-align:left;
	width:251px;
}
/* form builder styles*/
fieldset {
	position: relative;
	display: block;
	border: 1px #CCC solid;
	padding: 25px 15px 15px 10px;
	margin: 20px 0 10px 0;
}
fieldset legend {
	position: absolute;
	top: -10px;
	left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
	border: 1px #FFF solid;
}

fieldset legend a {
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand !important;
}

fieldset legend em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important;
}
/* Email this Page form */
.formbg{
	background-color:#FFF8DA;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
.formbg label {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	color:#333;
	display:block;
	float:left;
	font-size:10px;
	line-height:1.8em;
	margin-bottom:5px;
	padding-right:10px;
	text-align:right;
	width:160px;
}
.formbg strong {
	color:#B32316;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 3px;
}
.formbg strong em {
	color:#B32316;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 3px;
}
form br {
	clear: left;
}
/* END Email this Page form */

/* Print Request Form */
.printformbg{
	background-color:#FFF8DA;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding: 15px;
}
.required {
	color:#B32316;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 3px;
}
.formtitle {
	color:#333;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 3px;
}
.formcontent {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#333;
	font-size:10px;
	margin: 0 0 12px 0;
}
.heading {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#B32316;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 10px 0;
}
/* END Print Request Form */

/* BEGIN Form Builder Styles */
.formbg h3 {
	margin:4px 0 5px 169px;
}

/* Career Application Form */
.careerbg{
	background-color:#FFF8DA;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding: 15px;
}
label.bold {
	color:#333;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 3px;
}
/* END Career Application Form */

/* Buttons */
.submitpost {
	background: url(../img/blog_submit.jpg) no-repeat;
	width: 66px;
	height: 20px;
	overflow: hidden;
	text-indent: -999px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	cursor: hand;
}

.submitpost:hover {
	background: url(../img/blog_submit.jpg) no-repeat 0 -20px; /* -height of jpg */
}
.apply {
	background: url(../img/job_apply.jpg) no-repeat;
	width: 66px;
	height: 20px;
	overflow: hidden;
	text-indent: -999px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	cursor: hand;
}

.apply:hover {
	background: url(../img/job_apply.jpg) no-repeat 0 -20px; /* -height of jpg */
}
/* custom button for forms */
#emailpage {
	left:78px;
	position:relative;
}
#questionCount {
	left:78px;
	position:relative;
}
/* 404 and interior unordered list */
.interiorleftbody ul {
	/*list-style:none;*/
	padding:5px 0 5px 20px;
}
/* interior ordered list */
.interiorleftbody ol {
	padding:5px 0 5px 28px;
}
/* Search Results - General Site Search */
#results {
	list-style:none;
	padding:5px 0 0;
	line-height: 18px;
}
#resultsname {
	color:#B32316;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:5px;
}

#resultsScore {
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
}
#resultstermBg{
	background: #922505;
	color: #fff;
	padding: 1px 3px;
}
/* Site Map Version 1-Menu Style */
#siteMap {
	margin:0;
	padding:10px;
	width:200px;
	background-color:#E8E8E8;
}
#siteMap li {
	list-style-type: none;
	list-style-image: none !important;
}
#siteMap li a {
	border-bottom:1px solid #bcbcbc;
	display:block;
	font-size:12px;
	padding:4px;
	text-decoration:none;
}
#siteMap li a:link {
	color:#333;
}
#siteMap li a:visited {
	color:#333;
}
#siteMap li a:hover {
	background-color:#932505;
	border-bottom:1px solid #A5A5A5;
	color:#FFFFFF;
}
#siteMap ul {
	margin: 0;
	padding: 0;
}
#siteMap ul ul {
	margin: 0;
	padding: 0;
}

#siteMap ul ul li a {
	display: block;
	border: none;
	border-bottom:1px solid #bcbcbc;
	padding: 4px 4px 4px 30px;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	
}
#siteMap ul ul li a:hover {

	text-decoration: none;
	background-color:#F4D35C;
	border-bottom:1px solid #D7B53B;
	color:#333333;
}
#siteMap ul ul ul li a {
	border: none;
	border-bottom:1px solid #bcbcbc;
	padding: 4px 4px 4px 50px;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
#siteMap ul ul ul li a:hover {
	background-color:#F6E9B0;
	background-image:none !important;
	border-bottom:1px solid #D9C270;
	color:#333333;
}