/******************************************************************************/
/* This is the main stylesheet for hagerty web pages. This file should only
 * include common site-wide styles.
/******************************************************************************/

/****************************************/
/*************** ELEMENTS ***************/
/****************************************/

body, html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background-image:url(../images/top_nav_fill.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
}

a:link      { color: #063b5b; text-decoration: none; }
a:visited   { color: #063b5b; text-decoration: none; }
a:hover     { color: #063b5b; text-decoration: underline; }
a:active    { color: #063b5b; text-decoration: none; }

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul, li
{
	margin-left: 10px; 
	margin-right: 0px; 
	padding-left: 5px;
}

img 
{
	border: 0;
}

/***************************************/
/*************** CLASSES ***************/
/***************************************/

/* The three main page sections from top to bottom
====================================================*/
.pageBanner
{
   width: 100%;
   height: 85px;
}

.pageContainer {
	width: 850px;
	padding-bottom: 3.5em;
}

.pageFooter
{
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	width:100%;
	height:3em;
	/* Negative margin is needed to keep footer from being pushed off the page */
	margin-top:-3em;
	position:relative;
	float:left;
	clear:both;
	overflow:visible;
	color: #104361;
	background-color:#a6b5bf;
}

/* The sections inside the pageContainer section from left to right
===================================================================*/
.pageLeftSidebar
{
	width:182px;
	margin:0;
	padding:0;
	float:left;
	clear:left;
}

.pageContent
{
	background-image:url(../images/body_bg_new.gif);
	background-repeat:no-repeat;
	padding:10px 10px 10px 20px;
	float:left;
	position: relative;
	width:560px;
	/* Margin is needed on the bottom to keep footer from overlapping */
	margin:0 0 3.5em 0;
}

.pageRightSidebar
{
	float:left;
	padding-top:10px;
	margin:0;
	text-align: center;
}

/* Navigation Bar */
.pageNavigation
{
	margin: 0px;
	width: 182px;
	position: relative;
	text-align: right;
}

/* Non-footer wrapper used to force footer to bottom of page
=============================================================*/
.nonfooter 
{
	position:relative;
	min-height:100%;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}
* html .nonfooter
{
	height:100%;
}

/* Footer Classes
====================================================*/
.pageFooter a 
{
	color:#104361
}

.pageFooterContent
{
	padding: 8px 0px 0px 12px;
	float: left;
}

.pageFooterPhone
{
	font-size: 16px;
	color: #104361;
	font-weight: bolder;
	float: right;
	padding: 6px 12px 0px 0px;
}

/* Site Navigation
====================================================*/
.sub_nav {
	font-size: 12px;
	color: #6D8393;
	text-decoration: none;
	left: 20px;
	margin-left: 25px;
	text-align: left;
}
.sub_nav_bold {
	font-size: 12px;
	font-weight: bold;
	color: #6D8393;
	text-decoration: none;
	left: 20px;
	margin-left: 25px;
	text-align: left;
}

/* Misc
====================================================*/
.h5 {
	font-size: 12px;
	font-weight: bold;
}
.h2 {
	font-size: 14px;
	font-weight: bold;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
}

/* Verisign
====================================================*/
div.sidebar_verisign
{
   width: 135px;
}
div.sidebar_verisign table
{
   width: 135px;
}

/****************************************/
/************* ELEMENT IDs **************/
/****************************************/
