@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: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7FA654;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
} 
.twoColFixLtHdr a, .twoColFixLtHdr a:visited, .twoColFixLtHdr #container #mainContent h1, .twoColFixLtHdr #container #mainContent h2 {
	/*color: #a1efef;*/
	color: #50dadd;
}

#footer p a {
	color: #c20;
}
#mainContent .style1, #mainContent .style10, #mainContent .style5, #mainContent .style8  {
	font-size: 16px;
	color: #50dadd;
}

.twoColFixLtHdr h1 {
	font-size: 18px;
	font-weight: normal;
	color: #50dadd;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 23px;
}
.twoColFixLtHdr h2 {
	font-size: 16px;
	font-weight: normal;
	color: #50dadd;
	margin-top: 28px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #sidebar1 li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #submenu li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	background-color: #332011;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	line-height: 1.5em;
} 
.twoColFixLtHdr #background {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	margin: 0 auto;
}
.twoColFixLtHdr #footer {
	color: #382513;
	background-color: #DDDDDD;
	height: 40px;
	width: 900px;
} 
.twoColFixLtHdr #container #footer #leftfooter {
	background-color: #8DAC92;
	display: block;
	height: 20px;
	width: 205px;
	float: left;
	background-image: url(images/backdownleft.gif);
	text-align: center;
	color: #ddd;
	padding: 10px;
}

#leftfooter a {
	color: #ddd;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display: block;
	padding: 10px;
	float: left;
	width: 655px;
	text-align: center;
}
.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;
}

.twoColFixLtHdr a:hover {
	/*color: #5C832F;*/
	/*color: #1fb5b5;*/
	color: #a1efef;
}.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 ul li ul li.submenu-1 a, #submenu ul li.submenu-1 a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	padding-left: 45px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	}
.twoColFixLtHdr #container #sidebar1 ul li:hover ul{
	visibility: visible;
	z-index: 2;
	}
.twoColFixLtHdr #container #sidebar1 ul li ul{
	padding: 0px;
	display: block;
	position: absolute;
	left: 200px;
	width: 150px;
	visibility: hidden;
}
.twoColFixLtHdr  #sidebar1 ul li  ul, #submenu ul  {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 a, #sidebar1 a:visited {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #DDDDDD;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: none;
	display: block;
	background-color: #006666;
}
.twoColFixLtHdr #sidebar1 ul li ul li a, #sidebar1 ul li ul li a:visited, #submenu ul li a, #submenu ul li a:visited {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #DDDDDD;
	background-color: #006666;
}
.twoColFixLtHdr #sidebar1 ul li ul li a:hover, #submenu ul li a:hover {
	text-decoration: none;
	display: block;
	background-color: #5C832F;
}
.twoColFixLtHdr #submenu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin: 0px;
	padding-top: 148px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
