/*	Light Blue: #BBD6E1
	Orange: #FF8A03
	Dark Blue: #1982BA
*/

/* CSS Document */


h1,h2,h3,h4,p,ul,li,img,form,label {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none; }
h2,h3 { text-indent:-600em; }

html {
	margin:0px;
	padding:0px;
	}
body {
	background:#1F6FAD url(images/mainBG.jpg) repeat-x;
	margin:0px; 
	padding:9px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1.header { background:transparent url(images/header-0.jpg) no-repeat; width:760px; height:233px; }
h1.text {color: #1982BA; font-size: 1.8em; margin: 15px 0; font-weight:100; text-align:center; line-height: 1.5em; margin-right: 30px; }
h2.welcome { background:transparent url(images/welcome.gif) no-repeat; width:417px; height:87px; }
h2.adv { background:transparent url(images/advantages.gif) no-repeat; width:270px; height:87px; }
h2.privacy { background:transparent url(images/privacy-policy.gif) no-repeat; width:417px; height:87px; }
h2.sitemap { background:transparent url(images/sitemap.gif) no-repeat; width:417px; height:87px; }
h2.work-from-home { background:transparent url(images/work-from-home-opportunity.gif) no-repeat; width:417px; height:87px; }
h2.travel-agent-questions  { background:transparent url(images/travel-agent-questions.gif) no-repeat; width:417px; height:87px; }
h2.referring-travel-agent  { background:transparent url(images/referring-travel-agent.gif) no-repeat; width:417px; height:87px; }
h2.about-company  { background:transparent url(images/about-company.gif) no-repeat; width:417px; height:87px; }
h2.audio-video-presentations  { background:transparent url(images/audio-video-presentations.gif) no-repeat; width:417px; height:87px; }
h2.join-now  { background:transparent url(images/join-now.gif) no-repeat; width:417px; height:87px; }
h2.contact-us  { background:transparent url(images/contact-us.gif) no-repeat; width:417px; height:87px; }
h2.book-travel  { background:transparent url(images/book-travel.gif) no-repeat; width:417px; height:87px; }
h2.thankyou  { background:transparent url(images/_thankyou.gif) no-repeat; width:417px; height:87px; }

h3.ytb-executive-team { background:transparent url(images/ytb-executive-team.gif) no-repeat; width:270px; height:87px; }


h4 {color: #1982BA; padding:33px 0 8px 0; font-weight:bold;}
	
p, tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height:17px;
	padding:0px 0px 15px 0px;
	}

a {	color: #1982BA; outline:none;}

/* -------------------------------------------------------------- */

#mainContainer {
	width:990px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	}
#content {
	width:990px;
	background:transparent url(images/content-bg.jpg) repeat-y;

	}	

/* -------------------------------------------------------------- */

#mainMenu {
	width:738px;
	height:59px;
	padding:0;
	margin: -3px 0 0 0;
	}
#mainMenu ul{
	width:738px;
	height:59px;
	background:transparent url(images/menu-bg.jpg) repeat-x;
	}	
#mainMenu li {
	display: inline;
	}
	
#mainMenu a {
	display:block;
	float:left;
	height:59px;
	}

#mainMenu a.travel-agent-jobs {background: transparent url(images/_travel-agent-jobs.gif) 0px 0px no-repeat; width:43px;}
#mainMenu a.work-from-home-opportunity {background: transparent url(images/_opportunity.gif) 0px 0px no-repeat; width:106px;}
#mainMenu a.audio-video-presentations {background: transparent url(images/_audio-video-presentations.gif) 0px 0px no-repeat; width:96px;}
#mainMenu a.travel-agent-questions {background: transparent url(images/_travel-agent-questions.gif) 0px 0px no-repeat; width:113px;}
#mainMenu a.referring-travel-agent {background: transparent url(images/_referring-travel-agent.gif) 0px 0px no-repeat; width:85px;}
#mainMenu a.about-company {background: transparent url(images/_about-company.gif) 0px 0px no-repeat; width:69px;}
#mainMenu a.join-now {background: transparent url(images/_join-now.gif) 0px 0px no-repeat; width:64px;}
#mainMenu a.book-travel {background: transparent url(images/_book-travel.gif) 0px 0px no-repeat; width:80px;}
#mainMenu a.contact-us {background: transparent url(images/_contact-us.gif) 0px 0px no-repeat; width:82px;}
#mainMenu span{ display:none;}

/* -------------------------------------------------------------- */

#contentContainer {
	width:738px;
	padding:0 20px 20px 30px;
	}
#contentContainer .lftC{
	width:407px;
	float:left;
	padding:0px 0px 0px 0px;
	}
#contentContainer .rghtC{
	width:270px;
	float:right;
	padding:0px 0px 0px 0px;
	}	
#contentContainer .rghtC ul{ padding:0px 0px 6px 10px;}
#contentContainer .rghtC li, .lftC li, #contentContainer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #506471;
	background:transparent url(images/bullet.gif) 0 11px no-repeat;
	padding:3px 0px 3px 17px;
	line-height:17px;
	}
#contentContainer ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #506471;
	padding: 10px 0 3px 17px;
	margin: -5px 0 10px 0;
	line-height:17px;
	}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #506471;
	background:transparent url(images/bullet.gif) 0 11px no-repeat;
	padding:0 0 3px 17px;
	line-height:17px;
	}
.quote {color: #FF8A03; font-size: 1.3em; line-height:1.3em; text-align:center; }
.form-left {text-align:right; font-weight:bold;}
br.clear {clear: left; }
/* -------------------------------------------------------------- */

#footerContainer {
	width:990px;
	height:63px;
	background:transparent url(images/footer-bg.gif) no-repeat;
	text-align:center;
	padding:15px 0px 20px 0px;
	}

#footerContainer p, #footerContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1982BA;
	text-decoration:none;
	}
#footerContainer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	margin: 0 4px;
	display: inline;
	}

#footerContainer a:hover { text-decoration:underline;}

/* -------------------------------------------------------------- */

#copy{
	width:990px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	text-align:center;
	padding:10px 0 0 0;
	}
#copy p, #copy a{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #89C0DF;
	text-decoration:none;
	}
#copy a { text-decoration:underline;}
#copy a:hover { text-decoration:none;}


/* -------------------------------------------------------------- */
.nav {width:738px;
	height:59px;
	background:transparent url(images/menuBG.jpg) repeat-x;}
.nav tr td {text-align:center; font-size: 11px;}

.ads{
	width:200px;
	float:right;
	padding:0px 0px 0px 10px;
	}	


/* -------------------------------------------------------------- */
