
/* This is the CSS style document for the Matson Consulting website*/    

/* Main body CSS code.*/   
 
body
{background-color:#666633;
background:url(images2/AgrarianTile.jpg) repeat; 
background-attachment:fixed;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:normal;	
font-size: 0.875em;  
color:#333300;
line-height: 1.5em;
}  

a {
color: #666633;
font-weight:bold;
}

A:link {color: #666633; text-decoration: none; font-weight:bold;}
A:visited {color: #336633; text-decoration: none; font-weight:bold;}
A:active {color: #336633; text-decoration: none; font-weight:bold;}
A:hover {color: #999933; text-decorations: none; font-weight:bold;}

 

/* This is the entire site containg CSS code */    
.wholesite{  	  	
background-color:#FFFFFB;  	
background:url(images2/bg.jpg) repeat-y;
margin-left: auto;  	
margin-right: auto;  	
width:740px;  
}    

.header img{
position: center; 
margin: 10px 0px 0px 50px;
}    

.header a img
{border: none;}     

/*This is to make the top navbar go horizontal and look good */
ul.navbar {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 55px;
	width: 740px;
	text-align: center;
}
ul.navbar li {
	display: inline;
	float: left;
	background-color:#999933;
}

ul.navbar a {
	

	border-bottom: none;
	padding: 10px 10px 5px 10px;
	margin-right: 20px;
	margin-left: 20px;
	color:#666633; 
	text-decoration:none;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

ul.navbar a:hover {
	

	border-bottom: none;
	padding: 10px 10px 5px 10px;
	margin-right: 20px;
	margin-left: 20px;
	color:#333300; 
	background-color:#cccc99;
	text-decoration:none;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

	

/*This is to make the bottom navbar go horizontal and look good */
ul.bottomNavBar {
	list-style-type: none;
	padding-left: 0;
	margin-left: 33px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 740px;
	text-align: center;
}
ul.bottomNavBar li {
	display: inline;
	float: left;
	background-color:#cccc99;
}

ul.bottomNavBar a {
	

    border-bottom: none;
	padding: 10px 10px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	color:#666633; 
	text-decoration:none;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;	
}

ul.bottomNavBar a:hover {
	

border-bottom: none;
	padding: 10px 10px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	color:#333300; 
	background-color:#999933;
	text-decoration:none;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	
	
}

	
	

/* Index Body CSS code */    
#indexbody {  	
width: 670px;  	
padding: 25px;  	  	  	  	
text-align: center;  	  	
font-family:Georgia, Times New Roman, Times, serif;  	    
}    

#indexbody h1{  	
left: 180px;  	
top: 170px;  	
padding-bottom:20px;  
}    

#indexbody img{      	
padding:0px 0px 10px 0px;    
}  

#indexbody p{text-align:left;}    

#indexbody .BoldandLarge{font-weight:bold;}  

#indexbody ul{text-align:left;}    

#footer{
color:#FFFFFF;
letter-spacing: 0.1em;
background-color:#666633;  	
text-align:center;  	
padding: 5px;  	
margin-bottom: 10px;  	  	
clear:left;  	  	
font-family: Arial;
font-size: 11px;    	  	  	  
} 
