@charset "utf-8";
.divabsolute {
	position: static;
	left: 605px;
	top: 544px;
	padding-right: 10px;
	float: right;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5E7358;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
#container {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 800px;
}
#header {
	background-color: #FFFFFF;
	padding: 0px;
}
#maincontent {
	width: 515px;
	margin-right: auto;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	width: 195px;
	margin-top: auto;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/main/navbackground.jpg);
	background-repeat: repeat-y;
	font-size: small;
}
a {
	color: #000000;
}

#main {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/main/mainbackground.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	background-color: #5E7358;
	font-size: small;
}
.textred {
	color: #F00;
}
.formtext {
	font-size: 14px;
	text-align: left;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #main #maincontent #jason p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#container #main #maincontent #kelly p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.footer {
	font-size: 10px;
}
.hours {
	width: 250px;
	float: right;
}
#maintop {
	background-image: url(../images/main/topmain.jpg);
	height: 52px;
	width: 600px;
}
#container #main #maintop .addthis_toolbox.addthis_default_style {
	float: right;
	padding-right: 60px;
}
