/* CSS Document */


body {
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1 {font-size: 190%;}

.footnote {
	font-size: 85%;
}
.bold {
	font-weight: bold;
}
.textRed{color:#FF0000;}

#container{
	width: 750px;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #000000;
	margin: auto;
	border-left-width: 1px;
	border-left-color: #666666;
}

#banner{
	background-image: url(../images/banner.jpg);
	height: 205px;
	width: 750px;
}
#nav{
	background-image: url(../images/nav.jpg);
	width: 100%;
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	padding: 0px;
}
.nav_spacer{
	margin-left: 25px;
	padding-top: 5px;
}

#left_nav{
	background-color: #000000;
	width: 186px;
	float: left;
	background-image: url(../images/hotel_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content{
	width: 564px;
	float: right;
	clear: right;
}

#footer{
	background-color: 000000;
	clear: both;
	height: 50px;
	background-image: url(../images/footer.jpg);
	width: 100%;
}

.subhead_img{
}

.goldbox{
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dcc389;
	border-bottom-color: #dcc389;
	padding-bottom: 15px;
	padding-top: 15px;
}
p {
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 90%;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 90%;
}
a:hover {
	color: #A48F60;
	text-decoration: underline;
	font-size: 90%;
}
a:active {
	color: #A48F60;
	text-decoration: underline;
	font-size: 90%;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 80%;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 80%;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 80%;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 80%;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	font-size: 85%;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
strong {
	font-weight: bold;
}
.img_border{
	border: 1px solid #A4905E;
}
.img_borderLeftBtm{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4905E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4905E;
}
.img_borderLeftTop{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4905E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4905E;
}
.img_spacing{
	padding: 2px;
	margin: 2px;
}
h3 {
	font-style: italic;
}

.goldenBorder{
	border: 1px solid #D3BA84;
	padding: 3px;
	margin-right: 3px;
}

.services_index{
	width: 50%;
	float: left;
}
.services_indexRight{
	width: 50%;
	float: right;
}
#special_text {
	position:absolute; 
	left:12px; top:12px; 
	width:724px; 
	height:120px; 
	z-index:1; 
	visibility: hidden;
}
.input_field {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FFFFFF;
	margin: 2px;
}
.input_submit {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 2px ridge #A4905E;
	margin: 2px;
	font-weight: bold;
}
.warning{
	color: #FF0000;
}


.map {color: #0099FF;
padding: 100px; }

#breadcrumbs{
	font-size: 75%;
}

#breadcrumbs a:link{
	color: #CCCCCC;
	text-decoration: underline;
}
#breadcrumbs a:visted{
	color: #CCCCCC;
	text-decoration: underline;
}
#breadcrumbs a:hover{
	color: #A48F60;
	text-decoration: none;
}
#breadcrumbs a:active{
	color: #A48F60;
	text-decoration: underline;
}

#breadcrumbs strong{
	font-weight: bold;
}
h4 {
	padding-left: 10px;
	font-style: italic;
	color: #A48F60;
}

.airportContainer{

}

.airportLeft{
	float: left;
	width: 250px;
}

.airportRight{
	float: right;
	width: 250px;
}
