/** BASIC */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding:5px 0px;
}

h4 {
font-weight:bold;
margin-bottom:0px;
}
h4 a{
color: #0077DD ;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.list3 li {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
	margin-top: .5em;
	/*color: #254360;*/
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

.clear-both {
	clear: both;
	font-size: 0px;
	height: 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
	padding: 15px;
	
	
}

#menu a:hover {
	/*background: #FFFFFF;*/
	background: #EFF7FF;
	color: #254360;
}

#home .home, #about-us .about-us, #services .services, #resources .resources, #who-we-serve .who-we-serve, #contact-us .contact-us  {
	/*background: #FFFFFF;*/
	background: #EFF7FF;
	color: #254360;
	
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnC {
}

#columnA h2, #columnC h2  {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

.separator {
height:1px;
font-size:0px;
color:#FFF;
border-bottom: 1px dashed #EEEEEE;
}

#cotactformbg {
background: url(images/cotactformbg.gif) repeat-y top left;
margin:1px auto 10px auto;
width:750px;
}

#cotactformhead {
background: url(images/cotactformhead.gif) no-repeat top left;
}


.cotactformleft {
float:left;
width:180px;
padding:15px 5px 10px 15px;
}

.cotactformright {
float:right;
width:530px;
padding:5px;
padding-top:50px;
}

#services p, #services ul.list3, #about-us p {
margin-bottom:10px;
}

.pagepicture {
margin:10px;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

/* image shadows */
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.resources_table h4{
font-size:13px;
}
.resources_table td {
font-size:12px;
}  
.resources_img {
padding-right:10px;
}  
/* image shadows */

#servicestable {
background: url(images/servicestable.jpg) no-repeat bottom left;
margin:10px 0px;
border:2px solid #CCC;
}

#servicestable td {
width:50%;
color:#000;
text-align:left;
}

#servicestable td {
padding:10px;
}

#about_pictures, #about_pictures2 {
/*background:#F8F8EA;*/
background-color: #EFF7FF;
padding:10px;
}

.clear-both {
	clear: both;
	font-size: 0px;
	height: 0px;
}