/* LAYOUT */

/* mac hide \*/
html, body {height:100%}
/* end hide*/

body {
	padding:0;
	margin:0;
	background:#FFF8E6;
	color: #384D72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#outer{
	min-height:100%;
	margin-left:160px;
	background:#FFF8E6;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-bottom:-52px;
	color: #000000;
	text-align: left;
}

* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 

#header{
	top:0;
	left:0;
	width:100%;
	height:141px;
	background:#FFF8E6 url(../../images/header-img-bg.gif) repeat-x;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index: 100;
	position: relative;
	visibility: visible;
}

#left {
	position:relative;
	width:160px;
	float:left;
	margin-left:-159px;
	padding-top:10px;
	left:-1px;
}

* html #left {
	margin-right:-3px;
}/* three pixel jog*/

#left p {padding-left:3px;padding-right:2px}

#footer {
	width:100%;
	clear:both;
	height:40px;
	border-top:1px solid #000;
	background-color: #FFF8E6;
	background-image:  url(../../images/footer-bar.gif);
	background-repeat: repeat-x;
	color: #594B46;
	text-align:center;
	position:relative;
	padding-top: 7px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearheader{height:72px;}/*needed to make room for header*/

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {
	height:1%;
	margin-bottom:12px;
	z-index: 4;
}/* combat IE's 3 pixel jog */

/* HEADER */

#logo {
	position:absolute; 
	left:-2px; 
	top:0px; 
	width:286px; 
	height:141px; 
	z-index:3;
}

#aae {
	position:absolute; 
	left:287px; 
	top:31px; 
	width:84px; 
	height:54px; 
	z-index:1;
}

#building {
	position:absolute;
	right:0px;
	top:27px;
	width:286px;
	height:63px;
	z-index:200;
	float: right;
}
.sideitems {
	position: relative;
	width: 160px;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
#content {
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: relative;
	z-index: 1;
}
#endologo {
	position: relative;
	z-index: 5;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-top: 0px;
}
.leaf-icon {
	position: relative;
	visibility: visible;
	z-index: 50;
	background-position: center center;
	display: inline;
	vertical-align: middle;
}

.disclaimer {
	position: relative;
	z-index: 50;
	overflow: visible;
	width: 100%;
	text-align: center;
	background-position: center center;
	top: 25px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	display: block;
}
