@import url("../../css/base.css");
@import url("../css/display.css");





body{

}
h1{
}

#header,
.content,
#footer{
}
#header{
}
.content{
	margin-top: 0px;

}
* html #header{
	margin-top: 0px;

}

#header .siteName{
	height:60px;
}
#header .siteName a{
	height:60px;
}


/* .main */
.topicPath{
}
.content{
	padding: 0;
}
.main {
	margin: 0;
	padding: 0;
	width: 900px;
}

.content .main h1{
	background: url(../images/acceH1.png) no-repeat 50% 0px;
	text-indent: -50000px;
	margin: 0px auto 0 auto;
	padding: 0;
	width: 900px;
	height:140px;
}

.main .textBody{
	margin: 10px 20px 0px 20px;
	
}
.main .textBody:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.main .textBody{
  min-height: 1px;
}

* html .main .textBody{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
/**/
}



.main .textBody li h3{
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-indent: 0px;
}


.main .textBody p{
	margin: 0 10px;
}
.main .map p{
	margin: 0 auto;
}
.main .map img.map1{
	display: block;
	float: left;
}
.main .map img.map2{
	display: block;
	float: right;
}
.main .map img.map2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.main .map img.map2 {
  min-height: 1px;
}


.main .textBody ul p{
	margin: 0;
}


.main .textBody ul{
	list-style:none;
	margin: 0 10px;
}
.main .textBody ul li{
	background:url("../images/acceLi.png") no-repeat 0 7px;
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.main .textBody .roomType #dormitory{
	margin: 0;
}
.main .textBody .roomType li h3{
	background:#eee;
	border-bottom: 1px solid #888;
	color:;
	font-size:13px;
	font-weight:bold;
	padding: 5px 0 5px 5px;
}

.main .textBody img#photoIntro{
	margin: 0 0 0 10px;
}

.main .textBody .roomType li ul li{
	border: none;
	float: left;
	list-style:none;
	margin: 0 20px 0 0;
	width:198px;
	height:298px;
}


.main #description{
}
.main #description h2{
	margin:0;
}
.main #description p{
	text-indent: 0px;
}

/* .utilities */

.utilities{
	background: url(../images/roomUtilities.png) repeat-y 50% 0;
	margin: 0;
	width: 900px;
}



.utilities ul li{
	margin: 0 0 10px 0;
}
.utilities .textBody.service{
	float: left;
	margin: 10px 0 15px 40px;
	width: 410px;
}
* html .utilities .textBody.service{
	margin: 10px 0 15px 10px;
}

.utilities .textBody.attention{
	float: right;
	margin: 10px 20px 15px 0;
	padding: 0 0 0 20px;
	height: 160px;
	width: 400px;
}
* html .utilities .textBody.reserve{
	margin: 10px 10px 0 0;
}
.utilities .textBody.attention:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.utilities .textBody.attention {
  min-height: 1px;
}

* html .utilities .textBody.attention {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
/**/
}
.utilities .textBody.reserve h2{
	background: url(../images/indexH2RoomSearch.png) no-repeat;
	color: #800;
	font-size: 16px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	text-indent: -50000px;
}

