/**
* WCMC guts Specific Stylesheet
*/



/*----------------------------------------------------------------
  PHONE AND EMAILS DIRECTORY 
-----------------------------------------------------------------*/		

.instructions_text {
	font-size:15px;
	color:#393939;
}
.phone_directory {
	width:300px;
	height:25px;
	margin:8px 8px 15px 8px;
	border:1px solid #ffffff;
	font-size:18px;
	padding:3px 0px 0px 5px;
	float:left;
}
.form_width {
	margin-top:8px;
	width:400px;
	background-color:#9d9fa6;
	height:44px;
	#height:46px;
}
.input-go {
	border:medium none;
	margin:6px -10px;
}
.disclaimer_txt {
	margin-top:15px;
}
#top_space {
	margin-top:15px;
}

.email_and_phone_directory table {
	border-collapse: collapse;
	border:0 solid white;
}

		.email_and_phone_directory table tr {
			border-collapse: collapse;
			border:0 none;
		}
		.email_and_phone_directory table tr td table tr td {
			border-bottom:1px solid #fafbf5;
			border-collapse: collapse;
		}
		.email_and_phone_directory table tr td table tr td:first-child {
			border-bottom:1px solid #fafbf5;
			border-collapse: collapse;
		}
		.email_and_phone_directory table tr td table tr td:last-of-type {
			border-bottom:1px solid #fafbf5;
			border-collapse: collapse;
		}  

	
.email_and_phone_directory .g-bold {
	font-weight:bold;
	padding:5px 0 5px 0;
}
.email_and_phone_directory table{
	margin-bottom:20px;

}
.email_and_phone_directory tr{
	margin-left:20px;
	border:#cfcece 1px solid;
}
.email_and_phone_directory table tr td table tr td {
	 padding-left:8px;
}
.email_and_phone_directory {
}



/*----------------------------------------------------------------
  ALUMNI
-----------------------------------------------------------------*/		

.alumni_image {
	border:solid 1px #cfcece;
	margin-bottom:20px;
}
.left_column_list,.right_column_list {
	float:left;
	width:210px;
	margin-bottom:15px;
}
.column_right {
	float:right;
	width:209px;
	margin-left:20px;
}
#follow_us_on,#upcoming_events {
	margin-bottom:30px;
	float:left;
}
#follow_us_on h4,#upcoming_events h4,#reunion h4 {
	border-bottom:1px solid #CFCECE;
	margin-bottom:10px;
}
.image_align {
	float:left;
	margin-right:5px;
	
}
#facebook_div,#twitter_div {
	float:left;
	width:100px;
	font-weight:bold;
	margin:0 0 20px 8px;
}
#facebook_div span,#twitter_div span{
	display:block;
	padding-top:6px;
	float:left;
	color:#393939;
}
#reunion {
	float:left;
}
.anniversary_table tr td,.anniversary_table tr th{
	width:40px;
}
.alumni_council_lists {
	margin: 0 0 15px 0;
}
	
.alumni_council_lists li {
	list-style-type:disc;
	margin:0 0 10px 20px;
}
.g-red {
	color:#a12924;
}

/* Reunion page */

body.reunion table {
	margin-bottom: 20px;
	}

/* ------------------------------------------------
	Styles for Alumni Association Images
------------------------------------------------ */		
#alumni_image_left {
	float:left;
	margin:0 15px 15px 0;
}			

#alumni_image_right {
	float:left; 
	margin:0 10px 15px 10px;
}

.alumni_logo_image {
	float: left;
	margin:0 315px 10px 0;
}

#alumni_legacygift {
	display: block;
	width: 663px;
	height: 59px;
	margin-bottom: 10px;
	background: url(http://weill.cornell.edu/static/images/content/alumni/graduatingstudents.jpg) 0 -60px no-repeat;
}

#alumni_legacygift:hover {
	background-position: 0 0;
}

#alumni_legacygift span {
	display: none;
}


/*----------------------------------------------------------------
  PHOTO GALLERY
-----------------------------------------------------------------*/		

body#gallery {
	background-color: #000000;
}

.photo_gallery_column {
	width:310px;
}

.photo_gallery_column a {
	margin-bottom:40px;
}

.photo_gallery_column a img {
	margin-bottom:20px;
	display:block;
}

#back_to_top {
	float:left;
	width:100%;
}

.galleria {
	list-style:none;
	width:200px
}
.galleria li {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 15px 15px 0
}

.galleria li a {
	display:none
}

.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}

.galleria li div img {
	cursor:pointer
}

.galleria li.active div img,.galleria li.active div {
	display:block;
}

.galleria li.active {
	border:3px double #848484;
}

.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}

.galleria li .caption {
	display:block;
	padding-top:.5em
}

* html .galleria li div span {
	width:400px
} /* MSIE bug */

* {
		margin:0;
		padding:0
	}
	
	.caption {
		font-style:italic;
		color:#887;
	}
		
	.demo {
		margin-top:10px;
		width:100%;
	}
	
	.demo_content {
		/*padding: 30px; Removed for use in modal -JF */
		background-color:#000000;
		width:520px;
		margin:auto;
	}
	
	.demo_content li img {
		display: none;
	}
	
	.demo h1 {
		color:#ffffff;
	}
	
	.gallery_demo {
		width:520px;
		margin:0 auto;
	}
	
	.gallery_demo li {
		width:68px;
		height:50px;
		border:3px double #111;
		margin: 0 5px 8px;
		background:#000;
	}
	
	.gallery_demo li div {
		left:240px
	}
	
	.gallery_demo li div .caption {
		font:italic 0.7em/1.4 georgia,serif;
	}
	
	#main_image {
		margin:20px auto 20px auto; 
		width:520px;
		height: 333px;
	}
	
	#main_image img {
		margin-bottom:10px;
		height: 333px;
	}
	
	.nav {
		padding-top:15px;
		clear:both;
		letter-spacing:3px;
		text-transform:uppercase;
		font-family: Helvetica, Arial, The Sans;
	}
	

	.nav a:hover {
		color:#ffffff;
		text-decoration:none;
	}



/*----------------------------------------------------------------
  FACULTY 
-----------------------------------------------------------------*/		

.search_listing_by_name {
	font-size:15px;
	border-bottom:1px solid #d6d4cd;
	padding-bottom:10px;

}
	.search_listing_by_name input {
		width:537px;
		background:#f8f8f8;
		border:1px solid #bcbcbc;
		font-size:17px;
		padding:2px 4px;
	}
	
.alphabetical_listing {
	background: url(../images/content/content_title_gradient.gif) repeat-x;
	font-size:15px;
	height:30px;
	padding-top:13px;
	width:100%;
	margin-bottom: 15px;
	float: left;
}

	.alphabetical_listing a {
		font-weight:bold;
		padding:2px 1px;
	}

	.alphabetical_listing a.active {
		background-color: #A12929;
		color: #fff;
		text-decoration: none;
	}
		
.faculty_list {
	margin: 25px 0;
}

	#content .faculty_list ul {
		margin: 0;
		padding: 0;
	}
					
	.faculty_list ul .letter {
		margin-bottom: 10px;
	}

	.faculty_list ul .row {
		margin-bottom: 25px;
	}

	.faculty_list span {
		display: block
	}

	.faculty_list .letter {
		font-size: 20px;
	}

	.faculty_list .name {
		color: #ba9244;
		font-size: 14px;
	}

	.faculty_list .match {
		display: block;
	}

	.faculty_list .no_match {
		display: none;
	}



/*----------------------------------------------------------------
  HUMAN RESOURCES (HR) 
-----------------------------------------------------------------*/		


div.main-section-photo {
	margin-bottom: 30px;
}

#content div.human_resources a {
	background: url(/static/images/content/hr_cover_apply_online_bt.jpg) no-repeat 0px 0px;
	width:176px;
	height:31px;
	position: relative; 
	top: 248px; 
	left: 145px;
 	display: block;
}

#content div.human_resources a:hover {
	background: url(/static/images/content/hr_cover_apply_online_bt.jpg) no-repeat 0px -31px;
	width:176px;
	height:31px;
}



/*----------------------------------------------------------------
  SITEMAP INCLUDE STYLES REMOVED FOR FOOTER HOVER SCREEN 
-----------------------------------------------------------------*/

div.global_search_internal {
	margin:0px;
	padding:1px;
	width:277px;
	height:18px;
	border:1px solid #cfcece;
}

div.global_search_internal input.search_field {
	background-color:#FFFFFF;
	background-image:url(../images/header/header_search_search.gif);
	background-position:-2px 1px;
	background-repeat:no-repeat;
	border:medium none;
	height:16px;
	padding:2px 0 0 2px;
	width:225px;
	float:left;
}

div.global_search_internal input.submit {
	background:transparent url(../images/header/header_search_go.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:18px;
	width:41px;
	float:right;
}	




/*----------------------------------------------------------------
  About Us - Members Page
-----------------------------------------------------------------*/		


.members .col_list {
	width: 310px;
	#width:300px;
	}

/*----------------------------------------------------------------
  About Us - Committees Page
-----------------------------------------------------------------*/		


.committees .col_list {
	width: 310px;
	_width: 300px;
	}

/*----------------------------------------------------------------
  Feature Stories
-----------------------------------------------------------------*/		

body.featured {
/*	background-color: red;*/
	}
	
	body.featured p {
		font: 14px Georgia, Times New Roman, Serif;
		line-height: 1.5em;
		color: #1C0E01;
		}
	
	
		body.featured p.intro_paragraph {
			font: 18px Trebuchet MS, Trebuchet, Helvetica, Arial, Sans-serif;
			line-height: 1.4em;
			color: #A8A599;
			}


div.feature_article_wrapper {
/*	background-color: yellow;*/
	}

	
div.col_one {
/*	background-color: red;*/
	}
	
	
		div.col_one p {
			width: 395px;
			margin-right: 30px;
			float: left;
			clear: left;
/*			background-color: gray;*/
			padding-left: 60px;
			}


div.col_two {
/*	background-color: orange;*/
	}

			
		div.col_two p {
/*			background-color: pink;*/
			padding-right: 60px;
			margin-left: 15px;
			}				
		
		.flushright {
			width: 395px;
			clear: left;
			float: left;
			margin-right: 15px;
			_margin-right: -50px;
			padding-right: 75px;
			}
			
			.flushright img {
				float: left;
				margin: 10px 0 10px 0;
				}

		.flushleft {
			width: 395px;
			clear: left;
			float: left;
			padding-left: 60px;
			margin: 20px 0 10px 0;
			margin-right: 90px;
			_margin-right: 0;
			_margin-right: 15px;
			}

			.quotatious	{
/*				background-color: green;*/
				position: relative;
				float: right;
				}
			
			.feature-photo-margin {
				margin: 5px 0 10px 0;
				}
					
	.dropcap {
		float: left;
		margin-top: 5px;
		}			
					


/*----------------------------------------------------------------
  Feature Stories - Mighty Mice
-----------------------------------------------------------------*/							
					
			
	.mighty-mice .feature_article_wrapper {
		margin-top: 20px;
		height: 100%;
		}
	
			.mighty-mice h1 {
				font-size: 72px;
				margin-bottom: 30px;
				}
			
			.mighty-mice h2 {
				font-size: 28px;
				line-height: 30px;
				}
			
			.mighty-mice .dropcap {
				margin-right: 5px;
				}
		
			.mighty-mice div.col_one {
				width: 470px;
				float: left;
				}
			
				.mighty-mice div.col_two img {
					float: right;
					}
					
				.col_one {
				margin-bottom: 50px;
				_margin-bottom: 180px;
				}

			
			
/*----------------------------------------------------------------
Feature Stories - Blood Ready
-----------------------------------------------------------------*/					
			
			
	.blood-ready .feature_article_wrapper {
		margin-top: 20px;
		}
		
		.blood-ready h1 {
			font-size: 72px;
			margin-top: 20px;
			margin-bottom: 10px;
			}
		
			.blood-ready div.col_one {
				float: left;
				width: 470px;
				}
				
				.blood-ready div.col_one p {

					}
					
				.blood-ready div.col_two p {
					display: inline;
					padding-right: -160px;
					}
			
				.blood-ready .flushleft {
					width: 680px;
					clear: left;
					float: left;
					padding-left: 0;
					margin: 20px 0 10px 0;
					}
					
				.col_one {
					margin-bottom: 100px;
					_margin-bottom: 350px;
					}
					
				.bloodready-colone img {
					float: left; 
					clear: left; 
					margin: 0 20px 10px 0;
					}
				
				.bloodready-coltwo img {
					margin-bottom: 10px;
					}
					

/*----------------------------------------------------------------
Feature Stories - Haiti
-----------------------------------------------------------------*/		
	.haiti_col_one {
			width: 485px;
			margin-left: 60px;
			_margin-left: 30px;
			float: left;
			}
			
		.haiti_col_two {
			width: 360px;
			margin-left: 15px;
			float: left;
			}
			
				.haiti_col_two img {
					margin-bottom: 20px;
					}
					
				.haiti_col_two img.sperm-photo {
					margin-left: 20px;
					}
					
				.dropcap {
					margin-right: 5px;
					}
									
/*----------------------------------------------------------------
Feature Stories - Missed Conception
-----------------------------------------------------------------*/		
	.missed_conception_col_one {
			width: 485px;
			margin-left: 60px;
			_margin-left: 30px;
			float: left;
			}
			
		.missed_conception_col_two {
			width: 360px;
			height: 800px;
			margin-left: 15px;
			float: left;
			border-left: 1px solid #A8A599;
			}
			
				.missed_conception_col_two img {
					margin-bottom: 20px;
					}
					
				.missed_conception_col_two img.sperm-photo {
					margin-left: 20px;
					}
					
				.dropcap {
					margin-right: 5px;
					}

/*----------------------------------------------------------------
Feature Stories - Seeking to Reduce Arthritis After ACL Reconstruction
-----------------------------------------------------------------*/	
		.acl-reconstruction h1 {
			font: 58px Trebuchet MS, Trebuchet, Sans-serif;
			line-height: .9em;
			margin-bottom: 15px;
			color: #A46E07;
			margin-left: 60px;
			}
		
		.acl_col_one {
			width: 425px;
			margin-left: 60px;
			_margin-left: 40px;
			float: left;
			}
			
		.acl_col_two {
			width: 425px;
			float: left;
			margin-left: 20px;
			_margin-left: 15px;
			}
			
/*----------------------------------------------------------------
Feature Stories - Seed Soil
-----------------------------------------------------------------*/	
		.seed_soil_title {
			margin: 0px 0 15px 200px;
			padding-left: 15px;
			border-left: 1px solid #A8A599;
			}
		
		.seed_soil_col_one {
			width: 360px;
			float: left;
			padding-left: 15px;
			margin: 20px 15px 0 200px;
			_margin-left: 100px;
			border-left: 1px solid #A8A599;
			}
		.seed_soil_col_two {
			width: 375px;
			float: left;
			margin-top: 20px;
			}

/*----------------------------------------------------------------
Feature Stories - Worth a Pound of Cure
-----------------------------------------------------------------*/	
		.pound-cure h1 {
			font: 60px Trebuchet MS, Trebuchet, Sans-serif;
			margin-bottom: 20px;
			}
			
		.pound-cure h2 {
			font-size: 24px;
			text-transform: none;
			}
			
		.pound-cure h3 {
			font: 18px Trebuchet MS, Trebuchet, Sans-serif;
			text-transform: none;
			color: #A46E07;
			margin-bottom: 0px;
			}
			
		.pound-cure h4 {
			font: 14px Trebuchet MS, Trebuchet, Sans-serif;
			color: #A46E07;
			margin-bottom: 20px;
			}
		
		.pound_cure_introparagraph {
			font-size: 18px;
			line-height: 1.25em;
			}
			
		.pound_cure_featurephoto {
			margin-top: -20px;
			margin-bottom: 20px;
			}
		
		.pound_cure_leftcolphoto {
			float: left;
			padding-left: -120px;
			margin-left: -60px;
			_margin-left: 0px;
			}
			
		.pound_cure_rightpullquote {
			margin-right: -80px;
			}
		
		.pound_cure_title {
			margin: 0px 0 15px 200px;
			padding-left: 15px;
			border-left: 1px solid #A8A599;
			}
		
		.pound_cure_col_one {
			width: 360px;
			float: left;
			margin-left: 60px;
			_margin-left: 0px;
			}
		.pound_cure_col_two {
			width: 375px;
			float: left;
			margin: 20px 0 0 20px;
			
			}
			
/*----------------------------------------------------------------
Feature Stories - Sticky Problem
-----------------------------------------------------------------*/	
	.sticky_problem h1 {
		font-size:60px;
		width:450px;
		float:left;
	}
	.sticky_problem .subhead {
		padding-top:10px;
		font-size:28px;
		color:#a36d06;
	}
	
	.sticky_problem_col_one {
		width:485px;
		float:left;
	}
	.sticky_problem_col_two {
		float:right;
		width:480px;
	}
	.sticky_problem_col_one p{
			width: 395px;
			margin-right: 30px;
			float: left;
			clear: left;
/*			background-color: gray;*/
			padding-left: 60px;
	}
	
	.sticky_problem_col_two p {
/*			background-color: pink;*/
			padding-right: 60px;
	}	
	
	.sticky_problem_image {
		margin-bottom:30px;
	}
	
	.sticky_problem_leftphoto {
		float:left;
		padding-left: -120px;
		margin-left: -60px;
		margin-right:15px;
		 _margin-left: 0px;
		
	}
	
	.sticky_problem_rightpullquote {
			margin-right: -40px;
			float:right;
	}
	
/*----------------------------------------------------------------
Feature Stories - Colonoscopy
-----------------------------------------------------------------*/	
	.colonoscopy h1 {
		font-size: 55px;
		width: 825px;
		line-height: 60px;
	}
	
	.colonoscopy #watch_video {
		line-height: 42px;
		color: #342206;
		font: 40px Trebuchet MS, Trebuchet, Sans-serif;
	}
	
	.colonoscopy #subhead {
		font-size: 30px;
		color: #a36d06;
	}

	.colonoscopy .colonoscopy_col_one {
		width: 535px;
		float: left;
	}
	
	.colonoscopy .colonoscopy_col_two {
		width: 400px;
		float: right;
		position: relative;
		top: -80px;
	}
	
/*----------------------------------------------------------------
Feature Stories - Common Cause
-----------------------------------------------------------------*/		
	
	.common_cause h1 {
		font-size: 72px;
		width: 970px;
		line-height: 82px;
	}
	
	.common_cause h2 {
			font-size: 24px;
			text-transform: none;
			}
			
		.common_cause h3 {
			font: 18px Trebuchet MS, Trebuchet, Sans-serif;
			text-transform: none;
			color: #A46E07;
			margin-bottom: 0px;
			}
			
		.common_cause h4 {
			font: 14px Trebuchet MS, Trebuchet, Sans-serif;
			color: #A46E07;
			margin-bottom: 20px;
			}
		
		.common_cause_introparagraph {
			font-size: 18px;
			line-height: 1.25em;
			}
			
		.common_cause_featurephoto {
			margin-top: -20px;
			margin-bottom: 20px;
			}
		
		.common_cause_leftcolphoto {
			float: left;
			padding-left: -120px;
			margin-left: -60px;
			_margin-left: 0px;
			}
			
		.common_cause_rightpullquote {
			margin-right: -80px;
			}
		
		.common_cause_title {
			margin: 0px 0 15px 200px;
			padding-left: 15px;
			border-left: 1px solid #A8A599;
			}
		
		.common_cause_col_one {
			width: 360px;
			float: left;
			margin-left: 60px;
			_margin-left: 0px;
			}
			
		.common_cause_col_two {
			width: 375px;
			float: left;
			margin: 20px 0 0 20px;
			
			}
			
		#caption {
			font-size: 12px;
			line-height: 16px;
		}
	
	
/* ------------------------------------------------
Styles for Google Maps and Custom Directions
------------------------------------------------ */

#map_canvas {
	width:100%; 
	height:349px;
	margin-bottom:15px;
	background:transparent url(../images/content/map_default.jpg) no-repeat scroll 0 0;
}

#map_default {
	background:transparent url(../images/content/map_default.jpg) no-repeat scroll 0 0;
	width:100%;
	height:349px;
	margin-bottom: 15px;
}

#map_custom_directions {
	display:none;
}

#map_custom_directions input {
	float:left;
}
#map_custom_directions .facilities {
	float:left;
	display: block;
	padding-left:10px;
	width: 170px;
}

#map_custom_directions .facilities span {
	font-weight: bold;
}

#map_custom_directions #directions {
	display: none;
}

#map_custom_directions .maps_input {
	margin:5px 0px 10px 10px;
}

#directionsPanel {
	margin-bottom: 10px;
}

#map_custom_directions #maps_button {
	margin:5px 0px 10px 0px;
}	

#toggleCampus {
	display:none;
}

.col_maps {
	float:left;
	margin:0px 0px 20px 0px;
	width:430px; 
	margin-right:0px;
	clear:right;
}

/* ------------------------------------------------
Weil Cornell Medicine Magazine News
------------------------------------------------ */

.wcm-magazine {
	margin-bottom: 10px;
}

.wcm-magazine img {
	margin: 0px 0px 0px 8px;
	border: 3px solid #cccbca;
}
			
#guts .left_content_table .wcm-magazine a:hover {
	background-color: #fff;
}			

#guts .left_content_table .wcm-magazine p a:hover {
	background-color: #a12929;
}			
			
			
			
			
	/* ========================================================
	WWW/NEWS Stories
	===========================================================/*/
	
	.news-sidebar {
	Float:right;
	margin:10px;
	padding:10px;
	width:25%;
	height:auto;
	background: rgba(204, 204, 204, .25);
	display: inline-block;
	border: solid 1px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;

	}	
			
			
	.call-out  {
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
	Float:right;
	display: inline-block;
	margin:10px;
	padding:10px;
	width:25%;
	height:auto;
	}	
	
	.call-out-img {
	width:167px !important;
	}
	
	 img .call-out {
	width:167px;
	}
	.call-out p {
	font-size: 14px;
	color: #A46E08;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	}
			
			
			
		.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
		
			
			







