H1 {
	font-family : Arial;
	font-size : 18 px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : #a90e23;
	align: center;
	width: 450;
	
}
body {
	
	color : #ffffff;
	align: center;
	width: 700;
	
}
H2 {
	font-family : Arial;
	font-size : 13 px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : #000000;
	align: center;
	width: 450;
	margin-top: 0px;
	
}

TD {
	font-family : Arial;
	font-size : 13px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 454545;
	
}

div.nav{
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 14;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width:210;
	height:100%;
	background-color: #003869;
}

div.navAut{
	color:#000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 16;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	width:210;
	height:100%;
	background-color: #409397;
	vertical-align: top;
}

div.hotelsP{
	padding-left: 10px;
	padding-bottom: 0px;
}


p.weather {
	align: middle;
}

div.contentH{
	
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width:450;
	height: 200;
}

div.content{
	
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width:450;
}

div.map{
	
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 5px;
	height: 500px;
	
}

li.nav{
	color: #003366;
	font-weight: bold;
	font-family: Arial;
	font-size: 14;
	background-color: #409397;
	margin-top: 10px;
}

li.navAut{
	font-weight: bold;
	font-family: Arial;
	font-size: 14;
	background-color:#409397;
	margin-top: 10px;
}

div.subs{
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
	color: red;
	border: double;
	border-color: #a90e23;
	width: 700;
}

TD.red2Lg {
	font-family : Times;
	font-size : 20px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : bold;
	color : red;
	
}

span.airlines {
	font-family : arial;
	font-size : 12px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
	margin-right: 15px;
	width: 250px;
	}
	
div.hotels {
	float: left;
	margin-right: 5px;
	width: 100px;
	}
	
div.hotelsTxt {
	font-family : arial;
	font-size : 12px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
	
	width:300px;
	
	}
	
span.phone{
	font-family : arial;
	font-size : 12px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
	margin-right: 15px;
	width: 100px;
	}
	
TD.table2 {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
	}
TD.bold {
	font-family : arial;
	font-size : 12px;
	font-style : bold;
	color : ffffff;
	background-color:#a90e23;
	
}		
	
table.hotel { border-color:#000000 ;
border-width: thin thin;
	
}	
	
TD.small {
	font-family : arial;
	font-size : 11px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
}

p.text {
	font-family : arial;
	font-size : 12px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
	width:450;
}

TD.help {
	font-family : arial;
	font-size : 30px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : red;
}

TD.med {
	font-family : arial;
	font-size : 10px;
	font-style : normal;
	letter-spacing : normal;
	text-decoration : none;
	color : 000000;
}

hr {
  border: 0;
  width: 95%;
  color: #a90e23;  
}


A.nav {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 15px;
}
	
A.navAut {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 15px;
}

	
A:hover.nav {
	color:#cccccc;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 12;
	padding-right: 5px;
}

//* dropdown *//

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul li {
	position: relative;
	}

	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

	ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #0093b4;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

	li:hover ul { display: block; }
	
	li:hover ul, li.over ul { 
	display: block; }
