html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* The body */

body {
	background-color: #fff;
	color: #2d2e2e;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(../images/site/layout/body_v2_bg.gif) repeat-x top left;
}
/* Page titles. */

h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 20px;
}

/* Section titles. */

h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* Unvisited links. */

a, a:link {
	color: #3c982d;
	font-weight: normal;
	text-decoration: none;
}

/* Mouseover links. */

a:hover {
	color: #999;
	text-decoration: none;
}

/* Focused links. */

a:focus {
	color: #09760d;
}

#topDiv {
	background-color: transparent;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 160px;
	padding: 10px 0 10px 0;
	width: 642px;
}

#logo {
	position: relative;
	top: 40px;
	left: 0px;
	width: 350px;
	height: 74px;
	background: url(../images/site/layout/hb_logo.gif) no-repeat;
	margin-left: 0px;
}

#outerWrapper {
	background-color: transparent;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 0 0 0;
	width: 165px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 0 0 0;
	width: 165px;
}

#outerWrapper #contentWrapper #content {
	margin: 0 174px 0 174px;
	padding: 27px 16px 10px 16px;
	height: 620px;
	background: #ffffff;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	border-top: 1px solid #e9e9e9;
	padding: 10px 10px 6px 10px;
	margin: 0 170px 0 170px;
	background: #fff url(../images/site/layout/footer_bg.jpg) no-repeat;
	color: #999;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align:left;
}

#outerWrapper #hothorse {
	padding: 0 10px 10px 10px;
	margin: -24px 170px 0 170px;
	background: #fff;
	color: #999;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align:right;
}

#outerWrapper #banner_bottom {
	padding: 0 10px 10px 10px;
	margin: 0 170px 0 170px;
	background: #fff;
	color: #999;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align:center;
}

#content_secondary {
	float: left;
	width: 580px;
	padding: 0 0 20px;
	background: no-repeat 7px 0px;
	margin-top: 10px;
}

/* Menu
--------------------------------------------------------------------------------------------*/

.mattblacktabs{
	position:relative;
	top:62px;
	overflow: hidden;
	width: 100%;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0; /*offset of tabs relative to browser left edge*/
font: normal 12px "Lucida Grande", Verdana, Arial, sans-serif;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 8px; /*padding inside each tab*/
border-right: 1px solid #005C00; /*right divider between tabs*/
color: white;
background: #007400 url(../images/site/layout/menu_bg.gif) repeat-x; /*background of tabs (default state)*/
}

.mattblacktabs li a:hover{
background: #007400; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs li.selected a {
	background: #fff;
	color: #333;
	border-bottom:#fff solid 1px;
	border-right: 1px solid #fff; /*right divider between tabs*/
}

.mattblacktabs li.last a {
	background: #007400 url(../images/site/layout/menu_bg.gif) repeat-x; /*background of tabs (default state)*/
	color: #fff;
	border-right: 0; /*right divider between tabs*/
}

.mattblacktabs li.last a:hover{
background: #007400; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs li.selected_last a {
	background: #fff;
	color: #333;
	border-bottom:#fff solid 1px;
	border-right: 0; /*right divider between tabs*/
}

