@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 18px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333333;
	background-color: #323232;
}
#wrapper {
	width: 923px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 11px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../site-media/site-header.jpg);
	margin: 0px;
	height: 142px;
	background-repeat: no-repeat;
} 


#mainav {
	margin: 0px;
	padding: 108px 0px 22px 36px;
}

#mainav ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#mainav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#mainav ul li a {
	text-decoration: none;
	padding: 0em;
	color: #333333;
	margin: 0em .5em;
	font: 1.4em Arial, Helvetica, sans-serif;
}

#mainav li a:hover {
	border-bottom: 1px solid #94A88D;
	color: #666666;
}

#mainav li a#current
{
	color: #CC5E4D;
}
#content {
	background-image: url(../site-media/site-tile.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 22px 0px 16px;
}
#right {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 24px 15px 0px;
	margin: 0px;
}
#leftimage {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	margin: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 44px;
}

#left {
	margin: 0px 230px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 44px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#left h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #425A27;
}
#left h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #425A27;
}
#left h3 {
	font-size: 1.3em;
	margin-bottom: .5em;
	color: #CC5E4D;
}
#left h4 {
	font-size: 1.3em;
	margin-bottom: .5em;
	color: #618A24;
}
#left p {
	font-size: 1.2em;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#left ul {
	margin-bottom: 1em;
}
#left li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px 0px .25em .25em;
	padding: 0px;
	list-style-type: circle;
}
.ul-push {
	margin-left: 33px;
}


#footer {
	padding: 0px;
	background-image: url(../site-media/site-footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 117px;
} 

.copyright {
	font-size: 1em;
	text-align: center;
	padding-bottom: 22px;
	color: #666666;
}
.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;
}
.listing-float-right {
	margin: 0px 0px 8px 16px;
	padding: 0px;
	float: right;
	border: 1px solid #CCCCCC;
}
.float-right {
	margin: 0px 0px 8px 16px;
	padding: 0px;
	float: right;
}
.float-right img {
	border: 1px solid #CCCCCC;
}
.float-left {
	margin: 0px 16px 8px 0px;
	padding: 0px;
	float: left;
}

.float-left img {
	border: 1px solid #CCCCCC;
}
.list-left {
	float: left;
	width: 150px;
	list-style-type: none;
	padding-left: 20px;
}
.list-left2 {
	float: left;
	width: 150px;
	list-style-type: none;
	padding-left: 20px;
	margin-left: 40px;
}
.list-left3 {
	float: left;
	width: 300px;
	list-style-type: none;
	margin-left: 20px;
}
.extra-bot {
	padding-bottom: 88px;
}
.one-pixel-brd {
	border: 1px solid #CCCCCC;
}



.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;
}

hr {
	display: block;
	height: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #E3EBD3;
	border-bottom: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.hr-div-small {
	padding-top: 12px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: auto;
}
.slideshow {
	margin: 0px;
	padding: 0px 88px 0px 0px;
	float: right;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
#wrapper #content #left p {
	left: 250px;
}

