/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	background: white repeat;
	padding-right: 30px;
	padding-left: 30px;*/	
}


/* Header
----------------------------------------------- */

#header {
	margin: 0.0em auto;
	clear: both;
	width: 900px;
	height: 164px;
	background: #fff url(../images/structural/header_mask_scientists.jpg) bottom right no-repeat;
	padding: 0;
	}
	#header #topbar {

		width: 900px;
		height: 50px;
		background:  url(../images/structural/header_bg.gif) top left no-repeat;		
	}
	
	body.public #header {
		background: #fff url(../images/structural/header_mask_public.jpg) bottom right no-repeat;
	}
	body.clinicians #header {
		background: #fff url(../images/structural/header_mask_clinicians.jpg) bottom right no-repeat;
	}
	body.education #header {
		background: #fff url(../images/structural/header_mask_education.jpg) bottom right no-repeat;
	}


/* Structural
----------------------------------------------- */

#main {
	width: 898px;
	min-height: 540px;
	padding: 0;
	margin: 0;
	clear: both;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	/*background:  url(../images/structural/main_borders.gif) top left repeat-y;	*/
	}

#leftcol {
	width: 154px;
	max-width: 154px;
	overflow: hidden;
	float: left;
	margin: 0 1.5em 0 0 ;
	padding: 0 0 0 0;
	display: inline;
	z-index: 200;
}

#centrecol {
	max-width: 444px;
	width: auto !important;
	width: 444px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
	margin: 1.5em 1.5em 0 0 ;
	padding: 0 0 0 0;
	position: relative;
	display: inline;
	z-index: 0;
}

#rightcol {
	width: 223px;
	display: inline;
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 1.0em 0 0 !important;	
}

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	padding: 24px 0 0 0;
	margin: 0 auto;
	background: #fff url(../images/structural/main_bg.gif) top left no-repeat;
	}


/* Headings
----------------------------------------------- */

h1 {
	color: #2750b9;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0pt 0pt 6px 0;
	padding: 0;	
	}

h2 {
	color: #2750b9;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.1em 0 0.4em 0;
	padding: 0;	
	}

h3 {
	color: #2750b9;
	font-size: 1.3em;
	font-weight: normal;
	margin: 6px 0px 0px 0px;
padding-top: 6px !important;	
padding: 0;	
	}
	h3 a, h3 a:active, h3 a:link, h3 a:visited {
		color: #2750b9;
		font-weight: bold;
		text-decoration: none;
		font-size: 0.9em !important;
		}
		h3 a:hover {
			color: #777;
			text-decoration: underline;
		}	
	#centrecol h4 {
	color: #2750b9;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.1em 0 0.1em 0;
	padding: 0;
	}

h4 {
	color: #2750b9;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}
	.templatetable h4 {
		margin: 1.0em 0 0.4em 0;
	}
	#centrecol h5 {
		color: #606060;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0em 0 0.4em 0;
		padding: 0;
}
h5 {
	color: #2750b9;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}

/* Other text
----------------------------------------------- */

p {
	margin: 0 0 0.4em 0;
	line-height: 160%;
	}
	#centrecol p {
		margin: 1.3em 0 0.4em 0;
	}

p.right_align {
	text-align: right;
}

.smaller {
	font-size: 0.9em;
}

.smaller a {
	font-weight: normal;
}

.smaller.lighter {
	color: #aaa;
	}
	.smaller.lighter a {
		color: #aaa !important;
	}

.large {
	font-size: 1.3em;
	color: #888;
}

.align-left {
	margin-left: -2.5em !important;
}

div#rightcol p {
	padding: 5px 5px 0 10px;
}

ol li {
	margin: 4px 0;
}

div.quote {
	padding-top: 5px;
	background: url(../images/quote_bg.gif) top left no-repeat;
}

div.quote p {
	font-size: 1.2em;
	line-height: 1.1em;
	width: 200px;
	margin: 1.5em 0 0.8em 0;
	font-family: "tahoma",verdana,arial,sans-Serif;
	font-weight: bold;
	color: #fff;
	}

#footer p {
	font-size: 85%;
	color: #aaa;
	margin: 0.5em 0 0 1.0em;
	}


.right {
	float: right;
	clear: right;
	margin-right: 0.2em !important;
}

.top-space {
	margin-top: 1.8em !important;
}
	
.top-space-2 {
	margin-top: 2.0em !important;
}

.top-space-3 {
	margin-top: 3.0em !important;
}

.top-space-4 {
	margin-top: 4.0em !important;
}

.top-space-5 {
	margin-top: 5.0em !important;
}

.top-space-6 {
	margin-top: 6.0em !important;
}
		

/* Images
----------------------------------------------- */

img.logo {
	display: inline;
	float: left;
	padding: 0;
	margin: 0.2em 0 0 2.0em;
	width: 163px;
}


div#image {
	width: 497px;
	height: 312px;
	margin-bottom: 1.5em;
	background: url(../images/structural/homepage-image.jpg) top left no-repeat;
	}
	div#image p {
		padding: 262px 0pt 0pt 15px;
		line-height: 1.3em !important;
		width: 400px;
	}
	

	
/* Blocks
----------------------------------------------- */

.block-large {
	position: relative;
	background: url(../images/structural/box_large_bg.gif) top left no-repeat;
	padding: 6px 8px 0 15px;
	margin: 1.8em 0;
	width: 430px;
	z-index: 1;
	}
	#intro..block-large {
		margin-top: 0.5em !important;
	}

.block-small, #block-block-25, #block-block-15, #block-block-34, #block-block-39,  #block-block-41 {
	background: url(../images/structural/box_small_bg.gif) top left no-repeat;
	padding: 6px 8px 0 15px;
	margin: 1.8em 0;
	width: 210px;
}

div.form-item {
	margin-top: 0.5em;
}
	
p.lostpassword {
	font-size: 0.8em;
	float: right;
	}
	p.lostpassword a {
		color: #ddd;
	}

div.loginbutton {
	float: right;
	margin: 0.5em 1.9em 0 0;
}

label.password {
	margin-right: 0.1em;
}
	

/* Header section
----------------------------------------------- */	

#block-menu-231 ul, ul#top-nav {
	display: inline;
	float: right;
	color: #fff !important;
	font-size: 85% !important;
	margin: 0.9em;
	}
	#block-menu-231 ul li, ul#top-nav li {
		list-style: none;
		margin: 0 0.7em 0 0;
		width: 230px;
		position: relative;
		display: inline;
		color: #fff !important;	
		}
		#block-menu-231 ul li a, ul#top-nav li a {
			color: #fff !important;	
		}
	
.link-print	{
	padding-left: 15px;
	background: url(../images/structural/icon_print.gif) center left no-repeat;	
}

.link-syndicate	{
	margin-left: 0.3em !important;
	padding-left: 16px;
	background: url(../images/structural/icon_rss.gif) center left no-repeat;	
}

#header li.sitemap	{
	padding-left: 19px;
	background: url(../images/icons/icon_sitemap.gif) center left no-repeat;	
}
		
.text-smaller {
	font-size: 85%;
	color: #aaa;
	}
	a.text-smaller {
		color: #aaa;
	}

.text-larger {
	font-size: 110%;
}

form#search-block-form {
	width: 180px;
	display: inline;
	float: right;
	margin: 0.3em 0 0 0em; 
    background:transparent none repeat scroll 0 0;
	padding: 0;
}


form#search-block-form .searchbox {
	display: inline;
 	float: left;
	height: 16px;
	background: #fff url(../images/structural/search_bg.gif) top left no-repeat;
	border: 0;
	padding-left: 22px;
	font-size: 85%;
	margin-bottom: 0.6em;
}

form#search-block-form .searchbutton {
    	display: inline;
    	float: left;
	padding:  0 0 0 0 !important;
	width: 24px;	
	height: 18px;
}


/* Footer Section
----------------------------------------------- */

#footer:hover p {
	color: #777 !important;
}
#footer:hover a {
	color: #2750B9 !important;
}

#footer a {
	color: #aaa;
}
#footer .copyright {
	display: inline;
	float: left;
}	
#block-menu-236 ul.menu {
	display: inline;
	float: right;
	width: 260px;
	margin: 0.6em 0 0 0;
	list-style-type: none;
	}
	#block-menu-236 ul.menu li {
		display: inline; 
		float: left;
		padding: 0 7px;
		font-size: 80%;
		border-left: 1px solid #ddd;
		}
		#block-menu-236 ul.menu li:first-child {
			border-left: 0px;
		}
		

/* Audience navigation
----------------------------------------------- */

#audience {
	width: 900px;
	height: 30px;
	background: url(../images/structural/audience_bg.gif) top left no-repeat;
	margin: 0 0 0 0;
}

#block-block-19, #audience p {
	margin: 0;
	padding: 0;
}


#audience ul {
	display: inline;
	float: left;
	color: #fff !important;
	margin: 0.7em 0 0 1.8em !important;
	padding: 0 !important;
	font-size: 90% !important;
	}
	#audience ul li {
		list-style: none;
		margin: 0 0.7em 0 0;
		width: 230px;
		position: relative;
		display: inline;
		color: #fff !important;	
		}
		#audience li a {
			color: #fff !important;	
		}
		
	#audience ul li.divider {
		color: #6f90c1 !important;
	}
	#audience ul li.active {
		padding-bottom: 13px;
		background: url(../images/structural/nav_on.gif) bottom center no-repeat;
	}

#audience a {
	color: #fff !important;	
}		
		
span#help {
	display: inline;
	float: left;
	margin: 0.7em 0 0 0.4em;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 100;
}		

/* Tooltip styles */

a.tooltip {color:#777;}
a.tooltip span {display:none;}
a.tooltip:hover {cursor: help; border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover span {display:block; font-size: 90%; position:absolute; top:18px; left:5px; padding:3px 7px 5px 5px; font-weight:normal; color:#777; background: url(../images/structural/help_bg.png) top left no-repeat; width:210px; height:98px;}
a.tooltip:hover span b {display: block; font-weight: bold; margin: 0.3em 0;}
/*a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(../images/structural/tooltip.gif) 0 0; display:block; font-size:1px;}*/
		
.members-login {
	display: inline;
	float: right;
	width: 136px;
	font-size: 90% !important;
	margin: 0.7em 1.3em 0 0;
	color: #fff !important;
	text-align: right;
}



/* What's New section
----------------------------------------------- */

ul#newslist {
	margin: 0em 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
	width: 410px;
	}
	ul#newslist li {
		list-style: none;
		margin: 0;
		padding: 3px 0 8px 12px;
		background:  url(../images/structural/icon_news.gif) top left no-repeat;
		border-bottom: 1px dashed #e5e5e5;
		}
		ul#newslist li:hover {
			background: #f6f6f6 url(../images/structural/icon_news.gif) top left no-repeat;
		}
		ul#newslist li a {
			display: block;
			color: #555;
			text-decoration: none;
		}
		ul#newslist li .quoted {
			font-style: italic;
		}
		ul#newslist li .link {
			text-decoration: underline;
			color: #2750B9 !important;
			}
			ul#newslist li .link:hover {
				text-decoration: none;
			}
	

p.meeting {
	width: 380px;
	background: #FEFBBC url(../images/structural/icon_meeting.gif) center left no-repeat;	
	padding: 6px 4px 6px 29px;
	font-size: 100%;
	line-height: 1.4em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;	
	}
	p.meeting a {
		display: block;
		color: #555 !important;
		text-decoration: none;
	}
	p.meeting span.link {
		text-decoration: underline;
		color: #2750B9 !important;
		}
		p.meeting span.link:hover {
			text-decoration: none;
		}

p.news-filter {
	font-size: 80%;
	width: 60px !important;
	display: inline;
	float: left;
	margin: 0 0 0.4em !important;
}


/* Right-hand column
----------------------------------------------- */

#photo {
	margin: 1.8em 0 -0.3em 0;
	width: 220px;
	overflow: hidden;
	}
	#photo .photo {
		padding: 0 !important;
		margin: 0 !important;
		position: relative;
		}
		
		#photo .photo span {
			position: absolute;
			display: block;
			width: 220px;
		}
		
		#photo .content {
			max-height: 161px;
			height: auto !important;
			height: 161px;
			overflow: hidden;
			}
			#photo .content img {
				width: 264px;
			}
		

#photo .photo-description {
	height: 32px;
	padding: 6px 3px 4px 10px;
	margin: 0 !important;
	background: url(../images/structural/photo_footer.gif) top left no-repeat;
	color: #fff !important;
	font-size: 85%;
	}
	#photo .photo-description a {
        background: url(../images/structural/enlarge.gif) center left no-repeat !important;
        padding-left: 17px;
        padding-bottom: 6px;
        color: #fff;
	}


#popular ul, #block-block-25 ul, #block-block-15 ul, #block-block-36 ul, #block-block-34 ul, #block-block-41 ul {
	margin: 0 0 0 0;
	padding: 0;
	}
	#popular ul li, #block-block-25 ul li, #block-block-15 ul li, #block-block-36 ul li, #block-block-34 ul li, #block-block-41 ul li {
		list-style: none;
		padding: 4px 3px 4px 10px;
		background: url(../images/structural/icon_bullet.gif) top left no-repeat;		
	}
	#block-block-15 .external-links p {
		padding: 15px 5px 0 0;
	}
	
	#block-block-15 .external-links ul {
		margin-top: 0.2em;
	}


#member h4 {
	margin: 0.2em 0 0.4em 0;
	}
	#member h4 a {
		text-decoration: none;
		}
		#member h4 a:hover {
			text-decoration: underline;
		}	

.member-snippet {
	display: inline;
	float: left;
	width: 50%;
}

/*body.home .member-snippet {
	display: inline;
	float: left;
	width: 55%;
	margin-top: -1.4em;
}*/

table.templatetable .member-snippet {
	width: 300px;
}

/*body.home .member-snippet:after {
	content: "...";
}*/

#member img {
	display: inline;
	float: left;
	width: 80px;
	margin: 0.3em 0.8em 0 0;
}
	
#member p {
	/*height: 90px;*/
	padding: 0 !important;
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
	
#member .member-image {
	display: inline;
	margin-right: 1.0em;
	}
	#member .member-image img {
		border: 1px solid #2750B9;
	}
	
#member .link-profile {
	float: left;
	margin: 0em 1.1em 0 0;
	font-size: 85% !important;
}

.field-field-member-introduction, .field-field-phone-number, .field-field-email-address {
	margin-bottom: 1.0em;
}

.field-field-member-introduction .field-item {
	font-weight: bold;
}

.field-field-phone-number .field-label, .field-field-email-address .field-label, .field-field-address .field-label {
	font-weight: bold;
}

.field-field-address .field-item {
	width: 310px;
	}
	.field-field-address .field-item p {
		margin-top: 0 !important;
	}

.field-field-member-photo {
	float: right;
	display: inline;
	width: 122px;
	overflow: hidden;
	}
	.field-field-member-photo img {
		border: 0 !important;
	}
	
	.field-field-member-photo .field-label {
		display: none;
	}
	.field-field-member-photo .field-item {
		border: 1px solid #2750B9;
		display: block;
		float: right;
		height: 150px;
		width: 120px;
		overflow: hidden;
	}

.imagefield-edit-preview img {
	border: 1px solid #2750B9;
}

.field-field-position {
	display: inline;
	float: right;
	clear: right;
	margin: 0.3em 0 0 0;
	text-align: center;
	width: 125px;	
	font-size: 0.9em;
}

.imagefield-edit-image-row .form-text {
	width: 200px
}

.imagefield-edit-image-row .form-file {
	width: 200px
}


/* Meetings content */

.field-field-meeting-date, .field-field-meeting-location {
	display: block;
	margin: 0.6em 0.2em 0.6em 0;
	}
.field-field-meeting-date .field-label, .field-field-meeting-location .field-label {
	font-weight: bold;
}
	.field-field-meeting-location {
		margin-bottom: 1.0em;
	}
	

.field-field-meeting-photo {
	display: block;	
	float: right;
}
	
.field-field-meeting-photo .field-label {
	display: none;
}


.meeting-details {
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	margin-bottom: -3.8em;
	width: 160px;
	z-index: 2;
	position: relative;
	padding: 0 !important;
	}
	.meeting-details span {
		display: block;
		color: #fff;
		padding: 3px 0 0 11px !important;
		line-height: 1.3em;
	}
	
h3.meeting {
	margin-bottom: 1.5em;
}

.meeting-image {
	position: relative;
	z-index: 1;
	width: 181px;
	padding: 0 !important;
	margin:0;
	border: 1px solid #2750B9;
}

.meeting-description {
	height: 32px;
	padding: 6px 0px !important;
	margin: 0 !important;
	background: url(../images/structural/meeting_footer.gif) top left no-repeat;
	color: #fff !important;
	font-size: 75%;
	line-height: 1.3em;
	text-align: center;
	width: 183px;
	}
	.meeting-description a {
		color: #fff !important;
		text-decoration: none;
		}
		.meeting-description a:hover {
			color: #fff;
			text-decoration: underline;
		}
	

#block-block-27 {
	margin: 2.0em 0 2.0em 1.0em !important;
}

	
/* Jobs content */

.field-field-application-deadline, .field-field-job-location, field-field-job-salary {
	display: block;
	margin: 0.6em 0.2em 0.6em 0;
	}
.field-field-application-deadline .field-label, .field-field-job-location .field-label, .field-field-job-salary .field-label {
	font-weight: bold;
}
	.field-field-job-salary {
		margin-bottom: 1.0em;
	}

	
/* News Archive */

body.newsarchive .node {
	border-bottom: 1px dashed #ccc;
	margin: 1.7em 0pt;
	padding-bottom: 4px;
}

.archive-link {
	display: inline;
	float: left;
	border-left: 1px solid #ccc;
   padding-left: 9px;
   font-size: 80% !important;
   margin: 0 !important;
}


/* Members directory  */

.view-content-Members-Directory table tr.even {
	background: #f0f0f0;
}

.view-content-Members-Directory table tr:hover {
	background: #FFF7B8;
}

.view-content-Members-Directory table td {
	padding: 5px 2px;
}

.view-content-Members-Directory-Public table tr.even {
	background: #f0f0f0;
}

.view-content-Members-Directory-Public table tr:hover {
	background: #FFEFBF;
}

.view-content-Members-Directory-Public table td {
	padding: 5px 2px;
}

.view-content-Members-Directory-Clinicians table tr.even {
	background: #f0f0f0;
}

.view-content-Members-Directory-Clinicians table tr:hover {
	background: #FFEFBF;
}

.view-content-Members-Directory-Clinicians table td {
	padding: 5px 2px;
}

.view-content-Members-Directory-Education table tr.even {
	background: #f0f0f0;
}

.view-content-Members-Directory-Education table tr:hover {
	background: #FFEFBF;
}

.view-content-Members-Directory-Education table td {
	padding: 5px 2px;
}

th.view-field-node-title, td.view-field-node-title {
	width: 120px;
	font-size: 0.9em;
}

th.view-field-node-data-field-email-address-field-email-address-value, td.view-field-node-data-field-email-address-field-email-address-value {
	width: 210px;
	font-size: 0.9em;
}

th.view-field-node-data-field-phone-number-field-phone-number-value, td.view-field-node-data-field-phone-number-field-phone-number-value {
	width: 140px;
	font-size: 0.9em;
}

/* Members Photo Matrix */

.view-grid, table.view-grid-Members_Photo_Matrix, .table.view-grid-Members_Photo_Matrix tbody, .view-content-Members-Photo-Matrix,
, table.view-grid-Members_Photo_Matrix_Public, .table.view-grid-Members_Photo_Matrix_Public tbody, .view-content-Members-Photo-Matrix_Public,
table.view-grid-Members_Photo_Matrix_Education, .table.view-grid-Members_Photo_Matrix_Education tbody, .view-content-Members-Photo-Matrix_Education,
, table.view-grid-Members_Photo_Matrix_Clinicians, .table.view-grid-Members_Photo_Matrix_Clinicians tbody, .view-content-Members-Photo-Matrix_Clinicians {
	width: 50% !important;
}

td.view-grid-item {
	width: 122px;
	overflow: hidden;
	font-size: 0.8em;
}

.view-data-node_data_field_member_photo_field_member_photo_fid {	
	border: 1px solid #2750B9;
	overflow: hidden;
}

div.view-item-Members_Photo_Matrix, div.view-item-Members_Photo_Matrix_Public,
div.view-item-Members_Photo_Matrix_Education, div.view-item-Members_Photo_Matrix_Clinicians {
	height: 250px;	
	width: 124px;
	margin-right: 3.0em;
}

div.view-item-Members_Photo_Matrix .view-data-node_title, div.view-item-Members_Photo_Matrix_Public .view-data-node_title,
div.view-item-Members_Photo_Matrix_Clinicians .view-data-node_title, div.view-item-Members_Photo_Matrix_Education .view-data-node_title {
	text-align: center;
	margin-bottom: 0.8em;
	height: 20px;
	vertical-align: baseline;
	}
	div.view-item-Members_Photo_Matrix .view-data-node_title a, div.view-item-Members_Photo_Matrix_Public .view-data-node_title a,
	div.view-item-Members_Photo_Matrix_Education .view-data-node_title a, div.view-item-Members_Photo_Matrix_Clinicians .view-data-node_title a {
		font-weight: bold;
		vertical-align: baseline;
	}
	

.view-data-node_data_field_position_field_position_value {
	text-align: center;
	margin-top: 0.2em;
}


/* Featured Content block  */

.featured-details {
	font-size: 85%;
	/*margin-bottom: -3.6em;*/
	width: 183px;
	z-index: 2;
	position: relative;
	padding: 0 !important;
	}
	.featured-details span {
		position: absolute;
		display: block;
		color: #fff;
		padding: 7px 0 0 5px !important;
		line-height: 1.1em;
	}
	
h3.featured {
	margin-bottom: 0.5em;
}

.featured-image {
	position: relative;
	z-index: 1;
	width: 181px;
	height: 140px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0.9em 0 0 0;
	border: 1px solid #2750B9;
}

.featured-description {
	height: 32px;
	padding: 6px 0px !important;
	margin: 0 !important;
	background: url(../images/structural/meeting_footer.gif) top left no-repeat;
	color: #fff !important;
	font-size: 75%;
	line-height: 1.3em;
	text-align: center;
	width: 183px;
	}
	.featured-description a {
		color: #fff !important;
		text-decoration: none;
		}
		.featured-description a:hover {
			color: #fff;
			text-decoration: underline;
		}