@charset "utf-8";
body  {
	background: #575757; /* 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../sysimg/ech_body.jpg);
	background-repeat: repeat;
	background-position: center;
} 

#header {
	height: auto;
	margin: 0px;
	padding: 0;
	background: url(../sysimg/echunt_head.jpg) no-repeat scroll;
} 
#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 */
	text-align: center;
	font-size: 200%;
}
#header table {
	margin-right: 50px;
}

#header h2 {
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
#header li{
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
}
#conwrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#mainContent {
	float: right;
	margin: 0px 20px 0px 0px;
	width: 500px;
	background-image: none;
	padding: 0px 40px 0 20px;
} 
#mainContent li {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
}


.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;
}
/* BOTTOM */
#bottom {
	color: #85621f;
	text-align: left;
	clear: both;
	padding: 0px;
	margin: 0;
	float: none;
	height: 211px;
}
#bottom .rightcol {
	float: right;
	width: 215px;
	padding: 20px 40px 0 0;
	background: transparent
}
#bottom .leftcol {
	width: 230px;
	padding: 20px 0px 0 0px;
	float: right;
	background: transparent
}
.shell {
	background: url(../images/ech_bottomshell.jpg);
}
.bull {
	background-image: url(../sysimg/ech_bottombullet.jpg);
}
.shot {
	background-image: url(../sysimg/ech_bottomshot.jpg);
}
.blank {
	background-image: url(../sysimg/ech_bottom0.jpg);
}
/* NAVIGATION */
.nav {
	clear: both;
	text-align: left;
	color: #85621E;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav li {
	font-weight: bold;
	border-bottom: 1px solid #D2B881;
	width: 120px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.nav li a {
	color: #030;
	text-decoration: none;
}
.nav li a:hover { color: #95722E; text-decoration: none;  }

ul {
	padding : 0;
	list-style : none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}
li a { color: #546078;  }
li a:hover { color: #F29900; }
/* FOOTER */
#footer {
	color: #8f8f8f;
	font-size: 85%;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
}
#footer .padding {
	padding: 20px 0px;
}
#footer hr { width: 740px; color: #888; border: 1px solid #f0f0f0; margin: 0 25px 0 25px;  }
#footer a { 	color: #999;  text-decoration:none; }
.calen {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#footer a:hover { text-decoration: underline; color: #FFF;}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#evtcal a:link {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: underline;}	/* mouse over link */
#evtcal a:active {font: normal 12pt "Arial", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* selected link */
