@charset "utf-8";

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #666666;
	margin: 0; 
	padding: 0;
	color: #000000;
}

#container
{
	width: 53.125em; /* 850px */
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
}

.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 */

/* shouldn't really need this, but I chose not to remove it because it was already a part of the template
Eric Little 05/20/10 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							header

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#header
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: inherit;
}

#header img
{
	position: relative;
	float: left;
	width: 100%;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							navigation

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#navigation
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: #DDDDDD;
	width: 53.125em;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

#navigation ul li
{
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	right: 50%;
}

#navigation ul li a
{
	padding: 8px;
	display: block;
	position: relative;
	float: left;
	margin: 0;
}

#navigation ul li a#freequote
{
	padding: 0;
}

#navigation img
{
	width: auto;
}

#navigation ul li a.highlight
{
	background: #fff;
	padding: 6px 6px 10px 6px;
	border: 2px solid #FFCC33;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							sidebar1

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#sidebar1
{
	background: #ddd;
	position: relative;
	float: left;
	width: 50.625em;
	text-align: center;
	padding: 1.25em;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sidebar1 p
{
	display: inline;
	padding: 0 3px;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							mainContent

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#mainContent {
	margin: 0;
	padding: 1.25em;
	position: relative;
	float: left;
	width: 50.625em;
	background: #fff;
}

#mainContent img
{
	width: auto;
	margin: 1.25em auto;
	padding: 0;
	display: block;
	position: relative;
	clear: both;
}

#mainContent p
{
	color: #003366;
	font-size: 0.875em;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							footer

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#footer
{
	padding: 1.25em;
	background:#3366ff;
	position: relative;
	float: left;
	width: 50.625em;
}

#footer p
{
	background:#3366ff;
	color:#FFF;
	font-size: 0.625em;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							disclaimer

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/

#disclaimer
{
	padding: 1.25em;
	position: relative;
	float: left;
	width: 50.625em;
	background: #fff;
	text-align: center;
}

/*//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////

							general

////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////*/


a
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}

a:visited
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6699cc;
	text-decoration: underline;
}

h1 /* Page headers */
{
	font-size: 2em;
}

h3 /* Headers before tables */
{
	margin-bottom: 0;
	margin-top: 2em;
}

a img
{
	border: none;
}

#homehover
{
	height: 123px;
	width: 800px;
	background: transparent url(images/hfd-guarantee-hover.jpg) 0 -123px no-repeat;
	display: block;
}

#homehover:hover
{
	background: transparent url(images/hfd-guarantee-hover.jpg) 0 0 no-repeat;
}

/* Tables */

table.pricing
{
	width: 100%;
	text-align: center;
	cursor: default;
}

table.pricing tbody th
{
	text-align: left;
	border: 2px solid #fff;
}

table.pricing tr.alternate
{
	background: #dfdfdf;
}

table.pricing tr th, table.pricing tr td
{
	border: 2px solid #fff;
}

table.pricing tr.alternate th, table.pricing tr.alternate td
{
	border: 2px solid #dfdfdf;
}

table.pricing tbody td:hover, table.pricing tbody tr.alternate td:hover
{
	border: 2px solid #326BB8;
	background: #fff;
	color: #000;
}

table.pricing tbody tr:hover
{
	background: #326BB8;
	color: #fff;
}

table.pricing tfoot
{
	background: #EF0311;
	font-size: 0.875em;
	color: #fff;
}

table.pricing tfoot th
{
	padding: 0.313em 0;
}


#mainContent table img
{
	margin: 0;
	padding: 0;
}

ul#quoteform
{
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
	width: 50%;
}

ul#quoteform li
{
	margin: 0.313em 0;
	padding: 0;
	position: relative;
	float: left;
	clear: both;
}



label
{
	display: block;
	margin: 0 0 0.5em 0;
	font-size: 0.625em;
}