@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
h1{
	display:none;
}
body{
	font-family:arial, sans-serif;
	color:#333;
	font-size:1em;
	line-height:1.6em;
}
#top{
	width:100%;
	background:#FFF;
}
#top-wrapper{
	width:960px;
	height:548px;
	margin:0 auto;
}
#header{
	width:960px;
	height:128px;
	float:left;
	background:url(../images/logo.gif) top left no-repeat;	
}
#bottom{
	width:100%;
	background:url(../images/footer-bg.gif) top left repeat;	
}
#bottom-wrapper{
	width:960px;
	height:150px;
	margin:0 auto;
}
.left{
	width:460px;
	float:left;
	text-align:left;
	padding:20px 0px 20px 20px;
}
.right{
	width:460px;
	float:left;
	text-align:right;
	padding:20px 20px 20px 0px;
}
a:link, a:visited{
	color:#005487;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#slideshow{
	width:960px;
	height:420px;
	float:left;
	position:relative;
	background:url(../images/content-bg.gif);
}
#slideshow #slidesContainer {
	margin:0 auto;
	padding-top:15px;
	width:630px;
	height:320px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:630px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:585px;
}
.control {
	display:block;
	width:150px;
	height:350px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:url(../images/control_left.gif) no-repeat;
}
#rightControl {
	top:0;
	right:0;
	background:url(../images/control_right.gif) no-repeat;
}