* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	background-color:#FFF;
	}
#container {
	width:980px;
	text-align:left;
	background-color:#FFFFFF;
	clear:left;
	margin:0 auto;
	}

a {
	color:#1A61A9;
	text-decoration:none;
	}
img {	
	border:none;
	}

#header {
	height:79px;
	border-bottom:12px solid #1A61A9;
	background-image:url(../img/headerBg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	}
#header p {
	background-image:url(../img/amadeus-logo.gif);
	background-repeat:no-repeat;
	}
#header p a {
	display:block;
	height:79px;
	outline:none;
	overflow:hidden;
	text-indent:-9999px;
	}
	
#wrapper {
	padding:10px;
	border:1px solid #1A61A9;
	border-bottom-width:2px;
	overflow:auto;
	}
#wrapper .leftColumn {
	width:210px;	
	float:left;
	}
#wrapper .middleColumn {
	float:left;
	width:554px;
	border-right:1px dotted #7F7F7F;
	}
#wrapper .rightColumn {
	margin-left:775px;
	width:180px;
	}
	
#wrapper #navigation {
	width:198px;
	background-color:#E8F0F9;
	background-image:url(../img/navBg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0;
	}
#wrapper #navigation ul {
	list-style:none;
	margin:0;padding:0;
	}
#wrapper #navigation ul li {
	background-image:url(../img/navigationBullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	list-style-image:none;
	margin:0;padding:0;
	}
#wrapper #navigation ul li a {
	display:block;
	padding:4px 0 4px 20px;
	text-decoration:none;
	color:#1A61A9;
	}
#wrapper #navigation ul li.selected {
	background-color:#FFF;
	}

/* sub menu */
#wrapper #navigation ul li ul {
	display:none;
	}
#wrapper #navigation ul li.selected ul {
	display:block;
	}
#wrapper #navigation ul li ul li {
	background-image:url(../img/navigationSubBullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FF8800;
	font-size:11px;
	font-weight:normal;
	list-style-image:none;
	list-style-type:none;	
	margin:0;
	background-color:#E8F0F9;
	}
#wrapper #navigation ul li ul li a {
	color:#FF8800;
	padding:3px 0 3px 30px;
	}

#wrapper #subNav {
	}	
#wrapper #subNav ul {
	list-style:none;
	overflow:auto;
	margin:0 10px 20px 0;
	padding:0;
	background-image:url(../img/subNavBg.gif);
	}	
#wrapper #subNav ul li {
	float:left;
	margin:0;padding:0;
	}
#wrapper #subNav ul li a {
	display:block;
	text-align:center top;
	padding:5px 8px 8px 17px;
	font-size:13px;
	color:#1C5092;
	outline:none;
	white-space:nowrap;
	background-image:url(../img/subnavBullet.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
#wrapper #subNav ul li.selected {
	}
#wrapper #subNav ul li.selected a {
	color:#FF8B0B;
	}


#poll {
	border-top:1px solid #FFF;
	width:167px;
	padding:15px 15px 15px 16px;
	background-color:#E8F0F9;
	/*height:230px;*/
	}
#poll h2 {
	color:#FF8800;
	font-size:16px;
	margin-bottom:5px;
	}
#poll h2 img {
	margin-bottom:5px;
	}
#poll p {
	font-size:11px;
	margin-bottom:5px;
	font-weight:bold;
	}
#poll td {	
	font-size:11px;
	vertical-align:top;
	padding-bottom:5px;
	}
#poll input {
	margin-right:5px;
	}
#poll input.button {
	background-color:#1A61A9;
	border: 1px solid #D2C6B8;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding:2px 5px;
	}
#pollResults {
	width:167px;
	font-size:11px;
	}
#pollResults li {
	margin-bottom:4px;
	background:none;
	list-style:none;
	}
#pollResults li em {
	color:#67939B;
	font-style:normal;
	}
#pollResults li div.bar {
	height:8px;
	background-image:url(../img/pollbg.gif);
	background-repeat:repeat-x;
	border:1px solid #C8C8C8;
	}
	
#corp {
	width:200px;
	background-image:url(../img/corp_background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:5px;
	text-align:center;
	}
#corp img.thumb {
	margin:10px 0 0;
	}
#corp p {
	color:#FFF;
	font-size:11px;	
	font-weight:bold;
	text-align:left;
	margin:5px 10px 10px;
	padding-bottom:10px;
	}	


#quoteContainer {
	margin-bottom:20px;
	display:none;
	}
#quoteContainer p {
	font-size:15px;
	color:#FF8800;
	}

#wrapper h1 {
	color:#1A61A9;
	margin-bottom:6px;
	font-size:30px;
	font-weight:normal;
	}
#wrapper .rightColumn div.sep {
	height:2px;
	/*background-color:#C3C3C3;*/
	margin:5px 0;
	background-image:url(../img/sep.gif);
	background-repeat:repeat-x;
	}
#wrapper .rightColumn h4 {
	margin-bottom:10px;
	font-size:16px;
	}
#wrapper .rightColumn h5 {
	margin-bottom:10px;
	font-size:14px;
	}
#wrapper .rightColumn p {
	margin-bottom:10px;
	}
#wrapper .rightColumn a {	
	font-weight:bold;
	}
#wrapper .rightColumn a.sm {
	font-size:11px;	
	}
#wrapper .rightColumn ul {
	list-style:none;
	}
#wrapper .rightColumn ul li {
	font-size:11px;
	margin-bottom:10px;
	}
#wrapper .rightColumn ul li span.date {
	display:block;
	color:#707070;
	}

#wrapper .homeBanner {
	margin:0 0 0 -10px;
	}

#content {	
	padding-right:16px;
	clear:both;
	}
#content h1 {
	color:#1A61A9;
	margin-bottom:6px;
	font-size:30px;
	font-weight:normal;
	}
#content h2 {
	color:#1A61A9;
	margin-bottom:6px;
	font-size:20px;
	font-weight:normal;
	}
#content h3 {
	font-size:16px;
	margin-bottom:10px;
	color:#1A61A9;
	}
#content h4 {
	font-size:16px;
	margin-bottom:10px;
	}
#content h5 {
	color:#1A61A9;
	font-size:14px;
	margin-bottom:10px;
	}
#content h6 {
	font-size:12px;
	margin-bottom:10px;
	}
#content p {
	line-height:18px;	
	margin-bottom:14px;
	}
#content p.headline_text {
	font-size:15px;
	line-height:20px;
	}
#content p.headline_text a {
	background-image:url(../img/linkBullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	}

#content p.footnote {
	font-size:11px;
	font-style:italic;
	}

#content ul {
	margin:0 0 16px 20px;
	padding-left:10px;
	clear:left;
	}
#content ul li {
	margin-bottom:8px;
	padding-left:15px;
	}
#content ol {
	margin:0 0 16px 20px;
	padding-left:10px;
	clear:left;
	}
#content ol li {
	margin-bottom:8px;
	padding-left:15px;
	}
#content img.left {
	float:left;
	margin-right:10px;
	}
#content img.right {
	float:right;
	margin-left:10px;
	}
#content a {
	font-weight:bold;
	}
#content hr {
	margin:10px 0;
	color:#B6B6B6;
	background-color:#B6B6B6;
	}
#content table {
	margin-bottom:20px;
	}
#content table tr td {
	vertical-align:top;
	padding:0 10px 15px 0;
	}

#content div.promo {
	background-image:url(../img/promoBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width:235px;
	padding:10px;
	border:1px solid #B6B6B6;
	margin: 0 20px 0px 0;	
	}
#content div.promo h5 {
	margin-bottom:5px;
	}
#content div.promo p {
	font-size:12px;
	margin:4px 0 0;
	}
#content div.promo p a {
	background-image:url(../img/linkBullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	}


#content div.videoWrapper {
	float:left;
	width:160px;
	margin-right:20px;
	}


/* blog styles */
#content ul#blogPosts {
	list-style:none;
	margin:0;padding:0;
	border-top:1px solid #D2D2D2;
	font-size:12px;
	margin-bottom:20px;
	margin-top:10px;
	}
#content ul#blogPosts li {
	margin:0;padding:0;
	border-bottom:2px solid #E6E6E6;
	font-size:12px;
	margin:10px 0;
	padding-bottom:2px;
	}
#content #blogPosts .postInfo img {
	float:left;
	margin-right:10px;
	}
#content #blogPosts .postInfo p.date {
	padding:25px 0 0;
	margin:0;
	color:#666666;
	}

#content #commentForm label {
	display:block;
	}
#content #commentForm input.text {
	width:300px;
	}
#content #commentForm textarea {
	width:300px;
	}
#content p.comment {
	margin-bottom:5px;
	}
#content p.commentAuthor {
	color:#999;
	}

.blogPageNavigation {
	font-size:13px;
	color:#1A61A9;
	}
.blogPageNavigation .next {
	color:#666666;
	float:right;
	}
.blogPageNavigation .next a {
	color:#1A61A9;
	}
	
.blogPageNavigation .back {
	color:#666666;
	float:left;
	}
.blogPageNavigation .back a {
	color:#1A61A9;
	}
.blogPageNavigation .pages {	
	text-align:center;	
	}
.blogPageNavigation .pages a.pageLink {
	padding:2px 5px;
	margin:3px;
	}
.blogPageNavigation a {
	color:#1A61A9;
	text-decoration:none;
	}
.blogPageNavigation .currentPage {
	padding:2px 5px;
	margin:3px;
	background-color:#1A61A9;
	color:#FFF;
	}





div.row {	
	margin: 0 0 5px;
	padding: 2px 0 2px 0;
	overflow:auto;
	}
div.row label {
	display:block;	
	color:#2F3348;
	width:180px;
	float:left;
	}
div.row label.required:after {
	content:" *";
	color:#FF0000;
	}
div.row label.error {
	color:#FF0000;
	}
div.row li {
	list-style-type:none;
	}
div.row p, div.row ul {
	margin:0;padding:0;
	margin-top:3px;
	}
div.row input[type=text] {
	width: 296px;
	padding:1px 1px 0 1px;	
	}
div.row input[type=radio] {
	margin-right: 3px;
	}
div.row input[type=checkbox] {
	margin-right: 3px;
	}
div.row textarea {
	width: 99%;
	height: 400px;
	}
div.row select {
	width: 300px;
	}


div.row fieldset {
	border:0;
	}
div.row fieldset legend {
	display:block;
	float:left;
	width:180px;
	}

#footer {
	margin-top:10px;
	font-size:11px;
	color:#666;
	}
#footer a {
	color:#666666;
	}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

