@charset "utf-8";

/* CSS Document */
/* Client: Walshe */
/* Base CSS  */
/* Date: 03 MAy 2010  */
/* Edit Trail */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, form, a, fieldset, input;
{
margin: 0; padding: 0; border: 0; outline: none;
}

/*--IE 6 PNG Fix--*/
 
img, div { behavior: url(iepngfix.htc) }

body
{
	line-height: 1;
	font-size: 12px /* Generic Font Size */;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bck.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
}

a:link {
	color: #1B3E78;
}
a:visited {
	color: #1B3E78;
}
a:focus { }
a:hover {
	color: #6CA48B;
}
a:active { color: #ff0000; }

a img{ border:none; }
p   {
	margin: 0px;
	padding-top: .4em;
	padding-bottom: .4em;
}

b, strong {font-weight: bold} 
i, em {font-style: italic;}
u {text-decoration: underline;}

/* List */

ul,ol,dl {
	list-style:none;
}
li {
	display:list-item;
}

/* Base Class */

.hide{ display:none; visibility:hidden; }
.left{ float:left; }
.right{ float:right; }
.clear{ content: "."; clear:both; height:0px; font-size:0px; line-height:0px; overflow: hidden; }


/* Input*/

select,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
input[type="text"] { }
input {
	border: 1px solid #CCC;
	color: #183569;
}
#textarea {
	border: 1px solid #D6D6D6;
	color: #183569;
}


/*Table */

table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
caption {
	text-align:left;
}
hr {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1D3CF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	height: 1px;
}

h1 {
	color: #1C3D7A;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #25705F;
	margin: 0px;
	line-height: 34px;
}
h3 {
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}




/* Layout  */

#wrapper{
	width: 920px;
	min-height:600px;
	text-align: left;
	background-image: url(../images/main-bck.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main {
	line-height: 140%;
}

#topbar {
	height: 136px;
}
#topbar .logo {
	padding-left: 40px;
	float: left;
}
/* 1. Navigation */

#nav ul {
	display: inline-block;
	float: right;
	width: 642px;
	margin: 0px;
}
#nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #84A89F;
	padding-top: .4em;
	padding-right: 1em;
	padding-bottom: .4em;
	padding-left: 1em;
}
#nav ul li a {
	color: #7caa95;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #243F73;
}
#nav li.last   {
	border-right-style: none;
	display: block;
}

/* 2. Left Col */
#left{
	width: 202px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav-block{
	font-size: 12px;
	color: #18493e;
	margin-bottom: 20px;
}
#nav-block  span{
	background-image: url(../images/nav-bck.gif);
	display: block;
	text-indent: 20px;
	line-height: 34px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#nav-block span a   {
	color: #18493e;
	text-decoration: none;
}
#nav-block span a:hover {
	color: #000;
}

#nav-block .nav-list-block {
	background-image: url(../images/nav-bck-list-top.gif);
	padding-top: 10px;
	background-color: #C1D3CF;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav-block .nav-list-block ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav-block .nav-list-block li {
	background-color: #C1D3CF;
	background-image: none;
	height: 24px;
	line-height: 24px;
}
#nav-block .nav-list-block ul li  a{
	color: #18493E;
	text-decoration: none;
}
#nav-block .nav-list-block ul li a:hover {
	color: #000;
}


#nav-block .nav-list-block .base{
	background-image: url(../images/nav-bck-list-bottom.gif);
	height: 13px;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding: 0px;
}
#nav-block .nav-list-block h1 {
	color: #18493E;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contact-block {
	background-image: url(../images/contact-block-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D2D9E5;
	width: 204px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact-block .contactTitle {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact-block ul  {
	margin-top: 0px;
	margin-bottom: 0px;

}
#contact-block ul li  {
	list-style-type: none;
	color: #1E3C7A;
	line-height: 24px;
}
#contact-block ul li a {
	color: #1E3C7A;
}
#contact-block ul li a:hover {
	color: #003;
}

#contact-block span {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #D2D9E5;
	margin-bottom: -2px;
}

/* 3. Right Col */

#right{
	width: 664px;
	display: block;
	float: right;
	margin-top: -64px;
}

#right .group-logos li {
	float: left;
	list-style-type: none;
	display: inline-block;
	width: 20%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#right #airlineIntro {
	padding: 10px;
	border: 1px solid #CCC;
	height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}
#right #airlineIntro h2 {
	color: #1b3e78;
	font-size: 18px;
	padding: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#right #airlineIntro h3 {
	color: #8496b5;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#right #airlineIntro img {
	float: right;
}
#right em {
	display: block;
	padding: 1em;
	background-color: #DAE4E2;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #B4C9C5;
}

#right em a {
	text-decoration: none;
}
#right ul {
	list-style-position: outside;
	list-style-type: square;
}
.but {
	background-color: #1C3D7A;
	color: #FFF;
	padding: .4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #183569;
	border-right-color: #142C58;
	border-bottom-color: #142C58;
	border-left-color: #183569;
}




/* 4.Footer */

#footer{
	background-color: #c1d3cf;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	height: 44px;
	font-size: 11px;
	color: #779c94;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer p {
	line-height: 34px;
}

#footer .left-block  {
	background-image: url(../images/copyright-block-cnr.gif);
	display: block;
	width: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	float: left;
}
#footer .right-block  {
	background-image: url(../images/copyright-block-cnr.gif);
	display: block;
	width: 7px;
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 44px;
	float: right;
}
