/*______________________________________________________________________________________________------------------------

	wmc_layout_common.css - Contains the root set of styles for all Weill Medical College pages

	Authors - Mike Sachs, Wen Sun, Jason Bishop

______________________________________________________________________________________________------------------------*/

/* This class used to display the standard compliance note for non compliant browsers */

.standardsNote { display: none; }



/* Begin page layout css _____________________________________________________________________________________________*/

/* covers up the header background image on the right side of the header. Used to achive an asymetrical look. */
#extraDiv1

{

	z-index: 0;

	position: absolute;

	float: left;

	right: 0px;

	background: #990000;

	width: 100%;

	height: 128px;

}

body

{

	margin: 0;

	padding: 0;

	text-align: center;

	/* IE PC display bug fix */

	voice-family: "\"}\"";

	voice-family: inherit;

	font-size: small;

}

#mastersub {

	margin: 0px;

	padding: 0px;

	width: 100%;

	text-align: center;
	
	background: url("http://images.med.cornell.edu/headers/new_wmc/wmc_header_bg_int_sub_nav.gif") repeat-x left top;
	
}

/* header */

#headerMaster {

	position: relative;

	width: 750px;

	margin: 0 auto;

	text-align: left;

}

#logo {

	height: 70px;

	width: 263px;

	float: left;

	margin: 0;
	
	padding: 0;

}


#siteTitle {
	background: url("http://images.med.cornell.edu/headers/new_wmc/header_bg.gif") right top no-repeat; 

	float: left;

	height: 70px;

	width: 487px;

	margin: 0;
	
	padding: 0;


}



#nav {
	clear: both;

	/*top:0px;*/

	/*left:0px;*/

	height: 30px;

	width: 750px;

	margin: 0;

	background: #990000;

}


/* body */


/* 2nd, 3rd and 4th level nav */

#navHome23 {
	/*      t   r   b    l	*/
	padding: 16px 0px 17px 12px;
	background: url("http://images.med.cornell.edu/v4/body/common/dottedLine-h.gif") repeat-x left bottom;
	text-align: left
}
/* 2nd, 3rd and 4th level nav */

.subNav {
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 157px;
	text-align: left;
}

.nav2Selected {
	/*      t    r    b   l	*/
	padding: 15px 10px 2px 12px;
	background: url("http://images.med.cornell.edu/body/common/nav2_selected.gif") no-repeat;
	background-position: 0px 16px;
}

.nav2Active {
	/*      t    r    b   l	*/
	padding: 15px 10px 2px 12px;
	background: url("http://images.med.cornell.edu/body/common/nav2_selected.gif") no-repeat;
	background-position: 0px 15px;
}

/*.nav3 {
	      t   r    b   l	
	padding: 3px 10px 2px 25px;
}*/

.nav3Selected {
	/*      t   r    b   l	*/
	padding: 2px 10px 2px 24px;
	background: url("http://images.med.cornell.edu/body/common/nav3_selected.gif") no-repeat;
	background-position: 12px 2px;
}

.nav3Active {
	/*      t   r    b   l	*/
	padding: 2px 10px 2px 24px;
	background: url("http://images.med.cornell.edu/body/common/nav3_selected.gif") no-repeat;
	background-position: 12px 2px;
}

#navMaster4 {
	background: #FFFFFF;
	width: 142px;
	/*      t   r   b   l	*/
	padding: 0px 0px 0px 3px;
	margin: 6px 0px 5px 0px;
	float: right;
	border-left: 1px solid #cccccc;
	list-style: none;

}
/*.nav4 {
	padding: 3px 2px 3px 10px;
}*/

.nav4Selected {
	/*      t   r   b   l	*/
	padding: 0px 2px 8px 10px;
	background: url("http://images.med.cornell.edu/body/common/nav3_selected.gif") no-repeat;
	background-position: 0px 0px;
}

.nav4Active {
	/*      t   r   b   l	*/
	padding: 0px 2px 8px 10px;
	background: url("http://images.med.cornell.edu/body/common/nav3_selected.gif") no-repeat;
	background-position: 0px 0px;
}

/* End component css ______________________________________________________________________________________________--*/