/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #333333;
	font-size: 13px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
body{	
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #333333;
	height:100%;

}
#wrapper {
min-width:1010px;
width:100%;
}

#alt1{
background:#F5F5FF none repeat scroll 0%;
}

#outer{
	height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:100%
}
/* end hide*/

html>body #outer{
	min-height:100%;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	min-width:942px;
	width:100%;
	padding-top:0px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:20px;
	z-index:74;

}

#ajaxmenu{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:43px;
	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:780px}
/* end hide*/
#footer {
	color: #ffffff;
	width:776px;
	clear:both;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
#monki-bottom
{
	color: #ffffff;
}
#monki-bottom a
{
    color: #f16e04;
}

#monki-bottom a:hover
{
    background-color: #f16e04;
    color: rgb(255, 255, 255);
}
* 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:250px;
	float:right;
	z-index: 55;
}
#right-inner {
	padding-left: 5px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:70%;
	float:left;
	padding-left: 0px;
	z-index: 56;
}
#left-inner {
	padding-left: 5px;
	padding-right: 5px;
	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;
}




#content h2 {
	font-size: 15px;
	color: #f16e04;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 13px;
	color: #f16e04;
	padding-left: 0px;
}

#content p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #f16e04;
}

#content p a:hover {
	background-color: #f16e04;
	color: #ffffff;
}


#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: #f16e04;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #f16e04;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: none;
}

#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: #f16e04;
}

#content a:hover, #sidebar a:hover
{
    background-color: #f16e04;
    color: rgb(255, 255, 255);
}






#headernav {
	position: relative;
	padding-left: 10px;
	padding-bottom: 2px;
	background-color: #171E3B;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	left: 0;
	top: 1px;
	height: 20px;
	z-index: 5;	
}
#headernav ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#headernav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#headernav a:link, #headernav a:visited {
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFF;
	padding-bottom: 5px;
}

#headernav a.indicator:link, #headernav a.indicator:visited {
	border-bottom: 4px solid #FFF;
	padding-bottom: 5px;
	color: #FFF;
}