
* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Arial, Helvetica, sans-serif; 
	color: #4e5458;
	background-color: #81a7cc;
}

#bgLeft {
	background-image: url(images/bg.jpg);
	height: 644px;
	background-repeat: no-repeat;
	width: 49%;
}
#bgRight {
	background-image: url(images/bg.jpg);
	height: 644px;
	background-repeat: no-repeat;
	width: 50%;
	float: right;
}

img { display: block; border: 0; }

a { color: #2828a8; text-decoration: underline; }
a:hover { color: #4e5458; text-decoration: underline; }


#container {
	position: absolute;
	left: 50%;
	margin-left: -384px;
	width: 768px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-image: url(images/bg-main.gif);
	text-align: left;
}

#header {
	height: 197px;
	background: #d6dadd url(images/bg-header.gif) repeat-x;
}

#header #links p {
	color: #7f8488;
	padding: 7px;
	font-size: 11px;
	line-height: 14px;
}
#header #links p a {
	color: #7f8488;
}
#header #links p a:hover, #header #links p a.websiteLink:hover {
	color: #2828a8;
}

#header #links p a.websiteLink {
	font-weight: bold;
	color: #666;
}

#header h1 {
	float: left;
}
#header h2 {
	text-align: right;
	height: 44px;
	font-size: 30px;
	font-weight: normal;
	color: #2828a8;
	padding: 28px 20px;
}
#header p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #2828a8;
	padding-top: 8px;
	height: 31px;
}

#content {
	width: 449px;
	background-image: url(images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding: 40px;
}

#content h3 {
	color: #2828a8;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #7373c6;
}
#content h4 {
	color: #313639;
	border-bottom: 1px solid #d6d9dc;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#content h5 {
	color: #313639;	
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
#content p {
	margin-bottom: 15px;
	line-height: 1.5;
}
#content ul {
	margin-bottom: 15px;
	line-height: 1.5;
	margin-left: 40px;
}

#promoBar {
	float: left;
	width: 233px;
}

#australiaGraphic {
	margin: 15px 0;
	width: 227px;
	height: 207px;
	background: url(images/bg-australia.gif) no-repeat;
}
#australiaGraphic p {
	padding: 30px 25px 30px 25px;
	text-align: center;
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #2828a8;
}



#requestQuote { 
	margin-left: 5px;
}
#requestQuote p {
	font-size: 90%;
	margin-bottom: 13px;
}
#requestQuote h3 {
	margin-bottom: 3px;
}

#quoteForm {
	width: 220px;
	text-align: left;
}
#quoteForm div {
	width: 220px;
	text-align: left;
}
#quoteForm p {
	margin-bottom: 0px;
}
#quoteForm label {	
	width: 65px;
	float: left;	
	display: inline;
} 
#quoteForm fieldset { 
border: 0; 
}
#quoteForm fieldset input,
#quoteForm fieldset select {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 148px;
	border: 1px solid #7f8386;
	font: 90% Arial, Helvetica, sans-serif; color: #4e5458; text-decoration: none;
}
#quoteForm fieldset select {
padding: 0;
width: 150px;
}  
#quoteForm textarea {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 148px;
	border: 1px solid #7f8386;	
	overflow: auto;
	font: 90% Arial, Helvetica, sans-serif; color: #4e5458; text-decoration: none;
}

#quoteForm #verification img {
	margin-left: 65px;
}
#quoteForm #verification label {
	float: none;
	margin-left: 65px;
	font-size: 85%;
}
#quoteForm #verification input {
	float: none;
	margin-left: 65px;
	margin-bottom: 5px;
	padding: 2px;
	width: 128px;
	border: 1px solid #7f8386;
	font: 90% Arial, Helvetica, sans-serif; color: #4e5458; text-decoration: none;
}
 
#submitButton {	
	margin-left: 65px;
	font-size: 90%;
	padding: 2px;
	border: 1px solid #7f8386;
}


#airCharterLocations h2 {
	font-size: 16px;
	font-weight: normal;
	color: #2828a8;
	padding-top: 30px;
}
#airCharterLocations ul {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}
#airCharterLocations ul li {
	list-style: none;
}
#airCharterLocations ul li a {
	color: #4e5458;
	text-decoration: none;
	border-bottom: 1px solid #b8bbbe;
	display: block;
	margin: 5px 10px 5px 10px;
	padding-bottom: 5px;
}
#airCharterLocations ul li a:hover {
	color: #2828a8;
	border-bottom: 1px solid #b8bbbe;
}



#footer {
	clear: both;
	height: 75px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #d6dadd;
	font-size: 85%;
	color: #2d5470;
	padding-top: 25px;
}
#footer p {
	margin-left: 22px;
}
#footer p a {
	color: #2d5470;
	text-decoration: none;
}
#footer p a:hover {
	color: #2828a8;
}

#footerNav ul {
	padding-top: 20px;
	margin-left: 15px;
	list-style-type: none;
	margin-bottom: 10px;
}
#footerNav li {
	display: inline;
}
#footerNav li a {
	border-right: 1px solid #aeb2b5;
	padding: 0px 7px;
	color: #2d5470;
	text-decoration: none;
}
#footerNav li a:hover {
	color: #2828a8;
}


.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 1px;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.errorText {
	color: #FF0000
}
.clearBoth {
	clear: both;
}