@charset "utf-8";
/* CSS Document */

body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100%;
	background: #b4deb3;
	background-image:url(../_image/background.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}
#containerWrapper {
	margin: 10px auto 0;  
	background-image:url(../_image/containerShadow.png);
	background-repeat:repeat-y;
	background-position: top right;
	max-width: 1000px;
	min-width: 821px;
}
#container { 
	background: #FFFFFF;
	text-align: left; 
	position: relative;
	right: 5px;
	top: -2px;
} 
#header { 
	padding: 0px;
	margin: 0px;
	background-image:url(../_image/headerBckgrnd.gif);
	background-repeat: repeat-x;
	height: 214px;
}
#header h2 {
	text-indent: -1000em; /*moves text for header out of viewable area, allows screen readers to associate*/
}
#menu1 {
	margin: 0px;
	padding: 0px;
	width: 618px;
	height: 46px;
	position: absolute;
	top: 187px;
	left:202px;
	background-image:url(../_image/menu1Bckgrnd.gif);
	background-repeat:no-repeat;
	z-index: 5;
}
#menu1 ul {
	margin: 0px 9px;
	padding: 0px;
	list-style-type: none;
}
#menu1 ul li {
	margin:0px;
	padding:0px;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	line-height: 35px;
}
#menu1 .navBar {
	cursor: default;
	font-size: 1.25em;
	color: #252525;
}
#menu1 ul a:link, #menu1 ul a:visited {
	color:#e5e5e5;
	margin:0px 6px;
	text-decoration:none;
	font-size: .95em;
	font-weight:bold;
	display: block;
	padding:0px;
}
#menu1 li a:hover, #menu1 li a:active {
	color:#f2c512;
}

#sidebar1 {
	float: left; 
	width: 203px;
	background-image:url(../_image/sidebarBckgrnd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#mainContent { 
	margin: 10px 0 0 220px; 
	padding: 20px 30px 20px 20px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 4px solid #169813;
	background:#ececec; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	font-size: .85em;
}
/*---------- Sidebar Navigation Sytle ----------*/

#sidebar1 ul {
	margin: 240px auto 0;
	padding: 1px;
	width: 175px;
	height: 750px;
	list-style-type: none;
	text-align:center;
}
#sidebar1 ul li {
	margin:10px auto;
	padding:0px;
}
#sidebar1 ul li.button {
	line-height: 39px;
	width: 147px;
}
#sidebar1 ul li.dixie {
	padding: 20px 0 0;
	margin: 0px;
}
#sidebar1 ul li.joinusms {
	padding: 0 0 20px;
	margin: 0px;
}
#sidebar1 ul li.joinusms a img {
	border: 3px solid #77bcf6;
	margin: 0 auto;
}
#sidebar1 ul li.joinusms a:hover img {
	border: 3px solid #d24541;
}
#sidebar1 ul li.button a:link, #sidebar1 ul li.button a:visited {
	background-image: url(../_image/menu4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#252525;
	margin:0px;
	text-decoration:none;
	font-size: 0.9em;
	font-weight:bold;
	display: block;
	padding:0px;
}
#sidebar1 ul li.button a:hover, #sidebar1 ul li.button a:active {
	color:#f9430e;
	background-position: -147px 0px;
}
#counter {
	margin: 40px 0 0;
	width: 199px;
	float: left;
	clear:both;
	text-align: center;
	border: 2px solid #F00;
	background-color: #ececec;
}
#counter .countOutput {
	font-size: 1.25em;
	color:#F00;
	font-style: italic;
	font-weight: bold;
}
#counter .countText {
	font-size: .95em;
}
.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;
}