* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	background-color:#ffffff;
	font-family: Helvetica, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}

td {
	background-color:#ffffff;
	font-family: Helvetica, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}



input {
	vertical-align: middle;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
		background: #ffffff;
}

#content {
	padding: 0 0 0px;
		background: #ffffff;
}

a:link { color: #008cf0; text-decoration: underline}
a:visited {	color: #66ccff; text-decoration: nonenone}
a:hover	{ color: #008cf0; text-decoration:underline}

.gray {
	color: #999999;
	font-size: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 35px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 3px;
	margin-top: 10px;
}

h2 {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	text-decoration: none;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 3px;
	margin-top: 10px;
}

hr {
  color: #CCCCCC;
  background-color: #ebebeb;
  border-width:0px;
  width: 100%;
  height: 1px;
}

#panel {
    background: #ebebeb;
    color: #000000;
    height: auto;
    width: auto;
    padding: 25px;    
    display: none;
	font-family: Helvetica, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
.btn-slide {
    background: #ffffff;
    color: #3399FF;
	text-decoration: none;
	order-bottom: 1px dashed #ebebeb;
	font-family: Helvetica, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}

div#rotator {position:relative; height: 570px; width:850px; margin-top:20px;}
div#rotator ul li {float:left; position:absolute; list-style: none;}
div#rotator ul li.show {z-index:500;}

div#text {
	position:relative;
	text-align:center;
		background: #ffffff;
		    height: auto;
    width: auto;
}