* { margin:0; padding:0; }

body {
	padding:0px;
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #676145;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #3c3928;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3c3928;
	text-align: left;
}
h2 {
	font-size:14px;
}
/* ------ main container ------ */
div#container {
	height: 600px;
	width: 970px;
	margin: 0px auto;
}
/* --- id=top contains logo and phone num at top of page --- */
#top {
	height: 90px;
	width: 970px;
}
div#logo {
	width: 220px;
	height: 90px;
	font-size: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
div#logo a {
	background: url(../images/HH-logo.gif) no-repeat left top;
	text-decoration: none;
	display: block;
	text-indent: -999em;
	width: 220px;
	height: 90px;
}
div#logo a:hover {
	background: url(../images/HH-logo-over.gif) no-repeat left top;
	text-decoration: none;
	display: block;
	text-indent: -999em;
	width: 220px;
	height: 90px;
}
#top-right {
	width: 740px;
	height: 84px;
	float: left;
	color: #352d1c;
	font-size: 12px;
	text-align: right;
	margin: 6px 6px 0px 0px;
}
#top-right a {
	color: #FFFFFF;
	margin-top: 6px;
}
#top-right p {
	padding-top: 22px;
}
/* ------- Everything below id=top ------ */
div#page {
	margin-top: 1px;
	background-image: url(../images/bg-columns.gif);
	background-repeat: repeat;
	width: 962px;
	float: left;
	border-bottom: 1px solid #352d1c;
	border-right: 1px solid #352d1c;
	text-align: center;
}
.text {
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #352d1c;
	text-align: left;
	padding: 6px;
}
.leftcol {
	width: 220px;
	float: left;
	text-align: left;
	color: #ffffff;
}
.rightcol {
	width: 728px;
	margin-left: 4px;
	float: left;
	padding: 0px 0px 0px 10px;
	text-align: center;
}
.rightcol p {
	font-size: 12px;
	padding-right: 20px;
  padding-bottom: 1.5em;
	text-align: justify;
}
.rightcol a {
	color: #676145;
}
.rightcol a:hover {
	color: #cbb06a;
}

/* ------ TABs ------ */
#tab-container {
	width:632px;
	padding-top:20px;
	color: #676145;
}
#tab-left-on {
	background-image: url(../images/tab-left-on.gif);
	background-repeat: no-repeat;
	height: 28px;
}

#tab-right-on {
	background-image: url(../images/tab-right-on.gif);
	background-repeat: no-repeat;
	height: 28px;
}
div#tab-content {
	width: 608px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #352d1c;
	border-left: 2px solid #352d1c;
	border-right: 2px solid #352d1c;
	text-align: left;
	padding: 10px;
}
#tab-title {
	width: 200px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 6px 0px 0px 10px;
}
#tab-title a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab-title a:hover {
	color: #676145;
	text-decoration: none;
}
#tab-content h1 {
	font-size: 18px;
	color: #352d1c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tab-content h2 {
	font-size: 18px;
	color: #676145;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tab-content h3 {
	font-size: 14px;
	color: #352d1c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* ------ FLASH - homepage ------ */
div#mainflash {
 width: 426px;
 height: 310px;
 float: right;
 padding: 16px;
}

/* ------ menu in left column ------ */
#menu {
	font-size: 12px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	width: 212px;
	height: 22px;
	border-top: 1px solid #cbb06a;
}
#menu li a {
	color: #ffffff;
	text-decoration: none;

}
#menu li a:hover {
	color: #cbb06a;
	text-decoration: none;
}
/* --- this style is for sub-menu container ---*/
li#menu-on {
	font-size: 12px;
	width: 214px;
  height: auto;
	background-color: #FFFFFF;
	padding-left: 6px;
}
li#menu-on a {
	color: #3c3928;
	text-decoration: none;
}
div#submenu {
	width: 200px;
	padding: 4px;
}
div#submenu a {
	color: #676145;
	text-decoration: none;
}
div#submenu a:hover {
	text-decoration: underline;
	color: #3c3928;
}

/* --span is for "FEATURED" home in submenu--- */

div#featured {
	color: #993300;
	border: 1px solid #cbb06a;
	padding: 0px 2px 0px 2px;
	margin-bottom: 4px;
  font-weight: bold;
}
div#featured a {
	color: #993300;
	text-decoration: none;
}
div#featured a:hover {
	color: #993300;
	text-decoration: underline;
}
/* ------ footer ------ */

div#footer {
	text-align: center;
	width: 962px;
	clear: both;
	padding-top: 6px;	
}
div#footer a {
	color: #352d1c;
	text-decoration: none;
}
div#footer a:hover {
	color: #cbb06a;
	text-decoration: underline;
}
div#footer ul {
	padding: 0;
	margin: 0px;
}
div#footer ul li {
	display: inline;
	font-size: 10px;
	list-style-type: none;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}
#footer span {
	font-size: 10px;
	color: #352d1c;
	margin: 0px;
	padding: 0px;
}

/* ------ some misc. classes ------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.schult-logo {
	background-image: url(../images/schult-logo.gif);
	background-repeat: no-repeat;
	background-color: #352d1c;
	width: 220px;
	height: 110px;
	margin-top: 20px;
	text-align: center;
}

#map {
  background-image: url(/images/map.gif);
  border: 1px solid #352D1C;
  float: right;
  height: 326px;
  margin: 6px;
  width: 444px;
}

