/* CSS Document */

body {
	text-align:left;
	
	font-size: 12px;
}

#container {
	
	background: #fff;
	
	width: 760px;
}

#header {
	/*width: 710px;*/
	height: 138px;
}

#logo {
	width: 150px;
	height: 100%;
	float: left;
	padding-left: 10px;
}

#eclogo {
	border: 0px;
	width: 150px;
	height: 138px;
	
}

#quick-contact {
	width: 585px;
	margin-left: 170px;
	height: 20px;
	padding: 3px;
	text-align: center;
	background: #1f439b;
	font-size: 14px;
	font-weight: bold; 
	color: #fff;
}

#gnav-container {
	width: 585px;
	height: 52px;
	margin-left: 170px;
	text-align: left;
	padding: 25px 0px 0px 0px;
	
	font-weight: bold;
	font-size: 18px;
}

#gnav-container ul {
	margin: 0;
	padding: 0;
	background: #fff;
}

#gnav-container ul li {
	display: inline;
	margin-right: 10px;
	width: 100px;
	text-align: left;
	padding-left: 7px;
	/*
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .375em;
	*/
}



#section-nav {
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	width: 150px;
	background: #fff;
	
	/*font-weight: bold;*/
}

#body-content {
	position: relative;
	top: -60px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 170px;
	width: 570px;
	
	background: #fff;
}

#home-image {
	margin: 0px 10px 0px 10px;
}

#footer {
	position: relative;
	top: -50px;
	width: 760px;
	text-align: center;
	
	font-size: 10px;
	font-weight: bold;
	
	text-transform: uppercase;
}

