/* 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;
	
	
}

ul.decide{

	margin:0px 0px 0px 175px;
	

}

ul.decide li{

	padding: 0px 0px 5px 0px;
	font-size: 19px;
	font-style: italic;

}

/* StrategicPlanningbody CSS code */

#StrategicPlanningbody {
	width: 670px;
	padding: 25px;
	
	font-family:Georgia, Times New Roman, Times, serif;

}

#StrategicPlanningbody h3{

	text-align: center;
	text-decoration:underline;

}

#StrategicPlanningbody h2{

	text-align: center;

}

#StrategicPlanningbody .Bold{

	font-weight: bold;
	
}

#StrategicPlanningbody img{


	padding:10px 0px 10px 230px;

}
table{

border:1px solid black;
border-collapse: collapse;
margin: 0px 0px 10px 130px;


}

td{
	
	text-align: center;
	font-size: 22px;
	padding:30px;
	
	border: 1px solid black;
	
}

#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; 

}






