@charset "UTF-8";

a {
	color:#339933;
}

a:hover {
	color: #336633;
}

img {	
	border:none;
}

h1, h2 {
	color: #43835F;
	margin:0px;
}

.greenText {
	color:#43835F;
}

#logo {
	float: left;
	background: url(/images/EGNewLogo.png);
	width: 372px;
	height: 74px;
	margin-left: 15px;
	margin-top: 13px;
	margin-bottom: 8px;
}

#headerRight {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-bottom: 15px;
}

#headerRight h1 {
	font-size:18px;
	padding-bottom:0px;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bg.jpg) repeat;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/bg_main.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:16px;
	padding-right:16px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #navBar {
	background: url(/images/bg_menu.jpg) repeat-x;
	height:26px;
	padding-top: 8px;
}

#navBar #headerNav { width:100%; overflow:visible; line-height:1; }
#navBar ul.nav-header { list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible;}
#navBar ul.nav-header li{float:left; padding:2px 0px; margin-left:16px; margin-bottom: 0px; color:#fff; font-size:13px; margin-top:0px }
#navBar ul.nav-header li a { text-decoration:none; color:#D9E6A1; }
#navBar ul.nav-header li a:hover{ text-decoration:none; color:#E98293; }
#navBar ul.nav-header li.nav-selected{ border:1px solid #bbb; padding:2px 8px; }

.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/images/bg_menu_sh.png) #FFFFFF repeat-x;
}

#inset {
	margin-left:10px;
	float: left;
}

#inset h1 {
	font-size:16px;
	font-weight:500;
}

#socialIcons {
	padding-top: 20px;
}

#socialIcons img {
	padding-left:4px;
	padding-right:4px;
}

#profIcons {
	padding-top: 30px;
	padding-right: 20px;
}

#profIcons img {
	padding-left:10px;
	padding-right:10px;
}

#insetTop {
	background: url(/images/bg_inset_top.png);
	width:265px;
	height:15px;
}

#insetBody {
	background: url(/images/bg_inset_body.png);
	width:215px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;

}

#insetBot {
	background: url(/images/bg_inset_bot.png);
	width:265px;
	height:16px;
}

#rightContent {
	margin-top:20px;
	margin-right:10px;
	width: 550px;
	float:right;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(/images/bg_footer_sh.png) #43835F repeat-x;
}
.oneColFixCtrHdr #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-top:20px;
	color:#ffffff;
	font-size:10px;
}