@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #191919;
	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;
}

h1, h2, h3, h4 {
	font-family:Verdana, Geneva, sans-serif;
	color:#B69E58;
	margin:4px 0;
	padding:4px 0;
}
h1 {font-size:2.5em;}
h2 {font-size:1.5em;}
h3 {font-size:1em;}
h4 {font-size:.9em;}

.twoColFixLtHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #191919;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image:url(top-red2.jpg);
	background-repeat:repeat-x;
} 
.twoColFixLtHdr #foeLogo {
	width: 237px;
	height: 176px;
}
.twoColFixLtHdr #header #topNav {
	font-size:.8em;
	font-weight:bold;
	color:#9B2c25;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:20px;
	}
.twoColFixLtHdr #header #topNav a {
	color:#FFFFFF;
	}

.twoColFixLtHdr #navHolder {
	width:100%;
	background-image:url(navbar-top.jpg);
	background-repeat:repeat-x;
	height:55px;
	
}
.twoColFixLtHdr #zArie {
	/*padding: top right bottom left  */
	padding:15px 0 10px 0;
	text-align:center;
	width:237px;
	font-size:.7em;
	color:#900;
}
.twoColFixLtHdr #navTD {
	/*padding: top right bottom left  */
	padding:15px 0 10px 20px;
	text-align:center;
	color:#900;
	font-size: .8em;
	font-weight:bold;
}
.twoColFixLtHdr .navImage {
	padding-top:5px;
	padding-bottom:5px;
}
.twoColFixLtHdr #navTD a {
	color:#333;
	text-decoration: none;
}
.twoColFixLtHdr #navTD a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 {
	width: 241px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 20px 0 0 0;
}
.twoColFixLtHdr #sidebarTD {
	background-image:url(left-red.jpg);
}
.twoColFixLtHdr #sidebar1 img {
	padding-bottom:10px;
	padding-top:10px;
}
.twoColFixLtHdr #sidebar1 p {
	color:#ffffff;
	font-size:.8em;
	text-align:center;
}
.twoColFixLtHdr #mainContent { 
	padding:20px;
	font-size:.8em;	
} 
.twoColFixLtHdr #mainContent .overflow {
        height: 500px;
        width: 95%;
        overflow: auto;
}
.twoColFixLtHdr #footer { 
	padding-top: 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-bottom:25px;
	background-image:url(navbar-bottom.jpg);
	background-repeat:repeat-x;
	margin:0;
} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;
	font-size:.6em;
	text-align:center;
}
.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;
} 

 
#nest
{ display: block; width: 241px; height: 22px; background: url("http://www.altermysite.com/cmwizard/mysite/eagles2228/www/templates/main/nav-theNest.png") no-repeat 0 0;}
#nest:hover
{ display: block; width: 241px; height: 140px; background: url("http://www.altermysite.com/cmwizard/mysite/eagles2228/www/templates/main/nav-theNestO.png") no-repeat 0 0;}
#nest span
{ display: none;}

#values
{ display: block; width: 260px; height: 140px; background: url("images/values.jpg") no-repeat 0 0;}
#values:hover
{ display: block; width: 260px; height: 140px; background: url("images/valuesOver.jpg") no-repeat 0 0;}
#values span
{ display: none;}

#endorsements
{ display: block; width: 260px; height: 140px; background: url("images/endorse.jpg") no-repeat 0 0;}
#endorsements:hover
{ display: block; width: 260px; height: 140px; background: url("images/endorseOver.jpg") no-repeat 0 0;}
#endorsements span
{ display: none;}

#contact
{ display: block; width: 260px; height: 140px; background: url("images/contact.jpg") no-repeat 0 0;}
#contact:hover
{ display: block; width: 260px; height: 140px; background: url("images/contactOver.jpg") no-repeat 0 0;}
#contact span
{ display: none;}
 
 

