@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: 12px;
	background-color: #2A5629;
}
img {
	border: none;
}
#container {
	width: 739px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container2 {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#shadowwrap {
	background-image: url(images/lfside.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contentwrap {
	background-image: url(images/content-background.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #2A5629;
}
#header {
	background-image: url(images/orlando_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerMorgan {
	background-image: url(images/morganhill_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerCircleM {
	background-image: url(images/circlem_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerLOTS {
	background-image: url(images/lots_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerPAC {
	background-image: url(images/PacCity_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerLaCon {
	background-image: url(images/LaConner_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headertexoma {
	background-image: url(images/texoma_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#headerwilderness {
	background-image: url(images/wilderness_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 739;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#adblocknone {
	height: 1px;
	background-color: #000000;
	padding-top: 16px;
	padding-left: 16px;
}
.adblock468 {
	margin-left: 20px;
}
.adblock250x250right {
	float: right;
	width: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
}
.adblock250x250left {
	float: left;
	height: 250px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.adblock160x600 {
	width: 170px;
	margin-left: 15px;
	text-align: center;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidebar1 ul {
	list-style: bullet;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 12px;
}
#sidebar1 p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 12px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .sidebardk {
	color: #336600;
	font-weight: bold;
	font-size: 24px;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 12px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	font-weight: bold;
	color: #990000;
}
#mainContent a:hover {
	color: #0033CC;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent p {
	line-height: 18px;
}
#mainContent li {
	margin-bottom: 5px;
	line-height: 18px;
}
#mainContent blockquote {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent blockquote p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
	background-color: #cccccc;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 81px;
	clear: both;
	float: left;
	width: 739px;
}
#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.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: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.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;
}

#sidebar1 { width: 200px; }
.sidetitles {
	color: #336600;
	font-weight: bold;
	font-size: 24px;
}
a:link {
	color: #330000;
}
a:active {
	color: #330000;
}
.style5 {
	color: #336600;
	font-size: 10px;
}
.mainheader {
	color: #330000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style10 {color: #330000; font-size: 16px; }
.style15 {
	font-size: 10px;
	font-style: italic;
}
.style16 {color: #330000; font-weight: bold; font-size: 10px; }
.style17 {
	color: #336600;
	font-weight: bold;
}
.bodyheader {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
}
.style20 { font-family: Arial, Helvetica, sans-serif;
			font-size: 14}
.style22 {font-size: 14; font-family: Arial, Helvetica, sans-serif; }

.borderspace {
	margin-right: 20px;
	border: 1px dotted #333333;
	margin-bottom: 5px;
}
