#StateMapSystem {
	text-align:center;
}

#StateMapSystem a,
#StateMapSystem a:hover,
#StateMapSystem a:active,
#StateMapSystem a:link,
#StateMapSystem a:visited {
	outline:none;
}

#StateMapSystem.mobile {
	/* background-image:url(../img/bgframe/cc.jpg); 
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%; */
}
#StateMapSystem .inline-block {
	display:inline-block;
	*display:inline;
	zoom:1;
}
#StateMapSystem #SMSContent {
	/* margin:35px 30px; */

}
#StateMapSystem #SMSContent > .content-wrapper {
	text-align:center;
}
.mapWrapper{
	text-align:center;
	margin-left: 0px;
}
#StateMapSystem #Loader {
	display:none;
	position:absolute;
	/*display:inline-block;
	*display:inline;*/
	zoom:1;
	width:200px;
	height:79px;
	left:50%;
	top:285px;
	margin-top:-40px;
	margin-left:-100px;
}
#StateMapSystem.loaded #Loader {
	display:none;
}
#StateMapSystem #SMSWrapper {
	display:none;
}
#StateMapSystem.loaded #SMSWrapper {
	display:block;
}
#StateMapSystem .floating-state {
	position:relative;
	vertical-align:bottom;
}

#StateMapSystem #MainTitle {
	font-size:24px;
	color:#000000;
	font-family:CircularStdBold, Arial, san-serif;
	margin:10px 0 25px 0;
	text-align:center;
}

#StateMapSystem #DropdownText {
	font-size:18px;
	color:#000000;
	font-family:CircularStdBold, Arial, san-serif;
	margin:25px 0 25px 0;
	text-align:center;
}

#StateMapSystem #BoatRegText {
	font-size:22px;
	color:#009b8d;
	font-family:CircularStdBold, Arial, san-serif;
	margin:25px 0 25px 0;
	text-align:center;
}

#StateMapSystem #Footer {
	background: #e2effc;
	padding-top:5px;
}

#StateMapSystem #PoweredText {
	font-size:12px;
	color:#000000;
	font-family:CircularStdBold, Arial, san-serif;
	padding:0 0 5px 0;
	text-align:center;
}

.wave-bottom {
	background: url(../img/wave-x.png) bottom left repeat-x;
	height:10px;
	margin: 25px 0 0 0;
}

#StateMapSystem #MainTitle .content-wrapper {
	/*padding:0 0 0 195px;*/
}

#StateMapSystem #DropDown {
	background-repeat:no-repeat;
	background-position:top left;
	left:-2px;
	top:0px;
	z-index:4;
	/*width:230px;
	 height:190px; */
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#StateMapSystem #DropDown > .content-wrapper {
	/* padding: 148px 10px 0px 20px; */
}

#StateMapSystem.lang-es #DropDown {
	background-image:url(../img/dropdownbg_es.png);
}

@media (max-width: 660px) {

	#StateMapSystem #MainTitle .content-wrapper{
		/* display:none; */
	}
	
	#StateMapSystem .mapWrapper {
		display:none;
	}

	#StateMapSystem #MainTitle {
		margin-bottom:0;
	}
	#StateMapSystem #MainTitle .content-wrapper{
		padding:0 0 0 0;
		margin-bottom:0;
	}

	#StateMapSystem #DropDown {
		/*width:230px;
		 height:190px; */
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	
	#StateMapSystem #DropDown > .content-wrapper {
		/* padding: 148px 10px 0px 20px; */
	}

}

#StateMapSystem.mobile #SMSContent {
	margin:0;
}

#StateMapSystem.mobile {
	/* background-image:url(../img/bgframe/cc.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%; */
}

#StateMapSystem.mobile {
	text-align:center;
}

#StateMapSystem.mobile #MainTitle {
	margin-bottom:0;
}
#StateMapSystem.mobile #MainTitle .content-wrapper{
	padding:0 0 0 0;
	margin-bottom:0;
}

#StateMapSystem.mobile #DropDown {
	position:relative;
	margin-left:45px;
}
@media (max-width: 320px) {
	#StateMapSystem #DropDown {
		left:-10px;
	}
}