/* CSS Document */

   body
    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }  
   
   img{
   margin:0px;
   padding:0px;
   }
   
   table, tr, td
   {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	top: 0px;
	vertical-align: text-top;
   }
   
   p, table, tr, td{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }
   
   div{
   }
   
   p.website{
   margin:0px;
   }
   
   #servicesoffered {
	height:340px;
	width:100%;
    background:url(images/startcontent.jpg) no-repeat right bottom;
	padding:0px 0px 0px 0px;
	margin: 0px 0px -2px 0px;
   }

   .tabcontent{
   display:none;
   margin: 0px 0px 0px 0px;
   padding: 20px 20px 0px 210px;
   }
   
   h3{
   margin:0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 17px;
   }   
   
   #servicemenu{
	float:left;
	padding:20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	border:0px solid red;
	width:175px;
	height:90%;
	top: 0px;
	position: static;
   }

   #servicelist {
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:100%;
	list-style-image: none;
   }
   
   #servicelist li {
   width:100%;
   padding:2px 0px 3px 0px;
   margin:2px 0px 4px 0px;
   list-style-type: none;
   }
   
   #servicelist a,   
   #servicelist a:link,
   #servicelist a:visited {
   color:#666;
   text-decoration:none;
   font-weight:bold;
   }
   
   #servicelist a:hover {
   color:#A1B0E7;
   }

   #servicelist li a.current{
   color:#000;
   }

	
    .contactinfo {
    }
