﻿body
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}

p
{
	margin: 10px;
}

hr
{
	width: 98%;
	height: 2px;
	color: #CCCCCC;
	background-color: #E7E7E7;
	border-width: 0px;
}

h1
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	margin: 10px;
}
h2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}
h3
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}
h4
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px 10px;
	margin: 5px;
}

ul
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
}
li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.FloatLeftList ul
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
}
.FloatLeftList li
{
	margin: 2px;
	float: left;
}

.FloatLeftList li.txtcenter
{
	margin: 2px;
	float: left;
	text-align:center;
}

.FloatLeftList li a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.FloatLeftList li a:hover
{
	text-decoration: none;
}

.FloatRightList ul
{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
}
.FloatRightList li
{
	margin: 2px;
	float: right;
}
.FloatRightList li a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.FloatRightList li a:hover
{
	text-decoration: none;
}

a
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-width: 0px;
}

table
{
	border-width: 0px;
	padding: 0px;
}

#pageheader
{
	width: 900px;
	height: 110px;
	position: relative;
	background-image: url(../images/muecs_subpages/header_bg.png);
	background-repeat: no-repeat;
}
#pageheader .logo
{
	position: absolute;
	top: 10px;
	left: 20px;
}
#pageheader .ver_name
{
	position: absolute;
	top: 10px;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#pageheader .nav
{
	width: 500px;
	position: absolute;
	top: 20px;
	left: 300px;
}
#pageheader .nav a
{
	border: 1px solid #205F73;
	font-size: 14px;
	color: #205F73;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 5px 10px 5px;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#pageheader .nav a:hover
{
	border: 1px solid #205F73;
	color: #FFFFFF;
	background-color: #205F73;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#pageheader .searchbar
{
	position: absolute;
	top: 65px;
	right: 5px;
}
#pageheader .searchbar .searchbox
{
	border: 1px solid #B75B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	width: 250px;
	height: 30px;
	padding: 5px 0px 0px 5px;
}
#pageheader .searchbar .searchbtn
{
	border: 1px solid #B75B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E37200;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
}
#pageheader .searchbar .searchbtn:hover
{
	border: 1px solid #FF9E3E;
	background-color: #FF9E3E;
	color: #ffffff;
	cursor: pointer;
}

#pageheader ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pageheader li
{
	margin: 0px 5px;
	float: left;
}

#pagefooter
{
	width:100%;
	height: 150px;
	padding: 20px 0px 0px 0px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	background-color: #216175;
	background-image: url(../images/page_footer_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#pagefooter table
{
	width: 800px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}
#pagefooter .cols
{
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #CCCCCC;
	width:120px;
	padding-left:20px;
}
#pagefooter b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
#pagefooter a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#pagebody
{
	width: 900px;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
#pagebody #intro
{
	position: relative;
	width: 900px;
	height:300px;
}
#pagebody #intro h1
{
	text-align: left;
	font-family: Arial;
	font-size: 25px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width:500px;
	position:absolute;
	top:20px;
	left:20px;
	margin:0px;
}
#pagebody #intro .explain
{
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	width:400px;
	position:absolute;
	top:90px;
	left:20px;
}			
#pagebody #intro .tourpara
{
	position:absolute;
	top:190px;
	left:300px;
	padding: 8px 5px;
	width: 148px;
	height: 25px;
	text-align: left;
	background-image: url(../images/main_page/btn_learnhowtoPlay.png);
}
#pagebody #intro .tourpara a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#pagebody .shodow_pin
{
	position: absolute;
	top: 0px;
	right:10px;
	background-image: url(../images/main_page/orange_pin.png);
	background-repeat: no-repeat;
	width: 106px;
	height: 94px;
	z-index:1000;
}

#pagebody .lb_ctr
{
	position: absolute;
	bottom: 0px;
	right:30px;
	width: 400px;
	height: 230px;
	background-image: url(../images/main_page/cm_top_bg.png);
	background-repeat: no-repeat;
}
#pagebody .lb_ctr .content
{
	text-align: left;
	margin: 30px 20px 10px 40px;
	font-family: Aria;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
#pagebody .login_ctr
{
	position: absolute;
	top: 10px;
	right: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

#pagebody #midsection
{	
	position: relative;
	width: 900px;
	height:60px;
	background-image: url(../images/main_page/bm_header.gif);
	background-repeat: no-repeat;
	}

#pagebody #midsection .male_explorer
{	
	position: absolute;
	top: -80px;
	left: 10px;
	width: 100px;
	height:118px;
	background-image: url(../images/main_page/male_explorer.png);
	background-repeat: no-repeat;
	}
#pagebody #midsection .female_explorer
{	
	position: absolute;
	top: -110px;
	left: 110px;
	width: 100px;
	height:118px;
	background-image: url(../images/main_page/female_explorer.png);
	background-repeat: no-repeat;
	}
	
#pagebody #midsection .btnAppSotre
{	
	position: absolute;
	top: -50px;
	left: 200px;
	z-index:999;
	}	
	
#pagebody #midsection .anncc
{
	position: absolute;
	top: 10px;
	left: 500px;
	z-index: 990;
	width: 400px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}	


#pagebody #midlowsection
{
	background-position: bottom;
	position: relative;
	width: 900px;
	height: 600px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #205F73;
	background-image: url(../images/main_page/city_bg.png);
	background-repeat: repeat-x;
}	
#pagebody #midlowsection .activities_map
{
	position: absolute;
	top: 5px;
	left: 20px;
	width: 450px;
	height: 400px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

#pagebody #midlowsection #hotsnaps
{
	position:absolute;
	top:5px;
	right:20px;
	width:400px;
	}
	
#pagebody #midlowsection #hotsnaps .title
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#pagebody #midlowsection #hotsnaps .preview_Img
{
	width:100px;
	height:100px;
}

.blubox
{
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	margin: 10px 5px 10px 5px;
	background-image: url(../images/intro_pages/blubox_bg.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 130px;
	color: #FFFF00;
}
.blubox:hover
{
	background-position: 0px -150px;
	background-image: url(../images/intro_pages/blubox_bg.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 130px;
	color: #FFFF00;
}
.blubox .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.blubox .promtxt
{
	width: 250px;
	height: 80px;
	margin-top: 10px;
}
.blubox .findhow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}


.mobile_banner
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	margin: 10px 5px 10px 5px;
	background-image: url(../images/intro_pages/mobile_download.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 131px;
	color: #000000;
	font-weight: 600;
}
.mobile_banner .promtxt
{
	width: 156px;
	height: 100px;
}
.mobile_banner .getit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-left: 60px;
}

.pretextarea
{
	width: 260px;
	}

	.floatclear{ clear:both;}
	
	
.smallbl
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
