@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
}
.bar1{
	height:180px;
	background:-webkit-linear-gradient(#cc89f6, #FFF);
	background:-moz-linear-gradient(#cc89f6, #FFF);
	background:linear-gradient(#cc89f6, #FFF);
	width:100%;
	
}
#header{
	margin:0 auto; 
	width:900px; 
	height:auto;
}
#header h1{
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
}
#header h3{
	color:#660066;
}
.bar2{
	width:100%;
	height:50px;
background:-webkit-linear-gradient(#FFF,#cc89f6);
background:-moz-linear-gradient(#FFF, #cc89f6);
	background:linear-gradient(#FFF,#cc89f6);
	color:#FFF;
	
}
#menu{
	width:900px;
	margin:0 auto;
	height:50px;
}
#menu ul li{
	display:block;
	float:left;
	width:148px;
	font-weight:bold;
	height:50px;
	background:-webkit-linear-gradient(#FFF,#cc89f6);
	background:-moz-linear-gradient(#FFF, #cc89f6);
	background:linear-gradient(#FFF,#cc89f6);
	border-left:1px solid #636;
	border-right:1px solid #636;
	color:#000;
	text-decoration:none;
	position:relative;
	padding:0px;
	margin:0px;
}
#menu a{
	display:block;
	width:148px;
	height:50px;
	text-decoration:none;
	color:#609;
	padding:0px;
	margin:0px;
}
#menu a span{
	padding-top:6px; 
	display:block;
}
#menu ul ul{
	display:none;
}
#menu ul li:hover ul{
	display:block;
}

#menu ul li:hover{
	background: #cc89f6;
}
#menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu img{
	float:left; 
	margin-right:10px; 
	margin-left:10px;
}
#menu ul li ul li{
	border:1px solid #636;
}
#menu ul li ul li a{
	text-align:center;
}
#menu ul li ul li:hover a{
	color:#333;
}
.line1{
	display:block;
	height:10px;
	width:100%;
}
.line2{
	display:block;
	height:1px;
	width:100%;
}

.clear{
	clear:both;
}
#wrapper{
	position:relative;
	min-width:900px;
}
#content{
	float:left;
	padding-top:20px;
	width:550px;
}
#right-content{
	float:right;
	width:350px;
}
#main-body{
	width:900px;
	margin:0 auto;
}
.bar3{
	background:#663399;
	width:100%;
}
.footer{
	width:900px;
	margin:0 auto;
	color:#FFF;
	padding-top:10px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#map_canvas{
	width:100%;
	height:300px;
	background:#CCC;
	margin-top:20px;
}
.bar4{
	background:#C9F;
	width:100%;
}
.footer ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.footer ul li{
	display:block;
	float:left;
	width:148px;
	text-decoration:none;
	position:relative;
	padding:0px;
}
.footer ul li ul li{
	margin-top:5px;
}
.footer a{
	display:block;
	width:148px;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	text-align:center;
}
.footer a:hover{
	text-decoration:underline;
}
#slideshow{
	width: 550px;
	height:205px;
}
.promo{
	width:200px;
	height:118px;
	background-image:url(../Images/film.gif);
	margin-top:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.promo p{
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}