/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	text-align:left;
	min-width:775px;/* for mozilla*/
	background-color: #000000;
	height:100%;
	
}
#wrapper {
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:775px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background-color: #FFFFFF;
	background:  url(images/grunge_bg.jpg) repeat-y bottom !important; 
}

/* mac hide \*/
* html #outer{
	width:775px;
	background-color: #FFFFFF;
	background:  url(images/grunge_bg.jpg) no-repeat bottom;
}
/* end hide*/

html>body #outer{
	height:auto;
	background:  url(images/grunge_bg.jpg) no-repeat bottom;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	height: 100%;
	padding-top:150px;/*needed to make room for header*/
	
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:121px;
	z-index:74;
	background:  url(images/top-header_776x93_2.jpg) no-repeat;

}

#ajaxmenu{
	position:absolute;
	top:120px;
	left:0px;
	width:776px;
	height:45px;
	z-index:65;
}
#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:775px}
/* end hide*/
#footer {
	color: #ffffff;
	width:775px;
	clear:both;
	height:200px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: relative;
	background:  url(images/footer.jpg) no-repeat center bottom;

}
#footer p {
	/*margin-top: 160px;*/
	padding-top: 160px;
	padding-right: 20px;
	text-align: right;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

html>body #footer p{
	padding-top: 180px;
}
/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:200px;
	position: relative;
	width:780px;
	/* for ie*/
}
/* end hide*/

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

#right {
	
	width:200px;
	float:right;
	z-index: 56;
	/*background: url(images/border.gif) no-repeat top right;*/
}
#right-inner {
	width: 178px;
	padding-left: 5px;
	text-align: left;
	
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:545px;
	min-height: 760px;
	float:left;
	padding-left: 7px;
	z-index: 56;
	/*background: url(images/border.gif) no-repeat top left;*/
	
}
#left-inner {
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}
/*
#clearfooter {
	width:100%;
	height:200px;
	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: 0px;

}

html>body #content{
	padding-bottom: 200px;
	}


#content h2 {
	font-size: 15px;
	color: #CC6600;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 30px;
	line-height: 25px;
	height: 30px;
	position: relative;
	z-index: 999;
}

#content h1 {
	font-size: 20px;

}

h3#post-  {
	font-size: 12px;
	color: #CC6600;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
	
}

#content p a {
	color: #CC6600;
}

#content p a:hover {
	color: #000000;
}








.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: #CC6600;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #CC6600;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: 0;
}

#content ul li{
	list-style-image: url(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: #CC6600;
	
}

#content a:hover
{
    color: #000000;
}