@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	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: #CCC;
}

#desc_content {
	padding: 10px;
	margin: 5px;
	
}

#bottom_content {
	position: relative;
	top: 0px;
}

h3 {
	padding: 20px 0 0px 0;
}

#div1 {
	margin: 0;
	padding: 0;
	background-color:#0000CC;
	width:980px;
	height:50px;
}

#div1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#div1 li {
	background-color:#FF9900;
	float:left;
}

#div1 li a {
	display:block;
	background-color: #996600;
	padding: .2em .5em;
	font: 1em/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: .5em;

}


#div2 {
	background-color:#33CC66;
	width:980px;
	height:30px;
	float:left;
}

#topnavbar {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 980px;
	color:#000000;
	background-color: #006;
}

#topnavbar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}


#topnavbar li {
	background-color: #666666;
	float:left;
}

#topnavbar li a {
	width: 100px;
	padding: 2px 0;
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right: 1px solid #ccc;
	background-color: #06F;
}

#topnavbar li a.last {
	border-right: none;
}

#topnavbar li a:hover {
	color: #FFF;
	background-color: #00F;
}

#topnavbar li a.current{
	background-color: #CCC;
	color: #333333;
}

#menubar2 {
	position:relative;
	margin: 0;
	padding: 0;
}

#topnavbar2 {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	height: 30px;
	width: 980px;
	background-color: #03C;
}

#topnavbar2 ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}

#topnavbar2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	position:relative;
	float: left;
}

#topnavbar2 li a {
	width: 150px;
	padding: 4px 0;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right: 1px solid #ccc;
	background-color: #06F;
}

#topnavbar2 li a.last {
	border-right: none;
}

#topnavbar2 li a:hover {
	color: #FFF;
	background-color: #00F;
}

#topnavbar2 li a.current {
	background-color: #CCC;
	color: #333333;
}

#topnavbar2fill {
	background-color: #000;
	width: 980px;
	height: 4px;
}

#vnavlist {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	/*background: #A67C52;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 15px 15px 55px;
}

.p_white_text {
	color: #333;
}

#vnavlistr {
	float:right;
	width:145px;
	padding:10px 15px 15px 7px;
}

#vnavlist ul, #vnavlistr ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}

#vnavlist ul a, #vnavlistr ul a {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #06F;

	color: #000000;
	margin: 0;
/*	border-bottom: 1px solid #ccc;
*/	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 145px;
	display: block;
	padding: 5px 4px 6px 4px;

}

#vnavlist ul a.first {
/*	border-top: 1px solid #ccc;
*/
}

#vnavlist ul a.last, #vnavlistr ul a.last {
	border-bottom: none;
}

#vnavlist ul a:hover, #vnavlistr ul a:hover {
	background-color: #CCC;
	color: #333;
}

#vnavlist ul a.current, #vnavlistr ul a.current {
	background-color: #CCC;
	color: #333333;
}

#vnavlist ul a.currentfirst {
	border-top: 1px solid #ccc;
	background-color: #CCC;
	color: #333333;
}

.vnavlist_title {
	background-color:#FFCC66;
	width: 149px;
	display: block;
	padding: 4px 4px 4px 4px;
	font-size:14px;

}

#vnavlist_fill {
	background-color:#CC9900;
	color:#000000;
	height: 20px;
	width: 139px;
	border-left: 3px solid #660000;
	border-right: 3px solid #660000;
	border-bottom: 3px solid #660000;
	border-top: 3px solid #660000;
	font-size: 16px;
	font-weight: bold;
}

#vnavlist_heading {
	/*	height:20px;
*/
	padding:5px 2px 2px 2px;
	line-height:1.5em;
	font-size:12px;
	font-weight: bold;
	color: #333;
}

#vnavlist_emptyspace {
	height: 20px;
}

.ListTitle {
	padding-bottom:0 5px 5px 10px;
	font: bold 16px/2.5 Arial, Helvetica, sans-serif;
	color:#000000;
}

.imageleft {
	float:left;
	padding: 0px 20px 20px 0px;
}

.imageright {
	float:right;
	padding: 20px 0px 20px 20px;
}


.maintext {
	font: 14px Arial, Helvetica, sans-serif;
}

.maintext a, link {
	color:#000;
}

.footer_textright {
	float:right;
	width: 200px;
	margin: 0 0px 10px 0;
	padding: 0 20px 0 0;
	text-align:right;

}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;
*/	
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*	background-image: url(images/MERimages-bkgrd4b.jpg);
*/	background-repeat: repeat;
	background-color:#A3A79B; /*#5485BA #784918 #A67C52;*/
} 
#header {
	padding: 0 0px 0 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. */
	height: 100px;
	background-image: url(images/MERimages-header3.jpg);
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	/*background: #A67C52;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
	height: 500px;
}
#mainContent {
	margin: 0 0px 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 8px 0px 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	top: 0px;
	position: relative;
	float:left;
} 

#topmaincontent {
	width:640px;
	position: relative;
	padding-left: 50px;
}

#footer {
	padding: 0 20px 0 20px;
	background-color: #0A007C;
	color:#999999;
} 
#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;
}
.clearboth {
	clear:both;
}
	
