﻿/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ededed;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	text-align:left;
/*	min-width:1000px;/* for mozilla*/
	min-width:100%;/* for mozilla*/
	background-color: #ededed;
	height:100%;

}
#wrapper {
	height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:776px;
/*	width:100%; */
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	border: solid 1px #777777;

}

/* mac hide \*/
* html #outer{
/*	width:776px; */
	width:100%;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:160px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
/* width:776px; */
	width:100%;
	height:84px;
	z-index:74;
	background: #ededed;

}

#ajaxmenu{
	position:absolute;
	top:93px;
/*	left:0px;
/*	width:776px;*/
	width:100%;
	height:107px;
	z-index:65;
	background-image:url('images/index_02_1.jpg');
	background-repeat:repeat-x;
	background-position:center;


}
/* mac hide \*/
* html #outer, * html #header {width:100%}
/* end hide*/
#footer {
	color: #ffffff;
	/*	width:776px;*/
	width:100%;
	/*8clear:both;*/
	height:68px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url("images/index_04_1.jpg") repeat-x left top;
	margin:0px;
}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/
/*
#right {
	width:206px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}*/
#left {
	position:relative;/*ie needs this to show float */
/*	width:90%;*/
	float:left;
	padding-left: 7px;
	z-index: 56;
	margin: 0 auto;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
/*	z-index: 300; */
	padding-bottom: 7px; 
		margin: 0 auto;
}


#content h2 {
	font-size: 15px;
	color: #000066;
/*	background:  url("ehsxhost/images/bullet_17x21.gif") no-repeat left top;*/
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 12px;
	color:#666666;
	background:  url("layout.css") no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #800000;
}

#content p a:hover {
	color: #0b2943;
}


#footer p {
	padding: 8px;
}

.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #800000;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: solid 1px #0b2943;
}

#content ul li{
	list-style-image: url("ehsxhost/images/bullet_11x8.gif");
	margin-bottom: 0.5em;
	font-size: 110%;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a
{
    color: #800000;
}

#content a:hover, #sidebar a:hover
{
    color:#0b2943;
}

#content strong
{
	color:#333333;
}

