/* 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;
	
	
}

/* ourexpertsbody CSS code */

#ourexpertsbody {
	width: 670px;
	padding: 25px;
	
	
	
	
	
	font-family:Georgia, Times New Roman, Times, serif;
	

}

#ourexpertsbody h1{
	left: 180px;
	top: 170px;
	padding-bottom:20px;
}

#ourexpertsbody img{

	padding: 0px 0px 10px 250px;

}

#ourexpertsbody p{

	text-align: left;

}

#ourexpertsbody .Bold{

	font-weight: bold;

}

#ourexpertsbody .BoldandLarge{

	
	font-weight: bold;

}

ul.Experts a{

	text-decoration:none;

}
#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; 
	
	
	
}






