* { padding: 0; margin: 0; }

body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	background: #ffffff;
}

/* Color Scheme classes */
.dark_red {
	color: #790132;
}

/* general link style */
a:link, a:visited {
	text-decoration: none;
	color: #003d78;
}

a:hover, a:active {
	text-decoration: underline;
	color: #790132;
}

.section_title {
	color: #880000;
	font-weight: bold;
}

/* remove the border from all images */
img {
	border-width: 0;
}

.image_caption {
	font-style: italic;
	font-weight: bold;
	font-size: 0.7em;
}

h3 {
	margin-top: 0;
}

table {
	border-collapse: collapse;
}

#body_table {
	width: 800px;
	margin: 0 auto;
}

#main_image 
{
	text-align: center;
	width: 100%;
}

p {
	margin: 1em 0px;
	display: block;
}

li {
	margin-left: 15px;
}

/* nav_table contains the drop down menus up at the top */
#nav_table {
	border-width: 0px;
	width: 798px;
}

/* for the table on the aircraft rental page */
#rental_table th, #rental_table td {
	border: 1px solid black;
	padding: 0 0.4em 0 0.4em;
}

.error_div {
	border: 2px solid #ff0000;
	background-color: #ffcccc;
	padding: 5px;
}

/* appears at the bottom of all pages */
#last_updated {
	font-size: 0.7em;
	color: gray;
	text-align: center;
}

/*
.left_nav_menu a:link, .left_nav_menu a:visited,
.course_nav a:link, .course_nav a:visited {
	color: #776666;
	text-decoration: none;
	font-weight: bold;
}
.left_nav_menu a:active, .left_nav_menu a:hover,
.course_nav a:active, .course_nav a:hover {
	color: #bbaaaa;
	text-decoration: underline;
	font-weight: bold;
}
*/
.left_nav_menu a {
	font-weight: bold;
}

/* Menu bar at top of courses pages */
.courses_menu {
	text-align: center;
	margin-bottom: 1em;
}

.courses_menu li {
	display: inline-block;
}

/* course_table is used of private and instrument rating pages */
.course_table {
	margin: 0 auto;
}

.course_table thead {
	border-bottom: 2px solid #666666;
}

.course_table th, .course_table td {
	padding: 0.2em 0.8em;
}

.course_table th {
	color: #790132;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

.course_table td {
	border-bottom: 1px solid gray;
}

.course_table thead th {
	color: #003d78;
}

/* menu_bar is the menu nav bar found at the top of all pages */
#menu_bar_container ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #003d78;
	color: #ffffff;
	float: left;
	width: 100%;
	list-style-type: none;
	margin-top: 0;
}

#menu_bar li {
	display: inline;
}

#menu_bar_container a {
	padding: 0.2em 1em;
	background-color: #003d78;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Hoefler Text", Georgia, 'Times New Roman', serif;
}

#menu_bar_container a:first_letter {
	font-size: 1em;
}

#menu_bar a:link, #menu_bar a:visited {
	background-color: #003d78;
	border-top: 2px solid #003d78;
	border-bottom: 2px solid #003d78;
}

#menu_bar a:hover, #menu_bar a:active {
	background-color: #790132;
	border-top: 2px solid #790132;
	border-bottom: 2px solid #333333;
}

.special_event_ul {
/*	list-style-type: none;*/
	margin: 0;
	padding-left: 0.0em;
}

/* TODO: better table layout for instructors. maybe use floating divs */
.instructors td {
	width: 13em;
}

/*  List styles for employees page */
.outer_file_list ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.outer_file_list li {
	list-style-type: none;
	padding: 0;
	margin: 0 auto .3em auto;
}

table.location {
	margin: auto;
}

.location td {
	text-align: center;
	vertical-align: top;
	padding: 1em 2em 0em 2em;
}

.headline {
	font-family: "Hoefler Text", Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: 1.85em;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

.subheadline {
	font-family: "Lucida Grande", Tahoma;
	font-size: 0.8em;
	/*font-weight: lighter;*/
	text-transform: uppercase;
	margin-top: 0.8em;
	text-align: center!important;
	letter-spacing: 0.3em;
}

.left_column_headline {
	font-family: "Hoefler Text", Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: 1.65em;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

/* Styles for locations on the contact_us.php page */
#contact_locations img {
	float: right;
	padding-left: 0.5em;
}

#contact_locations .airport_name {
	font-weight: bold;
}

#contact_locations p {
	vertical-align: top;
}

#contact_locations {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
#contact_locations div.row {
	display: table-row;
}

#contact_locations div.top_row {
	border-bottom: 1px solid #790132;
}
#contact_locations div.contact_location {
	display: table-cell;
	width: 50%;
	padding: 1em;
}
/*
#contact_locations {
	display: table;
	border-spacing: 1em;
	width: 100%;
}

#contact_locations > ul {
	display: table-row;
}

li.contact_location {
	display: table-cell;
	width: 50%;
}

ul.top_row > li {
	padding-bottom: 1.0em;
	border-bottom: 0.2em dotted #790132;
}
*/

