/* Welcome USA Website Style Sheet*/

html, body
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
        font-size: 11pt;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFFFFF;
}

#header
{	
	width: 100%;
	position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
}

#menu
{
	height: 23px;
	width: 100%;
	position: absolute; top: 60px; bottom: 0px; left: 0px; right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(tile_redbar.gif);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	
}
	
#menu1, #menu2, #menu3, #menu4, #menu5
{
	width: 98%;
	position: absolute; top: 90px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
	
	
#content
{
	width: 98%;
	position: absolute; top: 120px;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #ffffff;
}

#imagepanel-left
{
	width: 180;
	position: absolute; top: 120px;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #ffffff;
}

#hotellist
{
	width: 130;
	position: absolute; top: 120px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	font-size: 10pt;
}

#hotelinfo
{
	width: 80%;
	position: absolute; top: 150px; left: 130;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #ffffff;
}

p.indentleft
{
	position: absolute; left:200;
}

p.indentright
{
	position: absolute; right:200;
}

.spacer
{
	clear: both;
}

ul li
{
    	list-style-type: square;
}

font.subtitle
{
    font-size: 11pt;
    font-weight: bold;
    color: #1E4572;
    text-decoration: none;
}

font.title
{
    COLOR: #1E4572;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
}

font.minor
{
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
}

font.strong
{
    color: #4C6B8E;
    text-decoration: none;
}

font.light
{
    color: #ADADAD;
    text-decoration: none;
}

font.navbar
{
    color: #A92112;
    text-decoration: none;
}

th
{
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #1E4572;
}

table
{
    border: #000000;
}


A:link {color:"#D53141"; text-decoration:none;}
A:visited {color:"#D53141"; text-decoration:none;}
A:hover {color:"#6A4D4A"; text-decoration:none;}

A.white:link {color:"#ffffff"; text-decoration:none;}
A.white:visited {color:"#ffffff"; text-decoration:none;}
A.white:hover {color:"#ffffff"; text-decoration:none;}

