/* Current styles for main pages */

body {
	background-image:url(../images/gray_background.png);
   	margin: 0px ;
   	padding: 0;
   	background-color:#FFF;
   	color: #4d4d4f;
}

body.content {
	font-family:/* tahoma,  */Helvetica Neue, Helvetica, sans-serif; font-size:11px; 
	color:#4d4d4f; 
   	line-height:1.2; 
   	vertical-align: top;

}

body table {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 20px;
}

blockquote {
	font-style:italic;
	font-size:11px;
	line-height: 1.2;
	color:#00234C;
	}
	
a:link, a:visited, a:active {
	text-decoration: none; 
	color:#0082c8;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin:0px;
	padding-left: 2em;	
}

li {
	list-style-position: outside;
	list-style-image: url(../images/arrow.png);
}

#topNav ul {
	list-style: none; 
	margin:0 20px; 
	padding:0; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.3em; 
	font-weight: 100; 
	color:#008ccf;
}

#topNav ul li {
	display: inline-block; 
	width: 22%;
	margin-bottom: 10px;
}

#topNav a:hover {
	text-decoration: none;
	border-bottom: 2px solid #008ccf;
	padding-bottom: 3px; 
}

#services ul {
	list-style: none; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: 100; 
	color:#333;
	text-align: center;
}

#services ul li {
	display: inline-block;
	margin:5px 20px; 
}

#services ul li ul {
	list-style: inside;
	padding: 10px 0;
}
#services ul li ul li {
	font-size: .8em !important;
	display: list-item;
	list-style-image: none;
	list-style-type: none;
	padding: 0;	
}
    
#services ul li img {margin-top: 20px;}

#services ul li ul li:first-child {font-weight: bold;}    

.sectionHero img {
	border-radius: 6px; 
	margin-bottom: 10px;
}

.footer {
font-family: helvetica, arial, sans-serif; 
	font-size:12px; 
   	line-height:1.2; 
	border-top: 1px solid #ddd;
	color:#333; 
	vertical-align: top;
	padding: 1px;}
 
hr { color:#00234c; width: 100%; border-style: none;
}

.lgtext {
	font-family: /* geneva,  */Helvetica Neue, Helvetica, arial, helvetica, sans-serif; 
	font-size:14px;
	line-height: 1.4;
	}

h2 {
	font-size:10pt; 
	font-weight: bold;
}

h3 {
	font-family: Helvetica Neue, Helvetica, arial sans-serif; 
	font-size: 22px;
	color:#0082c0;
	font-weight: 400;

h1 {
	font-size:11pt; 
	font-size:11px; 
	font-weight: bold;
}

.header {
	font: 11px tahoma, helvetica, sans-serif;
}


.menu { 
	font-family: trebuchet MS, geneva, arial, helvetica, sans-serif; 
	font-size: 16px; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	padding: 1px; 
}



.indexBox {
	background: #f6f6f6;
	border: 1px solid #cce;	
	padding-left: 10px;
   	padding-right: 10px;
   	padding-top: 2px;
   	padding-bottom: 2px;
}

.navBox {
	border-collapse: collapse;	
}

.navBox td {
	background: #f6f6f6;
	border-top: 1px solid #cce;
	border-bottom: 1px solid #cce;	
	padding-left: 10px;
   	padding-right: 10px;
   	padding-top: 4px;
   	padding-bottom: 4px;
   	font-size:8pt;
}

#headline {
	font-family: trebuchet MS, geneva, arial, helvetica, sans-serif; 
	font-size: 20px;
	color:#00234C;}
     
/* CSS for Menu Structure */
#tabs {
  float:left;
  width:100%;
  background:#00234b;
  font-size:93%;
  line-height:normal;

  }
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("tabright.gif") no-repeat right top;
  padding:5px 22px 6px 10px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }  


