BODY {
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3Dlight-color: #ccc;
	scrollbar-arrow-color:#ff0000;
	scrollbar-track-color: #333;
	scrollbar-darkshadow-color: #fff;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;	
	margin-right: 0px;
	background-color: #000;
/*
	background-image: url(../images/WashingtonBridge.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
*/
	}
	
td {
	color:#000; 
	font-family: arial;
	line-height: 15px; 
	font-size: 13px; 
	font-weight: normal;}

#logo {
	float: left;
	position: relative;
	bottom: 70px;
	padding: 0px;
	left: 10px;
	background-image: url(../images/icons.png);
	width: 131px;
	height: 66px;


	}

#contact {
	float: right;
	position: relative;
	top: 7px;
	right: 110px;
	padding: 0px;}


/* a- all default links */
a:link{
	color: #000;
	line-height:normal;
	text-decoration:none;
	font-weight: normal;
	font-family: arial;
	font-size: 13px}
a:visited{
	color:#000;
	text-decoration:none;	
	font-weight:normal;	
	font-family: arial;	
	font-size: 13px}
a:hover{
	color:#666;	
	text-decoration: underline;
	font-weight:normal;	
	font-family: arial;	
	font-size: 13px}
	
/***** Footer links ******/
.copyright {
	font-family: arial;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	background-color: #000;}
.copyright a:link {	
	font-family: arial; 
	color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:visited {
	font-family: arial; 
	color: #777; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:hover {
	font-family: arial; 
	color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: underline; 
	text-align: center}

h1 {
	font-family: arial;
	font-size:24px;
	font-weight:200;
	font-style:italic;
	padding:5px 0 8px 0;
	margin:0px;
	z-index:1000;}
	
h2 {
	font-family: arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	padding:5px 0 8px 0;
	margin:0px;
	z-index:1000;}
	
.apron {
	padding: 5px;
	background-color: #222;
	border: 1px solid #666;
	width: 975px;}

.apronLight {
	padding: 0px;
	background-color: #333;
	border: 1px solid #999;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;}

/******** apronInfoBox is for the left nav *******/
.apronInfoBox {
	padding: 10px 0px 0px 0px;
	background-color: #000;
	border: 1px solid #999;
	height: 250px;
	width: 100px;
}
	
.apronInfoBox a:link {	
	font-family: arial; 
	color: #dad1c5; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; }
	
.apronInfoBox a:visited {
	font-family: arial; 
	color: #777; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; }
	
.apronInfoBox a:hover {
	font-family: arial; 
	color: #dad1c5; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none; }
	
/*TLBR******** This is for the main body table and content ***************/
.apronBody {
	padding: 10px 30px 20px 20px;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #fff;
	margin: 10px;
	border: 1px solid #666;}
	
.apronBodyText {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	background-color: #fff;}

.apronPhotoBox {
	padding: 4px;
	border: 1px solid #666666;
	background-image: url(../images/header.jpg);
	height: 250px;
	width: 975px;
	margin: 5px;}
	
/***** This is for the List of Service Area*****/
#services{
	width: 600px;
	margin:26px auto 0 auto;
	position: relative;
	font-weight: normal;
	color: #000;}
	/* list of services */
.serviceslist{
	padding-left: 30px;
	float: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size:13px;
	color: #000;
	}
.serviceslist li a{
	line-height: 15px; 
	font-size: 13px; 
	display: block;
	padding: 10px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000;}
	
/***** Form Page Style ******/
.txtBoxStyleMarketEase{
	font-size: 12px;
	color: #666;
	font-family: arial;
	background-color: #fff;
	text-align: left;border:1px solid #666666}

.txtBoxStyleMarketEaseButton{
	font-size: 12px;
	color: #666;
	font-family: arial;
	background-color: #fff;
	text-align: center;
	border:1px solid #333333;
	cursor: hand;}

/**** This is to fix the PNG problem in IE6 ****/
IMG,DIV 
{behavior: url(iepngfix.htc) }
