body {
	font-family: verdana, helvetica, Arial, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	background: #b2b272 url(images/menu_left.jpg) no-repeat left top;
}


#container {
	text-align: center;
	width: 780px;
	height: 694px;
	padding-left: 150px;
	

}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: 'Times New Roman', Verdana, Arial, sans-serif;
 font-size: 95%;
 color: #333;
 line-height: 166%;
}

span.h1 {
  font-size: 300%;
  color: #996600;
 }

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #674523;
 padding: 5px 0 5px 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 70px 0 50px;
	padding: 10px 0px 0 0px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	height: 121px;
	background: transparent url(images/heading_background.jpg) no-repeat right top;
}

#navBar{
	position: absolute;
	top: 140px;
	left: 210px;
	margin: 0 0 0 0;
	padding-left: 0px;
	padding-top: 10px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 150px;
	text-align: left

}

#content{
    margin: 0;
	padding: 10px 0px 0 210px;
	float: left;
	text-align: left;
	width: 450px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 26px 0px 10px 175px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	line-height: 140%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature h2 {
	font-size: 90%;
}

.feature p {
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;

}

.feature ul li {
	margin-left: -10px;
	line-height: 130%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 85%;
	line-height: 140%;
}

.story p{
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	line-height: 140%;
}

.story h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 100%;
	padding-bottom: 0px;
	padding-top: 0px;

}

.story h2 {
	font-size: 85%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.story ul li {
	margin-left: -10px;
	line-height: 140%;
	font-size: 85%;
}
	

/************* #siteInfo styles ***************/

#siteInfo{
	position: absolute;
	left: 10px;
	top: 670px;
	font-size: 70%;
	color: #996600;
	text-align: left;
	line-height: 140%;
}

#siteInfo a {
	text-decoration: underline;
}

#siteInfo a:hover {
	color: #996600;
}
/* 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" */

#timesheets {
	position: absolute;
	left: 20px;
	top: 620px;
	font-size: 85%;
	color: #996600;
	text-align: left;
}

#timesheets a {
	text-decoration: underline;
}

#timesheets a:hover {
	color: #996600;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	color: #006699;
	font-weight: bold;
	
}


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height: 140%;

}


#sectionLinks a:link{
	padding: 2px 0px 3px 0px;
	width: 100%;
	font-size: 90%;

}

#sectionLinks a:hover{
	
	font-size: 90%;
}


img.left
{
	float: left;
	margin: 1px 15px 5px 1px;
	border: 1px solid #DADADA;
	padding: 2px;
	background: #FAFAFA;
}

img.right
{
	float: right;
	margin: 1px 5px 5px 5px;
	border: 1px solid #DADADA;
	padding: 2px;
	background: #FAFAFA;
}

strong {
	color:#996600;
	font-weight: normal;
}

table.form {
	font-size: 85%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	
}

table.form td {
	text-align: left;
	vertical-align: top;
	
}

table.photos {
	float: right;
	padding: 0;
	
}