﻿

body
{
	font: 100% Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
/*	font-size:11pt;*/
	font-size:11px;
	background-color:#FFF;
	margin: 0; 
	color: #000000;
}

.container
{
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;

}

img
{
	border:none;
	-ms-interpolation-mode:bicubic; 
}

#subnav {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 20px;
	letter-spacing: -0.025em;
	padding-top: 190px;
}

#subnav_white {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 20px;
	letter-spacing: -0.025em;
	padding-top: 190px;
}

.subnav_white:visited {
	color: #ffffff;
}


.subnav {
	color: #000000;
}

.subnav_white {
	color: #ffffff;
}

#subnav_indent {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.025em;
	padding-left: 13px;
}

#subnav_indent_white {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.025em;
	padding-left: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: black;
}

.active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#HW_beige {
	position: absolute;
	top: 666px;
	left: 40px;
	z-index: 15;
}

#vert_30 {
	height: 33px;
}

#bg_black {
	background-image: url('../images/bg_black.jpg');
	background-repeat: repeat-x;
}

/*Header section*/
.header
{
	height:100px;
	position:relative;
}

.header #logo
{
	position:absolute;
	top:0px;
	left:15px;
}

.header #topnav
{
	position:absolute;
	top:25px;
	left:440px;
}

.header #searchField
{
/*	font-size:9pt;*/
	font-size:11px;
	width:144px;
	vertical-align:top;	
	margin-top:4px;
}

.header #navbar
{
	position:absolute;
	top:50px;
	left:15px;
}


.content
{
/*	background-color:#9C6;*/
	min-height:750px;
	position:relative;
}


/*Footer section*/
.footer
{
	height:108px;
/*	font-size:9pt;*/
font-size:9px;
	padding-left:0px;
	padding-right:17px;
}


.footer #footerBar
{
	
}

.footer #footerBar a
{
	text-decoration:none;
	font-weight:normal;
}

.footer #footerBar a:hover
{
	text-decoration:underline;
	font-weight:normal;
}

.footer #fnav
{
	color:#666666;
	display:inline-block;
	margin-right:45px;
	margin-top:3px;
	
}
.footer #fnavFltrt
{
	float:right;
	color:#666666;
	margin-top:3px;
	text-align:right;
}

.footer #signUpFormLabel
{
	color:#666666;
	display:inline-block;
}

.footer #signUpForm
{
	display:inline-block;
}

.footer #signUp
{
	font-size:9px;	
}

.footer #fnavFltrt
{
	float:right;
	color:#666666;
	padding-top:2px;
}

.footer #footerBottom
{
	text-align:center;
	color:#999;
}

.h21px
{
	height:21px;
/*	background-color:#F00;*/
}

.h15px
{
	height:15px;
/*	background-color:#F00;*/
}

/*Float helper*/
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}