body	{
	margin: 0;
	padding: 5;
	background-color: #00234C;
	color: black;
	font: Arial, Helvetica, Verdana, sans-serif;
	
}

ul.verticalNavBar	{
	margin: 0;
	padding: 10;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #f9e607;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}



.nav a{
	text-decoration: none;
}
	
	


#horizontalNavBar	{
	position:relative; 
	width:760px;
	heigth:30px;
	border:0; 
	padding:0;
}

#horizontalNavBar ul	{
	margin: 0;
	padding: 0;
}

#horizontalNavBar li	{
	display: inline;
	list-style: none;
}


#vertical	{
	position: absolute;
	width:174px;
	top: 235px;
	left: 5px;
	color: black;
	margin: 1px;
	height: 1%;


}




#content222	{
	position: absolute;
	width: 580px;
	top: 235px;
	left: 184px;
	margin: 1px;
	padding: 10 0 0 10;
	background-image: url("../images/backgroundImage.jpg");
	background-repeat: repeat-y;

}

#spacer	{
	position: absolute;
	background: #fffaf0;
	width: 10px;
	top: 235px;
	left: 184px;
	height: 500px;
	background-image: url("../images/spacer.gif");
	background-repeat: repeat-y;

}


#airfares {left: 0px; width:67px; height:30px;}
#corporate {left: 67px; width:80px; height:30px;}
#vacations {left: 147; width:79px; height:30px;}
#cruises {left: 226px; width:69px; height:30px;}
#carRentals {left: 295; width:85px; height:30px;}
#hotels {left: 380px; width:63px; height:30px;}
#insurance {left: 443; width:80px; height:30px;}
#travelTools {left: 523px; width:92px; height:30px;}
#contactUs {left: 615px; width:78px; height:30px;}
#horizontalNavBarRight {left: 693px; width:67px; height:30px;}
   


h3 {color="blue";}
h4 {color="blue";}

.content {
	padding-top:20px; 
	padding-left:20px; 
	padding-bottom:0px; 
	padding-right:20px;
}

#form {
	MARGIN: 15px 0px 0px
}
#form TD {
	BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 0px solid; PADDING-LEFT: 5px; BACKGROUND: #cddded; PADDING-BOTTOM: 4px; BORDER-LEFT: #fff 0px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #fff 1px solid
}
#form TD.darkbg {
	FONT-WEIGHT: bold; BACKGROUND: #f3f3f3; TEXT-ALIGN: right
}
#form INPUT {
	BORDER-RIGHT: #c0c9d2 1px solid; BACKGROUND:#ffffff; PADDING-RIGHT: 2px; BORDER-TOP: #c0c9d2 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; BORDER-LEFT: #c0c9d2 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #c0c9d2 1px solid
}
#form TEXTAREA {
	BORDER-RIGHT: #c0c9d2 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #c0c9d2 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; BORDER-LEFT: #c0c9d2 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #c0c9d2 1px solid
}
#form .noborder {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.required {
	COLOR: #FF0000;font-weight: bold;

}
.submit {
	FONT-SIZE: 10px; BACKGROUND: #eee; WIDTH: 50px; HEIGHT: 20px
}

#form TABLE {
	FONT-SIZE: 12px; COLOR: #666; FONT-FAMILY: arial,tahoma, trebuchet ms, arial, sans-serif; TEXT-ALIGN: left
}
#form TD {
	FONT-SIZE: 12px; COLOR: #666; FONT-FAMILY: arial,tahoma, trebuchet ms, arial, sans-serif; TEXT-ALIGN: left
}
#form TH {
	FONT-SIZE: 12px; COLOR: #666; FONT-FAMILY: arial,tahoma, trebuchet ms,  sans-serif; TEXT-ALIGN: left
}

#verticalNav	{background: white url("../images/verticalNavBar4.jpg"); background-repeat: repeat-y;}


.errors	{color: red};

.thankyou {color: white};