@charset "utf-8";
/* CSS Document */


/* ------- Splash ------- */

#splash {
	clear: left;
	width: 960px;
	height: 300px;
	background: url(../images/feature-image-02.jpg) no-repeat left top;
}

#slideshow {
    position:relative;
    clear: left;
	width: 960px;
	height: 300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* ------- Home Content ------- */


#content-home {
	position: absolute;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #4d4d4d;
	line-height: 1.4em;
	width: 960px;
	height: 219px;
	background-color: #aaaaaa;
	background: url(../images/Content-Background.gif) no-repeat left top;
}
#content-home p {
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 250px;
}


/* ------- Feature ------- */

#feature {
	padding-top: 219px; /* padding used instead of margin for IE */
	height: 340px;
	background-color: #3b3b3b;
}
#feature .fbox1 {
	clear: left;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px 0px 20px 0px; /* top padding doesn't seem to have any affect (margin-top is used instead) */
	width: 300px;
	height: 300px;
	background: url(../images/fbox_background.gif) no-repeat left top;
}
#feature .fbox2 {
	position: absolute;
	float: left;
	margin-left: 335px;
	margin-top: 20px;
	padding: 0px 0px 20px 0px; /* top padding doesn't seem to have any affect (margin-top is used instead) */
	width: 300px;
	height: 300px;
	background: url(../images/fbox_background.gif) no-repeat left top;
}
#feature .fbox3 {
	position: absolute;
	float: right;
	margin-left: 650px;
	margin-top: 20px;
	padding: 0px 0px 20px 0px; /* top padding doesn't seem to have any affect (margin-top is used instead) */
	width: 300px;
	height: 300px;
	background: url(../images/fbox_background.gif) no-repeat left top;
}
#feature .stickers {
	padding: 10px;
}
#feature .ftext {
	clear: right;
	margin: 0px 20px 0px 10px;
	text-align: left;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 1.4em;
}
#feature .flinks {
	padding: 5px 0px 0px 10px;
	font-size: 0.8em;
}
#feature .flinks a {
	font-weight: bold;
	color: #00aae9;
}
#feature .flinks a:hover {
	color: #f9b700;
	text-decoration: underline;
}

