@charset "UTF-8";
body  {
	font: 100% Tahoma, sans-serif;
	background: #fff url(../images/bg_fadeout2.jpg) repeat-x;
	/*background: url(../images/bg_body.png) repeat-x; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663300;
}

/*TOP NAVIGATION*/

.hmh_detail #topNav {
	height: 32px;
	width: 100%;
	margin: 0 auto;
	background-color: #F6F3F0;
	border-bottom: #666633 1px solid;
}

/*TOP NAVIGATION LINKS*/

.hmh_detail #topNavLinks{
	width: 927px;
	margin: 0 auto;
	height: 32px;
}
.hmh_detail #topNavLinks p{
	font-size: .7em;
	color: #666633;
	text-align: right;
	margin: 0;
	padding: 10px 20px 0 0;
}
.hmh_detail #topNavLinks a:link{
	color: #666633;
	text-decoration: none;
}
.hmh_detail #topNavLinks a:visited {
	text-decoration: none;
	color: #666;
}
.hmh_detail #topNavLinks a:hover {
	text-decoration: underline;
}

/*CONTAINER*/

.hmh_detail #container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*HEADER*/

.hmh_detail #header {
	height: 154px;
	background: url(../images/header.jpg) no-repeat top center;
	padding: 0;
} 
.hmh_detail #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}

/*QUICK CONTACT*/

.hmh_detail #header #quickContact {
	color:#666;
	height: 123px;
	width: 140px;
	background-color: #CCCC99;
	padding: 5px;
	margin: -50px 25px 0px 775px;
}

/*QUICK CONTACT FORM*/

.hmh_detail #header #quickContact form{
	padding: 0 0 0 3px;
}
.hmh_detail #header #quickContact label {
	width: 100px;
	font-size: .6em;
}
.hmh_detail #header #quickContact input {
	width: 130px;
	margin-bottom: 2px;
}
.hmh_detail #header #quickContact textarea {
	width: 130px;
	height: 30px;
	margin-bottom: 2px;
}
.hmh_detail #header #quickContact input#submit {
	width: 60px;
	margin: 2px 0;
	font-size: .6em;
}


/*SIDEBAR*/

.hmh_detail #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F6F3F0; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 8px 5px;
	margin-top: -50px;
	margin-left: 45px;
}

/*SIDEBAR GLOBAL NAVIGATION*/

.hmh_detail #sidebar #globalnav {
	margin: 5px 0 20px 0;
	padding: 110px 0 0 0;
	text-transform: uppercase;
	background: url(../images/test.jpg) no-repeat top center;
}
.hmh_detail #sidebar #globalnav ul {
	margin: 40px 0 15px 0;
	padding: 0;
}
.hmh_detail #sidebar #globalnav li {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 5px;
	font-size: 1em;
}

/*SIDEBAR CONTENT LINKS*/

.hmh_detail #sidebar a:link {
	color: #666633;
	text-decoration: none;
	font: "Georgia";
}
.hmh_detail #sidebar a:visited {
	text-decoration: none;
	color: #ACAC90;
}
.hmh_detail #sidebar a:hover {
	text-decoration: underline;
}


/*SIDEBAR PRACTICE LINK*/

.hmh_detail #practiceLink {
	padding: 0;
	margin: 0;
	background: url(../images/sidebar_divide.jpg) no-repeat top;
	height: 75px;
}
.hmh_detail #practiceLink p{
	padding-top: 25px;
	margin: 0;
	text-align: center;
}


/*SIDEBAR QUOTE*/

.hmh_detail #quote {
	height: 355px;
	background: url(../images/quote.jpg) no-repeat center top;
	padding: 0;
	margin: 0;
}


/*MAIN CONTENT*/

.hmh_detail #mainContent { 
	margin: 40px 0 0 295px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.hmh_detail #mainContent  h1 {
	font-size: 1.4em;
	letter-spacing: .1em;
	font-weight: normal;
	color: #666633;
}
.hmh_detail #mainContent h2 {
	font-size: 1em;
	font-weight: normal;
	color: #666633;
	margin: 30px 0 -10px 0;
}
.hmh_detail #mainContent  h3 {
	font-size: .9em;
	letter-spacing: .1em;
}
.hmh_detail #mainContent  p {
	font-size: .8em;
	letter-spacing: .025em;
}

/*MAIN CONTENT LINKS*/

.hmh_detail #mainContent a:link {
	color: #996;
	text-decoration: none;
}
.hmh_detail #mainContent a:visited {
	text-decoration: none;
	color: #ACAC90;
}
.hmh_detail #mainContent a:hover {
	text-decoration: underline;
}


/*FOOTER*/

.hmh_detail #footer {
	padding: 40px 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 20px;
	background:#fff;
	background: url(../images/footer_divide.gif) no-repeat center top;
} 
.hmh_detail #footer p {
	text-align: center;
	font-size: .7em;
	color: #663300;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*FOOTER LINKS*/

.hmh_detail #footer a:link{
	color: #663300;
	text-decoration: none;
}
.hmh_detail #footer a:visited {
	text-decoration: none;
	color: #999;
}
.hmh_detail #footer a:hover {
	text-decoration: underline;
}

/*CLASSES*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 1px solid #ccc;
	padding: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #ccc;
	padding: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}