/* About Page Styles */
#about_container{
	width:995px;
	margin:0 auto;
	padding-top:25px;
	font-size:12px;
	color:#333333;
}

/* ABOUT STYLES */
#about_bio{
	width:505px;
	margin-left:10px;
	float:left;
	position:relative;
	line-height:20px;
	background:url(../img/bio_bg.jpg) top left no-repeat;
}

#about_bio p{
	margin-bottom:1em;
}

img#about_bevans_img{
	position:absolute;
	left:269px;
	top:125px;
}

span#book_title{
	font-weight:bold;
	color:#e06205;
}

/* RECENT NEWS SECTION */
#recent-news{
	width:373px;
	float:right;
	margin-right:40px;
}

#recent-news h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#e06205;
	font-weight:normal;
	padding-left:10px;
}

#news_section_background-top{	
	height:21px;
	background:url(../img/recent_news_bg-top.gif) top left no-repeat;
}

#news_section_background-btm{
	width:373px;
	height:34px;
	background:url(../img/recent_news_bg-btm.gif) top left no-repeat;
}

#news_section_content{
	background:url(../img/recent_news_bg-mid.gif) top left repeat-y;
	width:373px;
}

#news_item{
	padding:10px 0px;
	margin-top:10px;
}

h3#date{
font-weight:bold;
color:#e06205;
display:inline;
font-size:12px;
width:150px;
}

#news_item p{
	display:inline;
}

#news_item a{
	text-decoration:underline;
	font-weight:bold;
}

/*	Vertical Accordions	
---------------------------------*/
	
.accordion_toggle {
	display: block;
	height: 25px;
	padding: 0 0px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #003300;
	font-family:Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	cursor: pointer;
	margin: 0 0 0 0;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
.accordion_toggle:hover{
	color:#e06205;
	font-weight:bold;
	font-size:12px;
	
}
	
.accordion_toggle_active {
	color:#e06205;
	border-bottom: 1px solid #e06205;
}	
.accordion_content {
	background-color: #f1f8f8;
	color: #444444;
	overflow: hidden;
}	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
}		
.accordion_content p {
	padding: 5px 10px 15px 10px;
	font-size:11px;
	color:black;
	line-height:15px;
}

		
#vertical_container{
	margin-top:10px;
}
#vertical_container h1{
	
}	
#vertical_container ul{
	font-size:11px;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
	color:#000;
}		
#vertical_container li{
	list-style:inside;
	padding-left:20px;
}		
#vertical_container span{
	font-size:11px;
	padding-left:10px;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
	color:#000;
}	
	
	
		
/* QUOTES SECTON
-------------------------------------*/
#quotes_container{
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
}

#quotes_container h2{
	font-size:14px;
}

#quote1{
	font-style:italic;
	padding:10px;
	width:615px;
	color:#cc6600;
	line-height:18px;
}

