/* CSS Document for The Legacy Masters website */



/* layout */

body	{
	background: #fff;
	color: #000;
	margin: 0;
	font-family: 'ArialMT', 'Arial', sans-serif;
	background-image: url(../images/grass-backtile.jpg);
	background-repeat: repeat-x;

}	


#layout {

	
}



#content, #mainnav {

	width: 960px;
	margin: 0 auto;

}

	
#header {
	text-align: right;
	margin: 0;
	padding: 0;	
}
	
#banner {
	width: 960px;
	margin: 0 auto;
	height: 200px;
	display: block;

}

img.tree {
	margin-top: 44px;
	display: inline;


}

img.logo {
	margin-left: 25px;
	padding-bottom: 10px;


}


 #navbar {

	margin: 0 auto;
	padding: 5px 0 0 0;
	list-style: none;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	}

#navbar li {

	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}



#navbar a {
	float: left;
	padding: 5px 8px;
	text-decoration: none;
	color: #599619;
	border-right: 1px solid #94cf4c;
	display: block;
}



#navbar a:hover, #navbar a.active {
	text-decoration: underline;
	color: #536895;
}



#navbar a.active {
	font-weight: bold;
	background: #666;

}

#navbar li#nav-home a {
	padding-left: 0;

}

#navbar li#nav-about a {

	border-right: 0;

}

 

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-family: 'ArialMT', 'Arial', sans-serif;

	
}

h1 {
	color: #463c3c;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;

}

h2{
	font-size: 22px;
}

h3 {
	color: #463c3c;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;

	
}

h4 {
	font-size: 16px;
	color: #463c3c;
	 font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
}

p {
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
	font-size: 14px;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    color: #463c3c;

}

em.mission {
	font-size: 16px;
	color: #599619;
	font-style: italic;
	margin: 10px 30px 10px 20px;
}


ul li {
	font-family: 'Times-Roman', 'Times', 'Times New Roman', serif;
	font-size: 14px;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    color: #463c3c;

}

#footer {
	border-top: 1px solid #463c3c;
	margin-top: 20px;

}

#footer h4 {
	margin-bottom: 0;
}

#footer p {
	margin-top: 0;
}





	
/* linkology */
		
a:link {

}


a:visited {  
   
	 
}

a:hover {
	
}

a:active {

}
