@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #FFF;
	background-image: url(../images/backgroundH.gif);
	background-repeat: repeat;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#growbusiness {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #FFF;
	text-align: right;
	padding-right: 45px;
	margin-bottom: 10px;
	line-height: 20px;
}
.thrColFixHdr #header {
	background-color: #FFF;
	text-align: right;
	height: 75px;
	padding: 0;
} 
.logo {
	margin-top: 15px;
}
.thrColFixHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	height: 650px;
	background-image: url(../images/greenspotbev.gif);
	background-repeat: repeat-y;
	background-position: 50px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 0.7em;
	line-height: 1.5;
} 
.titlepagepad {
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
}
.thrColFixHdr #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 10px;
	text-align: right;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #333;
	background-color: #FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#topdiv {
	background-color: #360;
	height: 20px;
	background-image: url(../images/backgroundH.gif);
	background-repeat: repeat-x;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}h1 {
	font-size: 1.6em;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	padding-top: 10px;
}
h2 {
	font-size: 1.3em;
	color: #000;
	font-weight: lighter;
	margin-bottom: 10px;
}
.parabottoms {
	padding-bottom: 25px;
}
#bottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 45px;
	color: #333;
	background-color: #FFF;
	background-image: url(../images/backgroundH.gif);
	background-repeat: repeat;
	font-weight: bolder;
	height: 25px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
}.imgpad {
	margin-right: 20px;
	margin-bottom: 10px;
}
