*
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #373535;
	background-color: #fff;
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1
{
	float: left;
	margin-top: 25px;
}

h1, h1 a
{
	display: block;
	width: 201px;
	height: 54px;
}

h1 span, #header ul li span, #search a span, .prevPage span, .nextPage span
{
	display: none;
}

h1 a
{
	background: url(../images/global/delta_logo.gif) no-repeat;
}

h3
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 a
{
	color: #000;
	text-decoration: none;
}

h3 a:hover
{
	color: #993132;
}

img
{
	border: none;
}

p
{
	margin-bottom: 10px;
}

a
{
	color: #828282;
}

a:hover
{
	color: #000;
}

address
{
	margin-bottom: 10px;
}

#header
{
	height: 141px;
	width: 924px;
	margin: 0 auto;
	display: table;
	background: url(../images/global/watermark.gif) no-repeat right top;
}

#content
{
	width: 924px;
	/*display: table;*/
	margin: 0 auto;
}

#leftMenu, #mainContent, #rightMenu
{
	margin: 30px 0 40px;
}

#leftMenu
{
	width: 195px;
	float: left;
	min-height: 529px;
	background: url(../images/global/vertical_divider.jpg) no-repeat top right;
}

#leftMenu ul
{
	float: right;
	width: 137px;
	margin-right: 26px;
	list-style: none;
	padding-top: 27px;
}

#leftMenu li
{
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #373535;
}

#mainContent
{
	width: 530px;
	float: left;
}

#contentText
{
	margin-left: 25px;
	width: 480px;
}

#contentText ul
{
	list-style: circle;
	margin-left: 15px;
	margin-bottom: 10px;
	color: #993132;
}

#contentText ul li
{
	margin-bottom: 5px;
}

#headerImage
{
	margin-left: 11px;
	margin-bottom: 20px;
	height: 227px;
	width: 506px;
}

#rightMenu
{
	width: 199px;
	float: left;
}

#rightMenu .right_menuBox div, #getStarted div
{
	width: 196px;
}

#rightMenu .right_menuBox .top_right, #getStarted .top_right
{
	padding: 20px;
	width: 156px;
}

#rightMenu .right_menuBox .top_right ul
{
	list-style: inside circle;
	color: #993132;
}

#rightMenu .right_menuBox .top_right ul li
{
	margin-bottom: 5px;
}

#rightMenu .right_menuBox .top_right img
{
	margin-left: -7px;
}

.emphasis
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #993132;
}

.rightImg
{
	float: right;
	margin: 10px 0 10px 10px;
}

.rightLogo
{
	float: right;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background-color: #f4f4f4;
}

/*****************************************
		SEARCH INPUT
******************************************/

#search
{
	width: 256px;
	float: right;
	padding-top: 46px;
}

#search label
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

#search form
{
	float: right;
	margin-bottom: 12px;
	margin-right: 6px;
}

#search input
{
	width: 111px;
	height: 13px;
	/*background: url(../images/global/searchBox.jpg) no-repeat;*/
	/*padding: 3px 4px;*/
	border: none;
	font-size: 10px;
	/*margin: 0 5px;*/
}

#search input.searchBtn
{
	background: url(../images/global/searchBtn.jpg) no-repeat top;
	width: 68px;
	height: 10px;
	margin-bottom: -5px;
	cursor: pointer;
}

#search input.searchBtn:hover
{
	background: url(../images/global/searchBtn.jpg) no-repeat bottom;
}

#search a
{
	display: block;
	float: right;
	margin-right: 7px;
	width: 106px;
	height: 10px;
	background: url(../images/global/loginBtn.jpg) top;
}

#search a:hover
{
	background-position: bottom;
}

/*****************************************
		CSS NAVIGATION
******************************************/

#header ul
{
	list-style: none;
	float: left;
	padding-top: 15px;
	width: 924px;
	height: 38px;
}

#header li
{
	display: inline;
}

#header li a
{
	display: block;
	width: 100px;
	height: 38px;
	margin-right: 3px;
	float: left;
}

.aboutNav a
{
	background: url(../images/navigation/aboutBtn.jpg) no-repeat;
}

.tourNav a
{
	background: url(../images/navigation/tourBtn.jpg) no-repeat;
}

.programsNav a
{
	background: url(../images/navigation/programsBtn.jpg) no-repeat;
}

.financingNav a
{
	background: url(../images/navigation/financingBtn.jpg) no-repeat;
}

.pilotNav a
{
	background: url(../images/navigation/pilotBtn.jpg) no-repeat;
}

.alumniNav a
{
	background: url(../images/navigation/alumniBtn.jpg) no-repeat;
}

.calendarNav a
{
	background: url(../images/navigation/calendarBtn.jpg) no-repeat;
}

.homeNav a
{
	background: url(../images/navigation/homeBtn.jpg) no-repeat;
}

#header ul li.contactNav a
{
	background: url(../images/navigation/contactBtn.jpg) no-repeat;
	margin-right: 0;
}

.aboutNavActive a
{
	background: url(../images/navigation/aboutBtn.jpg) no-repeat bottom;
}

.tourNavActive a
{
	background: url(../images/navigation/tourBtn.jpg) no-repeat bottom;
}

.programsNavActive a
{
	background: url(../images/navigation/programsBtn.jpg) no-repeat bottom;
}

.financingNavActive a
{
	background: url(../images/navigation/financingBtn.jpg) no-repeat bottom;
}

.pilotNavActive a
{
	background: url(../images/navigation/pilotBtn.jpg) no-repeat bottom;
}

.alumniNavActive a
{
	background: url(../images/navigation/alumniBtn.jpg) no-repeat bottom;
}

.calendarNavActive a
{
	background: url(../images/navigation/calendarBtn.jpg) no-repeat bottom;
}

.homeNavActive a
{
	background: url(../images/navigation/homeBtn.jpg) no-repeat bottom;
}

#header ul li.contactNavActive a
{
	background: url(../images/navigation/contactBtn.jpg) no-repeat bottom;
	margin-right: 0;
}

#header ul li a:hover
{
	background-position: bottom;
}

/*****************************************
		BOXES
******************************************/

.bottom_left
{
	background: url(../images/global/lower_left_box.jpg) bottom left no-repeat;
}

.bottom_right
{
	background: url(../images/global/lower_right_box.jpg) bottom right no-repeat;
}

.top_left
{
	background: url(../images/global/top_box.jpg) no-repeat top left;
}

.top_right
{
	background: url(../images/global/top_right_box.jpg) top right no-repeat;
}

/*****************************************
		GET STARTED BOX
******************************************/

#getStarted p
{
	color: #fff;
}

#getStarted .startedForm .borderTop
{
	border-top-color: #fff;
}

#getStarted .borderTop a
{
	color: #fff;
}

#getStarted .borderTop a:hover
{
	color: #000;
}

#getStarted .borderTop input.submitBtn
{
	height: 10px;
	background: url(../images/getstarted/submitBtn.jpg) no-repeat top;
	width: 63px;
	cursor: pointer;
}

#getStarted .borderTop input.submitBtn:hover
{
	background-position: bottom;
}

#getStarted .bottom_left
{
	background: url(../images/getstarted/bottom_left.jpg) bottom left no-repeat;
}

#getStarted .bottom_right
{
	background: url(../images/getstarted/bottom_right.jpg) bottom right no-repeat;
}

#getStarted .top_left
{
	background: url(../images/getstarted/top_left.jpg) no-repeat top left;
}

#getStarted .top_right
{
	background: url(../images/getstarted/top_right.jpg) top right no-repeat;
}

/*****************************************
		FOOTER
******************************************/

#footer
{
	background: url(../images/global/footer_divider.jpg) top center no-repeat;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
	clear: both;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
}

#footerContainer
{
	width: 924px;
	margin: 0 auto;
}

.copyright
{
	color: #666;
	width: 300px;
	display: block;
	float: left;
	text-decoration: none;
}

.footerRight
{
	color: #c3c3c3;
	width: 550px;
	display: block;
	float: right;
	text-align: right;
}
.clear
{
	clear:both;
	font-size:1px;
	line-height:1px;
}
.saveLink
{
	margin-left:20px;
}
a.saveLink
{
	text-decoration:underline;
	cursor:pointer;
}
.passwordSave
{
	text-decoration:underline;
	cursor:pointer;
}
#passwordBox label
{
	display:block;
}
