body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bgleft {
	background-image:url(imgs/leftbg.jpg); background-repeat:repeat-x;

}
.bgright {
	background-image:url(imgs/rightbg.jpg); background-repeat:repeat-x;

}
.blue14 {
	color: #033A83;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.blue25 {
	color: #033A83;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-decoration:underline;
	line-height: 30px;
}
h1  {
	color: #033A83;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-decoration:underline;
	line-height: 30px;
	font-weight: normal;
}
.blue10 {
	color: #033A83; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; }
.blue10  a:link, .blue10  a:visited, .blue10 a:active {
	color: #033A83; 
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif; 
}
.gray14 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.gray12 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A3778;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #385478;
}
.ServicesDetail {
padding-right: 150px;
}
.servicesMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.servicesMain a:link, .servicesMain a:visited, .servicesMain a:active {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.servicesMain a:hover {
	color: #0A3778;
	text-decoration: underline;
}
.quote {
	font-size: 10px;
	font-style: italic;
	padding: 10px 35px 10px 35px;
}
/************************ drop down ******************/
.glowingtabs{
/*float:left;*/
width:960px;
font-size: 10px;
line-height:normal;
/*border-bottom: 1px solid #dcc208; Add border strip to bottom of menu*/
background-image: url(imgs/nav-bg.jpg);
background-repeat: repeat-x;
height: 36px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(imgs/nav_left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
font-size: 11px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(imgs/nav.gif) no-repeat right top;
padding: 10px 10px 0px 0px;
font-weight:normal;
height: 26px;
color:#ffffff;
width: 118px;
text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -36px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -36px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -36px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -36px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border-left: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color: #C4CFDE;
width: 134px;
visibility: hidden;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
padding: 15px 0px 15px 0px;

}


.dropmenudiv_d a{
width: auto;
display: block;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-size: 11px;
font-weight: bold;
text-align: center;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
color: #6EBB21;
}


/**********************************/