body {
	background: #bfe538 url(images/bg_green.png);
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #060;
	margin: 0;
}
img {
	border:none;
}
a, a:visited {
	color: #09f;
	text-decoration: none;
	
}
a:hover {
	color: orange;
}
.clickable {
	cursor: pointer;
}
div#page {
	width: 774px;
	margin: 0 30px;
	padding-bottom: 40px;
}

img#museum_illustration {
	float: right;
}

div#breadcrumb a#ology_home {
	background-image: url(images/ology_home.png);
	text-indent: -9000px;
	height:44px; 
	width:85px;
	display: block;
	float:left;
}
div#breadcrumb a#ask_breadcrumb {
	background-image: url(images/btn_ask_sci.png);
	text-indent: -9000px;
	height:44px; 
	width:326px;
	display: block;	
	margin-left:0px;
}
div#feature {
	padding-top:10px
}
div#feature_question_wrapper {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}
div#page h1#page_header {
	background: transparent url(images/h1_ask_a_scientist.png) no-repeat top left;
	text-indent: -9000px;
	height: 58px;
	width: 462px;
	margin: 20px 0 10px 0;
}
div#sub_header {
	font-weight: 700;
	color: #060;
}
div#science_exploration_blurb {
	margin: 30px 60px 20px
}
div#science_exploration_blurb a {
	font-weight:700;
	color: #06c;
}
div#science_exploration_blurb img {
	margin-right: 10px;
}

div#page h2#featured_question {
	background: transparent url(images/featured_question.gif) no-repeat top left;
	text-indent: -9000px;
	height: 36px;
	width: 348px;
	margin: 10px;
}
div#featured_question_text {
	background: transparent url(images/bg_question_mark_wide.gif) no-repeat;
	height: 76px;
	width: 643px;/*480*/
	padding-left:100px;
	font-size: 18px;
	color: #09f;
	position: absolute;

}

div#past_question {
	background:transparent url(images/bg_pq.png) no-repeat top left;
	font-size:13px;
	height:50px;
	width:763px;
	padding:7px;
	margin-bottom:5px;	
}
div#past_question img.thumbnail {
	margin-right:10px;
}
div#past_question div.questioner_info {
	font-size:11px;
}
div#additional_links {
	padding-top:20px;
	width: 750px;
	clear:left;
}
div#additional_links ul  {
	padding-left: 20px;
}
div#additional_links a {
	font-weight:700;
	text-decoration:underline;
}
div#ask_a_question a {
	color:#060;
}
div#ask_a_question {
	font-size: 13px;
	font-weight: 700;
	color:#060;
	text-align: center;
	padding: 10px;
	width: 130px;
	height: 95px;
	background: #dcfa65 url(images/btn_ask_a_question.png) no-repeat 0 70px;
	position:absolute;
	left: 610px;
	top: 0px;
	cursor: pointer;
}
div#ask_a_question:hover {
	background: #dcfa65 url(images/btn_ask_a_question_on.png) no-repeat 0 70px;
	color: #000;
}
div#featured_question_text a:hover, div#featured_question_text:hover a {
	color: orange;
}
div#featured_question_text div.questioner_info {
	font-size: 11px;
	color: #060;
	padding-top: 10px;
}
div#page div#other_questions {
	
}
div#page div#ologyfooter {
	padding-top:20px;
}
div#page div#feature div#featured_answer {
	position: relative;
	top: 0px;
	width: 750px;
}

div#page div#feature div#featured_answer div.image_with_caption {
	float: right;
	border: 5px solid #fff;
	background-color: #fff;
	margin-bottom: 5px;	
	margin-left:10px
}
div#page div#feature div#featured_answer div.image_with_caption div.caption {
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
}
div#page div#feature div#featured_answer div.image_with_caption img {

	
}
.white_box {
	background-color: #fff;
	padding: 20px;
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
}
div#bio {
	background-color: #09f;
	float: left;
	z-index:10;
	position:relative;
	width:184px;
	padding: 9px;
	font-size: 12px;
	color: #fff;
	margin: 0 10px 10px 0;
}
div#bio h2 {
	display: none;
}
div#bio h3#bio_name, div#bio h3#bio_title, div#bio h3#bio_known_for, div#bio h3#bio_cool_facts {
	height: 15px;
	display: block;
	background: transparent;
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin: 10px 0px 0px 0px;
}
div#bio h3#bio_name {
	background-image: url(images/h3_bio_name.png);
}
div#bio h3#bio_title {
	background-image: url(images/h3_bio_title.png);
}
div#bio h3#bio_known_for {
	background-image: url(images/h3_bio_known_for.png);
}
div#bio h3#bio_cool_facts {
	background-image: url(images/h3_bio_cool_facts.png);
}
