/* CSS Document */

body{
margin:0px;
font-family:arial;
background:url(images/bgr.jpg) repeat-x;
margin-top:20px;
background-color:#6f6f6f;
}

p{
font-size:11px;
color:#666666;
margin:10px;
font-weight:bold;
}

.copy{
font-size:10px;
color:#999999;
margin:5px;
margin-left:10px;
}

/* link */
a:link {
	color: #4c4c4c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4c4c4c;
}
a:hover {
	text-decoration: underline;
	color: #4c4c4c;
}
a:active {
	text-decoration: none;
	color: #4c4c4c;
}


h1{
font-family:arial;
font-size:18px;
margin:5px;
margin-left:10px;
color:#666666;
font-weight:lighter;
}


h2{
font-family:arial;
font-size:12px;
margin:10px;
color:#666666;
text-transform:uppercase;
}

h3{
font-family:arial;
font-size:12px;
margin:10px;
margin-top:15px;
color:#FFFFFF;
text-transform:uppercase;
}

.footer{
font-family:arial;
font-size:9px;
color:#666666;
padding-left:20px;
padding-right:20px;
margin:3px;
}

.text_box_bottom1 {
background:url(images/bottom_pic1.jpg) no-repeat center;
height:188px;
}

.text_box_bottom2 {
background:url(images/bottom_pic2.jpg) no-repeat center;
height:188px;
}
.text_box_bottom3 {
background:url(images/bottom_pic3.jpg) no-repeat center;
height:188px;
}

a.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white_link:active {
	text-decoration: none;
	color: #FFFFFF;
}

.brdr {
border: 1px;
border-color:#666666;
}

.margin_5 {
margin-top:5px;
margin-bottom:5px;
}

.white {
color:#FFFFFF;
}

.bgd_text {
background:#e6f9fd;
}

.bgd_white {
background:#FFFFFF;
}

.bgr_blue {
background:#017185;
color:#FFFFFF;
}

.border {
border:1px solid #017185;
background:#FFFFFF;
}

.border_bottom_right {
border-bottom:1px solid #017185;
border-right:1px solid #017185;
}

.border_right {
border-right:1px solid #017185;
}
.border_bottom {
border-bottom:1px solid #017185;
}

.bgd_room_type {
background:#017185 url(images/price_room_type.jpg) no-repeat;

}

.bgd_special {
background:#df2241 url(images/special_offer.jpg) no-repeat;
height:37px;
}

.bgd_breakfast {
background:#017185  url(images/breakfast.jpg) no-repeat;
}



.border_special {
border-left:1px solid #df2241;
border-right:1px solid #df2241;
border-bottom:1px solid #df2241;
}


.bgr_blue_special {
background:#df2241;
color:#FFFFFF;
}

.white_bgd {
background:#FFFFFF;
}