html {
	overflow: auto; /* for browsers that do not already support overflow-y, including ie5.5, early versions of opera, safari and firefox */
	overflow-y: scroll;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 14px 0px 0px;
	text-align: center;
	background: #E8F6FF url(../images/common/body_bckgnd.jpg) repeat-x left top;
}
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 99%;
	max-width: 1420px;
	background: #adadad url(../images/common/container_right_top_bckgnd.jpg) no-repeat right top;
}
#header {
	height: 187px;
	background: #FFFFFF;
	display: block;
	margin-right: 21px;
	overflow: visible;
}

#header a img {
	border: 0px none;
	padding: 7px 39px 8px 25px;
	display: block;
	float: left;
	background: #FFFFFF url(../images/common/content_top_left_bckgnd_curve.gif) no-repeat 0px 0px;
}
#flash {
	overflow: hidden;
	display: block;
	height: 185px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#nav {
	overflow: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 18px;
	margin: 0px;
	background: url(../images/common/menu_backgnd.png) no-repeat right top;
}
#nav li {
	display: block;
	float: left;
}

#nav li a {
	text-decoration: none;
	display: block;
	width: auto;
	text-align: center;
	font-size: 85%;
	text-transform: uppercase;
	border-left: 1px solid #e5e5e5;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px;
	line-height: 1;
}
#nav li a:visited {
	color: #666666;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FDC71D;
}
#nav li a#home {
	border-left: 1px solid #adadad;
	padding-left: 0px;
}
#nav li#warbirds_sub {
	width: 91px;
}
#nav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}

#nav li ul li {
	float: left;
	width: 328px; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding: 0px;
	line-height: 1;
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #666666 url(../images/common/sun_menu_bckgnd.png) no-repeat 0px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	padding: 35px 21px 21px 11px;
	margin: 0px;
	display: block;
	z-index: 99;
	border-top: 0px none;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

ul#nav li#warbirds_sub ul {
	width: 300px;
	background: #666666 url(../images/common/sun_menu_bckgnd.png) no-repeat -78px 0px;
}

#warbirds_page ul#nav li#warbirds_sub ul {
	position: absolute;
	width: 657px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li ul li a, #nav li ul li a:visited {
	text-align: left;
	padding: 6px 0px 6px 7px;
	width: 270px;
	margin: 0px;
	border-left: 22px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 85%;
	text-transform: none;
}
#nav li ul li a:hover, ul#nav li#contact_sub ul li a:hover, ul#nav li#about_sub ul li a:hover, ul#nav li#tour_sub ul li a:hover {
	color: #FDC71D;
	border-left: 22px solid #FFCC00;
	background: #666666;
}


#nav li:hover ul { /* lists nested under hovered list items - need all for ie7 */
	position: absolute;
	left: auto;
	display: block;
	visibility: visible; 
}
#left_column {
	float: left;
	width: 280px;
	padding-top: 35px;
	background: url(../images/common/menu_backgnd.png) no-repeat left top;
}
#left_column h2 {
	color: #BABABA;
	border-bottom: 1px solid #666666;
	padding-top: 4px;
	padding-bottom: 24px;
	margin: 0px 24px 0px 43px;
	text-align: right;
}
#left_column h2 strong {
	font-size: x-small;
	color: #666666;
	padding: 0px;
	text-align: right;
}


#left_column ul {
	margin: 0px;
	padding: 0px 0px 35px;
	list-style: none;
	background: url(../images/common/left_menu_bottom_bckgnd.gif) no-repeat left bottom;
}
#left_column ul li ul {
	background: #333333 url(../images/common/spacer.gif);
	padding-bottom: 14px;
	border-bottom: 1px solid #FDC71D;
	display: none;
	margin: -1px 25px 28px 43px;
	padding-top: 7px;
}

#left_column li {

}
#left_column li a {
	font-size: 85%;
	color: #FFFFFF;
	margin-left: 43px;
	width: 213px;
	background: #333333;
	display: block;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_column li a:hover {
	color: #FDC71D;
}
#left_column li ul li a {
	font-size: small;
	color: #A7A7A7;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
	width: 218px;
	text-decoration: none;
}
#left_column li ul li a:visited {
	color: #727272;
}
#left_column li ul li a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#right_column {
	float: right;
	width: 20%;
}
#right_column p {

}

#right_container {
	margin-right: 7px;
	background: #666666 url(../images/common/right_column_bottom_bckgnd.gif) no-repeat left bottom;
}

#right_bottom {
	min-height: 50px;
	background: url(../images/common/right_bottom_right_bckgnd.gif) no-repeat right bottom;
	padding-bottom: 17px;
}

#phone_call {
	display: block;
	color: #FFFFFF;
	font-size: small;
	font-weight: 100;
	line-height: 100%;
	text-align: right;
	padding: 0px 21px 0px 0px;
	margin: 0px 7px 0px 0px;
	background: url(../images/common/right_top_bckgnd.gif) no-repeat right top;
}
#location {
	display: block;
	font-size: large;
	line-height: 100%;
	text-align: left;
	margin: 0px 11px 0px 10px;
	padding: 2px 0px 14px 69px;
	background: url(../images/common/map_compass_icon.jpg) no-repeat 0px 0px;
	color: #FFFFFF;
}
#location a {
	font-size: 82%;
	color: #FFFFFF;
	line-height: 125%;
	margin-right: 70px;
}
#location a strong {
	background: url(../images/common/symbols.gif) no-repeat -5px -135px;
	padding-left: 14px;
	font-size: 82%;
	display: block;
	line-height: 125%;
	margin-bottom: 7px;
	color: #FDC71D;
}


#phone_call strong {
	display: block;
	font-size: medium;
	line-height: 100%;
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 69px;
	background: url(../images/common/phone_bckgnd.gif) no-repeat left top;
}
#phone_call strong em {
	font-size: x-small;
	display: block;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	line-height: normal;
	padding-bottom: 2px;
}
#content {
	min-height: 375px;
	max-width: 800px;
	margin-right: 22%;
	margin-left: 300px;
}
ul 	{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3 {
	color: #FFFFFF;
	font-weight: 100;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 35px 0px 14px;
}
h1 {
	font-size: 108%;
	padding-top: 7px;
	color: #666666;
	font-weight: 100;
}

h1 strong {
	display: block;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h2 {
	background: url(../images/common/spacer.gif);
	padding-top: 17px;
	padding-bottom: 7px;
	font-weight: 100;
	font-size: 108%;
	margin: 0px 0px 14px;
	border-bottom: 1px solid #C1C1C1;
	color: #FFFFFF;
}
 h2 strong {
	display: block;
	font-weight: 100;
	color: #e5e5e5;
	margin: 0px;
	padding: 0% 15% 0% 0%;
}
h3 {
	color: #333333;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 7px;
	font-weight: 100;
	font-size: 108%;
}

h1 a {
	text-decoration: none;
	color: #336699;
	background: url(../images/common/symbols.gif) no-repeat right 0px;
	padding-right: 27px;
	margin-right: 0px;
}
h1 a:hover, h1 a:active, h1 a:focus {
	color: #3366FF;
	background: url(../images/common/symbols.gif) no-repeat right -70px;
	text-decoration: none;
}

#footer {
	clear: both;
	background-image: url(../images/common/footer_left_bckgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer ul {
	margin: 0px;
	list-style: none;
	background-image: url(../images/common/footer_right_bckgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 5%;
	overflow: auto;
}
#footer li {
	display: inline;
	padding-top: 37px;
}
#footer li a {
	font-size: x-small;
	color: #e5e5e5;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 37px;
	padding: 3px 4px;
	margin-right: 7px;
	border: 1px solid #999999;
}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
p {
	margin: 0px;
	font-size: 85%;
	color: #595959;
	padding-top: 0px;
	padding-bottom: 11px;
}
#right_column {
	float: right;
	width: 20%;
	min-height: 400px;
	margin: 0px;
	padding: 21px 0px 0px;
}
.plain {
	margin: 0% 35% 0% 0%;
	padding: 0% 0% 0% 5%;
	list-style: none;
	font-size: 82%;
	color: #666666;
}
.plain li {}

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0033CC;
	text-decoration: none;
}
a.highlight_link, a.non-html {
	background: url(../images/common/symbols.gif) no-repeat 0px -300px;
	padding-left: 17px;
	color: #FFFFCC;
}
a.non-html {
	min-height: 29px;
	display: block;
}
a.highlight_link:visited, a.non-html:visited {
	background: url(../images/common/symbols.gif) no-repeat 0px -380px;
	text-decoration: none;
	color: #CCCCCC;
}
a.highlight_link:hover, a.non-html:hover {
	background: url(../images/common/symbols.gif) no-repeat 0px -380px;
	text-decoration: none;
	color: #FFCC00;
}
a.non-html em {
	display: block;
	color: #69838F;
	font-size: x-small;
	font-style: normal;
}
a.non-html:hover em, a.non-html:active em, a.non-html:focus em {
	color: #FFFFCC;
	text-decoration: none;
}
#right_column a.non-html {
	background: url(../images/common/spacer.gif);
}
#right_column a.non-html em {
	display: none;
}
#right_column a.non-html:hover em, #right_column a.non-html:active em, #right_column a.non-html:focus em {
	display: none;
}


ol {
	font-size: 82%;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 72px;
}

ol li {
	margin-left: 5%;
	margin-right: 35%;
}
.img_float_left {
	float: left;
	margin-top: 4px;
	margin-right: 21px;
	margin-bottom: 4px;
}
.img_float_right {
	float: right;
	margin-top: 4px;
	margin-left: 21px;
	margin-bottom: 4px;
}
a.img_float_right img, a.img_float_left img {
	background: url(../images/common/content_bckgnd.png) repeat-x 0px 0px;
	padding: 5px;
	border: 1px solid #666666;
}
a.img_float_right {
	margin-right: 7%;
}
a.img_float_left {
	float: left;
	margin-left: 72px;
	margin-right: 21px;
}
p a.img_float_left {margin-left: 0px;}
p a.img_float_right {
	margin-right: 0%;
}
h3 a.img_float_right {margin-right: 0%;}
a img {
	background: #f0f0f0;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
a:hover img {
	background: #FFFFFF;
}

acronym {
	border-bottom: 1px dashed #9999CC;
	cursor: help;
}
a acronym {
	border-bottom: 0px none;
}



ul.tick {
	margin-bottom: 14px;
	margin-top: 14px;
}



ul.tick li {
	background: url(../images/common/symbols.gif) no-repeat 0px -544px;
	padding-left: 23px;
	font-size: 82%;
	color: #666666;
	line-height: 125%;
	padding-bottom: 7px;
}
.tick li strong {
	color: #333333;
	display: block;

}

ul.related {
	background: #41525A url(../images/forms/form_bckgnd.gif) no-repeat right bottom;
	margin: 0px 0px 0px 72px;
	padding: 7px 0px 14px 14px;
	border-top: 1px solid #8EA3AD;
	border-left: 1px solid #8EA3AD;
	color: #FFFFFF;
	overflow: auto;
	width: 75%;
}
.related li {
	display: inline;
}

ul.related h2 {
	color: #69838F;
	margin: 0px 45px 0px 7px;
	padding: 14px 0px 0px;
	text-align: left;
	font-size: x-small;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.related a {
	font-size: 82%;
	background: url(../images/common/breadcrumb_arrow.gif) no-repeat 0px -457px;
	padding-left: 21px;
	color: #8EA3AD;
	width: 200px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
.related a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/common/breadcrumb_arrow.gif) no-repeat 0px -867px;
}
ul.arrow_list {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 7px 0px 21px;
}
ul.arrow_list li {
	background: url(../images/common/symbols.gif) no-repeat -5px -135px;
	padding-left: 21px;
	font-size: 82%;
	color: #FFFFFF;
	line-height: 125%;
	margin-bottom: 7px;
	width: 83%;
}
ul.arrow_list li strong {
	display: block;
	color: #e5e5e5;
}
#map {
	height: 477px;
	font: 82% Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 14px;
	margin-left: 72px;
}
#map strong {
	color: #002942;
	font-size: medium;
	font-weight: 100;
	line-height: 80%;
	margin: 0px;
	padding: 0px;

}
#map strong em {
	font-size: medium;
}
#map em {
	font-size: small;
	font-style: normal;
	line-height: 150%;
	color: #002942;
	font-weight: 700;
}

#map a {
	text-decoration: none;
	font-weight: 700;
}
ul.gallery {
	margin: 0px;
	list-style: none;
	text-align: left;
	border-width: 0px;
	border-style: none;
	padding: 14px 0px;
	overflow: auto;
	min-height: 100px;
	width: 100%;
}
.gallery li {
	float: left;
	margin-right: 23px;
}
.gallery li a {
	font-size: 108%;
	display: block;
	color: #315E61;
	font-weight: 700;
	padding: 29px 15px 27px 13px;
	width: 149px;
	background: #84888B url(../images/common/thumbnail_bckgnd.png) no-repeat right 0px;
}
.gallery li a:hover, .gallery li a:active, .gallery li a:hover {
	color: #00C8DC;
	text-decoration: none;
	background: url(../images/common/thumbnail_bckgnd.png) no-repeat right -160px;
}
.gallery a img {
	width: 130px;
	display: block;
	padding: 4px;
	border: 1px solid #999999;
	background: #e5e5e5;
	margin: 2px auto;
}
.gallery a:hover img {
	background: #FFFFFF url(../images/common/thumbnail_bckgnd.png) no-repeat -21px -187px;
	border: 1px solid #FFFFFF;
}
.warbirds_choices {

}
.warbirds_choices h3 {
	margin: 0px;
	padding: 0px 0px 7px;
	font-size: 85%;
	font-weight: 900;
}
.warbirds_choices h3 a img {
	float: right;
	background: #e5e5e5;
	padding: 2px;
	border: 1px solid #666666;
	margin-left: 35px;
}
.warbirds_choices a:hover img {
	background: #FFFFFF;
	border: 1px solid #333333;
}
.warbirds_choices h3 a {
	background: #9A9A9A url(../images/common/content_gradient_bckgnd.jpg) repeat-x 0px 20px;
	display: block;
	padding: 7px 7px 7px 14px;
	overflow: auto;
	text-decoration: none;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 21px solid #e5e5e5;
	color: #e5e5e5;
}
.warbirds_choices h3 strong {
	padding-top: 21px;
	font-weight: 100;
	color: #e5e5e5;
	display: block;
}
.warbirds_choices h3 a:hover {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 21px solid #FFFFFF;
	color: #FFFFFF;
	background: #9A9A9A url(../images/common/content_gradient_bckgnd.jpg) repeat-x 0px -30px;
}
.warbirds_choices h3 a:hover strong {
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
	padding: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 14px 0px 21px;
	border-left: 1px solid #CCCCCC;
	width: auto;
	display: block;
}

 
td {
	margin: 0px;
	color: #CCCCCC;
	padding: 11px 35px 10px 14px;
	vertical-align: top;
	text-align: left;
	font-size: x-small;
	font-weight: 100;
	background: #84888B url(../images/common/td_bckgnd.png) no-repeat right top;
	border-right: 1px solid #CCCCCC;
	width: auto;
}

caption {
	background: #84888B url(../images/common/caption_bckgnd.png) no-repeat right top;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
	font: 300 108% Arial, Helvetica, sans-serif;
	display: table-caption;
	left: -20px;
	padding: 25px 35px 25px 7px;
}

th {
	background: #84888B url(../images/common/th_bckgnd.png) no-repeat 0px 0px;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	vertical-align: top;
	font-size: x-small;
	width: 146px;
	padding: 10px 0px 14px 21px;
	border-width: 0px;
	border-style: none;
}
td ul {
	margin: 0px;
	padding: 0px;
	color: #e5e5e5;
}

img.promo, a img.promo {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px 0px;
	height: 225px;
	width: 150px;
	border-width: 0px;
	border-style: none;
	padding: 31px 14px 33px;
	float: right;
	margin: 4px 23px 11px 22px;
}
a:hover img.promo, a:hover img.promo_left {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px -350px;
	
}

img.promo_left, a img.promo_left {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px 0px;
	height: 225px;
	width: 150px;
	border-width: 0px;
	border-style: none;
	padding: 31px 14px 33px;
	float: left;
	margin: 4px 35px 11px 0px;
}
.small {
	font-size: x-small;
	display: block;
	color: #999999;
}

.lighter {
	color: #666666;
}

a:focus {outline: none;
}

.youtube {
	border: 1px solid #000000;
	background: #000000;
}
.youtube object {
}
