/* commented backslash hides from ie5mac \*/ 
html {
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 

html,body {
	padding:0;
	margin:0;
	background-color: #ffffff;
	font-size: 12px;
	font-family: helvetica, verdana, sans-serif, "Trebuchet MS";
}

body {	
	text-align:left;
	min-width:890px;/* for mozilla*/
	background-color: #ffffff;
	height:100%;
}

div,p {
	margin-top:0px;
}/*clear top margin for mozilla*/

/* mac hide \*/
* html #outer {
	width:890px
}
/* end hide*/

html>body #outer {
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

html>body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

/* mac hide \*/
* html #outer, * html #header {width:890px}
/* end hide*/

* html #footer {
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/




/**************************** POSITION *******************************************/
/**************************** POSITION *******************************************/

#wrapper {
	background-color: transparent;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:890px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

#inner {
	width:100%;
	padding-top:220px;/*needed to make room for header*/
}

#right {
	float:right;
	z-index: 55;
}

#right-inner {
	width: 250px;
	padding: 10px;
	text-align: left;
}

#left {
	position:relative;/*ie needs this to show float */
	float:left;
	padding: 0px;
	z-index: 56;
}

#left-inner {
	width: 600px;
	padding: 10px;
	text-align: left;
}

#content {
	z-index: 300;
	padding-bottom: 7px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:890px;
	height:210px;
	z-index:74;
	/************** border-bottom: solid 1px; ******** EDITED ***********************/
	border-bottom: solid 0px;
	background-image: url(../../images/global/Delmondo-850x181.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/****z-index:65;****/
#ajaxmenu {
	position:absolute;
	/************** top:175px; ******************** EDITED ************************/
	top:195px;
	left:10px;
	width:600px;
	height:43px;
	z-index:1000;
}

#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

#footer {
	clear:both;
	width:870px;
	padding:10px;
	height:82px;
	text-align:left;
	color: #ffffff;
	left:0px;
	bottom:0px;
	position: absolute;
}

/**********************************TINYCHAT*****************************************/
#tinychat {
	width:600px;
	height:800px;
	}



/********************************** ELEMENTS ***************************************/
/********************************** ELEMENTS ***************************************/

img {
	border: dotted 1px #444444;
}

img.noborder {
	border: 0; 
}



/********************************** STYLING *****************************************/
/********************************** STYLING *****************************************/

#right-inner h2 {
	font-size: 15px;
	color: #666666;
}

#right-inner h3 {
	color: #666666;
}

/****z-index:999;****/
#content h1 {
	color: #999933;
}

#content h2 {
	font-size: 15px;
	color: #618200;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
}

h3#post-  {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content a, #sidebar a {
    color: rgb(97, 130, 0);
}

#content a:hover, #sidebar a:hover {
    background-color: rgb(97, 130, 0);
    color: rgb(255, 255, 255);
}

#content ul li {
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #618200;
}

#content p a:hover {
	background-color: #618200;
	color: #ffffff;
}

#footer p {
	margin-top: 10px;
	color: #666666;
	padding: 0px;
}

#footer p a {
	text-decoration: none;
	color: #618200;
	font-weight: bold;
}

.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: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LIn_desc {
	display: none;
}

.LIn_date {
	font-style: italic;
	margin-left: 5px;
}