@charset "UTF-8";
/* CSS Document */

body
{
background-image:url('images/paper.png');
background-repeat:repeat;
 margin:0;
 padding:0;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#999;
	letter-spacing:3px;
	font-variant:small-caps;
	padding:0px;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#666;
	letter-spacing:2px;
	font-weight:normal;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#fff;
	letter-spacing:2px;
	font-weight:normal;
}

a:link {
	color:#666;
	text-decoration: none;

}      /* unvisited link */
a:visited {
	color:#666;
	text-decoration:none;

}  /* visited link */
a:hover {
	color:#333;
	text-decoration:none;
} 
	 /* mouse over link */
a:active {color:#333;
}  /* selected link */


.caption {
	font-family:Helvetica, arial, sans-serif;
	font-size:10px;
	color:#999;
	letter-spacing:2px;
	font-weight:normal;
	line-height:15px;
}

.head {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#fff;
	letter-spacing:2px;
	font-weight:normal;
	line-height:15px;
}

.subhead {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#666;
	letter-spacing:2px;
	font-weight:normal;
	line-height:15px;
}


.body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:17px;
	padding:0px;
	padding-bottom:0px;
}

.sidebar {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:17px;
	padding:10px;
	padding-bottom:0px;
}

.container {
	position:relative;
	background-color:#FFF;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

#logo {
	height:80px;
	vertical-align:middle;
}

#menu {
	height:50px;
	vertical-align:middle;
}

#menu ul {
	
	text-align:center;
	padding-top:20px;
}



#menu li {

	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-color:#999;
	display:inline;
	color: #666;	
	letter-spacing:1px;
	padding:10px;
}


.banner {
	position: relative;
	overflow: auto;
	width:1024px;
	margin-left: auto;
	margin-right: auto;
}
    .banner li { list-style: none;}
        .banner ul li { float: left; width: 1024px; }

#content {
}

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 4px;
  text-indent: -999em;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}

#wrapper {
  padding: 0px;
  }

#banner {
  padding: 20px;
  height: 50px;
  background-color:#999;
  
  }


.rslides {
  margin: 0;
  }


#footer {
	position:relative;
	bottom:0px;
	background-color:#333;
	height:5px;
	padding:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#666;
}
