@charset "UTF-8";
/* CSS Document */

 /*** Main Style ***/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #326081;
	background-position: center top;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0;
	margin: 0;
} 

a:link, a:visited {
	color: #23506e;
	text-decoration: none;
}

a:hover {
	color: #4b96cd;
}

a img{
	border: none;
	text-decoration: none;
}

a { outline: 0 none; }

#spacer {
	background-image: url(../images/spacer.gif);
	background-position: left top;
	clear: both;
}

.spacers {
	background-image: url(../images/spacer.gif);
	background-position: left top;
	clear: both;
}

.para {
	margin-top: 20px;
}

form {
	padding: 0;
	margin: 0;	
}

#wrapper {
	width: 985px;
	height: 768px !important;
	margin-left: auto;
	margin-right: auto;
}

#flash_bg {
	width: 985px;
	min-height: 768px !important;
	float: left;
}

#logo {
	width: 247px;
	height: 126px;
	float: left;
}

#banner {
	width: 338px;
	height: 40px;
	float: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 86px;
	padding-left: 400px;
	font-size: 18px;	
	color: #FFF;
	margin-bottom: 1px;
}

#banner_alt {
	width: 638px;
	height: 40px;
	float: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 86px;
	padding-left: 100px;
	font-size: 18px;	
	color: #FFF;
	margin-bottom: 1px;
}

/*** Style for body of each page ***/
body#aboutUs #aboutUsCnt { background-image: url(../images/who_we_are/main_bg.jpg); }
body#our_services #our_servicesCnt { background-image: url(../images/our_services/main_bg.jpg); }
body#what_we_do #what_we_do_for_youCnt { background-image: url(../images/what_we_do/main_bg_nw.jpg); }
body#downloads #downloadsCnt { background-image: url(../images/downloads/main_bg.jpg); }
body#travel_info #travel_infoCnt { background-image: url(../images/travel_info/main_bg.jpg); }
body#contact_us #contact_usCnt { background-image: url(../images/contact_us/main_bg.jpg); }
body#itinerary #itineraryCnt { background-image: url(../images/itinerary/main_bg.jpg); }

/*** Navigation Style, current link ***/
body#aboutUs li.aboutUsNav a span, body#our_services li.our_servicesNav a span, body#what_we_do li.what_we_doNav a span, body#downloads li.downloadsNav a span, body#travel_info li.travel_infoNav a span, body#contact_us li.contact_usNav a span, body#itinerary li.contact_usNav a span {
	background-color: #4b96cd;
}

/*** content style ***/
.main_content {
	width: 950px;
	float: left;	
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 35px;
	min-height: 573px !important;
}

.main_content_alt {
	width: 985px;
	float: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	min-height: 573px !important;
}

.main_content_itinerary {
	width: 950px;
	float: left;
	background-color: #FFF;
	padding-left: 35px;
	background-repeat: no-repeat;
	min-height: 630px !important;
}

#subheader {
	width: 950px;
	height: 55px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 70px;
	color: #FFF;
}

#subheader_alt {
	width: 600px;
	height: 55px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 50px;
	color: #FFF;
}

#section_content {
	width: 650px;
	min-height: 368px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 25px;
	color: #83878c;
}

#section_content_alt {
	width: 900px;
	min-height: 368px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 25px;
	/*padding-right: 300px;*/
	color: #83878c;
}

.contact_us {
	width: 205px;
	min-height: 170px;
	float: left;
	margin-bottom: 5px;
}

.what_we_do_content {
	width: 205px;
	min-height: 170px;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
}

.downloads_content {
	width: 125px;
	min-height: 170px;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
}

.our_services_content {
	float: left;
}

.title {
	color: #5a9fd1;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

/*** contact  footer details ***/
#contact_details {
	width: 245px;
	min-height: 43px;
	float: left;
	padding-left: 305px;
	padding-top: 10px;
	font-size: 14px;
}

.email {
	color: #23506e;
	font-size: 10px;
	font-weight: bold;
}

.email a:link, .email a:visited {
	color: #23506e;
	text-decoration: none;	
}

.email a:hover {
	text-decoration: none;
	color: #4b96cd;
}

#copyright {
	width: 975px;
	float: left;
	background-color: #0b3959;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

#footer {
	width: 955px;
	float: left;
	color: #FFF;
	padding: 5px;
	font-size: 10px;
}

#footer_main {
	width: 955px;
	float: left;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	color: #FFF;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#footer_main ul {
	list-style-type: none;
}

#footer_main a {
	color:#ffffff;
	border:none;
	text-decoration:none;
}

#footer_main a:hover {
	color: #fff;
	text-decoration: underline;
}

/*** travel information logo ***/
.travel_info_section {
	width: 160px;
	float: left;
	height: 356px !important;
	font-size: 10px;
}

.travel_info_section_alt {
	width: 170px;
	float: left;
	height: 356px !important;
	font-size: 10px;
}

.travel_info_logo {
	width: 150px;
	float: left;
}

.travel_info_logo_alt {
	width: 165px;
	float: left;
}

/*** our services style ***/
.our_services_section {
	width: 950px;
	float: left;
}

.our_services_text {
	width: 200px;
	float: left;
}

.our_services_text_alt {
	width: 100px;
	float: left;
}

/*** what we do ***/
#wwd_section1 {
	width: 617px;
	height: 54px !important;
	float: left;
	padding-top: 60px;
	padding-left: 30px;
	color: #FFF;
}

#wwd_section2 {
	width: 338px;
	height: 124px !important;
	float: left;
}

#wwd_section3 {
	width: 363px;
	height: 381px !important;
	float: left;
}

#wwd_section4 {
	width: 622px;
	height: 381px !important;
	float: left;
}

#wwd_section5 {
	width: 331px;
	height: 38px !important;
	float: left;
}

#wwd_section6 {
	width: 654px;
	height: 68px !important;
	float: left;
}

#wwd_section7 {
	width: 654px;
	height: 68px !important;
	float: left;
}

/*.modal_content_text {
	width: 350px;
	min-height: 100px !important;
	float: left;
	color: #FFF;
	background-color: #2F5D7F;
	padding: 5px;
}*/

/*** itinerary ***/
.flight_wrapper {
	width: 650px;
	float: left;
}

.flight_row {
	width: 650px;
	float: left;
	margin-bottom: 5px;
}

.flight_name {
	width: 100px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #23506e;
}

.flight_name_alt {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.flight_field {
	width: 150px;
	float: left;
	margin-left: 5px;
}

.spam_field {
	width: 400px;
	float: left;
}