

body  {
	font: 100% Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #2C2C2C;
}


body#studies {
	
}

body#collaborators {
	
}

body#updates {
	
}

body#contact {
	
}

h1 {
	color: #1F497D;
	font-size: 14px;
	padding-bottom: 15px;
}

h2 {
	color: #1F497D;
	font-size: 12px;
	padding-bottom: 15px;
}

h3 {
	color: #1F497D;
	font-size: 12px;
	padding-bottom: 5px;
}

h1.homeheader {
	display: none;	
}

h2.links {
	color: #1F497D;	
	padding-bottom: 5px;
}

p {
	padding-bottom: 10px;	
}

p.portfolio {
	font-size: 10px;
	
}

.boldheader 
{
    font-weight: bold;
}

.roleitalics 
{
    font-style: italic;
}


.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 25px 10px 0 0px; 
	background: #fff;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logos {
	background-color: #fff;
	width: 980px;
	height: 135px;
}

#logos #enceph_logo {
    width: 450px;
	height: 132px;
	float: left;
	margin-left: 15px;
}

#logos #brain_infections_logo {
    float: right;
    height: 46px;
    margin-right: 10px;
    margin-top: 75px;
    width: 134px;
}

.twoColFixLtHdr #header #navholder {
	width: 800px;
	height: 20px;
}

/* ----------- TOP NAV BUTTONS --------------*/

#top_nav {
	background: #9FB8CC;
	width: 980px;

}
#top_nav ul {
    height: 35px;
    margin: 10px 10px;
    padding: 0;
    /*width: 700px;*/
	font-size: 95%;
}
#top_nav ul li{
	list-style: none;
	float:left;

}

#top_nav ul li a {
	display: block;
	height: 23px;
	padding: 5px;

}

.nav_home a {
	width: 60px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;	
	border-right: 1px dotted #fff;	
}

.nav_home a:hover {
	background: #fff;
	color: #3D627F;
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;
}


.nav_studies a {
	width: 95px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;	
	text-align: center;
	border-right: 1px dotted #fff;	
}

.nav_studies a:hover, body#studies .nav_studies a{
	background: #fff;
	color: #3D627F;
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;	
}

.nav_collaborators a {
	width: 135px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;		
	text-align: center;	
	border-right: 1px dotted #fff;	
}

.nav_collaborators a:hover, body#collaborators .nav_collaborators a{
	background: #fff;
	color: #3D627F;	
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;	
}

.nav_patients a {
	width: 95px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;		
	text-align: center;	
	border-right: 1px dotted #fff;	
}

.nav_patients a:hover, body#patients .nav_patients a 
{
    border-top: 1px solid #9FB8CC;
	background: #fff;
	color: #3D627F;		
}

.nav_documents a {
	width: 110px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;		
	text-align: center;	
	border-right: 1px dotted #fff;	
}

.nav_documents a:hover, body#documents .nav_documents a 
{
 	border-top: 1px solid #9FB8CC;   
	background: #fff;
	color: #3D627F;	
}

.nav_news a {
	width: 85px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;		
	text-align: center;	
	border-right: 1px dotted #fff;	

}

.nav_news a:hover, body#news .nav_news a 
{
	border-top: 1px solid #9FB8CC;    
	background: #fff;
	color: #3D627F;		
}

.nav_contactus a {
	width: 100px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;	
	text-align: center;	

}

.nav_contactus a:hover, body#contact .nav_contactus a{
	background: #fff;
	color: #3D627F;	
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;	
	
}

.nav_meetings a {
	width: 100px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 5px;		
	text-decoration: none;	
	text-align: center;	
	border-left: 1px dotted #fff;	
	border-right: 1px dotted #fff;		
}

.nav_meetings a:hover, body#meetings .nav_meetings a{
	background: #fff;
	color: #3D627F;	
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;	
}

.nav_login a {
	width: 50px;
	/*margin-left: 450px;*/
	margin-bottom: 10px;
	color: #FFF;
	padding-left: 305px;		
	text-decoration: none;	
	text-align: center;	
}

.nav_login a:hover {
	background: #fff;
	color: #3D627F;	
	border-top: 1px solid #9FB8CC;
	border-bottom: 1px solid #9FB8CC;	
}

.loginfront
{
    float: right;
    color: #fff;
    font-size: 12px;

}

.logout 
{
    float: right;
    color: #1F497D;
    font-size: 12px;

}

a.loginfront {
	color: #fff;
	text-decoration: none;	
	margin: 10px;
}

a.loginfront:hover {
	text-decoration: underline;
	color: #1f497d;	
}

a.logout {
	color: #1F497D;
	text-decoration: underline;	
}

a.logout:hover {
	text-decoration: underline;
	color: #1f497d;	
}

a.contact {
	color: #000;
	text-decoration: none;	
}

a.contact:hover {
	text-decoration: underline;
	color: #1f497d;	
}

a.mainlink {
	color: #000;
	text-decoration: underline;	
}

a.mainlink:hover {
	text-decoration: underline;
	color: #1f497d;	
}

a.whitelink {
	color: #fff;
	text-decoration: none;	
}

a.whitelink:hover {
	text-decoration: underline;
	color: #fff;	
}

a.breadcrumb {
	text-decoration: none;
	color: #1F497D;
}

a.breadcrumb:hover {
	text-decoration: underline;
	color: #1F497D;
}

a.useful {
	text-decoration: none;
	color: #1F497D;
}

a.useful:hover {
	text-decoration: underline;
	color: #9FB8CC;
}
/*******************************************************************************/

.twoColFixLtHdr #sidebar1 {
	background: #9FB8CC;
	float: left; 
	width: 180px; 
	height: 240px;
	padding: 15px 10px 15px 20px;
}


/********* LEFT NAV STUDIES *******************************************************/


#sidebar1 ul {
    cursor: default;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 186px;
	font-weight: bold;
}
#sidebar1 ul li {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
	border-bottom: 1px solid #fff;	

}

#sidebar1 ul li a {
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-left: 5px;

}

#sidebar1 ul li a#selected {
	font-weight: bold;
	color: #1f497d;
	background: #fff;

}

a.selected {
	font-weight: bold;
	color: #1f497d;
	background: #fff;

}

.nav_study_a a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_study_a a:hover {
	font-weight: bold;
	color: #1f497d;
	background: #fff;
}

.nav_study_b a {
	color: #1f497d;
	text-decoration: none;	
	
}

.nav_study_b a:hover {
	font-weight: bold;
	color: #1f497d;
	background: #fff;
}

.nav_study_c a {
	color: #1f497d;
	text-decoration: none;	
	
}

.nav_study_c a:hover {
	font-weight: bold;
	color: #1f497d;
	background: #fff;
}

.nav_study_chimes a {
	color: #1f497d;
	text-decoration: none;	
	
}

.nav_study_chimes a:hover {
	font-weight: bold;
	color: #1f497d;
	background: #fff;
}

.imageright {
    float: right;
    margin-bottom: 15px;
    width: 270px;
    margin-left: 10px;
}

.sites_image {
    float: right;

    padding-bottom: 10px;
    padding-left: 10px;
    width: 260px;
}

/**** 3RD TIER STUDY NAV ***********************************************/

#sidebar1 ul.third {
    cursor: default;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 186px;
	font-weight: bold;
}
#sidebar1 ul.third li {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 20px;
    position: relative;
    text-align: left;
	border-bottom: none;	

}

#sidebar1 ul.third li a {
	display: block;
	height: 30px;
	padding-top: 0px;
	padding-left: 0px;

}

#sidebar1 ul.third li a#selected_third {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.nav_retrospective a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_retrospective a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.nav_neuro a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_neuro a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.nav_enduser a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_enduser a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.nav_quality a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_quality a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.nav_intervention a {
	color: #1f497d;
	text-decoration: none;	
}

.nav_intervention a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

/**************************************************/
.twoColFixLtHdr #homeContent { 
	background: #fff;
	margin: 0 0 0 0px; 
    padding: 20px 0 0 0px;
	font-size: 13px;

} 

#image_holder {
	float: left;

}


#latest_holder {
	float: right;
	margin-left: 20px;
	height: 350px;
}

.home_image_box {
	width: 410px;	
}

#study_logos {
	float: right;

}


#latest_holder .youtube {
	width: 270px;
	height: 275px;
	margin-top: 15px;
}

#latest_holder #quick_links {
	margin-top: 20px;
}


#latest_holder #title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

#latest_holder #latest_copy {
	padding-left: 15px;
	padding-right: 10px;
	color: #fff;
}

#news_holder 
{
    width: 300px;
    height: 100px;

}


.update_table 
{
    float: left;
    width: 480px;
	margin-top: 20px;
}
    
#recruit_table
{
    width: 480px;
	margin-bottom: 20px;
	background-color: #9FB8CC;
	color: #fff;
	font-weight: bold;

}    

.recruit_title
{
	padding: 5px;
}

.enceph_item 
{
	width: 225px;
    border-right: 2px solid #E2ECFC;
	border-left: 2px solid #E2ECFC;
	border-bottom: 2px solid #E2ECFC;
    color: #1F497D;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
	float: left;

}

.chimes_item 
{
	float: right;
	width: 229px;
    border-right: 2px solid #E2ECFC;
	border-bottom: 2px solid #E2ECFC;
    color: #1F497D;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#recruit_figure_enceph {
	float: left;
	width: 210px;
    font-weight: bold;
    text-align: center;
	background-color: #fff;
	color: #000;
	padding: 5px
}

#recruit_figure_chimes {
	float: right;
	width: 210px;
    font-weight: bold;
    text-align: center;
	background-color: #fff;
	color: #000;
	padding: 5px
}

.logo_bullet {
	padding-right: 5px;	
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; 
	padding: 10px 0 0 20px; 
	font-size: 13px;

} 

#mainContent #breadcrumbs {
	/*width: 450px;*/
	height: 30px;
	font-size: 10px;
}

ul.homepage {
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    line-height: 2em;
    list-style-position: outside;
    list-style-type: disc;
    margin: 10px;
    padding: 6px;
    text-decoration: none;
    text-indent: 5px;
    text-transform: none;	
}

ul.dashlist {
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    line-height: 2em;
    list-style-position: inside;
    list-style-type: circle;
    text-decoration: none;
    text-indent: 15px;
    text-transform: none;	
}

ol.quality {
    font-variant: normal;
    font-weight: normal;
    line-height: 2em;
    list-style-position: inside;
    list-style-type: decimal;
    text-decoration: none;
    text-indent: 5px;
    text-transform: none;
}

table.collaborators {
	border-collapse:collapse;

}

td {
	padding: 5px;
}

tr.header {
	background-color: #9FB8CC;	
	color: #fff;
	font-weight: bold;
}

tr.shaded {
	background-color: #E2ECFC;	
}

.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 12px; 
	color: #1f497d;
	font-weight: bold;
	border-top: 2px solid #9FB8CC;
} 


#footer #supporters_holder {
	/*width: 365px;*/
	float: right;

}

#footer #w3c {
	width: 300px;
	float:left;
	font-size: 10px;
}

a.legal {
	color: #1f497d;
	text-decoration: none;	
}

a.legal:hover {
	text-decoration: underline;
	color: #1f497d;	
}

.w3c_logo {
	padding-top: 10px;	
}

.supporters_logo {
	padding: 2px;	
}

ul.sitemap {
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    list-style-position: inside;
    list-style-type: disc;
    margin: 10px;
    padding: 6px;
    text-decoration: none;
    text-indent: 5px;
    text-transform: none;	
	line-height: 18px;
}

li.sitemap_sub {
	padding-left: 20px;	
	list-style-type: circle;
	list-style-position: inside;
}

li.sitemap_sub_third {
	padding-left: 40px;	
	list-style-type: none;
	list-style-position: inside;
}

.clrn_logo {
	padding: 2px;	
}


/** FORM STYLES ****************************************/

.button {
    border: 1px solid #9FB8CC;
    padding: 5px;
    background: #9FB8CC;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
}

.Warning
{
    color: #f00;
    font-weight: bold;
    font-size: 110%;
}

input.textEntry 
{
    width: 120px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 120px;
    border: 1px solid #ccc;
}
/************************************************/

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}