
body#blog a#blognav {
    color: #000;
}

body {
	margin: 0;
}

/*
 *	HEADER STYLES
 *
*/

/* the green colorbar at the top of the page */
#header {
margin: 0;
background: #fff url(/globalgraphics/topbar.png) repeat-x fixed;
z-index: 2;	
width: 100%;
position: fixed;
}

#banner {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 0;	
border-bottom: 1px dotted #444;
overflow: auto;
}

body > footer div {
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;

width: 60em; 	/* 16*60em=960px  */
margin: 0 auto; padding: 0;	
}
	
#logoblock {
float: left;
}

/* logosprite */
div.logorollover {
width: 248px; height: 124px;
margin: 0; padding: 18px 0 0 0;
position: relative;
}

div.logorollover a {
display: block;
margin: 0; padding: 0;
width: 248px; height: 124px;
background: url(/globalgraphics/egologosprite.png);
background-repeat: no-repeat;
position: relative;
}

div.logorollover a:hover {
background: transparent url(/globalgraphics/egologosprite.png) 0px -124px no-repeat;
}

h2 {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 100%;
color: #AFAB16;
}

h5 { 
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 100%;
color: #000;
}


h3 {
    color: #444444;
    font-family: "Gill Sans","Trebuchet MS",Calibri,sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.115em;
    line-height: 1em;
    margin: 0 0 7px;
}
h4 {
font-size: .95em;
letter-spacing: 0.115em;
}

h5 {
padding: 0 0 0 11px;
font-size: .7em;
letter-spacing: 0.18em;
}
		
#tagline {
float: right;
margin: -10px 130px 0 0;
width: 500px;
}

h2 {
font-size: 2em;
letter-spacing: .1em;
padding-bottom: 2px;
}	

#navmenu {
	margin:70px 0 0 320px; padding: 0;
}

ul#headernavone {
white-space:nowrap;
margin-left: 24px;
}

#headernavone li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.55em;
letter-spacing: .05em;
position: relative;
}

ul#headernavtwo {
white-space:nowrap;
margin: 10px 0 0 56px;
}

#headernavtwo li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.55em;
letter-spacing: .05em;
position: relative;
}
		
a.smooth { 
margin: 0; padding: 0; 
-webkit-transition: color .7s ease;
-moz-transition: color .7s ease;
-o-transition: color .7s ease;
transition: color .7s ease;
}

/* LOWER NAVIGATION styles */
		nav[role=navigation] ul {
			margin: 0 0 0 40px;
			list-style: none;
			text-align: center;
			clear: both;
		}
		
		nav[role=navigation] ul li {
				margin: 0;  padding: 0 56px 0 0;
				font-weight: normal;
				font-size: 1.1em;
				letter-spacing: .05em;
				color: #999;
				display: inline;
				line-height: 1.5em;				
			}

body > nav[role=navigation] {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 0;	
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;

}

/*
 *	FOOTER STYLES
 *
*/	
	
	#footerbar {
	   margin: 8px 0 0 0;  padding: 0;
		height: 3px;
		background: #fff url(/globalgraphics/footerbar.png);
		width: 100%;
		position:relative;
		z-index: 1;
	}	
			
	 body > footer {
	 	height: 300px;
	 	width: 100%;
 		background: #87850f;
	 }
	 
	 
	 
	 body > footer div {
	 	background: #aeac19;
	 }

#footerwrapper {
  margin: 0 auto 0 auto;
  height: 300px;
  width: 960px;
  text-align: left;
  background-color: #adac15;
} 
	
#footerleftcolumn {
	margin: 0; padding: 15px 0 0 25px;
	width: 400px;
	position: relative;
	float: left;
	}
	
	
#footerrightcolumn {
	margin: 0; padding: 15px 25px 0 0;
	text-align: right;
	width: 400px;
	position: relative;
	float: right;
	}
	
.footertext {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	letter-spacing: .16em;
	color: #333;
}
.footertext a:link{
color: #660000;
text-decoration: none;
}

.footertext a:visited {
text-decoration: none;
color: #111;
}

.footertext a:hover {
text-decoration: none;
color: #444;
}

p {
margin-top: 7px;
margin-bottom: 15px;
padding-left: 12px;
padding-right:10px;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-style: normal;
font-weight: normal;
font-size: .85em;
color: #666;
letter-spacing: .02em;
line-height: 18px;
}

p a:link{
color: #000;
text-decoration: underline;
}

p a:visited {
text-decoration: none;
color: #000;
}

p a:hover {
text-decoration: none;
color: #990000;
}


