html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
}

.layout_table {
	height:30px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #F00;
	padding-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
h3 a {
	text-decoration:none;
	color:#000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h4 a {
	text-decoration:none;
	color: #F30;
}

.boldme {
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.selectlocation_box {
	border:2px solid #85Add6;
	-moz-border-radius:0.7em;
	-khtml-border-radius:0.7em;
	width:575px;
	background-color: #EAF0FF;
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.selectlocation {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
	font-weight: bold;
	margin:0 auto;
}

.didyouknow {
	margin: 0 auto;
	width:595px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:50px;
}
.didyouknow b{
	font-size: 14px;
}
.didyouknow li{
	font-size: 13px;
	font-weight:normal;
	margin-left: 20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 15px;
}
li a {
	text-decoration:none;
}


#searchlocation_area{
	margin:0px auto;
	width:360px;
	height:50px;
}
#manual_area {
	border:1px solid #85ADD6;
	width:190px;
	background:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
	padding:2px;
	height:20px;
	margin-left:75px;
	text-align:center;
	cursor:text;
}
#auto_location {
	color:#3366CC;
	font-size:11px;
	font-weight:bold;
	font-family:'Lucida Sans','Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
}
#manual_location {
	font-weight:bold;
	border:0px;
	width:260px;
	height:17px;
	display:none;
	font-size:12px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-align:center;
}
#go {
	font-size:12px;
	padding:3px;
	padding-top:1px;
	padding-bottom:0px;
	border:1px solid #85ADD6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:25px;
	width:28px;
	margin-left:2px;
	background:#F2FFFC;
	cursor:pointer;
}
#go_loading {
	display:none;
	padding-left:5px;
	padding-top:5px;
	width:16px;
	height:16px;
}
#manual_hint {
	text-align:center;
	color:#999;
	font-size:10px;
	clear:left;
	font-family:Verdana, Geneva, sans-serif;
}


 body { /*override background*/
	background: #fff url(../images/background3.jpg);
background-size: cover;
}

#middle_focus {
	width:950px;
	height:100%;
	background: url(../images/1x1_90trans.png);
	padding-bottom:0px;
	margin-top:0px;
}

.footer {
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
}
