@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/footer2-bgnd.jpg);
	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;
	margin-top: 17px;
}
img {
border: 0px;
}
.twoColFixRtHdr #container { 
	width: 978px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #f2eee5; 
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 574px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 335px;
	background: url(images/billboard2.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 568px 0 0; /* 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: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer1-bgnd.jpg); 
	height: 136px;
	padding-top: 18px;
	
} 
.twoColFixRtHdr #footer2 { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer2-bgnd.jpg); 
	
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.billboardcontent {
	margin-right: 175px;
	margin-left: 54px;
	font-size: 12px;
	color: #7e7f7f;
	margin-top: 0px;
}
.billboardcontent2 {
	font-size: 10px;
	color: #7e7f7f;
	margin-top: 0px;
}
.footer2content {
	color: #727e8a;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.navelements {
	color: #FFFFFF;
	font-size: 8px;
	width: 100px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.navelements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 100px;
	background-color: #575757;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;

}
.navelements2 {
	color: #FFFFFF;
	font-size: 8px;
	width: 130px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;

	
}
.navelements2:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 130px;
	background-color: #575757;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;

	
}
.navli {
	background-color: #FFFFFF;
	padding-top: 1px;
	}
.nav1elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 40px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav1elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 40px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav2elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 120px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav2elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 120px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav3elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 60px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav3elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 60px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav4elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 80px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav4elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 80px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav5elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 70px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav5elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 70px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav6elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 65px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav6elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 65px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav7elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 80px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav7elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 80px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav8elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 90px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav8elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 90px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav9elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 65px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav9elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 65px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}.nav10elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 55px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav10elements:hover {
	color: #FFFFFF;
	font-size: 8px;
	width: 55px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}
.nav11elements {
	color: #FFFFFF;
	font-size: 8px;
	width: 48px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.nav12elements {
	color: #CCCCCC;
	font-size: 8px;
	width: 85px;
	height: 17px;
	background-color: #4f7159;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.nav12elements:hover {
	color: #CCCCCC;
	font-size: 8px;
	width: 85px;
	height: 17px;
	background-color: #283933;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;

}