body{
text-align:center;
background-color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
margin:0;
}


a:link {
	color: #D6D6D8;
}

p{
margin:0;
padding:0;
padding-top:5px;
padding-bottom:5px;
}




#container {
	width:875px;
	/*height:680px;*/
	text-align:left;
	margin:0px auto;
	background:#4B4C4E;
}

#header_ {
	width:875px;
	height:128px;
	background-image:url(../images/global/header.jpg);
	background-repeat:no-repeat;
}

/*  Navigation div and styles */

#navContainer_ {
	width:875px;
	height:41px;
	background-image:url(../images/global/navContainer.jpg);
	background-repeat:no-repeat;
}


.navBar {
  height:41px;
  background-image:url('../images/global/navBg.jpg');
	background-color:#221e1f;
  background-repeat:repeat-x;
}

.navBar ul {

  margin:0px;
	list-style:none;
	padding-left:30px;
	
}

.navBar li {
  float:left;
  line-height:41px;
  padding-left:20px;
  padding-right:31px;
	font-family:"Times New Roman", Times, serif;
	background:url(../images/global/listBullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}


.navBar li a{
color:#ffffff;
text-decoration:none;
}

.navBar li a:hover{
color:#669999;
text-decoration:none;
}


/* end navigation styles */

#featureImage_ {
	float:left;
	width:194px;
	height:282px;
	background-image:url(../images/global/featureImage.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 210px;
}


#contentWrapper{
width:681px;
float:left;

}

#contentHeader_ {

	width:681px;
	height:189px;
	background-image:url(../images/global/contentHeader.jpg);
	background-repeat:no-repeat;
}

#contentArea_ {

	width:681px;
	/*height:155px;*/
	background-color:#4B4C4E;
	/* background-repeat:no-repeat; */
	
}

#footerImages_ {
 
	width:681px;
	height:148px;
	background-image:url(../images/global/footerImages.jpg);
	background-repeat:no-repeat;
	/* float:left; */
}

#footerArea_ {
	width:875px;
	height:19px;
	background-color:#222222;

}



/* index content blocks */

#textArea{
width:600px;
margin:0px auto;
margin-top:20px;
}






/* overview page content blocks */

#overviewTextArea{
width:600px;
margin:0px auto;
padding-top:20px;
}

#overviewContentHeader_ {

	width:681px;
	height:189px;
	background-image:url(../images/overview/overviewpageheader.jpg);
	background-repeat:no-repeat;
}


/* services page content blocks */

#servicesLeftArea{
width:270px;
float:left;
padding-left:30px;
padding-top:20px
}

#servicesRightArea{
width:280px;
float:left;
padding-left:30px;
padding-top:20px

}

.servicesTable {
background:#4B4C4E;
}

#servicesContentHeader_ {

	width:681px;
	height:189px;
	background-image:url(../images/services/servicespageheader.jpg);
	background-repeat:no-repeat;
}

/*contact page code */


#contactContentHeader_ {

	width:681px;
	height:189px;
	background-image:url(../images/contact/contactpageheader.jpg);
	background-repeat:no-repeat;
}

#contactLeftArea{
width:350px;
float:left;
padding-left:30px;
padding-top:20px
}
