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

img, div { behavior: url(iepngfix.htc) }

body {
	background: url(images/bg.png) repeat;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited, a:active, a:hover {
	color: rgb(17,68,50);
	text-decoration: none;
}
.bigbox {
	width: 1024px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logobox {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 154px;
	width: 292px;
	position: absolute;
	z-index: 100;
}
#sloganbox {
	background-image: url(images/slogan2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 540px;
	position: relative;
	z-index: 100;
	left: 292px;
}
#wizzardbox {
	background-image: url(images/wizzard-3.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 351px;
	width: 239px;
	position: relative;
	top: -10px;
	z-index: 100;
	left: 790px;
}
table#wiztable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#flashbox {
	margin: 0px;
	padding: 0px;
	height: 402px;
	width: 814px;
	background: url(images/flash-bg.png) repeat-y;
	position: relative;
	z-index: 0;
	top: -367px;
	left: 30px;
}
#tagline {
	background-image: url(images/tagline.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 417px;
	position: relative;
	z-index: 200;
	left: 415px;
	top: -413px;
}
#browsebox {
	background-image: url(images/browse-label.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 811px;
	position: relative;
	z-index: 100;
	left: 20px;
	top: -429px;
}
#adbox {
	margin: 0px;
	height: 168px;
	width: 155px;
	position: relative;
	z-index: 1;
	left: 850px;
	top: -449px;
	padding: 0px;
}
#adbox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	border-bottom: rgb(17,68,50) 2px solid;
	color: rgb(18,86,135);
}
#adbox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 0 0 0;
	color: rgb(17,68,50);
	padding: 0 0 0 20px;
	text-indent: -20px;
}
#adbox p a {
	color: rgb(17,68,50);
	text-decoration: none;
}
#adbox p a:hover {
	color: rgb(17,68,50);
	text-decoration: underline;
}
#menubox {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 814px;
	position: relative;
	left: 30px;
	top: -612px;
	z-index: 1;
}
#menubox2 {
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 814px;
	position: relative;
	left: 30px;
	top: -612px;
	z-index: 1;
}
#TICKER {
	background: rgb(197,193,157);
	border-bottom: rgb(17,68,50) 2px solid;
	border-top: rgb(17,68,50) 2px solid;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	left: 30px;
	top: -593px;
	overflow:hidden;
	width:980px;
	z-index: 1;
}
#tickermask1 {
	background: url(images/bg-blend-l.png);
	height: 50px;
	width: 51px;
	z-index: 100;
	position:relative;
	left: 30px;
	top: -629px;
}
#tickermask2 {
	background: url(images/bg-blend-r.png);
	height: 50px;
	width: 48px;
	z-index: 100;
	position:relative;
	left: 962px;
	top: -679px;
}
#bottomstuff {
	width: 1000px;
	text-align: center;
	font-size: 12px;
	color: rgb(17,68,50);
	margin-top: -679px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#slideshow {
	margin: 0px;
	padding: 0px;
	height: 402px;
	width: 814px;
	background: url(images/flash-bg.png) repeat-y;
	position: relative;
	z-index: 0;
	top: -367px;
	left: 30px;
}

#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;
}

