/* Page Settings */

body {
	background-color: #c2bdbb;
}

h1 {
color:#b33225;
font-family:Palatino Linotype, Book Antiqua3, Palatino, serif;
font-size:19px;
margin-top:30px;
margin-bottom:0px;
display:block;
padding-bottom:10px;

}

h1.quote {
color:#2c2c2c;
font-family:Palatino Linotype, Book Antiqua3, Palatino, serif;
font-size:21px;
margin-top:35px;
margin-bottom:0px;
display:block;
padding-bottom:20px;
text-align:center;
font-style:italic;

}

h1 a:link { 
	color: #b33225;
	text-decoration:none;
	}
h1 a:visited { 
	color: #b33225;
	text-decoration:none;
	}

h1 a:hover { 
	color: #b33225;
	text-decoration: underline;
	}

h1 a:active { 
	color: #b33225;
	text-decoration: none;
	}


 
h3 {

font-family:Palatino Linotype, Book Antiqua3, Palatino, serif;
color:#FFFFFF;
font-size:25px;
margin-top:0px;
margin-bottom:0px;

} 

p {
margin-top:0px;
}
 
 a:link { 
	color: #2b6d8e;
	text-decoration:none;
	}
a:visited { 
	color: #2b6d8e;
	text-decoration:none;
	}
a:hover { 
	color: #b33225;
	text-decoration: underline;
	}

a:active { 
	color: #b33225;
	text-decoration: none;
	}
	
	
	
/*     TWO COLUMN ITEM      */

.twocol_box {
width:790px;
display:block;
position:relative;
margin-top:20px;
margin-left:0px;
overflow:auto;
}

.twocol_left {
width:370px;
display:block;
float:left;
overflow:auto;
padding-right:25px;
border-right-style:dotted;
border-right-width:1px;
border-right-color:#999999;
}

.twocol_right {
width:365px;
display:block;
float:left;
padding-left:25px;
}



.twocolcontent {
border-width:0px;
padding:0px;
margin:0px;
border-spacing:0px;
}

.twocolcontent td {
vertical-align:top;
padding-right:5px;
}

.longimg {

height:88px; 
width:343px;
padding:1px;
border: 1px solid #999999;
margin:0px 0px 12px 0px;

}

.shortimg {

height:53px; 
width:60px;
padding:1px;
border: 1px solid #999999;
margin:0px 12px 12px 0px;
display:block;
float:left;
position:relative;

}


/*  ------  Hotel Logo Styles ------- */

#hotels {
position:relative;
display:block;
background-color:#FFFFFF;
height:98px;
width:790px;
padding:0px;

	
}

#hotels li {
position:relative;
display:block;
float:left;
list-style-type:none;
background-color:#FFFFFF;
margin:0px;
padding:0px;

height:98px;
text-indent:-9999px;
cursor:pointer;
	
}

	.hotel1 {
	background-image:url(../images/hotels/1.png);
	width:149px;
	}

	.hotel2 {
	background-image:url(../images/hotels/2.png);
	width:320px;
	}

	.hotel3 {
	background-image:url(../images/hotels/3.png);
	width:169px;
	}

	.hotel4 {
	background-image:url(../images/hotels/4.png);
	width:152px;
	}

	.hotel5 {
	background-image:url(../images/hotels/5.png);
	width:169px;
	}

	.hotel6 {
	background-image:url(../images/hotels/6.png);
	width:149px;
	}

	.hotel7 {
	background-image:url(../images/hotels/7.png);
	width:240px;
	}




