/*homepage ad*/

div#indexcontainer {
	position:relative;
	margin:auto;
	width:958px;
	height:250px;
	float: left;
	border: 1px solid #333333;
}

div#indexcontainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*redundant

div#imagecontainer {
	width:930px;
	height:235px;
	background-color: #FFFFFF;
	margin: 0px;
	position: relative;
	background-image: url(../images/home/index-hfrr.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
div#imagecontainer h1{
	font-size: 1.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-bottom: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
div#imagecontainer h2{
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding: 0px;

}
div#imagecontainer p{
	font-size: 0.8em;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	padding: 0px;

}
div#imagecontainer h1 a{
	text-decoration: none;
	color: #000000;
}

*/

/* homepage general */

div#contentindex {
	width: 960px;
	margin: 0px;
	padding: 0px;
}

.infocell {
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 288px;
	height: 415px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.infocell p{
	font-size: 0.8em;
}
.infocell a {
	text-decoration: none;
	font-size: 0.95em;
}
.infocell a:hover {
	text-decoration: underline;
}
.infocell h2 {
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 3px;
	color: #333333;
}
.infocell h2 a {
	color: #333333;
}
.infocell h2 a:hover {
	color: #0000FF;
	text-decoration: none;
}
