/*______________________________________________________________________________________________------------------------

	text_format.css - Contains text formatting for all sites
	
	Authors - Mike Sachs, Scott De Nino
	
______________________________________________________________________________________________------------------------*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:active
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	text-decoration: underline;
	color: #990000;
}

.body-text, p, div, address, blockquote, center, del, ins, pre, ul, ol, dt, dd, menu, dir, td
{
	font-size: 13px;
	line-height: 17px;
}

.body-title, h1
{
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
}

.body-title2, h2
{
	font-size: 15px;
	line-height: 18px;
}

.body-title2a, h2.a
{
	color: #666666;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

.body-title3, h3, h4, h5, h6
{
	font-size: 13px;
	line-height: 17px;
}

b, em, strong { color: #555555; }

.news-title
{
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}

.news-text
{
	font-size: 12px;
	line-height: 14px;
}

.caption-text, caption
{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.form-title
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.form-text
{
	font-size: 12px;
	line-height: 18px;
}

#footerNotice
{
	font-size: 12px;
	line-height: 13px;
}

.largeText
{
	font-size: 16px;
	line-height: 19px;
}

/* new feature boxes*/
.featureBox, .featureGraphic, .relatedLinks { }

.featureBoxHeader, .featureBoxContents, .relatedInternalLink, .relatedExternalLink, .relatedLinksHeader
{
	/*font*/
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.featureBoxHeader
{
	/*font*/
	color: #FFFFFF;
	font-weight: bold;
}

.featureBoxContents { }
.featureGraphic { }
.relatedLinks { }

.relatedLinksHeader
{
	/*font*/
	color: #555555;
	font-weight: bold;
}

.relatedInternalLink, .relatedExternalLink { }
.relatedInternalLink { }
.relatedExternalLink { }

/* 2nd, 3rd and 4th level nav */
#navMaster23 { }

#navHome23, .nav2, .nav2Selected, .nav3, .nav3Selected, .nav4, .nav4Selected
{
	/*font*/
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
}

#navHome23
{
	/*font*/
	font-weight: bolder;
}

.nav2
{
	/*font*/
	font-weight: bolder;
}

.nav2Selected
{
	/*font*/
	color: #666666;
	font-weight: bolder;
}

.nav3 { }

.nav3Selected
{
	/*font*/
	color: #666666;
}

#navMaster4 { }
.nav4 { }

.nav4Selected
{
	/*font*/
	color: #666666;
}



/* ****************************************************************************************************************** */


/* depricated */

/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Weill Cornell Medical College Main Style Sheet				*/
/*	red.css														*/
/*	Version 2.0													*/
/*	Author														*/
/*		Scott De Nino											*/
/*		Mike Sachs												*/
/*																*/
/*//////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Globals														*/
/*		These classes are either implicitly applied everywhere	*/
/*		or can be applied as a child of any other class.		*/
/*																*/
/*//////////////////////////////////////////////////////////////*/

/*		
.g-bold { 
	font-weight : bold;
	color : #555555;
}			
			
.g-italic { 
	font-style : italic;
}
			
.g-link { 
	color : #990000;
	text-decoration : none;
}
			
.g-justified {
	text-align : justify;
}
*/			
			
			
/*//////////////////////////////////////////////////////////////*/ 
/*																*/
/*	Global Colors												*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
/*		
.g-red { 
			color : #cc0000;}
			
.g-black { 
			color : #000000;}
			
.g-white { 
			color : #ffffff;}

.g-gray { 
			color : #666666;}
			
.g-gray2 { 
			color : #cccccc;}
			
.g-green { 
			color : #677f7f;}
			
.g-orange { 
			color : #ff6600;}

.g-6c655e { 
			color : #6c655e;}
*/
			
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	NYP Navigation Colors 										*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
/*		
.nyp-navColor1 { 
			color : #999966;}
			
.nyp-navColor2 { 
			color : #669999;}
			
.nyp-navColor3 { 
			color : #aeae68;}
			
.nyp-navColor4 { 
			color : #7796a6;}
			
.nyp-navColor5 { 
			color : #7d8f74;}
			
/* Use this for links against dark backgrounds*/
/*
.home-link { 
			color : #ffffff;
			text-decoration : none;}
		
.white-link
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
			
.white-link:hover { 
	color : #ffffff;
	font-weight: bold;
	text-decoration: underline; }
	
.section-link { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff6600;
			font-size : 12px;
			line-height:17px;
			font-style : normal;
			font-weight : bold;
			text-decoration : none;}
			
.section-link:hover { 
	color : #ff6600;
	text-decoration: underline; }
	



*/			



/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Body														*/
/*		These classes apply to all body content.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/






			

			


			

			
			
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Use news-title for News articles only						*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
			

			

			
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Caption														*/
/*		This class applies to all photo captions.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/	
	
			

			
			

/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	navBox														*/
/*		These classes apply to boxed content that appears		*/
/*		within the nav columns.									*/
/*																*/
/*//////////////////////////////////////////////////////////////*/



		
	
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	2nd level nav												*/
/*		These classes apply to all 2nd level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/

/*
			
.nav2-selected { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #666666;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : bolder;
			text-decoration : none;}
			
.nav2 { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #4d5f5f;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : bolder;
			text-decoration : none;}

*/

/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	3rd level nav												*/
/*		These classes apply to all 3rd level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/

/*		
.nav3-selected { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #666666;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}
			
.nav3 { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #4d5f5f;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}

*/

/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	4th level nav												*/
/*		These classes apply to all 4th level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/

/*
.nav4-selected { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #666666;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}
			
.nav4 { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #4d5f5f;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}
*/
			
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	this is for health a-z search navigation section        	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/			
/*			
.nav-grey { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #999999;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : bolder;
			text-decoration : none;}			
*/
			
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Footer														*/
/*		This class applys to all footer content.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
/*					
.footer-text { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #333333;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}
*/		
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	NYP Children												*/
/*	This class applys only to the Notable Achievement section.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
/*		
.notable-text { 
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #999999;
			font-size : 10px;
			line-height:11px;
			font-style : normal;
			font-weight : normal;
			text-decoration : none;}



.bulletlist {
	}
	
dt.nav2,dt.nav2-selected {
	}
	
.nav2-selected {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:bolder;
	text-decoration:none;
	}
	
.nav2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#4d5f5f;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:bolder;
	text-decoration:none;
	}

.bulletlist3 {
	}
	
dt.nav3,dt.nav3-selected,dt.nav3:hover {
	}
	
.nav3-selected {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
	
.nav3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#4d5f5f;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
	
a.nav3:hover {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#4d5f5f;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}

.bulletlist4 {
	}
	
dt.nav4,dt.nav4-selected {
	}
	
.nav4-selected {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	font-size:10px;
	line-height:11px;
	font-style:normal;font-weight:normal;
	text-decoration:none;
	}
	
.nav4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#4d5f5f;
	font-size:10px;
	line-height:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
*/

	

