@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font: normal 62.5%/1 arial,helvetica,sans-serif;
	color:#333;
	text-align: center;
	background: #fff url(/images/bg_header.gif) top left repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: arial,tahoma,helvetica,sans-serif;
	margin:0 0 10px 0;
	line-height:1.2;
}

h1 {
	background: url(/images/logo.gif) no-repeat;
	width:185px;
	height:97px;
	margin-left: 130px;
	margin-bottom:0;
}

h2 {
	color: #f90;
	font-size: 2.4em;	
}

h3 {
	
}

h4 {
	margin:0 0 10px 0;
	padding-top:5px;
	font-size: 1.1em;
}

h5 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: .9em;
}

#content_main h4{
	font-size:1.2em;
}

#content_main h5{
	font-size:1.1em;
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height:1.5;
}

span {
	
}

h1 span{
	display:none;
}

strong {
	color:#666;
}

#content_main blockquote{
		background: #DDD;
		border: 1px solid #999;
		font-family: Arial, Sans-serif;
		color: #666;
		font-size: 1.4em;
		font-weight: bold;
		padding:10px;
		line-height: 1.4em;
		margin: 15px 0;
		
}

#content_sub blockquote{
	background: #FFF url(/images/quote.gif) no-repeat;
	color:#666;
	margin-left:0;
	border: none;
}

body.twocolQuote #content_subinner blockquote p{
	font-family: Arial, Sans-serif;
	font-size:16px;
	padding:10px 0 0 30px;
	font-weight:bold;
	margin-left:10px;
}

/* list styles
--------------------------------------------------------------------------*/
ol{
	margin:0 0 0 40px;
}

ol li{
	margin:0 0 5px 0;
	font-size: 1.2em;
	line-height:1.5;
}

ul {
	margin: 0;
	list-style:none;
}

ul li {
	padding: 0 0 0 10px;
	background: url(/images/arrow_double.gif) 0 6px no-repeat;
	margin:0 0 5px 0;
	font-size: 1.2em;
	line-height:1.5;
}

ul li ul{
	margin:10px 0 0 0;
	padding:0;
}

#nav_sub ul li ul li{
	width:130px;
	margin:5px 0 0 0;
	background: url(/images/bullet_dash.gif) 0 7px no-repeat;
	line-height:1em;
	padding:0 0 0 10px;
	height:auto;
}

#nav_sub ul li ul li a{
	font-size:0.8em;
	margin:0;
	padding:0;
	
}

dl {
	font-size:1.2em;
}

dt {
	float:left;
	width:150px;
}

dd {
	
}

dl.longdl dt{
	width:400px;
	height:2em;
}

dl.longdl dd{
	height:2em;
}

.border li{
	background: url(/images/border_list.gif) 0 6px no-repeat;
	width:160px;
	height:24px;
	padding:0 0 0 15px;
	margin-bottom:5px;
}

* html .border li{
	width:145px;
}

ul.pdf li{
	background: url(/images/icon_pdf.gif) 0 50% no-repeat;	
	margin-left:10px;
	padding-left:20px;
}

.disc{
	margin-bottom:15px;
}

ul.disc li{
	background: none;
	list-style: disc;
	margin-left:30px;
}

/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#039;
	font-size: 1.1em;
}

a:hover {
	color:#F90;
}

a.contact{
	background: url(/images/contact.gif) 0 50% no-repeat;
	padding-left:17px;
}

a.sitemap{
	background: url(/images/sitemap.gif) 0 50% no-repeat;
	padding-left:15px;
}

#content_main a.toggle:link, #content_main a.toggle:visited{
	display:block;
	float:left;
	clear:left;
	font-size:1.1em;
	margin:0 0 10px 0;
	line-height:1.5;
}

div.hidden, div.nothidden{
	font-size:1.1em;
	clear:left;
	margin: 0px 0 10px 10px;
	background-color:#E7EDFA;
	padding:10px;
	float:left;
	width:475px;
	color:#000;
}

div.hidden ul, div.nothidden ul{
	margin-left:10px;
}



/* test classes
--------------------------------------------------------------------------*/
.testbdr {
	border: 1px solid red;
}

.testbg {
	background-color: Lime;
}

/* general custom classes
--------------------------------------------------------------------------*/
.dotrule {
	height:1px; 
	background:url(/images/dot.gif) repeat-x; 
}

#directionsID .dotrule {
	margin-bottom:10px;
}
	
.deep {
	margin-top:1em;
}

.cleaner{
	clear:both;
}

.thumb{
	margin:5px 15px 5px 0;
	float:left;
}

.tborder{
	border:1px solid #036;
}

#people .thumb {
	margin: 5px 5px 5px 0;
}

#customers .thumb{
	margin: 5px 5px 5px 0;
}

.pic{
	clear:left;
	float:left;
	margin:2px 5px 5px 5px;
}

.hdrblue{
	background-color:#00215B;
	margin:0;
	color: #fff;
	font-size: 1.4em;
	padding:10px 0 10px 5px;	
}

.highlight{
	background-color: #E7EDFA;
	padding:10px;
	color:#000;
}

.highlight strong{
	color:#000;
}

.message strong{
	color:#F90;
}

#content_sub p.help{
	font-size:1em;
}

.clear{
	clear:left;
}


/*corner styles*/

.cnr_top_blue, .cnr_top_blue180{
	background: url(/images/cnr_top_blue.gif) no-repeat;
	width:255px;
	height:4px;
	font-size:1px; /*ie height fix*/
	display:block;
}

.cnr_bottom_blue, .cnr_bottom_blue180{
	background: url(/images/cnr_bottom_blue.gif) no-repeat;
	width:255px;
	height:4px;
	display:block;
	font-size:7px; /*ie height fix*/
	margin-bottom:0.5em;
}

.cnr_top_blue180{
	background: url(/images/cnr_top_blue180.gif) no-repeat;
	width:180px;
}

.cnr_bottom_blue180{
	background: url(/images/cnr_bottom_blue180.gif) no-repeat;
	width:180px;
}


* html .cnr_bottom_blue{ /*ie height fix*/
	margin-bottom:0;
}

.cnr_top_ltblue, .cnr_top_ltblue180{
	background: url(/images/cnr_top_ltblue.gif) no-repeat;
	width:255px;
	height:4px;
	font-size:1px; /*ie height fix*/
	display:block;
}

.cnr_bottom_ltblue, .cnr_bottom_ltblue180{
	background: url(/images/cnr_bottom_ltblue.gif) no-repeat;
	width:255px;
	height:4px;
	font-size:1px; /*ie height fix*/
	display:block;
}

.cnr_bottom_ltblue180{
	background: url(/images/cnr_bottom_ltblue180.gif) no-repeat;
	width:180px;
	margin-bottom:10px;
}

.cnr_top_ltblue180{
	background: url(/images/cnr_top_ltblue180.gif) no-repeat;
	width:180px;
}

/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */