/* CSS Document */

body
{
	background-image: url(images/bg_img.gif);
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #3E3D3E;
}

a
{
	color: #A40505;
}

#header a
{
	color: #3E3D3E;
}

.title1
{
	color: #b00808;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.title2
{
	color: #0c4b7e;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.title3
{
	color: #ffffff;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.title4
{
	color: #blue;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
	
}
/* Begin Navigation menu */

.nav-block
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	float: left;
	width: 100%;
	margin: 4px 0 0;
	background-color: #053d6c;
	width: 768px;
	margin: 0px 0px 0px 18px;
}
.nav-block ul#nav
{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
.nav-block ul#nav li
{
	float: left;
	margin: 0;
	padding: 7px 15px 7px 16px;
	list-style: none;
}
.nav-block ul#nav li:hover, .nav-block ul#nav li.hover
{
	position: relative;
	background-color: #026899;
}
.nav-block ul#nav li:hover ul, .nav-block ul#nav li.hover ul
{
	display: block;
}
.nav-block ul#nav li a
{
	color: #fff;
	text-decoration: none;
	display: block;
}
.nav-block ul#nav li a:hover, .nav-block ul#nav li a.active
{
	text-decoration: underline;
}
.nav-block ul#nav li ul
{
	display: none;
	position: absolute;
	top: 26px;
	left: 6px;
	width: 160px;
	margin: 0;
	padding: 0 18px 6px 0;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	background: #053d6c;
}
.nav-block ul#nav li ul li
{
	float: left;
	width: 147px;
	margin: 0;
	padding: 4px 15px 5px 16px;
	background: none;
	list-style: none;
}
.nav-block ul#nav li ul li a
{
	font-weight: normal;
}
/* End Navigation menu */


/* Begin Quick Trip Finder */
#qaf_box
{
	width: 187px;
	height: 191px;
	margin-top: 15px;
}

#qaf_box select
{
	width: 125px;
	margin-bottom: 8px;
}
#qaf_content
{
	padding: 10px;
	color: #fff;
}
#sub_qaf_content
{
	padding: 10px;
	color: #ffffff;
}
#qaf_content a
{
	color: #fff;
}
#qaf_content input
{
	height: 17px;
	border: 1px solid #000;
	width: 68px;
	font-size: .85em;
}
/* End Quick Airfair Finder */

#cen_left_content
{
	padding-right: 12px;
	line-height: 1.3em;
}

#featured1
{
	float: left;
}
#featured1 a
{
	width: 174px;
	height: 137px;
	display: block;
	background: url(images/featured_vietnam.jpg) no-repeat;
	text-decoration: none;
}
#featured1 a:hover
{
	background: url(images/featured_vietnam_rol.jpg) no-repeat;
	text-decoration: none;
}

#featured2
{
	float: left;
}
#featured2 a
{
	width: 174px;
	height: 137px;
	display: block;
	background: url(images/featured_cambodia.jpg) no-repeat;
	text-decoration: none;
}
#featured2 a:hover
{
	background: url(images/featured_cambodia_rol.jpg) no-repeat;
	text-decoration: none;
}

#featured3
{
	float: left;
}
#featured3 a
{
	width: 174px;
	height: 137px;
	display: block;
	background: url(images/featured_laos.jpg) no-repeat;
	text-decoration: none;
}
#featured3 a:hover
{
	background: url(images/featured_laos_rol.jpg) no-repeat;
	text-decoration: none;
}

#featured4
{
	float: left;
}
#featured4 a
{
	width: 174px;
	height: 137px;
	display: block;
	background: url(images/Thailand.jpg) no-repeat;
	text-decoration: none;
}
#featured4 a:hover
{
	background: url(images/Thailandroll.jpg) no-repeat;
	text-decoration: none;
}




#footer_content
{
	font-size: 8pt;
	float: left;
	padding: 21px 25px 0px 30px;
}

div.preload
{
	position: absolute;
	top: -9999;
	left: -9999;
	height: 1px;
	width: 1px;
	display: hidden;
	overflow: hidden;
}
.warnblue {
	color: #0000FF;
	text-decoration: underline;
}


