/***********************************************/
/* 2col_topNav.css                            */
/* Use with template 2col_topNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Baskerville,Georgia,Times,serif;
	color:#000000;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#666633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Baskerville,Georgia,Times,serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Baskerville,Georgia,Times,serif;
 font-size:12px;
 color: #666633;
}

h2{
 font-size:22px;
 color: #666633;
}

h3{
 font-size:16px;
 color: #666633;
}

h4{
 font-size: 13px;
 font-weight: normal;
 color: #666633;
}

h5{
 font-size: 13px;
 font-weight: normal;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 800px;
	margin: 0 auto;
	border: 1px solid #CCCC66;
	background-color:#CCCC99;
	background: #cccc99 url(sidebarbg.jpg) top right repeat-y;
	}
	
	
#masthead{
	border-bottom: 1px solid #cccc66;
	border-right: 1px solid #CCCC66;
	width: 800px;
	height: 120px;
	background-color:#CCCC99;
	background-image:url(ESheader.jpg);
}

#content{
  	width: 800px;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	background-color: #666633;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#FFFFFF;
	font-size: 100%;
}


/************** .feature styles ***************/

.feature{
	float: left;
	width: 609px;
	padding: 0px 10px 10px 10px;
	font-size: 80%;	
	border-right:1px solid #666633;

}

.feature h3{
	padding: 15px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: right;
	padding:2px;
	margin: 5px;
	border: 1px solid #666633;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** #hypeBar styles ***************/

#hypeBar{
	float: right;
	padding: 0px 0px 0px 0px;
	width: 170px;
	height:inherit;
}


/************* #thumbnail styles ***************/

.thumbnail{
	width: 75%;
	clear: left;
	font-size: 14px;
}

.thumbnail img{
	float: left;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #666633;
	font-size: 11px;
	color: #666633;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #cccc99;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
