#contentitem {
	float: left;
	margin-top: 8px;
	padding: 0px 5px 5px 5px;
	font-size: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #575656;
	width: 510px;
}

#contentitem h3 {
	font-size: 1.7em;
	color: #487cb3;
	font-family: 'Trebuchet MS';
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#horizontal_separator {
	height: 2px;
	width: 310px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	float: left;
}

#contentitem p {
	margin-top: 0;
	padding-top: 0;
}

#contentitem img {
	border: none;
}

#contentitem a {
	color: #b7a553;
	text-decoration: none;
	cursor: hand;
}
#contentitem a:visited {
	color: #b7a553;
	text-decoration: none;
	cursor: hand;
}

#contentitem a:hover {
	color: #ac983d;
	text-decoration: none;
	cursor: hand;
}

#contentitem_image {
	float: left;
	/*height: 136px;*/
	width: 520px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#contentitem div.contentsection {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#contentitem div.contentsection p {
	margin:0;
	padding: 0;
}

#contentitem div.contentsection h4 {
	margin: 0;
	padding: 0;
}

#contentitem .link_header {
	color: #487cb3;
	font-weight: bold;
}

.hotel_listing {
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 85px;
	padding-top: 5px;
}
.hotel_listing .hotelleft{
	float: left;
	width: 20%;
}
.hotel_listing .hotelright{
	float: left;
	padding-left: 5px;
	width: 70%;
}
.hotel_listing .hotelright p {
	margin: 0;
	padding: 0;
}

.hotel_listing p.hotel_title {
	font-weight: bold;
	color: #487cb3;
}

p.more_description{
	font-weight: bold;
	color: #487cb3;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.hotel_pager {
	text-align: center;
}

#contentitem .hotel_listing p.hotel_title a:link, #contentitem .hotel_listing p.hotel_title a:visited {
	color: #487cb3;
}

#contentitem .hotel_listing p.hotel_title a:hover {
	color: #487cb3;
}

div.hotelright p.link_line_text {
	color: #BEAD65;
	height:1%;
	display:inline-block;
}

a.button:link { 
	font-size:10px; 
	font-weight:bold; 
	text-decoration:none; 
	background-color:#ccc;
	border-width:1px;
	width:125px;  
	color:black;
} 


a.button:visited { 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	background-color:#ccc;
	border-style: inset;
	border-color: black;
	border-width:1px;
	width:125px;
	color:black; 
} 

a.button:active  { 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	border-style:inset;
	border-color:red; 
	border-width:1px; 
	background-color:#FFFFCE; 
	width:125px; 
	color:black; 
} 

a.button:hover  { 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	border-style:inset; 
	border-color:red; 
	border-width:5px; 
	background-color:#FFFFCE; 
	width:125px;  
	color:black; 
}

/* contact and newsletter form styles */

#mytable {
	width: 510px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	text-align: right;
}

#mytable th {
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	text-transform: small-caps;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

#mytable th.first {
	background: url(../images/bg_header.jpg) no-repeat;
	color: white;
	font-size: 120%;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.spec {
	background: #F5FAFA;
	color: #797268;
}

#mytable td.specalt {
	background: #FFFFFF;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #F5FAFA;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #797268;
	background-color: #FFFFFF;
}

#mytable td {
	width: 70%;
}
#mytable td .text {
	width: 97%;
}

#mytable td textarea {
	height: 50px;
}

p.subheading_paragraph {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	color: #487cb3;
}
strong.bluestrong {
	color: #487cb3;
}