/************* EXPERIMENTAL HOME CODE *******************/

#leftnav a#headerlogo{
	display: none;
}
#homeNav{
	top:6.25em;
	position:relative;
	left: -2em;
	z-index:90;
	font-size: .8em;
	margin:-.25em .5em 0 .5em;
	width:40.5em;
	height:2.1em;
}

#homeNavBack{
	position:absolute;
	opacity: .75;
	filter: alpha(opacity=75);
	height:100%;
	width:100%;
	background-color: white;
	background-image:url("/nickdex/smallback3.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
}

#homeNav ul{
	margin:0;
	padding: 0;
	display:compact;
	position:absolute;
}

#homeNav li{
	list-style-type: none;
	width: 10em;
	height:2em;
	border-width: 0 .05em .05em 0em;
	text-align: center;
	position:relative;
	float:left;
	font-weight: bold;
}

#homeNav a{
	padding-top: .5em;
	display: block;
	width:100%;
	height: 77%;
}

#homeNav li:hover{
	background-image: url('nickdex/navback.jpg');
}

#homeNav li:hover a{
	color:black;	
}

#homeNav li.noPad{
	padding-top: 0;
	height:2.5em;
}

#homeHead{
	margin-left:5em;
	margin-top: 1em;
	height: 7em;
}

#homeHeadBack{
/*	opacity: .50;
	filter: alpha(opacity=50);
	background-color: white; */
	height: 5em;/*3.8em; /* .05 more than the height of the SAREP logo yields about 2px extra for all reasonable values of an em */
	position: absolute;
	width:45em;/*40em;*/
	background-repeat: no-repeat;
	z-index: 12;
}

#homeHeadFront{
	position: absolute;
	margin-left:-3em;
	margin-top:1em;
	z-index: 16;
	/*border: 1px solid black;*/
	width:40em;
}

#imageBox img{
}

#sarepLogoHome{
	position: relative;
	top: -1em;
	left: -1em;
}

#prevNew{
	margin-right:1em;
	margin-left:1.5em;
	border: .05em solid #EACE91;
	/*border-top:0;
	margin-top:-1.95em/*-2.675em*/;
	width: 30em;
	padding-top:0em;
	margin-right:1.5em;
	position:relative;
	z-index:71;
	background-color: #FEFCFA;
}

#prevNew ul{
	list-style-type:none;
	font-size: .9em;
}

#prevNew li.newsItem{
	display: block;
	padding: .25em;	
	margin-left:-1em;
	padding-left: 0em;
	padding-top:.1em;
	background-color: #FEFCFA;
	height: 1em;
}

li.newsItem:hover{
	margin-left:-2.75em;
	margin-right:.25em;
	background-color: #E5E5E5;
	padding-right: .5em;
}

li.newsItem a{
	color: black;
}

li.newsItem a:hover{
	color: blue;
	margin-right:.25em;
}

li.newsItem a:visited:hover{
	color:#0099CC;
}


.itemTitle{
	text-align: left;
}

.itemTitle :hover{
	text-align: left;
	left:-.25em;
}

.itemDate{
	margin-top:-1.25em;
	text-align:right;
}


ul#affiliates{
	margin-left:0;
	padding-left:0;
}

ul#affiliates li{
	font-size:.70em;
	list-style-type:none;
	margin: .5em;
	padding-left:0;
}

/*************** END ***********************/



