*	
{
	margin:0; padding:0;
	font-size:11px;
    font-family:verdana;
}


/*---------------------------------------

		DEFAULT LAYOUT STYLES

---------------------------------------*/

html, body, #layout	{ height: 100%; } 
body > #layout		{ height: auto; } 
body				{ background:#ededed; }
img					{ border: 0; 	} 

#layout
{
	min-width:980px;
    min-height:100%;
    background:url(../images/site_background.jpg) repeat-y center;
    position:relative;
}

.main
{
	margin: 0 auto;
    width:980px;
    overflow:hidden;
}

.inner
{
    width:955px;
    margin-left:12px;}

#header
{
    }

#header .top
{
	position:relative;
	background:#000000;
    min-height:36px;
    margin-bottom:1px;
    }

#header .top span.user
{
	position:absolute;
    bottom:3px;
    left: 5px;
    color:#dcdcdc;
}

#header .top span.user *
{
	color:#dcdcdc;
    text-decoration:none;
}

#header .top span
{
	position:absolute;
	bottom:3px;
	right:5px;
    color:#dcdcdc;
}

#header .bottom
{
	background:url(../images/header_background.jpg) top left no-repeat;
    min-height:143px;
    border-bottom: 1px solid #000;
    margin-bottom:1px;
    color:#e2e2e2;
    position:relative;
    font-size:18px;
    }

#header .bottom span.title
{
	margin-top:37px;
    margin-left:20px;
    position:absolute;
    color:#e2e2e2;
    font-size:12px;
}

#header .bottom span.title strong
{ font-size:18px; }

#header .bottom span.sub_title
{
	bottom:35px;
	right:15px;
    position:absolute;
    font-size:11px;
    color:#e2e2e2;
    text-align:right;
}

.link_white:link, .link_white:active, .link_white:visited
{
	color:#ffffff;
    text-decoration:underline;
}

#nav{ width: 955px; margin-top:-26px; position:relative; background: url(../images/nav_button_back.jpg) repeat-x top left; border-left: 1px solid #000; }
#nav *{ display:inline; }

#nav li
{
    float:left;
	width:189px;
    height:25px;
    padding-right: 2px;
    background: url(../images/nav_button_off.jpg) no-repeat top left;
}

#nav li.clear
{
    float:left;
	width:189px;
    height:25px;
    padding-right: 2px;
    background: url(../images/nav_button_back.jpg) repeat-x top left;
    }

#nav li.active
{
    float:left;
	width:189px;
    height:40px;
    padding-right: 2px;
    border:0;
    background: url(../images/nav_button_on.png) no-repeat top left;}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active{
	color:#09234b;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    padding:5px;
    display:block;
}

.content{ padding: 0 5px 0 5px; position:relative; padding-bottom: 57px; min-height:320px; }
.content *{ color:#403f3f; }

#footer
{
	clear:left;
	position:absolute;
    bottom:0;
    width:955px;
	background:#2e2e2e;
    min-height:47px;
    margin-top:1px;
}

#footer .copyright
{
	margin-top:17px;
    margin-left:30px;
    position:absolute;
    color:#ffffff;
    font-size:10px;
}

#footer .secure_logo
{
	float:right;
    padding-top:4px;
    padding-right:4px;
}


hr
{
    border:0;
    height:1px;
    margin: 20px 0 20px 0;
    background-color: #dedede;
    width:80%;
}

.saved, .required
{
	padding: 20px 0 20px 10px;
}

.saved, .saved *{ font-size:12px; }

.saved_error
{
	padding: 5px 0 20px 10px;
}


/*---------------------------------------

		INTRODUCTION PAGE STYLES

---------------------------------------*/
.col_intro_left
{
	float:left;
    width:610px;
}

.col_intro_left p.text, .col_intro_left p.title
{
	color:#403f3f;
    border-bottom: 1px solid #c2c3c6;
    padding: 30px 0 30px 0;
    font-size:12px;
    line-height:18px;
    width:590px;
    margin-left:15px;
    text-align:justify;
}

.col_intro_left p.title
{
    font-weight:bold;
    font-size:18px;
}

.column_login
{
	background: url(../images/section_header_07214b.png) no-repeat;	
    border: 1px solid #d9d9d9;
    height:375px;
    width:317px;
	background-position: 0px 2px;
    margin-top:76px;
    position:relative;
    float:right;
}

.column_login span.bullet
{
	font-weight:bold;
    font-size:18px;
    margin-left:17px;
    margin-top:11px;
    position:absolute;
}

.column_login span.title
{
	color:#ffffff;
    position:absolute;
    margin-left:50px;
    margin-top:16px;
    font-size:14px;
}

.column_login p
{
	position:relative;
	margin-top:80px;
    margin-left:10px;
    margin-bottom:20px;
    text-align:justify;
    width:300px;
}

.column_login .login{ padding-left:50px; }

.column_login .login *{ display:block; }

.column_login .login label
{
	font-weight:bold;
    font-size:12px;
}

.column_login .login input.field
{
    font-size:14px;
    height:18px;
    padding-top:1px;
    width:220px;
    margin: 0 0 10px 0;
}



/*---------------------------------------

   	  INSIDE PAGES DEFAULT STYLES

---------------------------------------*/
.home_page
{
	margin-top:40px;;
    position:relative;
}

form.page
{
	margin-top:65px;;
    position:relative;
}

form.page fieldset{ padding-left:10px; border:0; }
form.page label  { float:left; padding:3px 20px 3px 3px; }
form.page label *{ display:block; }
form.page label span.error{ display:inline; }
form.page label span.error_hidden{ display:none; }

.error
{
	color:#990000;
}

form.page div.frm
{
	padding: 40px 0 0 0;
    text-align:left;
}

form.page label
{
	font-size:12px;
}

form.page input, form.page select, form.page textarea
{
    width:200px;
    margin: 0 0 10px 0;
    font-size:12px;
}

form.page select.date, form.page input.clear
{
	width:65px;
    margin: 0 0 10px 0;
    font-size:12px;
    display:inline;
}

.page_row
{
    border: 1px solid #d9d9d9;
    width:925px;
    position:relative;
    margin-left:10px;    
}

.page_row span.bullet
{
	font-weight:bold;
    font-size:18px;
    margin-left:18px;
    margin-top:16px;
    position:absolute;
}

.page_row span.title
{
	color:#ffffff;
    position:absolute;
    margin-left:55px;
    margin-top:21px;
    font-size:12px;
}

.page_row p.text
{
	position:relative;
	margin-top:100px;
    margin-left:10px;
    text-align:justify;
    width:905px;
}


.page_row p.spacer
{
	margin-top:60px;
}

.guest_title
{

}

p.text_cancel
{
	position:relative;
	margin-top:20px;
    margin-left:10px;
    text-align:justify;
    width:905px;
    clear:left;
}


/*---------------------------------------

		MEETING PAGE STYLES

---------------------------------------*/
.meet_1{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; }.meet_2{ background: url(../images/section_header_808080_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.meet_3{ background: url(../images/section_header_0a3b89_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }


/*---------------------------------------

		TRANSPORTATION PAGE STYLES

---------------------------------------*/
.trans_1{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; }.trans_1a{ background: url(../images/section_header_808080_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.trans_2{ background: url(../images/section_header_808080_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.trans_3{ background: url(../images/section_header_0a3b89_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.trans_4{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }
.service_date
{
 	clear:both;
    padding: 10px 0 10px 6px;
}

.service_date label
{
    font-style:italic;
}

.service_date label span
{
	color:#0A3B88;
    font-style:normal;
}

.page_row div.frm fieldset.flight
{
	clear:both;
    position:relative;
}



/*---------------------------------------

   	  TICKETS / TOURS PAGE STYLES

---------------------------------------*/
.tix_tour_1{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; }.tix_tour_1a{ background: url(../images/section_header_0a3b89_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.tix_tour_2{ background: url(../images/section_header_808080_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.tix_tour_3{ background: url(../images/section_header_0a3b89_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }
.tickets, .ticket_header
{
 	clear:both;
    padding: 10px 0 10px 6px;
}

.ticket_header
{
	font-weight:bold;
    text-decoration:underline;
    margin-bottom:10px;
}

.ticket_header label, .tickets label
{
	width:200px;
}

.tickets label *
{
    float:left;
}

.tickets label span
{
	color:#0A3B88;
    font-style:normal;
}

.tickets label select
{
	width:100px;
}

.tix_tour_3_hide 
{
	display:none;
}



/*---------------------------------------

    	  PAYMENT PAGE STYLES

---------------------------------------*/
.payment_1{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; }.payment_1a{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.payment_2{ background: url(../images/section_header_808080_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }.payment_3{ background: url(../images/section_header_0a3b89_lg.png) no-repeat; background-position: 0px 0px; margin-top:20px; }
.payment_header_1
{
	position:relative;
	margin-top:100px;
    margin-left:10px;
    width:905px;
    font-size:13px;
    font-weight:bold;
    color:#666666;
    border-bottom: 1px solid #d6d6d6;
}

.payment_header
{
	position:relative;
	margin-top:50px;
    margin-left:10px;
    width:905px;
    font-size:13px;
    font-weight:bold;
    color:#666666;
    border-bottom: 1px solid #d6d6d6;
}

form.page div.frm_payment
{
	padding: 5px 0 0 0;
}

.frm_payment fieldset label
{
	width:150px;
    font-size:11px;
    font-style:italic;
}

.frm_payment fieldset.guest
{
	margin-bottom:10px;
}

.payment_txt
{
	color:#0A3B88;
    font-size:13px;
    display:block;
    padding: 4px 4px 4px 0;
}


form.page div.payment
{
	padding: 10px 0 0 0;
    text-align:left;
}

div.cost
{
	margin: 100px 0 0 10px;
    padding: 0 0 20px 10px;
    clear:both;
    position:relative;
    display:block;
}

div.cost p *, div.cost p span *{ display:inline; }

div.cost p
{
	width:500px;
    margin: 0 0 8px 0;
    font-size:12px;
    position:relative;
    border-bottom: 1px solid #dedede;
}

div.cost p span
{
	color:#0A3B88;
    display:inline;
    clear:left;
    width:auto;
    margin-left:150px;
	position:absolute;
    right:0;
    width:250px;
    text-align:right;
}




/*---------------------------------------

		LOGIN PAGE STYLES

---------------------------------------*/
.login_thanks
{
	float:left;
    width:600px;
	margin-left:60px;
}

.login_left
{
	float:left;
    width:390px;
	
    height:300px;
    margin-left:60px;}

.login_right
{
	width:390px;
    border-left: 1px solid #c2c3c6;
    padding-left:50px;
    float:right;
    margin-right:30px;
    margin-bottom:60px;
}

.login_title
{
    font-weight:bold;
    font-size:16px;
    padding: 30px 0 10px 0;
    text-align:justify;
}

.login_left p.text, .login_right p.text
{
	text-align:justify;
    font-size:11px;
    width:360px;
    line-height:15px;
}

.login_left .login{ padding-left:50px; }

.login_left .login *{ display:block; }

.login_left .login label
{
	font-weight:bold;
    font-size:12px;
}

.login_left .login input.field
{
    font-size:14px;
    height:18px;
    padding-top:1px;
    width:220px;
    margin: 0 0 10px 0;
}



/*---------------------------------------

		EVENT PAGE STYLES

---------------------------------------*/
.events{ background: url(../images/section_header_07214b_lg.png) no-repeat; background-position: 0px 0px; }.events{ margin-top:30px; }

.event
{
 	clear:both;
    padding: 10px 0 10px 6px;
}

.event label a{ color:#0A3B88; }


.img_transparent 
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* Calendar Styles */
.weekdays 
{
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none
}

.calendarOff	{
	border-color: #FFFFFF #9FC9E5 #9FC9E5 #FFFFFF;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color : #F0F6FB;
}
.datePast	{
	border-color: #FFFFFF #9FC9E5 #9FC9E5 #FFFFFF;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	color: #cccccc;
	background-color : #F6FBFF;
}
.calendarOn	{
	border-color: #FFFFFF #9FC9E5 #9FC9E5 #FFFFFF;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color : #D5E7F3;
}