@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 10px;
	text-align: left; 
	color: #5e5043;
	background:url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bgmint {background-color:#daeec9;}
.mint {color:#daeec9;}
.bgcocoa  {background-color: #5e5043;}
h1, h2, h3, h4, h5, h6, .cocoa  {
	color: #5e5043;
	font-weight:normal;
}
h1 {font-size: 250%;
	margin: 5px 0 10px;
	line-height: normal;
	font-family:Arial Black,"Franklin Gothic Demi Cond", "Helvetica Neue Condensed Black";
}
h2 {font-size: 200%;
	margin: 5px 0;
	font-family:Arial Black,"Franklin Gothic Demi Cond", "Helvetica Neue Condensed Black";
	line-height:31px; 
}

h3 {font-size: 160%;
	margin: 5px 0;
	font-family:Arial Black,"Franklin Gothic Demi Cond", "Helvetica Neue Condensed Black";
	font-weight:bold;
}
h4 {font-size: 140%;
	margin: 5px 0;
}
h5 {font-size: 140%;
	margin: 5px 0; color:#daeec9;
}
h6 {font-size: 120%;
	margin-top: 16px;
	margin-bottom: 4px;
	text-transform:uppercase;
}

#container { 
	width: 970px; 
	margin: 0px; 
	border: none;
	text-align: left; 
} 
 #header { 
	background:url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
	height:210px; 
} 
#header h1 {
	margin: 130px 5px 10px 700px;
	padding: 10px 0; 
	
	
}
#topnavbg {background-image:url(../images/bg-topnav.png);height:20px;padding:10px;text-align:center;color:#ffffff;margin:5px 0 5px 0px;background-repeat:no-repeat;}


 #sidebar1, #sidebar2 {
	float: left;
	width: 200px; 
	margin:0px;
	background:url(../images/bg-leftcol.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 15px 10px 185px 15px;
}

#sidebar2 {background:url(../images/bg-leftcol2.jpg);background-repeat: no-repeat;
	background-position: bottom;padding: 15px 10px 185px 15px;}


#navlist, #navlist2 {background-color:#daeec9;color:#5e5043;border:1px solid #ffffff;padding:0px;background-image:url(../images/nav-top.gif);background-repeat:no-repeat;background-position:top;margin:0px;}
#sidebar1 h3, #sidebar2 h3 {color:#5e5043;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;font-size:16px;padding:0 0 0 3px;}
 #mainContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px;
	background-color:transparent;
} 


img  {border:0;}
a, a:link, a:visited, a:hover, img a:link {border:0; margin:0px; padding:0px;}


/*left menu style*/
#nav li {line-height:14px; padding:3px 6px;border-bottom: 1px solid #ffffff; list-style-image:none; list-style-type:none;font: normal 11px/14px Arial,Helvetica,sans-serif;}

ul#nav a {
border: 0px;
background-color:transparent;
padding: 3px 6px 3px 0px;
color: #5e5043;
text-decoration: none;
text-align: left;
font-weight:bold;
}

/* on hover */
ul#nav li a:hover {
background-color:#ffffff;
list-style-image:url(../images/icon-nav.png);
color: #5e5043;
text-decoration: none;
text-align: left;

}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5e5043; 
} 
#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 */
	color:#ffffff;
	font-size:10px; letter-spacing:1px;}
#footer a:link, #footer a:visited, #footer a:active {color:#ffffff;margin:0px 5px;
}
.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;
}