/* CSS Document */
h4 {
	font-family: Georgia;
}

#themeBar {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 126px;
	width: 638px;
	height: 43px;
	background-attachment: scroll;
	background-image: url(/images/themeBar_today.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*overflow: visible;*/
}

#themeNav {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 126px;
	width: 172px;
	height: 43px;
	background-attachment: scroll;
	background-image: url(/images/themeBar_today.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*overflow: visible;*/
}

#content {
	padding-top: 0px;
	background-image: url(/images/welcome_bkdImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
	}
	
#splashContent {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	z-index: 3;
	position: absolute;
	left: 173px;
	top: 145px;
	height:600px;
	width:100%;
	/*background-color: #c8beab;
	background-image: url(/images/splash_today.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 30px;*/

}

/*#splashContent a {
	position: absolute;
	height: 50px;
	width: 172px;
	top: 145px;
	text-decoration: none;
	z-index: auto;*/
}

#splashContent a i { visibility: hidden; }


/*hidden rollover link positioning*/

a#roe, a#xxx, a#xxx, a#xxx , a#xxx { top: 145px; }
a#roe { top: 70px; left: 30px; width: 275px; height: 44px;}
a#xxx { left: 200px; width: 54px; }
a#xxx { left: 280px; width: 78px; }
a#xxx { left: 380px; width: 140px; }
a#xxx { left: 540px; width: 128px; }
a#xxx { left: 690px; width: 76px; }

/*rollover hover states*/
a#roe:hover, a#xxx:hover, a#xxx:hover, a#xxx:hover, a#xxx:hover, a#xxx:hover { border: none; }
a#roe:hover { background-image: url(images/hover-topnav.gif); }
a#xxx:hover { background-image: url(images/hover-topnav-03.gif); }
a#xxx:hover { background-image: url(images/hover-topnav-04.gif); }
a#xxx:hover { background-image: url(images/hover-topnav-05.gif); }
a#xxx:hover { background-image: url(images/hover-topnav-06.gif); }


