/* 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 */




#banner {
  height:900px;
  width:540px;
  margin:0 auto;
  position:relative;
  color: #FFF;
  font-family:"Myriad Pro";
  font-size:36px;
}

 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  color: #ffffff;
  font-family:"Myriad Pro";
  font-size:60px;
  font-weight:lighter;
  text-shadow: 2px 2px 2px #222;
  text-decoration:none;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.2);
  font-family:"Myriad Pro";
  color:#fff;
  text-align:center;
}

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

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

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  overflow:hidden;
  text-indent:-9999px;
  background:#0E0;
  font-family: "Myriad Pro";
  border-radius:10px;
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}
table tr th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: lighter;
}
table {
	font-size: 20px;
	color: #050;
}
table tr td {
	font-size: 15px;
	color: #777;
}
#wrapperDiv {
	color: #222;
}
#wrapperDiv #CenterDiv #screenDiv #formDiv1 #form1 table tr th p {
	color: #555;
}
#address {
	color: #555;
}
