﻿ @import url("menu.css");  
 @import url("events.css");
 @import url("login.css");  

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -94px; /* negative value of footer height */
	height: 94px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


* {margin:0;padding:0;}


body {
	font:9pt trebuchet ms, Arial, serif;
	line-height:1.5em;
	background:#D8DDE1;
	
}

#body 
{
    background: #D8DDE1 url(images/bg-home.jpg) no-repeat center top;
	font:9pt trebuchet ms, Arial, serif;
	line-height:1.5em;
	color:#444444;
}

#subbg {
	background: #D8DDE1 url(images/bg-subpage.jpg) no-repeat center top;
}

a img {border:none;}

a:link {color: #19508a;text-decoration:underline;}

a:visited {color: #19508a;text-decoration:underline;}

a:hover {color:#9D2123;text-decoration:underline;}

p {margin:10px 0 12px;

	font:100% trebuchet ms, Arial, serif;
	line-height:1.6em;
	color:#444444;
	
}

#intro p {
	font: bold 120%/140% Georgia, "Times New Roman", Times, serif;
	color: #595959;
	margin: 5px 10px 15px 0;
}

#intro p strong{
	color: #9C2221;
	/*	color: #000;*/
}

#subpage_intro{
	font: bold 120%/140% Georgia, "Times New Roman", Times, serif;
	color: #595959;
	margin: -8px 10px 15px 0;
}

#content_subpg {
	background: #FFFFFF;
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 15px;
	width: 92%;
}

#content_subpg img{
	float: left;
	padding-right: 15px;
}

#wide_subpg {
	background: #FFFFFF;
	font-size: 110%;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	width: 92%;
}

/* Header */

#header {padding:20px 0 10px;
	height:75px;}
#header #logo {width:960px;
	margin:0 auto;
	padding:5 10px 0;}

#header img.logo {margin-top:26px;}
#header #logo #lang {width:100px;float:right;height:55px;margin-right:60px;}

/* Content Area */

#main {width:960px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}

#main2 {width:960px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;}
	
#dnn_ContentPane {width: 900px;
	float:left;
	clear: both;
	padding: 0;
	margin-bottom: 20px;
	background: #fff;
	font:9pt trebuchet ms, Arial, serif;
	line-height:1.5em;
	color:#444444;
	background: none;
	}

#content {width:610px;

	float:left;
	padding: 0px 0 25px;
	font:9pt trebuchet ms, Arial, serif;
	line-height:1.5em;
	color:#444444;
	}

#breadcrumbbox{
	background: #F0F2F4;
	padding: 5px 5px 5px 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 95%;
	}
	
table.education-table {
	width: 450px; 
	border: thick; 
}

.Head title {
	font-size: 150%;
}	
	
/* ///////////////////////  new breadcrumb styles for DNN ////////////////////// */

#breadcrumbbox a{
	color: #666666;
	font-size: 95%;
	padding-right: 0.3em;
	padding-left: 0.2em;
}	
	
#breadcrumbbox a:hover
{
	color: #E1AF40;

}

#login_details {
	float:right;
	width: 290px;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
/*	//////////////////////////////////  */	

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:3px 0 8px;
}

#content h1 {
	font-size:2em;
	color: #9C201E;
	font-weight: normal;
}

#content h2 {
	color: #333333;
	text-transform: uppercase;
	font: bold 1.2em "Trebuchet ms", Arial, "san serif";
}

#content h3 {
	font-size:1.6em;
	color: #BD8E20;
}
	
#content h4 {
	font-size:1.4em;
	color: #4D5A64;
	font-weight: bold;
}	

#content h5 {
	font-size:1.2em;
	color: #7B4A15;
	font-weight: bold;
}

#content h6 {

	font-size:1em;
	color: #6F8391;
	font-weight: bold;
}


#content_subpg ul {list-style:square;
	margin:10px 0 10px 20px;
	list-style-position:inside;}
	
#content_subpg li {line-height:1.7em;
	font-size:1em;}
	
	
#nav-right-bucket-subpg ul {list-style:none;
	margin:10px 0 10px 20px;}
	
#nav-right-bucket-subpg li {line-height:2.5em;
	font-size:0.9em;}
	
#nav-right-bucket-subpg li.on{
	background: url(../images/list-on.jpg) no-repeat 0px 4px;
	font-weight: bold;
	padding-left: 5px;
}
	
.newsstories{
	padding: 5px 15px;
	}
	
.newsstories strong{	
	display: block; 
	}

	
#sidebar_subpage {
	width:335px;
	float:right;
	padding-right: 5px;
	padding-bottom: 25px;
}
		
#sidebar {
	width:335px;
	float:right;
	padding-top: 280px;
	padding-right: 5px;
	padding-bottom: 25px;
}

#sidebar div {
	width:335px;
	padding: 0;
	margin: 0;
}

#sidebar ul {list-style:none;}

#sidebar h2  {font-size:1.2em;
	margin:25px 0 12px 0;
	color:#7A0A17;}
	
/*  ////////////////////////////////////////////////////////////  */
	
#dnn_ctr404_dnnTITLE_lblTitle.Head{
	color:#9C201E;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}


	
.featured-researcher  {
	margin:10px 0 15px;
}	

img.featured-img{
	float: left;
}

#sidebar img {
	margin-right:5px;
	margin-bottom: 5px;
}
#sidebar strong {
	display:block;
	color: #000000;
}

#sidebar em{
	display:block;
	color: #FFFFFF;
	font-style: normal;
	padding-bottom: 90px;
}

#bucket-research {
	height: 103px;
	width: 284px;
	background: #f5f4f4;
	
}

#nav-right-bucket-subpg {
	width: 284px;
	background: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#news-bucket-subpg {
	width: 284px;
	background: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#bucket-events {
	width: 284px;
	background: url(images/bg-containers-fade.jpg) repeat-x;
}

#bucket-events img{
	float: left;
	padding-right: 3px;
}

#bucket-events ul li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 160%;
	padding-top: 5px;
	padding-left: 15px;
}

#bucket-news img{
	float: left;
	padding-right: 3px;
}

#bucket-news {
	width: 284px;
	background: url(images/bg-containers-fade.jpg) repeat-x;
}

#bucket-news div{

	font-size:10px; 

}

.SubHead{
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.Normal DNN_ANN_Description {
	font: 12px;
}

#dnn_dnnSEARCH_cmdSearch {
		
}

#bucket-research img{
	float:left;
}

#bucket-research p, #bucket-education p, #bucket-support-us p, #bucket-careers p {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-size: 12px; 
}


#bucket-education {
	height: 103px;
	width: 284px;
	background: #f5f4f4;
}

#bucket-education img{
	float:left
}

#bucket-support-us {
	height: 103px;
	width: 284px;
	background: #f5f4f4;
	margin-top: 10px;
}

#bucket-support-us img{
	float:left
}


#bucket-careers {
	height: 103px;
	width: 284px;
	background: #f5f4f4;
	margin-top: 10px;
}

#bucket-careers img{
	float:left
}

.inside ul li strong{
	display: block;

}

.inside ul li{
	display: block;
	margin-left: -14px;
}

.inside {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

hr {display: block;}



#news-events strong{
	display: block; 

}

.research-button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/head-research.jpg) no-repeat;
	padding-bottom: 10px;
	text-indent: -1000em;
}

#research-news-button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/head-research-news.jpg) no-repeat;
	padding-bottom: 10px;
	text-indent: -1000em;
}

.careers-button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/head-careers.jpg) no-repeat;
	padding-bottom: 10px;
	text-indent: -1000em;
}

.education-button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/head-education.jpg) no-repeat;
	padding-bottom: 10px;
	text-indent: -1000em;
}

.support_us_button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/head-support-us.jpg) no-repeat;
	padding-bottom: 10px;
	text-indent: -1000em;
}


.news-button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	padding-bottom: 0px;
	background-color: transparent;
	background-image: url(images/head-news.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
	text-indent: -1000em;
}


.events_button {
	width: 284px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background-color: transparent;
	background-image: url(images/head-events.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
	text-indent: -1000em;
}

.readeventsbutton {
	width: 150px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	padding-bottom: 10px;
	background: transparent url(images/btn-events.jpg) no-repeat;
	text-indent: -1000em;
}

.read-news-button {
	width: 150px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	padding-bottom: 10px;
	background: transparent url(images/btn-news.jpg) no-repeat;
	text-indent: -1000em;
}

.subscribe_newsletter_button {
	width: 235px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	padding-bottom: 10px;
	background: transparent url(images/btn-subscribe-newsletter.jpg) no-repeat;
	text-indent: -1000em;
}

.member-login-button {
	width: 99px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/btn-member-login.jpg) no-repeat;
	text-indent: -1000em;
	position: absolute;
	left: 235px;
}

#read-research-button {
	width: 228px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/btn-read-research.jpg) no-repeat;
	text-indent: -1000em;
	margin-bottom: 10px;
}

#become-member-button {
	width: 228px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/btn-join-membership.jpg) no-repeat;
	text-indent: -1000em;
	margin-bottom: 10px;
}

#donate-button {
	width: 228px;
	height: 19px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(images/btn-dontate-cancer-research.jpg) no-repeat;
	text-indent: -1000em;
	margin-bottom: 20px;
}
 
#left_research_support_home {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;

}

#news_home {
	width: 300px;
	float: right;
	margin-bottom: 20px;

}


#left_research_support_home img{
	float: left;
}

#left_research_support_home .NormalTextBox, #right_education_careers_home .NormalTextBox {
	width: 185px;

}

#news_home img{
	float: left;
}

#education-careers-home img{
	float: left;
}

#education-careers-home strong{
	color: #000;
}

#news_home strong{
	color: #000;
}

#right_education_careers_home {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;

}

#news_home {
	width: 300px;
	float: right;

}



/* events */

#events_home {
	width: 300px;
	float: left;
	margin-bottom: 20px;

}

/*submenu */

/* Sub page Menu / Navigation */


#subnav {
	float: left;
	width: 200px;
	position: relative; 
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	float: left;
	height: 20px;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	margin-right: 2px;
	padding: 5px 12px;
	color: #F1C756;
	font-weight: bold;
}

#submenu a:hover {
	color: #000000;
}

#submenu .current_page_item a {
	color: #ffffff;
}

#submenu{
	width: 350px;
	padding-left: 45px;
	position: relative; 
}

#bhcri-logo{
	top: 20px;
	width: 331px;
	height: 59px;
	left: 1px;
	/*background: url(../images/logo.jpg) no-repeat; */
	float: left;
	padding-right: 10px;
}

#search{
	float: right;
	width: 225px;
}


/* img replacement */

#research-head {
	width: 176px;
	height: 74px;
	position: relative;
	}
	
#research-head span {
	background: url(images/title-security.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}		
	
#news-events {
	width: 610px;
	padding-top: 25px;
}

#search-button{
  width: 64px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/btn-search.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}


form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}

fieldset {
	border: 0;
}

/* Footer */
#footer {
	background: #444444 url(images/bg-footer.jpg) repeat-x;
	color:#ffffff;
	font: 65% Verdana, Arial, sans-serif;
}

#footer2 {background-color: #444444;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	height:94px;}

#footer a, #footer2 a {color:#ffffff;
	text-decoration:none;}
#footer a:hover, #footer2 a:hover {color:#804249;
	text-decoration:none;}
#footer a:visited, #footer2 a:visited  {color:#ffffff;
	text-decoration:none;}

#footer p, #footer2 p {margin:0 0 15px 0;}
#footer img, #footer2 img {margin-bottom:-7px;}

#foot {width:960px;
	margin:0 auto;
	height:94px;
	line-height:1.1em;
	padding:0 10px;}

#foot2 {width:800px;
	margin:0 auto;
	height:140px;
	line-height:1.1em;
	padding:0 10px 0 10px;}

#foot #left {
	width:400px;
	float:left;
	padding-top:10px;
	color: #999999;
}
#foot #right {
	width:250px;
	float:right;
	text-align:right;
	padding-top:10px;
	color: #666666;
}


#foot #right a{

	color: #666666;
}

#foot2 #left {width:450px;float:left;padding-top:10px;}
#foot2 #right {width:250px;float:right;text-align:right;padding-top:10px;}




/*links at bottom footer - home page and sub pages*/

ul#footerlist 
{
	padding-bottom: 10px;
	padding-top: 25px;
	text-align: center;
}

#footerlist li
{
	display: inline;
	list-style-type: none;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	border-right: thin solid #000000;
}

ul#footerlist li a
{
    font:9pt trebuchet ms, Arial, serif;
	color: #ffffff;
	text-decoration: none;
}


#footerlist li a:hover
{
	color: #666666;
}


/*for btm nav links without right pipe on all pages*/

#footerlist li.last
{
	display: inline;
	list-style-type: none;
	border-right-style: none;
}


/* -- hide admin and host from menu on main skins -- */

#menu li#Admin_item, #menu li#Host_item {
	display: none;	
	
}


/* control panel */

table.ControlPanel {
	width: 100%;
	background-color: #fff;
	border-bottom: #666 solid 2px;
}

table.ControlPanel table {
	padding: 2px;
}

table.ControlPanel table table table{
	margin: 0 auto;
}

table.ControlPanel table td table {
	margin: 0 auto;
	
}

div.c_footer {
	clear: both;
	z-index: 99;
	
}

.ModuleTitle_MenuItem {
	background-color: #fff;	
	
}
#full-width-content {
	padding: 10px;
	width: 910px;
	background-color: #fff;
	margin-bottom: 20px;
}

/* homepage news */

.news-row {
	height: 65px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.news-row strong {
	font-size: 12px;
}

.news-row a, .news-row p {
	margin: 0; padding: 0;	
	font-size: 11px;
}

/* news releases */

.news-releases p {
	
	
}


.news-releases hr {
	margin: 10px 0;
	
}

.news-releases .date {
	font-style: italic;
	color: #666;
	
}

#bucket-support-us .c_footer, #bucket-research .c_footer, #bucket-education .c_footer, #bucket-careers .c_footer {
	position: absolute;
	display: block;
	clear: both;
	background-color: #fff;
	z-index: 99;
}

.c_head .Head {
	padding: 5px 0 10px 0;
	font-size: 1.1em;
}