body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(../graphics/bggrad.png);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}	

a:link {
	color: #008BCB;
}

h1 {
	font-size: 1.9em;
	color: #008BCB;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	color: #008BCB;
	font-size: 1.3em;
	padding-top: 0px;
	margin-top: 0px;
}

h2.seealso {
	font-size: 1.3em;
	color: #171795;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

body ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#container {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	position:relative;
}
#container #mainbody #leftcol {
	float: left;
	width: 220px;
/*	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: dotted;
	border-right-color:#878585;
*/	
	margin-top: 20px;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #mainbody #content {
	float: right;
	width: 610px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.7em;
	padding-right: 20px;
	text-align: justify;
	
	padding-left: 10px;
	border-top-width: 0px;
	border-left-width: 5px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-style: dotted;
	border-left-color:#878585;
}

#seealso {
	background-color: #CCE8F5;
	padding: 10px;
	margin-top: 10px;
}

#seealso .seealsolist a {
	font-weight: bold;
	color: #171795;
	text-decoration: none;
}

.clear {
	clear: both;
}
#container #topnav {
	text-align: right;
	background-color: #878585;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
}

#topnav #topcontact {
	margin-right: 50px;
	color: white;
}

#container #topnav a {
	color: #FFFFFF;
}

#container #footer {
	background-color: #878585;
	color: #FFFFFF;
	height: 20px;
	padding-left: 10px;
	position:relative;
}

#container #footer a {
	color: #FFFFFF;
}


#priv {
	float:right;
	width: 300px;
	text-align:right;
	margin-right:10px;
}

#container #mainbody #dottedseparator {
	background-image: url(../graphics/dashes.png);
	background-repeat: repeat-y;
	width: 3px;
}

.leftnav {
	color: #484443;
	font-weight: bold;
}

.leftnav li a:link {
	color: #484443;
}

.leftnav li a:visited {
	color: #666666;
}

.leftnav li a:hover {
	color: #008BCB;
}
#container #mainbody #leftcol #leftnav1 {
	margin-left: 20px;
}

#container #mainbody #leftcol #leftnav1 li {
	list-style-image: url(../graphics/bullet.png);
	padding-bottom: 10px;
}

#container #mainbody #leftcol #leftnav2{
	background-color:#DDDDFF;
	padding-left: 20px;
	padding-right: 10px;
}

#container #mainbody #leftcol #leftnav2 li {
	list-style-image: none;
	padding-bottom: 10px;
}

#container #mainbody #leftcol .leftnav li.selected {
	text-decoration:underline !important;
}

#container #mainbody #leftcol .leftnav a.selected {
	text-decoration:underline !important;
}

#container #mainbody #leftcol ul.noaccordion {
	margin-top:5px;
	margin-bottom:5px;
}

#container #mainbody #leftcol #leftnav1 .subnav {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left:3px solid #CCE8F5;
}
#container #mainbody #leftcol #leftnav2 .subnav {
	padding-top: 5px;
	padding-left: 7px;
}

#container #mainbody #leftcol .leftnav .subnav li {
	list-style-image: none !important;
	font-weight: normal;
	padding-bottom:2px;
}

ul.subnav li:last-child {
	padding-bottom:0px !important;
}
.download-quote {
	color: #008BCB;
	font-style: italic;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;
	cursor: pointer;
	margin-top:5px;
	background-image: url(../graphics/plus.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.accordion-toggle-active{
	font-weight:bold;	
	background-image: url(../graphics/minus.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.accordion-content{
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

}


#seealso .seealsolist li {
	list-style-image: url(../graphics/bullet.png);
	padding-bottom: 5px;
	color: #484443;
	padding-left: 5px;
	padding-left: 5px;
	padding-left: 5px;
	margin-left: 5px;
}

#seealso .seealsolist li .SAsummary {
	font-weight: normal;
	font-size:0.85em;
}

#container #mainbody #leftcol #seealso .seealsolist {
	margin-left: 20px;
	margin-top: 10px;
}

#container #mainbody #leftcol .leftnav #subnav-accordion {
	margin-left:-16px;
	margin-top:5px;
	padding-left:2px;
}
#container #mainbody #content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #b4e5fb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#container #mainbody #content ul.narrowlist {
	width: 200px;
	margin-right: 0px !important;
}

#container #mainbody #content ul.nobluelist {
	background-color:white;
}

#container #mainbody #content dl {
	padding-left: 20px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #b4e5fb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#container #mainbody #content dt {
	font-weight:bold;
}

#container #mainbody #content .pdf {
	margin-right: 30px;
	margin-left: 30px;
	border: 1px dashed #171795;
	display:inline;
	padding: 10px;
	float: left;
}
#address {
	margin-left: 30px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	float: right;
	padding: 10px;
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
div.wp_check {
	padding-bottom: 30px;
	display:block;
	clear:left;
}

div.wp_check input {
	float: left;
}
div.wp_check label {
	display: inline;
	float:left;
	margin-left: 10px;
}
.wp_summary{
	clear:left;
	display:block;
	margin-left: 30px;
}
#container #mainbody #content #services-desc {
	width: 350px;
	float: right;
	height: 150px;
	padding: 10px;
	position: relative;
}

#services-desc .svcsinnertext {
	position:absolute;
	padding-right:10px;
}

.showme {
	display:block;
}
.hideme {
	display:none;
}

#pager-nav{
	text-align:right;
	margin-right: 5px;
}
#pager-nav a {
	padding-right: 5px;
}
#pager-nav a.activeSlide {
	font-weight: bold;
}
#bannerwrap,
.banner-panel {
	width:600px;
	height:170px;
	position: relative;
}

.description {
	position:absolute;
	z-index:15;
	width:300px;
	height:150px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}
.slideimage {
	position:absolute;
	z-index:10;
	width: 600px;
	height: 170px;
}

.bannerpic {
	left: 0px;
	position: absolute;
	top: 0px;
}

#middlefullwidth {
	width: 580px;
	height: 100px;
	padding: 10px;
	background-color:#EEEEFF;
	margin-top:5px;
}

#box1 {
	width:375px;
	float:left;
	background-color: #CCCCCC;
	margin-top:5px;
	height: 150px;
	padding: 10px;
	text-align:left;
}

#box1 p {
	padding-top:0px;
	margin-top:0px;
}

#box2 {
	width:180px;
	float:left;
	background-color: #999999;
	color: white;
	margin-left:5px;
	margin-top:5px;
	height: 150px;
	padding: 10px;
	text-align:left;
}

#description #fading_text{
	width: 100%;
	Filter:Alpha(Opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	background-color:#FFFFFF;
}

#box2 ul.quicklinx {
	list-style-type: none !important;
	background-color: #999999 !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #FFFFFF;
}

#box2 li {
	padding-bottom: 5px;
}

#box2 a {
	color: #FFFFFF;
}
#services-desc p.more {
	text-align: right;
}

.jsvalidation {
	margin-left:5px;
	color: red;
}

.moreinfoblock {
	background-color:#CCCCCC;
	padding:5px;
}

#pbib {
	float:right;
	position:absolute;
	bottom: 25px;
	left: 5px;
}
#pbib a {
	background: transparent url(/graphics/pbib2.png) no-repeat scroll 2px 0; 
	padding: 0px 0px 6px 2px;
	color: navy !important;
	text-indent:-9999px;
	display:block;
	border:none;
	width:91px;
}
#pbib a:hover {
	background-position: 2px -20px;
}
.error { color:red; }

table.alternate td,
table.alternate th {
	padding: 5px 10px;
	vertical-align: top;
}

table.alternate tr th {
	background-color: rgb(79,129,189);
	color:white;
	text-align:left;
}

table.alternate tr.odder td {
	background-color: #FFFFFF;
}

table.alternate tr.odd td {
	background-color: rgb(233,237,244);
}
table.alternate tr.even td {
	background-color: rgb(208,216,232);
}

ul.vertslist {
	width: 350px;
	height: 130px;
	padding: 0;
	margin: 0;
}

ul.vertslist li {
	width: 175px;
	float: left;
}

.code {
	font-family:"Courier New", Courier, monospace;
	margin-left: 20px;
	background-color:#EEEEEE;
	padding: 10px;
	width: auto;
	float: left;
}
/* EASYTABS */
#content .menutabs {
	width: 130px;
	float: left;
}

#content .tabcontent {
	width: 450px;
	min-height: 280px;
	height:auto !important;
	height:280px;
	float: left;
	background-color: rgb(233,237,244);
	padding: 5px 15px 15px;
}
#content .menutabs ol {
	width: 150px;
	list-style:none;
	padding: 0;
	margin: 0;
}

#content .menutabs ol li a {
	height: 25px;
	background-color: rgb(208,216,232);
	display: block;
	padding: 5px 0px 0px 5px;

}

#content .menutabs ol li a.tabactive {
	background-color: rgb(233,237,244);
}

#content #tabsfooter {
	background-color:rgb(208,216,232);
	padding-left: 150px;
}


/* NEWSFLASH STUFF */
#newsflashContainer {
	position:absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 900px;
	margin-top:24px;
}
#newsflash {
	height: 208px;
	width: 900px;
	background-color:#008bcb;
	background-image: url(../graphics/newsflash-swirl-outside.jpg) !important;
	background-repeat: no-repeat;
	padding-top: 18px;
	background-position: bottom;
	display:none;
}
#newsflashInside {
	color: white;
	margin:auto;
	width: 700px;
	font-size:1.2em !important;
	padding: 20px;
	height: 150px;
	background-color: #008bcb;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#newsflashInside h1, 
#newsflashInside h2,
#newsflashInside p,
#newsflashInside a {
	color: white;
}
.newsflashButton {
	width: 70px;
	color: white;
	padding-left: 10px;
	padding-top:2px;
	font-weight: bold;
	margin-top: -24px;
}
