body {
	background: #161645;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	line-height:0px;
}
.main {
	margin:0px auto;
	padding:0px;
	width:940px;
}
.top {
	margin:0px auto;
	padding:0px;
	height:35px;
	width:940px;
}
.login {
	float:left;
	width:940px;
	height:35px;
	background: url(../images/login_bg.jpg) repeat-x;
}
.login_title {
	float:left;
	width:157px;
	height:34px;
	padding-left:2px;
}
.form {
	padding:2px 15px;
	float:left;
	height:34px;
}
.login span {
	color:#ffffff;
}
input {
	margin:4px;
}
.field {
	width:144px;
}
.go_btn {
	float:left;
	width:63px;
}
.agents_btn {
	float:left;
	width:175px;
	padding:4px 10px;
}
.main_menu {
	clear:both;
	margin:0px auto;
	padding:0px;
	height:34px;
	width:940px;
}
.main_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.main_menu li {
	display:inline;
	float:left;
}
.main_banner {
	padding:0px;
	margin:0px;
	width:940px;
	height:611px;
}
.content {
	padding:20px 40px;
	margin:0px;
	min-height:660px;
	background-color:white;
	color:#343434;
	line-height:16px;
}
h1 {
	padding:10px 0px 4px 0px;
	color:#a32d03;
	font-size:24px;
}
h2 {
	padding:10px 0px 4px 0px;
	color:#343434;
	font-size:18px;
}
h3 {
	padding:10px 0px 4px 0px;
	color:#343434;
	font-size:16px;
}
.red_text {
	color:#980019;
	font-weight:bold;
}
.expand_title {
	padding: 2px 10px;
	cursor: pointer;
	position: relative;
	margin:2px;
	background-color:#e7e7e7;
	font-weight:bold;
}
.expand_txt {
	padding: 2px 10px 15px;
}
.tworowsleft {
	float:left;
	width:300px;
}
.tworowsright {
	float:left;
	width:300px;
}
hr {
	color:#e6e6e6;
}
.footer {
	padding:0px;
	margin:0px;
	width:940px;
	height:88px;
}
.clear {
    clear:both;
}
.copyright {
	font-size:10px;
	color:#eaeaea;
	margin:14px auto;
	width:940px;
	text-align:center;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0s;
  animation-name: fade;
  animation-duration: 0s;
}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 0}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 0}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}