@charset "UTF-8";

/* END style2 */
/* BEGIN style2 */
 #navcontainer {
	width: 200px;
	padding-left: 0px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #5c832f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18401e;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover
{
background-color: #f2dcc2;
color: #18401e;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFFFFF;
}
.standardimgrt {
	margin-left: 0px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-right: 0px;
	float: none;
}
.standardimgrt2 {
	margin-left: 20px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-right: 10px;
}
.standardimgrt4 {
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	margin-right: 10px;
	float: right;
}
.standardimgrtTable {
	border: 1px solid #000000;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.standardimgrtTableNoOffset {
	border: 1px none #000000;
	float: right;
}
.standardimgrtNoOffsetNoBorder {
	border: 1px solid #000000;
	float: right;
}
body  {
	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%;
	background-color: #363942;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixLtHdr #container {
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	padding-bottom: 0px;
	float: none;
	background-image: url(images/ElkRidgeGardenContainer_01.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 980px;
	height: 180px;
	background-image: url(images/Elk-header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8caa8;
	line-height: 14px;
	width: 200px;
	overflow: visible;
	left: 594px;
	top: 164px;
}
.twoColFixLtHdr  #mainContent2 {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #112613;
	line-height: 14px;
	width: 740px;
	overflow: auto;
	margin-left: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #363942;
	font-weight: normal;
	width: 980px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: none;
	height: 30px;
}
.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #732020;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	color: #d8caa8;
	line-height: normal;
}
.SidebarStyle2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8caa8;
	font-weight: bolder;
	line-height: normal;
}
.MainContentStyle1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #284907;
	font-weight: bolder;
	line-height: normal;
}
.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;
}
