@charset "UTF-8";
body {
	font-size: 14.5px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}

.container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
}

.top-container {
	width: 960px;
	background: #333333;
	margin: 0 auto; 
}
.geo-header {
	clear:both;
	width:100%;
	background:#333333;
	border-bottom:#000 solid 2px;
	line-height:30px;
	margin-bottom:15px;
}

.header {
	margin-top:10px;
	margin-bottom:8px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: linear-gradient(top, #ffffff, #cccccc);
	height: 465px;
	border-bottom: #666666 solid 4px;
}

.header-container {
	width:1050px;
	margin:0 auto;
}

.header-ad {
	float:right;
	margin-top:8px;
}


.sidebar1 {
	float: right;
	width: 310px;
	padding: 10px 5px 10px 0;
}

.sidebar-box {
	width:275px;
	font-size:13px;
	padding: 15px 10px 20px 10px;
	border-radius:10px;
	margin:15px 0 15px 0;
	border:2px solid #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	background: #fff;
}
.sidebar-box ul{
	text-align:left;
	list-style-type: none;
	padding: 0px;
	margin: 10px;
	font-size:13px}
	
.sidebar-box li{
	margin:0 0 0 8px;
	list-style-image:url(../images/img/li-arrow.jpg);
	padding-left:0;}

.sidebar-header {
	padding-bottom:10px;
	font-size:14px;
	color:#284c80;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

.content {
	padding: 10px 0;
	width: 660px;
	float: left;
}

.content a:link {
	color: #42413C;
	text-decoration: underline; 
}

.content a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

.content a:hover, a:active, a:focus { 
	text-decoration: none;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}

.sm-text {
	color:#000;
	font-size:11px;
}

.sm-white-text {
	color:#fff;
	font-size:11px;
}

.sm-white-text a:link, a:visited {
	color: #fff;
	text-decoration: underline; 
}

.sm-white-text a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #0272a7;
}

/*--- FOOTER ---*/

.footer {
	background:#333333;
	width:100%;
	padding: 0;
	position: relative;
	clear: both;
	border-top:#666666 solid 4px;
	
}

ul.button {
	text-align:left;
	list-style-image:url(../images/img/plus_dark.png);
	padding-left: 25px;
	margin: 0px;}
	
li.button {
	margin:5px 0 5px 5px;
	padding-left:7px;
	padding-top:2px}


.footer-container {
	margin:0 auto;
	width:960px;
	padding-bottom:10px;
	padding-top: 10px;
}

.footer-header {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fab84b;
	font-size:12px;
}

.columns {
	padding-left:20px;
}


#keywordwide {
	clear:both;
	width:100%;
}

.keywordwide-contain {
	width:960px;
	margin:0 auto;
}

.out-container {
	margin: 0 auto;
	margin-top:10px;
	width:960px;
	margin-bottom: 10px;
}



.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider { width: 960px; height:270px; position: relative;  overflow: hidden; /* important */ margin:0 auto 30px auto;}
#slider, #slider img, #slider ul{ width: 960px;height:250px; }
#slider li,#slider ul{ padding:0; margin:0; list-style: none;}
#slider ul { position: absolute;}
#slider .slide { float: left; position: relative; display: none; }
#slider .slide:first-child{ display: block; }