@charset "utf-8";


div#innerwrap h1 {
	font-size: 25px;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#innerwrap h2 {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

div#innerwrap a:link, a:visited {
	color: #00517c;
}

div#innerwrap a:active, a:hover {
	color: #4e8cc2;
}

#panel-text {
	padding: 0;
	margin: 0;
	width: 600px;
	height: 290px;
	color: #fff;
}
#panel-text h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 25px;
	color: #fff;
}
#panel-text a{
	color: #fff;
	font-weight: bold;
}
#panel-text a:visited{
	color: #fff;
	font-weight: bold;
}

#panel-text a.slide_white{
	color: #fff;
	font-weight: bold;
}
#panel-text a.slide_white:visited{
	color: #fff;
	font-weight: bold;
}

#panel1 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 345px;
	width: 1000px;
	max-height: 345px;
	background-image: url(../images/panel1-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#panel2 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 345px;
	width: 1000px;
	max-height: 345px;
	background-image: url(../images/panel2-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#panel3 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 345px;
	width: 1000px;
	max-height: 345px;
	background-image: url(../images/panel3-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#panel4 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 345px;
	width: 1000px;
	max-height: 345px;
	background-image: url(../images/panel4-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.right {
	float: right;
}
#frame-nav {
	position: absolute;
	bottom: 3px;
	left: 0;
	height: 23px;
	width: 700px;
	margin: 0;
	padding: 0;
}



/*end IFRAME*/

