/***********************************************/
/* PW.css                            */
/***********************************************/

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

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

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:18px;
 color: #333;
}

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

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

h4{
 font-size: 13px;
 font-style:italic;
 font-weight: normal;
 color: #333;
}

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: 400px;
	height:1300px;
	margin: 0 auto;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:0px;
	background-color:#ffffff;
	background-image:url(GITflower.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	

#masthead{
	border-bottom: 2px solid #FFF;
	width: 700px;
	height: 150px;
	background-color:#adadac;
	background-image:url(ESheader.jpg);
}

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


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

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


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

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


/************* #wood styles **************/
#wood{
	border-bottom:1px solid #000;
	}
/************* #globalNav styles **************/

#globalNav{
	color: #999;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	background-color: #333;
	border-bottom: 1px solid #000;

}
/* '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:#FFF;
	font-size: 100%;
}


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

.feature{
	float: left;
	width: 280;
	padding: 0px 10px 10px 10px;
	font-size: 80%;	
}

.feature h4{
	padding: 0px 0px 10px 0px;
	text-align: left;
}

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

.testimonial{
	border-bottom:1px dotted;
	
	}

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


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

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

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

#siteInfo{
	clear: both;
	border-top: 1px solid #000;
	font-size: 11px;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #adadac;
}
/* 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" */


.clear{
clear:right;
}
