@charset "UTF-8";
/* CSS Document */

/* PERFORMANCE POWER CLEANING */

body {margin: 0; padding: 0; text-align: center; background-color: black; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white;}

/*body { behavior:url("csshover.htc"); }*/

a {color: #d8ad3a; font-weight: bold;}

#header {width: 100%; margin: 0; text-align: center;}
#header img {vertical-align: bottom;}/*yet another fix for IE - eliminates extra space under header img*/

#content {width: 960px; margin: 0 auto; padding: 20px 0 20px 40px; text-align: left;}

#leftcolumn {float: left; display: inline; width: 340px; /*margin-left: 50px;*/} /*display inline as fix for IE float rendering bug which doubles left margin*/
#leftcolumn {*width: 340px;} /*IE 7 and below - asterisk preceeding style targets IE 7 and below - star property hack (commonly mistaken for the star HTML hack)*/

/*#rightcolumn {*margin-bottom: 2px;}IE 7 and below*/

#rightcolumn {float: right; width: 580px; padding: 0; margin-left: 20px;}

#footer {margin: 10px auto 20px; text-align: center; font-size: 12px; color: #777777;}
#footer a {color: #777777;}
#footer #footer_links {font-weight: normal; margin: 0 auto 20px; padding-top: 6px; padding-bottom: 8px; border-top: 1px solid #777777; border-bottom: 2px solid #777777;}
#footer #footer_links a {margin: 0 18px;}
#footer_logo {margin-bottom: 6px;}


/*************** NAV ******************/

#nav {
	width: 100%; 	/* makes the div full width */
	text-align: center;
	border-bottom: 2px solid #d8ad3a;
	background: #74401f url(images/nav/bg_nav.gif) repeat-x;
	}

#nav table {margin: 0 auto;}

#nav td {padding: 0;}



.clearfloat { /* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*************** TEXT STYLES ******************/

.title {margin-bottom: 20px;}

h1 {font-size: 18px; color: #d8ad3a;}
h2 {font-size: 16px;}

.bold16 {font-weight: bold; font-size: 16px;}

.caption {margin: 6px 10px 14px; font-size: 12px; font-style: italic;}


/*************** FORMS ******************/

.formtable {margin: 0 auto;}
.formtable td {padding: 4px;}
.formtable .formtext {text-align: right; font-weight: bold;}


/*************** FAQ ******************/

.faq_q {background: url(images/faq/q.gif) 0 0 no-repeat; padding-left: 36px; margin: 8px 0; font-size: 16px; font-weight: bold; color: #d8ad3a;}
.faq_a {background: url(images/faq/a.gif) 0 0 no-repeat; padding-left: 36px; margin: 8px 0 24px;}


/*************** ACCOMMODATIONS ******************/

.hotels {width: 100%; margin: 10px 0;}
.hotels td {padding: 0 10px 10px 0; vertical-align: top;}
.airports {margin: 10px 0;}
.airports td {padding: 0 20px 10px 0; vertical-align: bottom;}


