
@import url("content.css");
@import url("type.css");
@import url("user.css");
@import url("flights.css");

/*-----     General     -----*/

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
* html .clearfix {height: 1%;}
html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	height:100%;
	background-color:#0050a0;
	height:100%;
	}
#grad2 {
	width:100%;
	background:url(images/bg_grad.gif) repeat-x top left;
	min-height:100%;
	}
.container {
	height:100%;
	position:relative;	
	}
.grad {
	width:100%;
	background:url(images/bg_grad.gif) repeat-x top left;
	}
.wrapper {
	width:935px;
	margin:0 auto;
	}
a, a:active, a:visited  {
	font-size:12px;
	color:#0050a0;
	text-decoration:none;
	font-weight:normal;
	}
a:hover {
	text-decoration: underline;
	color:#0050a0;
	}
img { border:0; }
/*-----     Top     -----*/
.logo {
	float:left;
	width:175px;
	padding-top:55px;
	}
.topRight {
	width:760px;
	float:right;
	padding-top:60px;
	}
.slogan {
	float:left;
	padding-left:130px;
	}
.topRight ul {
	list-style:none;
	margin:8px 0 25px 0;
	float:right;
	}
.topRight ul li {
	list-style-image:none;
	padding:0;
	margin:0;
	float:left;
	}
.topRight ul li a span { display:none; }
.topRight ul li a {
	display:block;
	height:48px;
	}
.topRight ul li.about a {
	width:109px;
	background:url(images/navAbout.gif) no-repeat;
	}
.topRight ul li.abc a {
	width:150px;
	background:url(images/navABC.gif) no-repeat;
	}
.topRight ul li.shared a {
	width:152px;
	background:url(images/navShared.gif) no-repeat;
	}
.topRight ul li.how a {
	width:143px;
	background:url(images/navHow.gif) no-repeat;
	}
.topRight ul li.investor a {
	width:198px;
	background:url(images/navInvestor.gif) no-repeat;
	}

/*-----     Content     -----*/
.top { 
	background:url(images/cont_top.gif) top left no-repeat;
	padding:40px 0 20px 0;
	}
.content {
	background:#c2d5e8 url(images/cont_grad.gif) top left repeat-x;
	}
.bottom {
	background:url(images/cont_bg.gif) top left no-repeat;
	height:18px;
	}
.right {
	float:right;
	width:185px;
	margin-right:20px;
	}
.right ul li {
	list-style-image:none;
	list-style:none;
	margin:0; padding:0;
	border-bottom:1px solid #9ec1e3;
	width:150px;
	float:left;
	clear:both;
	}
.right ul li.last {
	border-bottom:0;
	}
.right ul li a, .right ul li a:active, .right ul li a:visited  {
	color:#0073c9;
	font:13px "Trebuchet MS", Tahoma;
	display:block;
	padding:8px 0 8px 5px;
	}
.right ul li a:hover, .right ul li.on a, .right ul li.on a:active, .right ul li.on a:visited {
	color:#0073c9;
	font:13px "Trebuchet MS", Tahoma;
	text-decoration:none;
	background:#d5e7f7;
	display:block;
	}
.left {
	font:12px "Trebuchet MS", Tahoma;
	color:#002c4d;
	line-height:22px;
	width:625px;
	padding:0 40px 0 60px;
	}
.left-cont {
	float:left;
	width:310px;
	padding:90px 0 0 50px;
	}
.right-cont {
	float:left;
	width:550px;
	padding:50px 0 0 0;
	}
.btm-cont {
	padding:20px 20px 30px 50px;
	}
.blue-txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#1e96bb;
	}
.green-txt {
	font-weight:bold;
	color:#3c7227;
	}
p {
	margin-top:20px;
	}

li {
	list-style-image:url(images/list.gif);
	padding-left:20px;
	margin-left:20px;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#1e96bb;
	}
/*-----     Bottom     -----*/	

.bottom-bar {
	background:url(images/btm_bar.png) repeat-x bottom;
	height:79px;
	width:100%;
	margin-top:50px;
	}
.copyright {
 	padding-top:5px;
	color:#fff;
	text-align:center;
	font-size:11px;
	}
.btm-links {
	padding-top:40px;
	text-align:center;
	color:#0050a0;
	}
/*-----     CONTACT PAGE     -----*/

.contact-p {
	margin:20px 0 0 0;
	}
.contact-p td {
	padding:4px 0 4px 0;
	}
.form-field {
	border:1px solid #95b6d8;
	height:20px;
	width:186px;
	padding:3px 2px 2px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}
.form-field-message {
	border:1px solid #95b6d8;
	height:80px;
	width:336px;
	padding:3px 2px 2px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

/*-----     AJAX LIST     -----*/

#mainContainer {
	width:860px;
	margin:0 auto;
	text-align:left;
	height:100%;
	background-color:#FFF;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
}
#formContent {
	padding:5px;
}

/* Big box with list of options */
#ajax_listOfOptions {
	position:absolute;	/* Never change this one */
	width:250px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */
		
}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe {
	background-color:#F00;
	position:absolute;
	z-index:5;
}
form {
	display:inline;
}
.formtext {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}

.errorbox {
	position:relative;
	width:450px;
	height:auto;
	padding:15px;
	background-color:#fcecec;
	border:7px solid #ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
}
.errortitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#ff0000;
}