@charset "utf-8";

a:link {
	color: #87B133;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #87B133;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #536B1F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #536B1F;
	font-weight: bold;
	text-decoration: none;
}


body {
	margin: 0px;
	background-color: #87B133;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
	margin-top: 0px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #536B1F;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #6E9619;
}
ul {
	margin-top: 0px;
	font-size: 14px;
}
#footer-inside {
}
.big-phone {
	font-size: 22px;
	margin-top: 0px;
	font-weight: bold;
	color: #5670EB;
}


#header-container {
	background-image: url(images/header-bg.jpg);
	height: 134px;
}
#header-inside {
	height: 134px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/TL-header.gif);
}
#nav {
	background-color: #87B133;
	height: 35px;
}
#nav-inside {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#content-container {
	background-image: url(images/yellow-shadow.jpg);
	background-repeat: repeat-x;
	background-color: #FFFCD2;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
}
#footer-container {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 157px;
}
#footer-inside {
	height: 157px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#tagline {
	height: 25px;
	margin-top: 15px;
	width: 350px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#copyright {
	float: right;
	height: 25px;
	width: 250px;
	margin-top: 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}

#content-shadow {
	background-image: url(images/content-shadow.jpg);
	background-repeat: repeat-x;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
}
#content-inside {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
