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

	[site].css - Template for customized site styles
	
	Authors - Mike Sachs, Wen Sun, Jason Bishop
	
______________________________________________________________________________________________------------------------*/


#bodyMaster {
	clear:both;
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
}
	  
#bodySub {
	width:100%;
}

#leftCol {
	width:450px;
	float:left;
	margin: 25px 25px 0px 0px;
	background:transparent;
}
	
#horizontalLine {
	margin:1px 0px 10px 0px;
	height:1px;
	width:100%;
	background:url("http://www.med.cornell.edu/test/images_temp/body/common/dottedLine-h.gif") repeat-x left bottom;
}

#centerCol {
	width:325px;
	float:left;
	/*      t   r   b    l	*/
	margin: 25px 0px 0px 0px;
	background:transparent;
	}
	
#homePageBox {
	/*      t   r   b    l	*/
	margin:0px 0px 40px 0px;
	background:#D9D2C8;
	/* this is a fix for the peakaboo bug on IE for a PC
		Details here: http://www.positioniseverything.net/explorer/peekaboo.html*/
	/*position:relative;*/
	}
	
#homePageBoxTop {
	height:18px;
	background:#D9D2C8 url("http://images.med.cornell.edu/body/cornellphysicians/ul_corner.gif") no-repeat left top;
	}
	
#homepageBoxItemBreak {
	/*      t   r   b    l	*/
	margin:10px 0px 15px 0px;
	height:1px;
	width:100%;
	background:url("http://images.med.cornell.edu/body/cornellphysicians/dottedline_light.gif") repeat-x left bottom;
	}
	
#homePageBoxBottomLeft {
	float:left;
	top:0px;
	width:162px;
	height:18px;
	background:#D9D2C8 url("http://images.med.cornell.edu/body/cornellphysicians/ll_corner.gif") no-repeat left top;
	}
	
#homePageBoxBottomRight {
	float:right;
	width:163px;
	height:18px;
	background:#D9D2C8 url("http://images.med.cornell.edu/body/cornellphysicians/lr_corner.gif") no-repeat right top;
	}
	
.clearBoth {
	clear:both;
	font-size:0px;
}

		
#rightCol {
	display:none;
	}
	
#backToTop {
	display:none;
}