/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background:url(../i/bebg.gif) repeat-x #5E5EA7;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:   verdana, arial, georgia, sans-serif;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 736px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../i/mid2cola.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-position: -1px 0;
	background-image: url(../i/egslogo.jpg);/*Main machu picchu image*/
	margin: 0 auto;
	width: 736px;
	height: 40px;
	
}


#navtop {
/*background-image: url(../i/toppagetop.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: 0px 0;
	height: 30px;
	width: 736px;
}
#subheader {
	background-position: -1px 0px;
	background-image: url(../i/toppagetop.jpg);/*shadow drop bg image*/
	width: 736px;
	background-repeat: no-repeat;
	/*background-position: 3px, 0px, 0px, 0px;*/
	height: 141px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
float:left;
   margin-left: 15px;
	padding: 7px 0 0px 20px;
	margin-bottom: -59px;
	width: 450px;
	color: #7F7F6F;
font-size: 12px;
}

#content h1 {
	color: #666; 
	font-weight: normal; 
	font-size: 20px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 0px; padding: 0 0 0 0px;

	}

#content h2 {
	/*font-size: 95%;*/
	margin: 12px 0 0 5px;
	color: #666; 
	font-weight: normal; 
	font-size: 16px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 0px; padding: 0;

}

#content p {
	/*font-size: 80%;*/
	padding: 5px 5px;
}

#sidecontent {
	color: #7F7F6F;
font-size: 11px;
	/*border: 1px solid #4D562E;*/
	margin: 5px 30px 3px 540px;
}

#sidecontent p {
	/*font-size: 80%;*/
	padding: 5px 0px;
}

#sidecontent h2 {
	color: #666; 
	font-weight: normal; 
	font-size: 16px; 
	font-family: georgia, arial, verdana, sans-serif; 
}

#caselinks {
	  position: relative;	
	  left: 10px;
	  width: 120px;
	  background: #eee;
	  color: #333;
	  Padding: 10px;
	  font-size: 11px;
	  }
	  
#caselinks li {
	list-style-type:none;
	  }

.sidequotes{padding: 0; margin: 130px 0 5px 5px;}
.sidequoteslil{padding: 0; margin: 80px 0 5px 5px;}


#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}




/***** footers *****/

#footer {
	/*height: 34px;*/
	background-position: -1px 0px;
	background-image: url(../i/toppagebot.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
   /*background-position: 0px 0;*/
   height: 52px;
   	clear:both;
}


#footer p {
	font-size: 70%;
	text-align: right;
	padding: 80px 23px 5px 0;
	color: #660000;
	/*border-top: 1px solid #000;*/
	margin: 0 13px;
	
}


/***** Ends the footers ********/



