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

body {
	background-color:#DFFFD8;
	color: #333;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; 
	padding: 0; 
}

ul{
	list-style:none;
	padding:0;
}
li {
	padding:0;
	font-size: 14px;
}

h2 {
	font-weight: normal;
	font-size:22px;
}

h3{
	font-size: 16px;
	padding: 5px 0 0;
}


a:link {
	color: #004400;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #004400;
	text-decoration: none;
}

#container{
	width: 900px;
	height: 630px;
	background-color:#fff;
	box-shadow:0 0 100px rgba(0,0,0,0.5);
	margin:0 auto;
	padding:0;
	}

#header {
	height: 140px;
	border-bottom: 1px solid #DFFFD8;
}

#info {
	float:right;
	padding: 45px 50px 20px 0;
	height:20px;
	font-size: 14px;
}

#content {
	height: 190px;
	padding: 10px 50px;
}
#footer_right{
	float:right;
}
#footer_left {
	float:left;
	font-size:14px;
	position:relative;
	padding:5px 0 0;
	
	
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */


#slider{
  padding:30px 0 10px;
  margin:0 auto;
  overflow:hidden;
}

#banner {
  height:300px;
  width:800px;
  margin:0 auto;
  position:relative;
  background:#fff;
  border:0;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
}

 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#004400;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-20px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:0;
  overflow:hidden;
  text-indent:-9999px;
  background:#333;
  border-radius:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#004400;
}
