
/* import stylesheets and hide from ie/mac \*/
@import url("pub-screen.css");
@import url("forms.css");


/* Page Specific
----------------------------------------------- */

#unit-login {
	float:					left;
	width:					200px;
	height:					215px;
	}

	html>body #unit-login {
	height:					200px;		
	}

#unit-mast {
	margin-bottom:			15px;
	background:				#eee url("../images/home-mast-back.jpg") no-repeat right top;
	}

	#unit-mast p {
	font-weight:			bold;
	font-size:				110%;
	margin-right:			300px;
	}

	#unit-mast p em {
	display:				block;
	margin-bottom:			.1em;
	font-size:				18px;
	line-height:			1.5em;
	font-style:				normal;
	}

#unit-quote {
	margin-bottom:			1em;
	margin-left:			245px;
	width:					475px;
	height:					215px;
	background:				#eee url("../images/home-quote-back.jpg") no-repeat right top;
	}

	html>body #unit-quote { /*IE bumps it down..not quite sure why*/
	margin-left:			251px;
	width:					475px;
	height:					200px;		
	}

	#unit-quote blockquote,
	#unit-quote cite 
	{
	margin:					0 160px 1em 0;
	padding:				0;
	font-style:				italic;
	font-size:				95%;
	}


	#unit-quote cite {
	margin:					0 0 1em 0;
	padding:				0;
	font-style:				italic;
	font-size:				95%;
	font-weight:			bold;
	}
