/* adelphi_home.css */

/* HOME Layout */
div#container { width: 100%;
	height: 100%; }

div#utility { background: #AF1D36;
	text-align: right;
	padding: 5px 10px 5px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #fff; }
div#utility a { text-decoration: none;
	color: #fff;
	padding: 2px 0px; }
div#utility a:hover { border-bottom: 1px Solid #3B0000; }

div#menu { display: compact;
	float: left;
	background: #fff;
	width: 235px;
	margin: 10px 0px 10px 10px;
	font-size: 0.8em; }

div#menu img#header { margin-left: 35px;
	* margin-left: 30px; }

div#menu ul { list-style: none;
	margin-left: 5px;
	* margin-left: 0px; }
div#menu ul li { background: #fff url("../images/home_bullet.gif") no-repeat 0 0.6em;
	padding-left: 20px;
	line-height: 175%; }
div#menu ul li a { text-decoration: none;
	color: #000; }
div#menu ul li a:hover { color: #000;
	border-bottom: 1px Solid #AF1D36; }

div#content { background: #AF1D36 url('../images/home_watermark.gif') no-repeat 0px 25px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	height: 100%; }

div#content img#content_rigs, div#content img#content_dunes { float: right;
	clear: right;
	border: 0;
	margin: 10px 0px;
	padding: 0; }
div#content img#content_rigs { margin: 10px; }
div#content img#content_flower, div#content img#content_sugarloaf { float: right;
	border: 0;
	margin: 10px 0px;
	padding: 0; }

div#rightCol { margin-left: 265px;
	background: #AF1D36;
	height: 100%; }

div#bottom { clear: both;
	float: center;
	position : absolute;
	bottom : 2%;
	margin-left: 2%;
	width : 96%; }

div#latest { background: #892731;
	clear: both; }
div#latest p { text-align: left; }

div#latest a { text-decoration: none;
	color: #fff; }
div#latest a:hover { border-bottom: 1px Solid #fff; }

/* EO.HOME Layout */
