
/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
html>body, html>body #container{height:auto;}
body {
	font: normal 100% tahoma, verdana, arial, helvetica, sans-serif;
	background: #fff url(images/maincontent_bg.gif) repeat-x;
	min-height: 100%;
	height: 100%;
	}

hr {display: none;}
#secondary {
	background: url(images/2nd-bg.gif) repeat-x;
	background-color:#FFFFFF;
	height:auto;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
input, select, textarea{
	font: normal 1.2em/1.6em 'lucida grande',tahoma,sans-serif;
	color: #555;
	}

/* inline images
==============================================================================*/
img {
	border: 0; /* removes border in case images have anchor around them */
	}
.inlineImage {
	text-align: center;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #999;
	}
.inlineImage img {
		padding: 3px;
		border: 1px solid #ccc;
		}
.noStyle img {
		padding: 0;
		border: 0 none;
		}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
	}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
	}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}


/* site id and utility links
==============================================================================*/
#header{background: url(images/bg_header.gif) no-repeat;}
#logo	{display: block; height: 135px; }
#logo a {
	display: block;
	width: 224px;
	height: 135px;
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
		}


/* layout setup
==============================================================================*/

#wrapper, #container{position: relative; margin: 0 auto; width: 962px;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif; color: #1D3760;}
#content h1{ font-size: 1.5em;        /* 24px / 16px = 1.5em */  display: inline; margin-right: 1em;}
h2 { font-size:  10pt; }
h3 {font-size: 1.1em; text-transform: uppercase; margin: 1em 0;}
h4 {font-size: 1.5em;margin-bottom: 1em; margin-top: 2em;}
h5 { font-size: 1.25em; }
h6 {font-size: 1em}
p {margin: 1.5em 0; color: #555; line-height: 1.5;}

/* contact
==============================================================================*/
#contact {margin: 20px 0 4px 0; padding: 5px; float: right;}
#contact strong {font-size: 1.2em; font-weight: normal; color: white;}
#contact a {font-weight: bold; color: #60bffb;}
#contact a:hover {text-decoration: underline; color: white;}
#contact p{	font-size: 1em; margin: 0; color: #ffffff; line-height: 1.3em;}
.name{font-weight:bold;}
.contactleft {width: 35%; float: left;}
.contactright{width: 35%; float: right;}
/* top-level navigation
==============================================================================*/
ul#nav {
	height: 27px;
	width: 901px;
	padding-bottom: 0px;
	list-style: none;
	}
#nav li {
	float: left;
	padding: 0 1.3em;
	height: 27px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}
#nav li a {
	font-size: 1em;      /* 16px / 16px = 1em */
font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF;
	display: block;
	line-height: 27px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	text-decoration: none;
	}
#nav li a:visited {color: #ffffff;}
#nav li a:hover {color: #FF6600;}
#nav li a.currentSection,
#nav li a.currentSection:hover {color: #2A5089; background-position: 50% -56px;
		}
/* serviceslist (contentmain/perspective)
==============================================================================*/
.handcursor{font: bold 1.2em 'lucida grande',tahoma,sans-serif; cursor:hand; cursor:pointer;
}

/* free quotes
==============================================================================*/
/*progressive link*/#au_banner_1 table tbody tr td, #au_banner_1 table tbody tr td table {with: 150px; border: none; text-align:center;}
.freequote { width: 115px; min-height: 246px; height: 286px; float: left; display: inline; margin: 7px 0px 0px 3px; background: #fff; border: 1px solid  #CCCCCC; text-align: center;}
.freequotelabel {width: 109px; height: 60px; padding: 3px 3px 0 3px; font: .6875em Georgia, "Times New Roman", Times, serif; font-weight:bold; color: #FFFFFF; text-align: center; vertical-align: middle; background-color:#FF6600; clear: both;}
.freequotelabel a, .freequotelabel a:visited{color: #FFFFFF; text-decoration: none;}
.freequotelabel a:hover {text-decoration: underline;}

#contentmain{width: 450px;  height: 1%; float: left;}
#contentmain h2 a{text-transform: none; text-decoration: none;}
#contentmain h2 a:visted{color: #2A4F89;}
#contentmain p, #news p{margin: 1em 0; font-family: 'lucida grande',tahoma,sans-serif; color: #555; line-height: 1.5;}
#contentmain ul{margin: 14px 0; margin-left: 0; padding-left: 16px;}
#content{min-height: 206px; margin: 10px; padding: 10px;}

#news{width: 20%; padding: 0 10px;float: right;}	
#outerside{width: 20%; padding: 10px;float: right;} 
#outerside p{font-size: .6875em; /* 11px / 16px = .6875em */ margin-bottom: -12px;}
#outerside .title{font-size: 10pt;}
#outerside p.blog{font-size: 8pt;}
#outerside h1 {}
#outerside h2 {font-size: .75em; /* 12px / 16px = .75em */ font-family: Georgia, "Times New Roman", Times, serif; color: #FF6C3B; text-transform:none; display: inline; margin-right: 1em;}
#outerside h3{font-size: .8em; margin-bottom: 0em;}
#outerside .storycontent p{ font-size: .8em; margin: 0em;}
#welcome {width: 75%;}
.subtable{margin-left: 20px;}
.subtable h2{margin-bottom:0;}
.warning{color:#CC0000; font-size: 10pt;}

input.txt {border: 1px inset #555; padding: 5px; width: 65%;}
input.required {border: 1px inset #555; background-color:#CCCC99; padding: 5px; width: 65%;}
input.btn {color: #555; float: right; margin: 1em; }
textarea{border: 1px inset #555; font: 0.9em 'lucida grande',tahoma,sans-serif; padding: 5px; width: 65%;}
form p {clear: left; margin: 0; padding-top: 5px;}
form p label.plain {float: left; width: auto; font: 1em 'lucida grande',tahoma,sans-serif;}
form p label {float: left; width: 40%; font: 1em 'lucida grande',tahoma,sans-serif; color: #333333;}
.leftimg {float: left; margin-right: 20px; margin-bottom: 6px;}
legend {font: bold 12pt 'lucida grande',tahoma,sans-serif; color: #006699;}
fieldset h1{ height:1em; font: bold 1.2em 'lucida grande',tahoma,sans-serif; color: #006699;}
fieldset{ padding: 1em;}
.special /*used to help stop form spam*/{

}
ol{color: #555;}
ol li {margin: 1.5em 0; font: 8pt'lucida grande',tahoma,sans-serif; color: #555;}
ul {list-style: square; font-family: 'lucida grande',tahoma,sans-serif; color: #555; margin-bottom: .5em; }
.disclaimer{font: normal 1em/1.6em 'lucida grande',tahoma,sans-serif; color: #555; margin: 1.5em; }
ul.links{font-size: .9375em; font-family: 'lucida grande',tahoma,sans-serif; color: #555; margin: 3px 0 15px 0; list-style: none; line-height: 1.5;}
ul.links li a{ text-decoration:none;}
ul.links li a:hover{ text-decoration:underline;}
label{font: normal 1em/1.6em 'lucida grande',tahoma,sans-serif; color: #555;}
.clear {clear: both;}

.push{height:55px;}
#footer{background-color: #041344; height: 100px;}
#footwrapper{width: 901px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; padding-top: 5px;}
#footernav a:link, #footernav a:visited {color: #89852a; text-decoration: none;}
#footernav a:hover {text-decoration: underline;}
#footernav span.copyright {font: 7pt 'lucida grande',tahoma,sans-serif;color: #fffdd3; width:50%;}
#footernav span.developedby{ font: 6pt 'lucida grande',tahoma,sans-serif; color: #fffdd3; margin-bottom: 1em;width:50%;}
#leftcolumn{float:left; height: 20px;}
#rightcolumn{float:right; height: 20px;}
#footernav span.securities, #footernav span.address, #footernav span.disclaimer{ font: 7pt 'lucida grande',tahoma,sans-serif; color: #fffdd3; text-align:right; width:50%;}
#footernav {font: 10pt 'lucida grande',tahoma,sans-serif; display: inline;}
#footernav ul{list-style: none; margin: 2px 0;}
#footernav li {display: inline;}
#footernav a:link, #footernav a:visited {padding: 3px 2px 2px 2px; color: #fffdd3; text-decoration: none;}
#footernav a:hover {text-decoration: underline; color: #FF6600}
/* END FOOTER */

