@charset "UTF-8";
html, body, #main_wrapper {height: 100%;}
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bcknd_gradient.gif);
	background-repeat: repeat-x;
	height: 100%;
}
.oneColFixCtr #main_wrapper  {
	width: 975px;
	background-image: url(images/bcknd_shadow.png);
	text-align: left;
	height:auto;
	min-height: 100%;
	margin: 0 auto ;
}
.oneColFixCtr .wrapper  {
	width: 840px;
	margin-left: 65px;
	min-height: 100%;
}#header {
	height: 100px;
	padding-top: 25px;
}
#logo {
	width: 270px;
	float: left;
	display: inline;
}.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
#tagline {
	float: left;
	display: inline;
	padding-top: 38px;
	width: 290px;
	padding-left: 50px;
}
.address {
	float: left;
	display: inline;
	width: 245px;
	padding-left: 25px;
}
.address h4 {text-align: center;text-transform: uppercase;font-size: 13.5px;}
.address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 19px;
}
#photo_banner {
	height: 240px;
	border-top: solid 2px #0098db;
	border-bottom: solid 2px #0098db;
	background-image: url(images/needaquote.gif);
	background-repeat: no-repeat;
	background-position: top right;
	clear: both;
}
#slideshow {
	float: left;
	width: 569px;
	height: 240px;
	position: relative;
}
#slideshow img {
	left: 0px;
	top: 0px;
	position: absolute;
}
#quote {
	float: right;
	display: inline;
	padding-left: 130px;
	padding-top: 155px;
	width: 130px;
}
#categories {
	margin-top: 35px;
	height: 315px;
	overflow: hidden;
	clear: both;
}
.column1 {
	width: 270px;
	float: left;
	margin-right: 0px;
	padding-left: 10px;
}
.column2 {
	width: 268px;
	float: left;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-left: 10px;
}
.column3 {
	width: 270px;
	float: left;
	padding-left: 10px;
}
.bodytext {
	font-size: 12.5px;
	color: #666666;
	line-height: 18px;
}
.bodytext a:link {
	color: #0066A4;
}
.bodytext a:visited {
	color: #0066A4;
}
.bodytext a:hover {
	color: #0098DB;
}
h1 {
	font-size: 20px;
	color: #0066A4;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #0066A4;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0px;
}
h4 {
	font-size: 12.5px;
	color: #0098DB;
	margin-bottom: -12px;
	font-weight: bold;
}
 .footer {
	height: 60px;
	background-color: #0066A4;
	width: 840px;
	text-align: center;
	margin-left: 65px;
	padding: 10px 10px 0 10px;
	margin-top: 15px;
} .footer a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
} .footer a:hover {
	color:#a2d3e7;
} 
.footer img {
color:transparent;
float:left;
margin: 5px 0 0 20px;
}
.copyright  {
	font-size: 11px;
	color: #a2d3e7;
	margin-top: 12px;
}
.copyright a {
	font-size: 11px;
	color: #a2d3e7;
	margin-top: 8px;
}
.copyright a:visited {
	color: #a2d3e7;
}
.copyright a:hover {
	color: #FFFFFF;
}
.push {
	height: 70px;
}
.bottomnav_divider {color: #FFFFFF}
#topnav {
	margin-top: 20px;
	width: 840px;
	margin-left: -15px;
	clear: both;
	overflow: visible;
}
ul									{
	list-style: none;
}
/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	z-index: 100;
}
ul.dropdown li                      {
	font-weight: normal;
	float: left;
	background: #ffffff;
	zoom: 1;
}
ul.dropdown a:hover		            {
	color: #5ccaf0;
}
ul.dropdown a:active                {
	color: #5ccaf0;
}
ul.dropdown li a                    {
	display: block;
	padding: 5px 13.5px;
	border-right: 1px dotted #0098db;
	color: #0098db;
	font-size: 14px;
	text-decoration: none;
	zoom: 1;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #0098db;
	color: #FFFFFF;
	position: relative;
}
ul.dropdown li.hover a              {
	color: #FFFFFF;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 160px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
}
ul.dropdown ul li 					{
	font-weight: normal;
	background: #5ccaf0;
	color: #000;
	border-bottom: 1px solid #ffffff;
	float: none;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 100%;
	top: 0px;
}
ul.dropdown li:hover > ul 			{ visibility: visible; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
.learnmore  {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	background-color: #FF9900;
	padding: 2px 5px 2px 5px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0;
}
#photo {
	height: 240px;
	width: 569px;
	float: left;
}
#contactus {
	margin-top: 15px;
}
.content {
	width: 550px;
	float: left;
	border-right: solid 1px #999999;
	margin-top: 30px;
	padding-right: 20px;
}
.content  ul {
}
.content  ul  li {
	font-size: 12.5px;
	font-weight: normal;
	color: #666666;
	padding: 2px 0;
	list-style-type: disc;
}
.breadcrumb {
	text-transform: capitalize;
	color: #FF9900;
}
.sidebarcol {
	width: 250px;
	float: right;
	margin-top: 15px;
}
.sidebarcol ul {
	display: inline;
}
.sidebarcol ul li {
	display: block;
	font-size: 14px;
	height: 20px;
	padding-left: 10px;
	border-bottom: dotted 1px #cccccc;
	padding-top: 10px;
}
.sidebarcol ul li a {
	text-decoration: none;
	color: #0066A4;
}
.sidebarcol ul li a:link {
}
.sidebarcol ul li a:visited {
	color: #0066A4;
}
.sidebarcol ul li a:hover {
	color: #0098DB;
}
.h3_subheads {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
}
.highlight {
	color: #CC0000;
	font-size: 11.5px;
	line-height: 14px;
}
.accordionButton {
	width: 550px;
	float: left;
	background: #0066A4;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	height: 24px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	}
	
.accordionContent {
	width: 550px;
	float: left;
	background: #ffffff;
	display: none;
	}
#afteraccordian {
	width: 550px;
	clear: both;
	padding-top: 2px;
}
.quoteheader {
	font-size: 14px;
	color: #0066A4;
	text-align: left;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.textfield {
	margin-right: 8px;
}
.formsmall {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}
.formtext {
	font-size: 12.5px;
	color: #666666;
	line-height: 18px;
	text-align: right;
	font-weight: normal;
}
.quotesubhead {
	color: #666666;
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	height: 18px;
	padding-top: 0px;
	padding-left: 5px;
	text-transform: uppercase;
}
.greysubhead {
	font-size: 14px;
	color: #666666;
	margin-bottom: -12px;
}
.abouth4 {
	font-size: 13.5px;
}
.location {
	font-size: 14px;
	text-transform: uppercase;
	padding:4px 0;
}
.bio {
	float: left;
	width: 265px;
	padding-right: 10px;
}
.map {border:1px solid #666666}

hr {border-style: dotted; border-color: #CCCCCC;}


