/* CSS Document */


header, hgroup {
	display: block;
}

#header_logo {
	float: left;
	margin: 15px 35px 0 14px;
	position: static;	
}

#header_logo h2{
	float: left;
	margin: 0;
}

#header_logo a.fn{
	background: url(images/repoeter2.png) no-repeat transparent;
	display: block;
	height: 75px;
	width: 262px;
}

.hiddenText{
	text-indent: -9999px;
}


#mission_statement{
	border-left: 1px solid #999999;
	color: #999999;
	margin-left: 10px;
	display: inline;
	padding-top: 44px;
	padding-left: 10px;
	float: left;
	letter-spacing: 1px;
}

p {
	font-family: "HelveticaNeue-Light", "HelveticaNeue Light", sans-serif;
	text-align:left;
	font-size: 14px;
	margin: 1em 0;
}



body {
	font-family: georgia, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #fff; 
	margin: 0;
	padding: 13px 0;
	}


#container {
	margin: 0 auto;
	width: 876px !important;
	text-align: 5px;

}

#book {
	padding: 0;
	width: 874px;
}
#sourcebar {
	font-family: "HelveticaNeue-Light", "HelveticaNeue Light", sans-serif;
	letter-spacing: 1px;
	font-size: 10.5px;
	clear: both;
	margin-top: 15px;
	text-align: right;
	padding: 3px 0px 3px 0px;
}

#main {
	font-family: "HelveticaNeue-Light", "HelveticaNeue Light", sans-serif;
	border: 1px solid #c5c3c3;
	clear: both;
	margin-top: 15px;
	padding: 0 0 7px;
	text-align: center;
}

.contentSketchArea{
	position: absolute;
	top: 0;
	width: 870px;
	z-index: 3000000;
}

#interactiveFormMain{
	position: relative;	
}

div.r_anchorList{
	position: relative;
}

div.r_anchorList_mask {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

div.r_anchorList_mask ul{
	margin: 0;
	padding: 0;
	position: relative;
}

#footer{
	float: right;
	padding-right: 50px;
	top: 0px;
	}

#footer a:hover, #footer a:active { 
	color: #CECECE; 
	text-decoration: underline;
	}
	
h2 a:link, h2 a:visited { 
		color: #414245; 
		text-decoration: none;
		}
		
h2 a:hover, h2 a:active { 
		color: #ff0000; 
		text-decoration:none;
		}



