/* CSS Document */
body	{
		margin: 0px;
		padding: 20px 0;
		text-align: center;
		font-size: 13px;
		color: #604c2f;
		background-color:#e6dec9;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		
p		{	
		line-height: 160%;
		}
		
		
h1	{	
		font-size: 18px;
		font-weight:normal;
		line-height: 150%;
		color:#ba6334;
		}
		
h2	{	font-size: 16px;
		font-weight: normal;
		line-height: 150%;
		color:#ba6334;
		}

h3	{	font-size: 13px;
		font-weight: normal;
		line-height: 150%;
		color:#ba6334;
		}
				
img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
li		
		{	
		line-height: 160%;
		}

ul
		{
		list-style:disc;
		}

li ul
		{
		list-style:circle;
		}		
		
a		{	
		line-height: 160%;
		}

.imgleft 	
		{
		float: left;
		margin: 0px 20px 20px 0px;
		}	
		
.imgright	
		{
		float: right;
		margin: 0px 0px 20px 20px;
		}
		
.floatleft 	
		{
		float: left;
		margin: 0px 20px 20px 0px;
		text-align:center;
		}	
		
.floatright	
		{
		float: right;
		margin: 0px 0px 20px 20px;
		text-align:center;
		}		
.fullwidthimg
		{
		margin: 0px 0px 20px 0px;
		text-align:center;
		}			
										
		
.clearboth
		{
		clear: both;		
		}

.nav
		{
		float:right;
		height:35px;
		border-right:1px solid #bfb7a1;
		padding-left:20px;
		padding-right:3px;
		position:relative;
		top:15px;
		color:#ba6334;
		}
.navtext
		{
		position:relative;
		top:12px;
		}
		
#outercontainer
		{
		padding: 0px;
		margin: 0px auto 0px auto;
		width: 800px;
		text-align: center;
		}
#container
		{
		width: 800px;
		background-color:#f9f1da;		
	    }
		
		
#header
		{
		height: 75px;
		width:770px;
		padding-right:30px;
		background-image:url(images/logo.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		text-align:right;
		}		
	
#maincontent
		{
		padding:30px;
		text-align:left;
		}

#gradient
		{
		height:27px;
		background-image:url(images/bg_gradient.jpg);
		background-repeat:repeat;}			
		
#copyright
		{
		text-align:center;
		font-size:10px;
		color:#999999;}		

/*Home Page Specific Styles*/
#welcome
		{
		margin-left:254px;
		padding: 0px 0px 30px 40px; 
		}
		
#welcome h1
		{margin-top:0px;}	
		
#threephoto
		{margin-left:275px;}

/*Services Page Specific Styles*/
#services
		{
		margin-left:254px;
		padding: 0px 0px 30px 40px; 
		}
		
.servicesrow1
		{
		float: left;
		margin: 30px 40px 20px 0px;
		text-align:center;
		display:inline;		
		}				
.servicesrow2
		{
		float: left;
		margin: 0px 40px 20px 0px;
		text-align:center;	
		display:inline;		
		}

#services  a:link img {border: #000000 1px solid;}
#services  a:visited img {border: #000000 1px solid;}
#services a:hover img {border: #ba6334 1px solid;}						

#servicedetails
		{
		margin-left:254px;
		padding: 0px 0px 20px 15px; 
		}				
		
		
/* People Pages */	

.photorow
		{
		float: left;
		margin: 30px 0px 0px 75px;
		text-align:center;
		display:inline;	
		}	

.photorow  a:link img {border: #000000 1px solid;}
.photorow  a:visited img {border: #000000 1px solid;}
.photorow  a:hover img {border: #ba6334 1px solid;}	

/* Contact */	
#contact
		{
		margin-left:254px;
		padding: 20px 0px 30px 0px;
		text-align:center; 
		}
	
		
			

a:link {color:#8e5937; text-decoration: none;}
a:visited {color:#8e5937; text-decoration: none;}
a:hover {color:#604c2f; text-decoration: none;}

a.nav:link {color:#ba6334; text-decoration: none;}
a.nav:visited {color:#ba6334; text-decoration: none;}
a.nav:hover {color:#ba6334; text-decoration: none; background-color:#bfb7a1;}

					
		
						

