body{
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(../images/ecl/bg_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.header_bg{
	height:100px;
	min-width:950px;
}

.ecl_logo_holder{
	position: absolute;
	top: 15px;
	left: 50px;
	float:left;
}
.user_info_holder{
	float:right;
	top:20px;
	right:50px;
	position:absolute;
}
.main_nav{
	background: #f0b119;
	background: #46788c;
	/*background-image: linear-gradient(to bottom, #8da3b8, #46788c);*/
	background: url(../images/ecl/nav_bg_blue.png);
	/*height:25px;*/
	width:95%;
	position:absolute;
	top:75px;
	left:3%;
	right:3%;
	min-width:950px;
}
.content_holder{
	width:95%;
	position:relative;
	top:-15px;
	left:3%;
	right:3%;
	padding:3px;
	min-width:920px;
}
.footer_nav{
	background: #f0b119;
	background: #46788c;
	/*background-image: linear-gradient(to bottom, #8da3b8, #46788c);*/
	background: url(../images/ecl/footer_bg_blue.png);
	height:35px;
	min-height: 35px;
	width:95%;
	position:relative;
	left:3%;
	right:3%;
	min-width:950px;
}
.footer_orange_lower{
	height:4px;
	width:95%;
	position:relative;
	left:3%;
	right:3%;
	min-width:950px;
}

.search_nav{
	background: #000000;
	height:25px;
	position:absolute;
	top:50px;
	right:35px;
	min-width:250px
}
.black_footer_nav{
	background: #000000;
	height:15px;
	height:8px;
	width:95%;
	position:relative;
	left:3%;
	right:3%;
	min-width:950px;
}
.orange_top_left_nav{
	background: url(../images/ecl/nav_bg_blue_left.png);
	width:5px;
	height:20px;
	position:absolute;
	left:0px;
}
.orange_top_right_nav{
	background: url(../images/ecl/nav_bg_blue_right.png);
	width:5px;
	height:20px;
	position:absolute;
	right:0px;
}
.orange_top_left{
	/*background: url(../images/ecl/orange_top_left.png);*/
	width:10px;
	height:9px;
}
.orange_top_right{
	/*background: url(../images/ecl/orange_top_right.png);*/
	width:10px;
	height:9px;
}
.orange_bottom_left{
	/*background: url(../images/ecl/orange_bottom_left_white.png);*/
	width:10px;
	height:4px;
	position:absolute;
	z-index:1;
	left:0px;
}
.orange_bottom_right{
	/*background: url(../images/ecl/orange_bottom_right_white.png);*/
	width:10px;
	height:4px;
	position:absolute;
	z-index:1;
	right:0px;
}
.orange_spacer{
	background:#f0b119;
	height:100%;
	width:10px;
}
.orange_lower{
	height:4px;
	width:95%;
	position:absolute;
	top:100px;
	left:3%;
	right:3%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.orange_center{
	background: #f0b119;
	width:98%;
	height:100%;
}
.black_top_left_nav{
	background: url(../images/ecl/black_top_left_nav.png);
	width:10px;
	height:9px;
	position:absolute;
	left:0px;
}
.black_top_right_nav{
	background: url(../images/ecl/black_top_right_nav.png);
	width:10px;
	height:9px;
	position:absolute;
	right:0px;
}
.centerText{
	text-align: center;
}
.footerText{
	width:98%;
	height:100%;
}
.fixedHome {  
  position: fixed;   
  top: 20px;  
  margin-left: 720px;  
  background-color: #0f0 ! important; }

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	padding: 2px 3px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #f0b119;
}
.search_bar{
	position:absolute;
	top:3px;
	left:7px;
	color: #ffffff;

}

.magButton {
    background:url(../images/ecl/mag_glass.png) no-repeat;
    cursor:pointer;
    width: 15px;
    height: 15px;
    border: none;
}
.clearBoth{
	clear:both;
}
.whiteSpacer{
	background: #ffffff;
	width:100%;
	height:4px;
	position:absolute;
	z-index:0;
}
.footer{
	position:relative;
	/*top:-30px;*/
}
.sub_nav{
	/*padding-bottom:4px;*/
	border-bottom:1px solid #e3e3e3;
	width:99%;
	background:#dcdcdc;
	padding:3px;
	min-width:920px;
}
.nav_current{
	font-weight: bold;
}