html, body {
background-color:#f2f2e8;
margin:0px;
background-image:url(images/bg_top.jpg);
background-repeat:repeat-x;
background-position:top;
height:100%;
z-index:0;
}

#container {
min-height: 100%;
height:100%;
margin-bottom: -59px;
position: relative;
}

	.clearfooter {
	height: 59px;
	clear: both;
	}
	
	
	
/* Navigation */
#header_cont {
width:880px;
height:77px;
margin:0px auto;
z-index:5;
}

	#header_logo_cont {
	width:228px;
	height:77px;
	background-image:url(images/header_logo.jpg);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	}
	
	#header_text_cont {
	width:647px;
	height:42px;
	margin-right:5px;
	float:right;
	display:block;
	}
	
		.search_cont {
		height:32px;
		float:right;
		display:inline;
		padding-top:10px;
		padding-right:20px;
		overflow:hidden;
		}

	#nav_cont {
	width:647px;
	height:35px;
	background-image:url(images/nav/bg_nav.jpg);
	background-repeat:no-repeat;
	margin-right:5px;
	float:right;
	display:block;
	z-index:5;
	}
	
		.nav_home {
		width:69px;
		height:35px;
		background:url(images/nav/home.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_home:hover {
			background:url(images/nav/home_ro.jpg);
			}

		.nav_about {
		width:86px;
		height:35px;
		background:url(images/nav/about.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_about:hover {
			background:url(images/nav/about_ro.jpg);
			height:35px;
			}

		.nav_services {
		width:82px;
		height:35px;
		background:url(images/nav/services.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_services:hover {
			background:url(images/nav/services_ro.jpg);
			height:35px;
			}
			
		.nav_policy {
		width:84px;
		height:35px;
		background:url(images/nav/policy.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_policy:hover {
			background:url(images/nav/policy_ro.jpg);
			}

		.nav_public {
		width:118px;
		height:35px;
		background:url(images/nav/public.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_public:hover {
			background:url(images/nav/public_ro.jpg);
			height:35px;
			}
			
		.nav_resources {
		width:95px;
		height:35px;
		background:url(images/nav/resources.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_resources:hover {
			background:url(images/nav/resources_ro.jpg);
			height:35px;
			}
			
		.nav_newsletters {
		width:113px;
		height:35px;
		background:url(images/nav/newsletters.jpg);
		background-repeat:no-repeat;
		float:left;
		display:block;
		z-index:5;
		}
		
			a.nav_newsletters:hover {
			background:url(images/nav/newsletters_ro.jpg);
			}
	
	
	
/* Navigation drop down */	
.div_bar_top {
width:197px;
height:16px;
background-image:url(images/nav/div_bg_top.jpg);
background-repeat:no-repeat;
border-left:#c8bdb0 1px solid;
border-right:#c8bdb0 1px solid;
float:left;
display:block;
padding-top:10px;
padding-left:10px;
padding-right:10px;
margin-top:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
z-index:5;
}

	a.div_bar_top:hover {
	background-image:url(images/nav/div_bg_top_ro.jpg);
	color:#005152;
	}

.div_bar {
width:197px;
height:16px;
background-image:url(images/nav/div_bg.jpg);
background-repeat:no-repeat;
border-left:#c8bdb0 1px solid;
border-right:#c8bdb0 1px solid;
float:left;
display:block;
padding-top:4px;
padding-left:10px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
z-index:5;
}

	a.div_bar:hover {
	background-image:url(images/nav/div_bg_ro.jpg);
	color:#005152;
	}

.div_bar_bottom {
width:197px;
height:21px;
background-image:url(images/nav/div_bg_bottom.jpg);
background-repeat:no-repeat;
border-bottom:#c8bdb0 1px solid;
border-left:#c8bdb0 1px solid;
border-right:#c8bdb0 1px solid;
float:left;
display:block;
padding-top:4px;
padding-left:10px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
z-index:5;
}

	a.div_bar_bottom:hover {
	background-image:url(images/nav/div_bg_bottom_ro.jpg);
	color:#005152;
	}

ul {
padding: 0; /* Keep */
margin: 0; /* Keep */
list-style: none; /* Keep */
position:relative;
z-index:5;
}
 
li {
float: left; /* Keep */
position:relative; /* Keep */
z-index:5;
}
 
li ul {
display: none; /* Keep */
position: absolute; /* Keep */
z-index: 5;
left: 0; /* Keep */
top:auto; /* Keep */
}
  
li > ul {
top: auto; /* Keep */
left: auto; /* Keep */
}
	
li:hover ul, li.over ul { display: block; }  /* Keep */
  		
			

/* Body */
#page_cont {
width:880px;
margin:0px auto;
}

	#page_top {
	width:880px;
	height:4px;
	background:url(images/bg_page_top.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	overflow:hidden;
	}
	
	#page {
	width:880px;
	height:100%;
	background:url(images/bg_page.jpg) repeat-y;
	float:left;
	display:block;
	overflow:hidden;
	}
	
		.page2 {
		width:880px;
		height:100%;
		background:url(images/bg_page_top2.jpg) no-repeat top left;
		display:block;
		overflow:hidden;
		padding-bottom:15px;
		padding-left:0px;
		margin-left:0px;
		float:left;
		}
		
			
		#randomize_cont {
		width:862px;
		height:294px;
		display:block;
		overflow:hidden;
		float:right;
		margin-left:9px;
		margin-right:9px;
		border:0px;
		}
		
			.header {
			width:862px;
			height:89px;
			float:right;
			display:block;
			margin-left:9px;
			margin-right:9px;
			overflow:hidden;
			}
			
			.secondary_header {
			width:862px;
			height:42px;
			float:right;
			display:block;
			margin-bottom:30px;
			margin-left:9px;
			margin-right:9px;
			overflow:hidden;
			}
			
		
		.divider {
		width:870px;
		height:4px;
		background-color:#FFFFFF;
		margin:0px auto;
		display:block;
		margin-bottom:30px;
		margin-left:5px;
		margin-right:5px;
		overflow:hidden;
		float:right;
		}
		
			.divider2 {
			width:870px;
			height:4px;
			background-color:#FFFFFF;
			float:right;
			display:block;
			margin-left:5px;
			margin-right:5px;
			overflow:hidden;
			}
		
		
		#bottom_index_cont {
		width:815px;
		height:215px;
		float:left;
		display:block;
		margin-bottom:30px;
		padding-left:32px;
		padding-right:33px;
		overflow:hidden;
		}
		
			#index_bio_cont {
			width:443px;
			height:190px;
			color:#FF0000;
			float:left;
			display:inline;
			margin-left:39px;
			}
			
				.bio_pic {
				width:117px;
				height:190px;
				float:left;
				display:inline;
				}
				
				.bio_text {
				width:311px;
				height:190px;
				float:right;
				display:inline;
				}
		
			#whats_new_cont {
			width:190px;
			height:130px;
			background:url(images/whats_new_btn.gif);
			background-repeat:no-repeat;
			float:right;
			display:inline;
			padding-top:60px;
			padding-left:35px;
			padding-right:30px;
			margin-right:38px;
			}
			
					#story_cont {
					width:862px;
					height:294px;
					background:url(images/story3.gif);
					background-repeat:no-repeat;
					float:left;
					display:inline;
					margin-left:9px;
					}
			
		#body_cont {
		width:738px;
		height:100%;
		float:left;
		display:block;
		padding-bottom:30px;
		padding-left:71px;
		padding-right:71px;
		}
		
		#body_cont2 {
		width:738px;
		height:153px;
		float:left;
		display:block;
		}
			
			.image_cont {
			width:343px;
			height:233px;
			float:right;
			display:block;
			padding-bottom:30px;
			padding-left:30px;
			}	
			
			.pull_quote_cont {
			float:left;
			display:block;
			padding-bottom:10px;
			padding-right:20px;
			}
			
			.pull_quote_cont2 {
			float:right;
			display:block;
			padding-bottom:10px;
			padding-left:20px;
			}			
		
		#bottom_index_cont2 {
		width:815px;
		height:100%;
		float:left;
		display:block;
		padding-bottom:30px;
		padding-left:32px;
		padding-right:33px;
		}
	
			#suggested_readings_cont {
			width:275px;
			height:113px;
			background:url(images/suggested_reading.jpg);
			background-repeat:no-repeat;
			float:left;
			display:inline;
			}
			
			#newsletter_subscription_cont {
			width:275px;
			height:113px;
			background:url(images/newsletter_subscription.jpg);
			background-repeat:no-repeat;
			float:left;
			display:inline;
			margin-left:20px;
			margin-right:20px;
			}
			
			#featured_book_cont {
			width:225px;
			height:113px;
			float:left;
			display:inline;
			}
			
			.book_journal_cont {
			width:50px;
			height:100%;
			float:left;
			display:inline;
			margin-right:10px;
			}
		
	
	#page_bottom {
	width:880px;
	height:9px;
	background:url(images/bg_page_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	overflow:hidden;
	}



/* Footer */
#footer {
height: 59px;
position: relative;
}

	.footer_cont {
	width:100%;
	height:59px;
	background:url(images/bg_footer.jpg);
	}
	
		.footer_text_cont {
		width:880px;
		height:59px;
		margin:0px auto;
		}



/* Font styles */
.body_text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
}

.body_text2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
}

.link_text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#005152;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
}

	a.link_text:hover {
	color:#003738;
	text-decoration:underline;
	}

.link_text2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#005152;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
}

	a.link_text2:hover {
	color:#003738;
	text-decoration:underline;
	}

.quote_text {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#555555;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
line-height:24px;
display:inline;
}

.quote_text2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#005152;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
line-height:24px;
display:inline;
}

.tab_body_text {
padding-left:10px;
}