@charset "utf-8";
/* CSS Document */

div#wrapper {
	margin: auto;
	width : 1024px;
}

p {
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	padding: 3px 0px 20px 0px;
}

#logo {
	padding: 0px 0px 0px 0px;
	float:left;
	height: 116px;
	width : 513px;
}

#logo2 {
	float: right;
	height: 116px;
	width : 400px;
}

/* main */
#main {
	height: 116px;

	width: 1024px;
}

/* Menu */
#menu {
	float: left;
	height: 31px;
	list-style: none;
	width: 1024px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style: none;
	height: 31px;
}

ul li {
	display: block;
	float: left;
	position: relative;
	width: 170px;
	height: 31px;
}

li ul { display: none; }
ul li a {
	color: #333333;
	font-weight: bold;
	height: 31px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}

ul li a:hover {
	font-style:italic;
}
li:hover ul {
	display: block;
	position: absolute;
}
li:hover li {
	float: left;
	text-align:center;
	font-size: 0.5em;
}
li:hover a { font-weight: bold; }
li:hover li a:hover { font-weight: bold; }

#menu .current_page_item a {
	font-weight: bold;
	font-size:14px;
	color: #000000;
}

div#banner {
	float: left;
	height: 421px;
	text-align: left;
	width: 1024px;
}

div#title2 {
	float: left;
	height: 31px;
	text-align: left;
	width: 1024px;
}

div#content2 {
	background: url(images/bg.png);
	float: left;
	height: 231px;
	padding: 15px 0px 0px 45px;
	width: 979px;
}

div#news {
	color: #999999;
	float: left;
	font-weight: bold;
	height: 294px;
	width: 226px;
	padding: 5px 0px 0px 30px;
}

div#news2 {
	color: #999999;
	float: left;
	font-weight: bold;
	height: 294px;
	margin: auto;
	text-align: left;
	padding: 5px 0px 0px 20px;
	width: 226px;
}

div#news3 {
	color: #999999;
	float: left;
	font-weight: bold;
	height: 294px;
	margin: auto;
	text-align: left;
	padding: 5px 0px 0px 20px;
	width: 226px;
}

div#news4 {
	color: #999999;
	float: right;
	font-weight: bold;
	height: 294px;
	margin: auto;
	text-align: left;
	padding: 5px 30px 0px 0px;
	width: 226px;
}

div#gallery {
	padding: 200px 50px 50px 50px;
	line-height: 3.0em;
	text-align: center;
	height: 700px;
}





/* Body */
body {
	background: #FFFFFF url(images/bg.gif)repeat-x;
	background-position:top center;
	background-attachment: scroll;
	font-family: Arial;
	font-size: 65%;
	margin: 0;
	padding: 0;
}

/* slideshow */
#slideshow {
    position:relative;
	width: 1024px;
    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;
}
