@charset "utf-8";
/* CSS Document - Index Page Stylesheet */


/* INDEX CONTENT MAIN BOXES
----------------------------------------------*/

#index_content{
	float: left;
	width: 880px;
	background-color: #fff;
	background-image: url(../images/gradient_content_top.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	clear: left;
	padding: 20px 10px 20px 10px;
}

#index_content_left {
	float: left;
	width: 574px;
	margin-right: 8px;
}

#index_content_right {
	float: left;
	width: 260px;
	height: 482px;
	border: 0px;
	margin: 10px 0px 10px 5px;
}


/* INDEX CONTENT ABOUT BOX
----------------------------------------------*/
#about_box {
	float: left;
	width: 553px;
	height: 150px;
	border: 0px;
	padding: 0px;
	margin: 10px;
	margin-bottom: 10px;
}

#about_box_paragraph {
	float: left;
	width: 393px;
	margin-right: 10px;
	margin-top: 10px;
}

#about_box_links {
	float: left;
	width: 150px;
	text-align: right;
	margin: 2px 0 0 0;
	padding: 0;
}

#about_box ul {
	float:left;
	width:260px;
	margin:2px 0 0 10px;
	padding:0;
	}

#about_box li {
	float:left;
	width:250px;
	margin:2px 0 0 10px;
	}


/* INDEX CONTENT ROTATING FLASH BOX
----------------------------------------------*/
#rotating_box {
	float: left;
	width: 548px;
	height: 300px;
	border: 0;
	margin: 10px;
	padding: 0;
}

#rotating_box p {
	float: left;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	margin: 0;
}

#rotating_box h4 {
	float: left;
	width: 290px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #234b16;
	padding: 0px;
	margin:0;
	
}

#rotating_box ul {
	float:left;
	width:553px;
	margin:0;
	padding:0;
	list-style: none;
	}

#rotating_box li {
	float:left;
	width:553px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#rotating_box img {
	float: left;
	width: 250px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: 0;
	}
	
/*fix the width of the text in the rotating box*/
ul#index_news.innerfade li h4 {
	width: 280px;
}

ul#index_news.innerfade li p {
	width: 280px;
}


/* INDEX PHOTO/IMAGE ELEMENTS
----------------------------------------------*/

/* feature image */
.feature_thumb{
	float: left;
	border: 1px solid #000;
	padding: 0px;
	margin: 6px 10px 5px 0;
}


/* INDEX TYPOGRAPHY ELEMENTS
----------------------------------------------*/

/* links with triangle arrow */
#link_footer a {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		color: #16480e;
	text-decoration: none;
	background-image: url(../images/arrow_triangle.gif);
		background-repeat: no-repeat;
		background-position: right center;
	padding: 0 27px 0 0;
	margin: 0;
}

#link_footer a:hover {
	color: #ecd331;
}