/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background: url(images/bg.jpg) repeat-x #BADBEC;
		font-family: "Arial";
	
	}
#wrap {
		width:920px;
		margin:0 auto;
	}
#header {
	margin-top:0px;
	margin-left:0px;
	height:159px;
	background:url(images/header.png);
	}
h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	text-shadow:1px 1px #666;
}
h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	text-shadow:1px 1px #666;
	font-weight:normal;
}
h2 a {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color:#404040;
	text-shadow:1px 1px #2093FF;
	font-weight:normal;
	text-decoration:none;
}
h2 a:hover {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	text-shadow:1px 1px #666;
	font-weight:normal;
	text-decoration:underline;
}
h3 {
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color:#3F3F3F;
	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
	font-family:Arial Black;
}
#nav {
	padding-top:134px;
	padding-right:0px;
	text-align:right;
	vertical-align:bottom;
	}
#nav a {
	color:#0D8BFF;
	text-decoration:none;
	font-weight: lighter;
	padding:7px;
	font-size:14px;
}
#nav a:active {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
#nav a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background:#0D8BFF;
	padding:7px;
}
#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	
#main {
		width:910px;
		height:290px;
		padding:5px;
		margin:0px;
		background:#404040;
	}
#main2 {
		width:918px;
		height:260px;
		padding:0px;
		margin-top:0px;
		background:  #FFF;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;		
		clear:both;
	}
#main2bottom {
		width:920px;
		padding:0px;
		background:url(images/main2bottom.png);
		height:20px;
	}
#info1 {
		width:245px;
		padding:30px 30px 20px 30px;
		border-right: 1px solid #CCCCCC;
		float:left;		
		color:#666666;
		font-size:14px;
		text-align:center;
	}
#info2 {
		width:225px;
		padding:30px 40px 20px 40px;
		float:left;		
		color:#666666;
		font-size:14px;
		text-align:center;
	}
#info3 {
		width:225px;
		padding:30px 40px 20px 40px;
		border-left: 1px solid #CCCCCC;
		float:left;		
		color:#666666;
		font-size:14px;
		text-align:center;
	}
#sidebar {
		float:right;
		width:230px;
		padding:10px;
		background:#99c;
	}
#footer {
		clear:both;
		margin:0 auto;
		width:auto;
		padding:310px 0px 10px 0px;
		height:auto;
		background: url(images/footerbg.jpg) repeat-x top center #A4CE3A;
		text-align:center;
		font-size:11px;
		color:#FFF;
		line-height:150%;
	}	
#footer a {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		color:#FFF;
		font-weight:normal;
		text-decoration:none;
	}
#footer a:hover {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		color:#FFF;
		font-weight:normal;
		border-bottom:1px dotted #FFF;
	}
#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	

#slideshow {
    position:absolute;
    height:290px;
	width:910px;
	margin-left:0px;
	margin-top:0px;
}

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

