html,
body
{
	background: url(../images/background.jpg) repeat-x;
	background-color: #f4fafd;
   color: #333;
   margin: 0px;
   padding: 0px;
}
img
{
	border: 0px;
}

.center_footer {
	text-align: center;
}


td
{
	text-align: left;
	vertical-align: top;
}
ul
{
	margin-top: 0px;
	padding-top: 0px;
}
a:link,
a:active,
a:visited
{
	text-decoration: none;
	color: #005dab;
}
a:hover
{
	text-decoration: underline;
	color: #666;
}
#mainTable
{
	width: 794px;
	margin: 0px auto;
   font: 85%/1.35em tahoma, verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
}
#headerFront
{
	background: url(../images/header_backFront.jpg) top left no-repeat;
	background-color: #fff;
	width: 762px;
	height: 108px;
}
#header
{
	background: url(../images/header_backInside.jpg) top left no-repeat;
	background-color: #fff;
	width: 762px;
	height: 82px;
}
#headerFront #wrapper,
#header #wrapper
{
	position: relative;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 47px;
}
#navigation
{
	position: absolute;
	top: 0px;
	right: 19px;
}
#phoneFront
{
	position: absolute;
	top: 55px;
	right: 19px;
	text-align: right;
	font-size: 24px;
	color: #fff;
	line-height: 2em;
}
#phone
{
	position: absolute;
	top: 50px;
	right: 19px;
	text-align: right;
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}

/********************************/
/* Contact Form Styling */
/********************************/

fieldset 
{  
margin: 1.5em 0 0 0;  
padding: 0;
border: 1px solid #BFBAB0;  
background-color: #e8eff9;
}

legend 
{  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}

label 
{  
float: left;  
width: 10em;  
margin-right: 1em;
}

fieldset ol 
{  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li 
{  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

fieldset.submit 
{  
border-style: none;
}



/********************************/
/* To adjust the letter spacing */
/********************************/

/*
#mainTable
{
   letter-spacing: .1em;
}
#phoneFront
{
	letter-spacing: .085em;
}
#phone
{
	letter-spacing: .085em;
}
*/

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

#shadowLeft
{
	background: url(../images/shadow_left.jpg) repeat-y;
}
#shadowRight
{
	background: url(../images/shadow_right.jpg) repeat-y;
}
#bodyContentFront
{
	background-color: #fff;
	color: #333;
	padding: 25px 15px 0px 25px;
	font-size: 95%;
}
#bodyContent
{
	background-color: #fff;
	color: #333;
	padding: 25px 7px 0px 7px;
	font-size: 95%;
	line-height: 1.5em;
}
#leftColumn
{
	float: left;
	width: 380px;
}
#rightColumn
{
	float: right;
	width: 324px;
	margin-left: 10px;
	text-align: center;
}
#leftNavigation
{
	float: left;
	width: 215px;
}
#leftNavigation ul.navMenu
{
	margin: 0px;
	padding: 0px;
}
.navMenu
{
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
ul.navMenu
{
	padding-bottom: 0px;
}
.navMenu li
{
	float: left;
	display: block;
	background: url(../images/backNav.jpg) no-repeat;
	width: 215px !important;
	height: 31px !important;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #005dab;
	line-height: 18px;
}
.navMenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	width: 215px !important;
	height: 31px !important;
	padding: 5px 0px 0px 45px;
	/* IE6 hack to fix double-padding bug */
	_height: 90%;
	_width: 92%;
}
.navMenu li a:hover span
{
	background-color: #005dab;
	padding: 2px 5px;
}
.navMenu li a:hover
{
	float: left;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}
.navMenu a:link,
.navMenu a:active,
.navMenu a:visited
{
	color: #005dab;
}
.navMenu a:hover
{
	color: #fff;
}
#rightContent
{
	float: left;
	width: 510px;
	margin-left: 10px;
}
#rightContent #pageTitle
{
	font-size: 14px;
	text-transform: uppercase;
	color: #a3b2d6;
	margin-bottom: 10px;
}
.callToActionFront
{
	float: left;
	width: 100%
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.25em;
	letter-spacing: normal;
}
.callToActionFront img
{
	float: left;
	margin-top: 25px;
	margin-left: 40px;
}
.callToAction
{
	text-align: center;
	margin-bottom: 10px;
}
#footerCopy
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 9px;
	margin-top: 25px;
}
.table 
{ 
	margin: 1em; 
	border: collapse; 
}
.td
{ 	padding: .3em; 
	border: 1px #a6a6a6 solid;
	background: #F0F0F0;
}
.th
{ 
	padding: .3em; 
	border: 1px #a6a6a6 solid;
	background: #F0F0F0;
}
.thead 
{ 
	background: #affaaf; 
} 