/* ---------------------------------------------------------------------
Styles for Texas Tech University Health Sciences Center Sub Layout Pages
Based from splashHome and newsRelease to create flexible splash template
Author: Chris Barnard - HSC
Created: February 2007
----------------------------------------------------------------------- */

/****************************************************************************
// GENERAL LAYOUT DIVS  //
****************************************************************************/
#newsWrapper {
	/*margin: 10px 0;*/
	width: 100%;
	background: #fff url(/images/dottedBorderVertBG.gif) repeat-y left top;
	}
	#newsWrapper:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */

	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	#newsWrapper  {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html .#newsWrapper {height: 1%;}
    /* End IE Mac 5 Hack */
	
#homeLeft {
	float:left;
	width:480px;
}
#homeRight {
	float:right;
	padding-left: 5px;
	width:200px;
}
#impact {
	float:left;
	margin-left:10px;
		_margin-left:5px;
	width:98%;
	height: 1%;
}

/****************************************************************************
// HEADERS  //
****************************************************************************/
#homeLeft h2 {
	font: normal 18px/21px "Times Roman","Times New Roman",Times,Serif;
	margin: 10px 0;
	background: url(/images/dotted-border-horz.gif) repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	clear:left;
}
#homeRight h3 {
	margin-left:0;
}

#homeRight h3.highlights {
	text-align:center;
	margin-top:4px; 
	margin-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc; 
}


/****************************************************************************
// HOME RIGHT: impact  //
****************************************************************************/
#impact img {
	float: left;
	margin:0 10px 0 0;	
	border: none;
	z-index:1;
}
#impact p {
	line-height:1.53em;
		_line-height:1.50em;
	margin:0 0 17px 0;
		_margin:0 0 14px 0;
	/* to compensate between the differences in FF and IE */
}	

/****************************************************************************
// HOME LEFT: special //
****************************************************************************/
#homeLeft .columnLeft {
	width: 48%;
	float: left;
	display: inline;
}
#homeLeft .columnRight {
	width: 48%;
	float: right;
	display: inline;
}

/****************************************************************************
// HOME RIGHT: last third section //
****************************************************************************/

#homeRight ul {
	list-style: none;
	margin-left:0px;
}
#homeRight ul li {
	padding-left:32px;
	font-size:11px;
	line-height:1.3;
	padding-bottom:12px;
}
#homeRight ul.list li {
	padding-bottom:.4em;
	padding-left:16px;
	margin-left:10px;
}
#homeRight img#photoPrime {
	margin-left:6px;
		_margin-left:9px;
	margin-top: 8px;
	width:190px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#homeRight p {
	line-height:1.6em;
	font-style:italic;
	margin-left:7px;
		_margin-left:10px;
	margin-right:8px;
		_margin-right:6px;
}
#homeRight p#photoPrimeCutline {
	margin-top:0px;
		_margin-top:2px;
	padding-top:0px;
		_padding-top:0px;
}

/****************************************************************************
// general styles for specialized features   //
****************************************************************************/
p.space {
	line-height:1.6em;
}
#content .clearLeft {
	clear: left;
}
#content .margLeft {
	margin-left:10px;
}
#content .paraUp {
	 margin-top:-6px;
}


/****************************************************************************
// INFOBOX: creates blue header and blue box with border  //
****************************************************************************/
#content .infoBox {
	border:1px solid #A0B5D7;
	clear:both;
	margin-bottom:8px;
	margin-right:0px;
	padding-right:0px;
	width:95%;
	margin-left: 5px;
}
#content .columnLeft .infoBox {
	width:100%;
}
#content .columnRight .infoBox {
	width:90%;
}
#content .infoBox h3 {
	padding:3px;
	margin: 0px;
	font: small-caps normal 14px/normal "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	background: url(/images/splash/infoBoxBG.jpg) repeat-x center center;
}

/****************************************************************************
// gray table: creates gray header and bottom border TD  //
****************************************************************************/
table.gray {
	margin-top:6px;
	margin-bottom:24px;
	}

table.gray tr th {
	/* background-color:#aabedc;   */
	background-color:#ebebeb;
	border-top:1px solid #999; 
	text-align:left; color:#666; 
	padding-top:5px; 
	padding-bottom:5px; 
	letter-spacing:normal; 
	font-size:12px
	}
table.gray tr td {
	border-bottom:1px solid #999;
	border-right:none;
	border-left:none;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:bottom;
	padding-right:1px;
	padding-left:1px;
	}
