/*
	Keep reset.css in same directory as master.css
	or else change the file path here if you keep it
	stored in another location.
*/
@import url("reset.css");
/*
	Outrigger/Hawaiian Air Promotion
*/

/*
	For functionality of the forms, these are your
	2 div id's. form-1 is the default display form.
	form-2 is the secondary form that displays after
	onsubmit is processed. checkOut is also not to
	be displayed until after form-1 is processed onsubmit.
*/
/*-----------------------------------------------------*/
div#form-1 {
	display: block;
	margin: 20px 0px 20px 0px;
}

div#form-2 {
	display: block; /* change to display:none */
	margin: 20px 0px 20px 0px;
}

div#checkOut {
	display: block; /* change to display:none */
}
/*-----------------------------------------------------*/
/* Base CSS styles.
-----------------------------------------------------*/
body, html {
	background-color: #f3f1e7;
	padding: 0px 0px 40px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004a80;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	line-height: 18px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004a80;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #413212;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

p {
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #413212;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

a {
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #004a80;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.hr {
	width: 381px;
	height: 31px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
}


/* Social Sharing Styles.
-----------------------------------------------------*/
ul.social {
	list-style: none;
	margin: 10px 0px 60px 0px;
}

ul.social li {
	float: left;
}

ul.social li a {
	display: block;
}

ul.social li a.facebook {
	background-image: url(../images/facebook.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 20px;
}

ul.social li a.twitter {
	background-image: url(../images/twitter.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 20px;
	margin: 0px 0px 0px 40px;
}


/* Layout Styles.
-----------------------------------------------------*/
#container {
	width: 944px;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 944px;
	height: 67px;
	position: relative;
}

.logo-left {
	width: 192px;
	height: 67px;
	position: relative;
	left: 0;
	top: 0;
}

.logo-right {
	width: 173px;
	height: 67px;
	position: absolute;
	right: 0;
	top: 0;
}

.logo-left a,
.logo-right a {
	display: block;
}

#slideshow {
	width: 944px;
	height: 262px;
	position: relative;
	overflow: hidden;
}

#content {
	/*width: 615px;*/
	width: 650px;
	margin: 0 auto;
	padding: 25px 0px 90px 0px;
}

#footer {
	width: 640px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	position: relative;
	background-image: url(../images/10_oeg_tagline.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer span {
	display: none;
}

ul.logo-buckets {
	position: relative;
	list-style: none;
}

ul.logo-buckets li {
	float: left;
	height: 80px;
}

ul.logo-buckets li a {
	display: block;
	height: 80px;
}

ul.logo-buckets li.bucket-1 {
	background-image: url(../images/11_ohr_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 120px;
}

ul.logo-buckets li.bucket-2 {
	background-image: url(../images/12_ohana_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 95px;
}

ul.logo-buckets li.bucket-3 {
	background-image: url(../images/13_amh_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 90px;
}

ul.logo-buckets li.bucket-4 {
	background-image: url(../images/14_kvl_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 115px;
}

ul.logo-buckets li.bucket-5 {
	background-image: url(../images/15_kbr_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 105px;
}

ul.logo-buckets li.bucket-6 {
	background-image: url(../images/16_occ_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 115px;
}


/* Form Styles.
-----------------------------------------------------*/
fieldset {
	border: 1px solid #aeada6;
	background-color: #e6d5bc;
	padding: 20px;
	/*width: 573px;*/
	width: 605px;
}

ul.form-1-labels {
	list-style: none;
	width: 573px;
	float: left;
}

ul.form-1-labels li {
	float: left;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #413212;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

/*#form-1 input {*/
.input1 {
	clear: both;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #413212;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

/*#form-2 input {*/
.input2 {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #413212;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}

button.btn {
	width: 127px;
	height: 25px;
	border: none;
	background: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

select {
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #413212;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

/*-----------------------------------------------------*/
/* C2 ADDED CHANGES.
-------------------------------------------------------*/
/* fieldset width - see above */
/* #content width - see above */
/* #form-1 input - change name to .input1 */
/* #form-2 input - change name to .input2 */

div#form-3 {
	display: block; /* change to display:none */
	margin: 20px 0px 20px 0px;
}
.empty1
{	
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color:#FF0000;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
}
.empty2
{	
	float: left;
	clear: both;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	color:#FF0000;
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}
.subheading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004a80;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	line-height: 16px;
	
}
