body { 
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		color: #111;
		margin: 0px; 
		
		}
		
hr {
border: none;
border-top: 1px dotted #aeaeae;
height: 2px;
margin: 20px 0 15px 0
} 		
		
		
a:link   {
   		color: #ff3b00;
   		text-decoration: none;
   		}
   		
a:visited   {
   		color: #ff3b00;
   		text-decoration: none;
   		}
   		
a:hover {
		color: #111
		}
		
		   		 		
		
	#header {
		background: transparent url(images/bg_header.gif);
		height: 100px;
		width: 775px;
	}	
	
	
.logo {
         float: left;
         height: 65px;
         width: 385px;
         }
         
.mail {
        float: right;
        width: 185px;
        margin: 32px 0 0 12px;
        }
        
.mail a:link {
        margin-left: 12px
        }                 	

	#divNav {
		margin: 0 0 0 35px;
		padding: 0;
		height: 60px;
		width: 775px;
	}

	#nav {
		position: relative;
		top: 0px;
		height: 60px;
		width: 775px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}
	
    #liClients ul {
		padding: 0 0 0 165px !important
	}

	#nav a {
		text-decoration: none;
	}

	ul#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: inline !important;
		padding-right: 15px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 25px;
		left: 0;
		padding-top: 0px;
		background: #fff;
		height: 28px;
		width: 740px;
		padding-left: 40px;
		
	}

	#nav li.on ul {
		background: #fff;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #fff;
	}

	#nav li a {
		color: #111;
		font-weight: normal;
		letter-spacing: -1px;
		font-size: 14px;
		display: block;
		padding: 0;
		float: left;
	}

	#nav li.on a {
		color: #ff3b00;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #ff3b00;
		width: auto;
		margin-right: 15px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #fff;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #ff3b00;
	}

	/*do the image replacement*/

	#nav li span {
		
		
	}

	#liHome a, #liAbout a, #liServices a, #liClients a, #liLinks a, liContact a {
		display: block;
		position: relative;
		height: 26px;
		
	}
		
	

/*first, put the initial states in place*/

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liModern.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/


/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	color: #111;
	font-size: 11px;
	letter-spacing: 0px
}		

#nav li.on ul a {
	background: #fff;
}

#nav li.on ul li.on a {
	color: #ff3b00
	}


#contentcolumn{
border: #ff6600 0px solid;
padding: 0px;
margin: 0px;
width: 775px;
background: transparent url(images/bg_content.gif) repeat-y;
}

#contentLeft{
border: #2D3739 0px solid;
padding: 0px !important;
float: left;
width: 480px;
margin-left: 75px !important; /*Set left margin to LeftColumnWidth*/;
background: none
}

#contentRight{
padding-top: 0px;
float: right;
width: 185px
}


#contentRight ul{
list-style-type: none;
     font-size: 11px;
	margin: 0 0 0 0px;
	padding: 0;
	display: block;
	}
	
#contentRight ul li h3 {
color: #111;
font-size: 11px;
font-weight: bold;
margin: 0
}

#contentLeft ul li {
	padding: 0px;
	line-height: 150%;
	}

h1{
font-weight: normal !important;
font-size: 24px;
color: #111;
margin: 0 0 10px 75px;
padding: 20px 0 0 0;
letter-spacing: -1px;
height: 60px;
display; block;
background: transparent url(images/bg_h1.gif) no-repeat 0 20px;
width: 700px;
border-top: 0px #ccc solid; 
display:block;
clear: both
}

h2{
font-weight: bold;
font-size: 12px;
margin: 20px 0 0 0;
border-top: 1px #aeaeae dotted;
display: block;
padding-top: 20px
}

.client_right h2{
border-top: none;
padding-top: 0px
}


p  {
	line-height: 150%;
	}

.blurb {
     font-size: 14px;
     line-height: 140%;
     font-weight: bold;
     letter-spacing: -1px;
     }

ul.associates {
     display: block; 
	padding:0; 
	margin:30px 0 20px 0;
	
	}
     
ul.associates li {
	display: block;
	float: left;
	width: 115px;
	font-size: 12px !important;
	margin-right: 5px;
	border-top: 3px black solid;
	border-bottom: 1px black solid;
	padding: 5px 0 10px 0 !important;
	line-height: 18px !important;
	}
	
ul.associates span {
    font-size: 11px;
    line-height: 10px;
    display: block;
    }
    
ul.services {
     display: block; 
	padding:0; 
	margin:30px 0 20px 0;
	
	}
     
ul.services li {
	display: block;
	float: left;
	width: 150px;
	font-size: 12px;
	margin-right: 5px;
	border-top: 3px black solid;
	border-bottom: 1px black solid;
	padding: 5px 0 10px 0 !important;
	line-height: 14px !important;
	}
	
ul.services span {
    font-size: 10px;
    line-height: 10px;
    display: block;
    }	     
    
.client_left {
float: left;
width: 100px;
margin: 20px 0 0 0
}

.client_left img {
border: 1px solid #ddd
}

.client_right {
float: right;
width: 360px;
}     	     

.quote {
font-size: 20px;
color: #999;
padding-top: 10px;
letter-spacing: 0px;
line-height: 20px;
font-family: Geogia, serif;
}

.testimonial {
font-size: 16px;
color: #999;
padding-top: 0px;
font-family: Geogia, serif;
}

.testimonial .author {
font-size: 11px;
color: #999;
font-weight: normal;
font-style: normal;
display:block;
padding-top: 10px;
letter-spacing: 0px;
line-height: 12px
}

.author {
font-size: 11px;
color: #999;
font-weight: normal;
display:block;
padding-top: 10px;
letter-spacing: 0px;
line-height: 12px
}

.name {
    font-style: italic;
    margin: 5px 0 5px 0
    }   

.spacer{
clear:both
}

.spacerline{
clear:both;
border-top: 1px dotted #aeaeae;
line-height: 1;
padding: 0;
margin: 20px 0 0 0;
}


#footer {
color:#111;
font-size: 11px;
margin: 50px 0 20px 75px;
padding-top: 10px;
border-top: #ccc 1px solid;
width: 700px
}   

	

