body {
	margin:0px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;	
	color:#333;
	background:url(../images/shad.gif) repeat-x;
}

.left {float:left;}
.right {float:right;}
.clear { clear:both; }

#container_home {
	padding:10px;
	margin:0 auto;
	width:680px;
	}

#container {
	padding:10px;
	margin:0 auto;
	width:900px;
	}
	
#box {
	width:472px;
	background:url(../images/box_mid.gif) repeat-y;
	padding:0px;
	margin:0 auto;
	}

#box_top {
	width:472px;
	background:url(../images/box_top.gif) top no-repeat;
	padding:0px;
	margin:0px;
	}

#box_bottom {
	width:412px;
	height:20px;
	background:url(../images/box_bottom.gif) bottom no-repeat;
	padding:20px 30px;
	margin:0px;
	}

#box_inner {
	width:805px;
	background:url(../images/box_inner_mid.gif) repeat-y;
	padding:0px;
	margin:0 auto;
	}

#box_inner_top {
	width:805px;
	background:url(../images/box_inner_top.jpg) top no-repeat;
	padding:0px;
	margin:0px;
	}

#box_inner_bottom {
	width:685px;
	height:40px;
	background:url(../images/box_inner_bottom.gif) bottom no-repeat;
	padding:30px 60px;
	margin:0px;
	}

#checklist {
	padding:0px;
	margin:0px;
	}

#checklist ul{
	padding:10px 10px;
	margin:0px;
	}
	
#checklist li{
	/*list-style-image:url(../images/check.gif);*/
	list-style:none;
	background:url(../images/check.gif) left top no-repeat;
	padding-left:30px;
	margin:0px;
	line-height:26px;
	}

#location {
	clear:both;
	width:896px;
	background-color:#f6f8fa;
	padding:2px;
	margin:10px 0px 5px 0px;
	color:#003366;
	font-size:16px;
	}

#legend {
	width:880px;
	border-top:5px solid #8b8b8b;
	padding:10px;
	margin:0px;
	}

.green {
	float:right;
	background:url(../images/legend_green.gif) no-repeat;
	padding-left:20px;
	margin-right:5px;
	font-size:9px;
	line-height:10px;
	}

.red {
	float:right;
	background:url(../images/legend_red.gif) no-repeat;
	padding-left:20px;
	margin-right:5px;
	font-size:9px;
	line-height:10px;
	}


#box_hotel {
	clear:both;
	width:889px;
	background:url(../images/box_hotel_mid.gif) repeat-y;
	padding:0px;
	margin:10px 0px;;
	}

#box_hotel_top {
	width:889px;
	background:url(../images/box_hotel_top.gif) top no-repeat;
	padding:0px;
	margin:0px;
	}

#box_hotel_bottom {
	width:849px;
	background:url(../images/box_hotel_bottom.gif) bottom no-repeat;
	padding:10px 20px;
	margin:0px;
	color:#4a6d84;
	font-size:11px;
	}

.pic {
	float:left;
	width:145px;
	height:100px;
	background:#fff url(../images/no_image_bg.gif) ;
	border:1px solid #c2ced5;
	padding:1px;
	margin-right:10px;
	}

#calendar {
	float:right;
	line-height:14px;
	padding:0px;
	margin-top:10px;
	}

#footer {
	border-top:1px solid #e5e5e5;
	padding:10px;
	margin-top:20px;
	font-size:10px;
	color:#7493a4;
	}

#footer a{
	color:#f47920;
	text-decoration:underline;
	}

#footer a:hover{
	color:#0082c6;
	text-decoration:none;
	}
	

.textBlue18 { font-size:18px; color:#0080be; }
.textRed11 { font-size:11px; color:#c44b1b; }
.textOrange16 { font-size:16px; color:#ff6900; }
