@charset "utf-8";
/* CSS Document */

#slideshow
{
	position:relative;
	width:730px;
	height:520px;
	margin-bottom:10px;
}

.contentHolder
{
	position:relative;
	width:710px;
	padding:10px;
	margin-bottom:10px;
	background-color:#e8e8e8;
}

.content
{
	position:relative;
	padding:10px;
	background-color:#fff;
}

.content h2, .content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:normal;
}

.content p
{
	font-size:0.75em;
}

.bottomRightTen
{
	position:absolute;
	bottom:10px;
	right:10px;
}

.feature
{
	position:relative;
	float:left;
	width:210px;
	height:280px;
	padding:10px;
	margin:10px 10px 0 0;
	background-color:#fff;
	color:#000;
}

.feature:hover
{
	background-color:#000;
	color:#fff;
}

.feature:hover a
{
	color:#fff;
}

.feature h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}

.feature p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

.noRightMargin
{
	margin-right:0;
}

.clear
{
	clear:both;
}

#bodyFooter
{
	position:relative;
	clear:both;
	height:35px;
}

#bodyFooter a
{
	text-decoration:none;
}

#bodyFooter a:hover span
{
	text-decoration:underline;
}

#bodyFooterLeft, #bodyFooterRight
{
	position:absolute;
	top:0;
	left:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.13em;
	font-style:italic;
}

#bodyFooterRight
{
	left:auto;
	right:0;
}
