@charset "utf-8";

/* Main Body */

body { background: url(../images/body_bg.jpg) repeat-x top #fff; margin:0 0 30px 0; padding:0}
#container { margin: 0 auto; width: 720px; }

li { list-style: disc; }

/* Typography */

p,td,ul,li { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; }
p { line-height: 140%; margin-top: 0; }
p a { color: #006543; font-weight: bold; }
p a:hover { color: #FFCC00; text-decoration: none; }

li { list-style: disc; line-height: 140%; }

h1 { font: 20px Verdana, Arial, Helvetica, sans-serif; color: #006543; line-height: 18px; letter-spacing: -1px; }
h2 { font: bold 15px Verdana, Arial, Helvetica, sans-serif; color: #006543; }
h3 { font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #006543; margin-bottom: 10px; }
h3 a { color: #006543; font-weight: bold; }
h3 a:hover { color: #FF9900; text-decoration: none; }
.h3 { font: 13px Verdana, Arial, Helvetica, sans-serif; color: #006543; }
h4 { font-size: 14px; font-weight: bold; }

.city_country { font-size: 14px; color: #000000; letter-spacing: 0; }
.reservation_details { font-weight: bold; font-size: 11px; color: #000000; }

.acc_name { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#573511; }
.ratetext01 { font: 11px Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align:left;}
.ratetext02 { font: 11px Verdana, Arial, Helvetica, sans-serif; color:#006543; font-weight:bold;}

/* Sidebar Classes */

.left_column { background: url(../images/sidebar_bg.jpg) no-repeat center; width: 202px; height: 217px; float:left; position: relative; }
.left_column_content { padding: 25px 5px 5px 5px; text-align: center; }

.rate-starts { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #333; line-height: 1.5em; }
.currency-rate { font: bold 16px Arial, Helvetica, sans-serif; color: #006543; text-decoration: none; }

.left_column_content p a { color: #333; font-weight: normal; } /* modify/cancel reservation link style */
.left_column_content p a:hover { text-decoration: none; }

/* Over-all Layout */

#top { background:url(../images/img_top.jpg); height: 50px; font-size:0; }

#top_logo { background: url(../images/logo.jpg); width: 210px; height:  150px; border: none; float: left; }

#header { height: 150px; display: block; }

#navigation { background: url(../images/img_navigation.jpg) no-repeat center; height: 52px; text-align: center; }

#navigation_footer { height: 50px; text-align: center; }

	/* Navigation Links Style */
		.topnav { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; line-height:40px; }
	.topnav a { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; }
	.topnav a:hover { font-weight: bold; color: #eee; text-decoration: underline; }
	.current-page { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #0000FF; text-decoration: none; }
	.divider { font: bold 18px "Times New Roman", Times, serif; color: #fff; text-decoration: none; padding: 0 8px; }

#content { background: url(../images/img_bg_content.jpg) repeat-y; padding-bottom: 30px; }
#copy-content { margin-left: 220px; padding-top: 5px; width: 490px; }

#bottom { background: url(../images/img_bottom.jpg) center no-repeat; height: 26px; }
#footer { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #333; text-align: center; width: 500px; float: right; line-height: 120%; }

/* PPC-LP Classes */

.box_container { background-color: #C4DBC9; border:1px solid #A1D1AD; padding:10px;}

.box_container_commonfeat { background-image: url(../images/ppc_commonfeat.jpg); background-position:bottom left; background-repeat: no-repeat; border:1px solid #999999; padding: 10px 10px 10px 100px;}

/* PLEASE DO NOT TOUCH ANYTHING BELOW THIS COMMENT */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */