#slide_panel {
	background: #44403b;
	height: auto;
	display: none;
}
.SlideBox {
	padding: 0px 0px 30px;
	display: none;
	width: 960px;
	margin:auto;
	clear:both!important;
}
.hideSlideBox {
	width: 960px;
	margin: 0px auto 20px auto;
	height: 20px;
}
.hideSlideBox a {
	float: right;
	display: block;
	background:#000000;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 20px;
	text-shadow:0 0 3px #4D4D4D;
}
.hideSlideBox a:hover {
	color: #FFF;
}
.cityList {
	width: 960px;
	margin: 0px auto;
	display: block;
	padding:0px 0px 20px;
}
.cityList ul {
	width:960px;
	margin:10px auto;
	clear:both;
}
.cityList li {
	float: left;
	display:block;
	width: auto;
	border:0px solid red;
	font-size:13px;
}
.cityList li a {
	color: #fff;
	display: block;
	padding:5px 20px;
	text-decoration:none;
	margin:0px 5px;
	text-shadow:0 0 3px #4D4D4D;
}
.cityList li.current a {
	text-decoration:none;
	margin:0px 5px;
	text-shadow:none;
	font-size:13px;
	font-weight:bold;
	background:#000000;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 20px;
	text-shadow:0 0 3px #4D4D4D;
}
.cityList li a:hover {
	background: rgb(107,82,15); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNTIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmQwNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(107,82,15,1) 0%, rgba(246,208,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,82,15,1)), color-stop(100%,rgba(246,208,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(107,82,15,1) 0%,rgba(246,208,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(107,82,15,1) 0%,rgba(246,208,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(107,82,15,1) 0%,rgba(246,208,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(107,82,15,1) 0%,rgba(246,208,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b520f', endColorstr='#f6d06a',GradientType=0 ); /* IE6-8 */
}
.popCityList {
	width: 800px;
	margin: 0px auto;
	display: block;
	font-family:Museo, Arial, Verdana;
}
.popCityList ul {
	width:800px;
	margin:0px auto;
	clear:both;
}
.popCityList li {
	float: left;
	display:block;
	width:170px;
	border:1px dashed #ddd;
	font-size:13px;
	text-transform: uppercase;
}
.popCityList li a {
	color: #004364;
	display: block;
	padding: 3px 10px;
	text-decoration:none;
	/*margin-right:8px;

	margin-bottom:10px;

	margin-left:8px;*/

	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.popCityList li.current a {
	color: #fff;
	text-decoration:underline;
	background:#16B4EA;
	margin-left:8px;
}
.popCityList li a:hover {
	color: #000;
	text-decoration:underline;
	background:#CF1300;/*margin-left:8px;*/
}
.citycontainer {
	float:left;
	width:650px;
	height:100px;
	border:0px solid red;
}
.citycontainerFirst {
	float:left;
	width:180px;
	padding:0px 5px 0px 5px;
}
.citycontainerSec {
	float:left;
	width:240px;
	padding:0px 5px 0px 5px;
}
.submitClass {
	clear:both;
	padding:0px 5px 0px 5px;
	margin:0px;
}
.lettercls {
	-moz-border-radius:4px;
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius:4px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	background:#333;
	border:1px solid #999;
	border-radius:4px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.3);
	color:#fff;
	color:rgba(255,255,255,1);
	cursor:pointer;
	font:12px/30px 'Lucida Sans', Arial, Verdana, Helvetica, sans-serif;
	height:30px;
	margin-top:5px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
}
#citysuccesscontainer {
	float:left;
	width:650px;
	color:#008000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
