@import url("tsb_typography.css");


/* Trauma Scene Bio CSS - Main */

/*
	#fed47d		pale orange
	#fdb827		orange
	#cd1041		red
	#
*/

/*******************************************************************************************/
/****** REQUIRED FOR LAYOUT ****************************************************************/
/****** DON'T MESS IT UP... ****************************************************************/
body
{
	margin: 0;
	padding:0;
	height:100%;
	overflow-y:auto;
}

* html #topBar {position:absolute;} /* For IE. Because 'absolute' acts like 'fixed' in IE */
#topBar
{
	display:block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 31px;
	background: #fff url('../images/top_hazard_tile.gif') repeat-x left top;
}
#wrap
{
	display:block;
	width: 652px;
	margin: 0 auto 0 auto;
}



/*******************************************************************************************/
/****** MAIN DIVS HERE *********************************************************************/
/*******************************************************************************************/


#mastHead
{
	padding-top: 60px;
	height: 165px;
	background: #fff url('../images/banner_bg.jpg') no-repeat left bottom;
}
	* html #mainNav{margin-right: 0;}
	#mainNav
	{
		float: right;
		height: 23px;
		background: #fff;
		filter: alpha(opacity=70);
		-moz-opacity: .70;
		opacity: .70;
		margin: 135px 1px 0 0;
		padding: 7px 0 0 10px;
	}
		#mainNav a
		{
			font-size: 14px;
			padding-right: 10px;
			color: #000;
		}
	

#main
{
	width: 650px;
	border: 1px solid #fdb827;
	float: left;
}

#sideCol
{
	margin: 20px 0 20px 0;
	width: 190px;
	float: left;
}
	#sideCol img {
		display: block;
		margin: 0 auto 0 auto;
	}

#content
{
	width: 429px;
	margin: 20px 0 20px 0;
	padding: 0 15px 0 15px;
	border-left: 1px solid #fed47d;
	float: right;
}

#footer
{
	width: 100%;
	height: 28px;
	background: #fff url('../images/footer_bg.gif') no-repeat left top;
	padding-bottom: 50px;
	float: left;
	
}
	#footer p
	{
		margin: 4px 0 0 0;
		text-align: center;
		font-size: 90%;
	}
	#footer a:hover
	{
		color: #333;
	}
	
/*******************************************************************************************/
/****** LISTS ******************************************************************************/
/*******************************************************************************************/

ul
{
	list-style: url('../images/bullet_red.gif');
}
	ul li
	{
		padding-bottom: 5px;
	}


/*******************************************************************************************/
/****** MISCELLANEOUS **********************************************************************/
/*******************************************************************************************/

#contactBox
{
	width: 158px;
	margin: 20px auto 20px auto;
	border: 1px solid #fdb827;
}
	#contactBox h2
	{
		font-size: 110%;
		background: #fed47d url('../images/arrow_white.gif') no-repeat 95% 50%;
		color: inherit;
		margin: 0;
		padding: 5px 0 5px 5px;
	}
	#contactBox p
	{
		margin: 10px 5px 10px 10px;
		padding: 0;
	}

.question
{
	display: block;
	font-weight: bold;
}

.answer
{
	display: block;
	font-weight: bold;
	color: #cd1041;
}

.backToTop
{
	text-align: right;
}

.clear
{
	clear: both;
}

.divider
{
	clear: both;
	border-top: 1px solid #fed47d;
}

/*******************************************************************************************/
/****** FORM TABLE *************************************************************************/
/*******************************************************************************************/

.tdLabel {
	
}

.tdValidate {
	color: #900;
	font-weight: bold;
}