* { margin:0; padding:0;}


table.tblMainPageText td {
	padding: 6px 6px 0px 6px;
	border: 0;
	color: #004286;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

table.tblMainPageFooterText1 td {
	padding: 0px 0px 0px 0px;
	color: #004286;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.tblChk { /* Class for check boxes */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	display: inline-table;
	width: 15px;
	padding:0px 0px 0px 0px;
	background-color: white;
	border:1px solid grey;
	height:15px; 
}


.clear { clear:both;}

.fleft { float:left;}
.fright { float:right;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.container {
	width:100%;
	top: 0px;
}

p { margin-bottom:17px;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form { height:30px;}
.form input {width:197px; height:18px; background:#fff; color:#191919; font-size:.91em; font-family:arial; padding-left:3px; border:1px solid #e1e1e1; border-left:1px solid #191919; border-top:1px solid #191919;}
textarea { width:215px; height:78px; background:#fff; overflow:auto; color:#191919; font-size:.91em; font-family:arial; padding-left:3px; border:1px solid #e1e1e1; border-left:1px solid #191919; border-top:1px solid #191919;}

.select_1 { width:201px; height:21px; background:#fff; border:1px solid #93572f; color:#2c2c2c; font-size:.91em; padding-left:3px; margin-right:4px; font-family:arial;}

/*==================list====================*/
ul { list-style:none;}

.list1 li a { background:url(images/marker.gif) no-repeat left 4px; padding-left:19px; line-height:2em; font-family:verdana;}
.list2  { margin-bottom:17px;}
.list2 li { background:#697779; padding:4px 0 4px 12px;}
.list2 li strong { width:93px; float:left;}
.list2 li.bgd { background:#596669;}

/*==================other====================*/
.img_indent { margin:0 21px 0 0; float:left;}
.img_indent1 { margin:0 27px 0 8px; float:left;}

blockquote p { margin-bottom:8px;}
.p1 { margin-bottom:6px;}


/*==================txt, links, lines, titles====================*/
a {color:#fff; text-decoration:none;}
a:hover{ text-decoration:underline;}

h3 { font-size:1em; margin-bottom:7px;}
h4 { font-family:verdana; background:url(images/marker.gif) no-repeat left 7px; padding-left:19px; font-size:1em; font-weight:normal; margin-bottom:8px;}

.txt1 { color:#ffbe80; font-size:.83em; text-transform:uppercase;}

.link1 { text-decoration:underline;}
.link1:hover { text-decoration:none;}

.title {margin:0 0 28px -2px; position:relative;}
.title1 {margin:0 0 37px -2px; position:relative;}


/*==================blocks====================*/
.block1 { background:#202626; width:100%;}
.block1 .left_top_corner { background:url(images/left_top_corner.gif) no-repeat left top;}
.block1 .right_top_corner { background:url(images/right_top_corner.gif) no-repeat right top;}
.block1 .right_bottom_corner { background:url(images/right_bottom_corner.gif) no-repeat right bottom;}
.block1 .left_bottom_corner { background:url(images/left_bottom_corner.gif) no-repeat left bottom;}
.block1 .ind { padding:31px 20px 30px 29px;}

.box1 { background:#363d3e; width:100%;}
.box1 .inner { padding:40px 16px 45px 20px;}
.box2 { background:#4a585a; width:100%;}
.box2 .inner { padding:40px 16px 45px 20px;}
.box3 { background:#5e6d70; width:100%;}
.box3 .inner { padding:40px 16px 41px 20px;}

/*header*/
#header .row_1 { height:140px; background:url(images/header_bgd1.gif) left top repeat-x;}
#header .row_1 .fleft { padding:30px 0 0 20px;}
#header .row_1 .fright { padding:27px 20px 0 0;}
#header .row_2 { background:url(images/header_bgd2.gif) left top repeat-x #1c1c1c; padding:32px 0 25px 20px;}
#header .row_2 p { padding:10px 0 7px 0; margin-bottom:0; font-size:.91em; color:#c1c1c1;}
#header .menu { padding:7px 0 0 20px; }
#header .menu img { margin-right:4px;}

/*content*/
#content .indent { padding:0 20px 0 0;}
#content .indent1 {padding:0 54px 0 0;}
#content .indent2 {padding:0 40px 0 0;}

/*footer*/
#footer { background:url(images/footer_bgd.gif) left top repeat-x;}
#footer p { padding:30px 0 0 20px;}
#footer p a { color:#f60; text-decoration:underline;}
#footer p a:hover { text-decoration:none;}

/*================== index.html ==================*/
#page1 #content .box1 .col_1 h3 { padding-top:8px;}
/*==========================================*/

/* FEES */
#popup{
	position: absolute;
	border: 5px solid #ccc;
	padding: 10px;
	background: white;
	width: 350px;
	height: 400px;
	z-index: 200;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(PIE.php);
	font-size: 14px;
}
#popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
h3 span, .fees-apply {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
h3 span a, #popup .close a, .PropertyDetailsRoomDescriptions a  {
	font-size: 13px;
	color: #18405E;
	text-decoration: none;
}