/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #FFFFFF;
}

img, div { behavior: url(/SiteFiles/1215/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 30px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 30px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
iframe {
	padding: 2px;
	border: 1px solid #d9d9d9;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
a:link, a:visited, a:active {
	color: #E11930; 
	text-decoration: underline;
}
a:hover {
	color: #E11930; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
strong, b {
	font-weight: bold;
	color: #666;
}
h1 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #121B70;
	padding-bottom: 16px;
}
h2 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #7189B7;
	padding-bottom: 8px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #7189B7;
}
h4 {
	font-weight: bold;
	color: #666;
}
h5 {
	font-weight: bold;
	color: #121B70;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
#search {
	position:absolute;
	right: 0px;
	width: 200px;
	height: 27px;
}
.searchField {
	float: left;
	padding: 0;
	border: 0;
	width: 175px;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	outline: none;
}
* html .searchField { padding-top: 6px; } /* IE 6 only hack */
html > body .searchField { line-height: 20px; } /* Safari only hack */
html>body .searchField { padding-top: 7px; } /* Firefox only hack */
html>body .searchField { *padding-top: 3px; } /* IE 7 only hack */
.searchButton {
	text-indent: -1000px;
	width: 13px;
	height: 12px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1215/Images/search-button.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	margin-top: 6px;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */
#mainnavWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1215/Images/mainnav-bkgd.jpg) repeat-x;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 51px;
	position: relative;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px 25px 0px 0px;
	margin: 0px;
	float: left;
	background: none;
	font-size: 14px;
	line-height: 51px;
}
#mainnav a {
	display: block;
	text-decoration: none;
	color: #808080;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	color: #333;
	background: url(/SiteFiles/1215/Images/mainnav-arrow.gif) no-repeat center bottom;
}
#mainnav a.first {
	display: block;
	text-decoration: none;
	color: #808080;
}
#mainnav a.first:hover {
	display: block;
	text-decoration: none;
	color: #333;
	background: url(/SiteFiles/1215/Images/mainnav-arrow.gif) no-repeat center bottom;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	color: #333;
	background: url(/SiteFiles/1215/Images/mainnav-arrow.gif) no-repeat center bottom;
}
.b-gallery {
	position: absolute;
	right: 0px;
	top: 12px;
	width: 98px;
	height: 28px;
	overflow: hidden;
}
.b-gallery a {
	width: 98px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/b-gallery.jpg) no-repeat top;
}
.b-gallery a:hover {
	background: url(/SiteFiles/1215/Images/b-gallery.jpg) no-repeat bottom!important;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
    width: 200px;
    float: right;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
	margin: 10px 0px;
	padding: 0px;
}
#subnav li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1215/Images/bullet.gif) no-repeat 0em 1em;
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
}
#subnav a {
	color: #7189B7;
	display:block;
	padding: 6px 0px;
	text-decoration: none;
}
#subnav a:hover {
	color: #7189B7;
	display:block;
	padding: 6px 0px;
	text-decoration: underline;
}
#subnav a.current {
	color: #121B70;
	display:block;
	padding: 6px 0px;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#utilityWrapper {
	width: 100%;
	float: left;
	text-align: right;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1215/Images/top-bkgd.gif) repeat-x;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------- Utility Styles */
#utility {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 27px;
	position:relative;
}
#sitemap {
	position:absolute;
	right: 208px;
	width: 70px;
	height: 27px;
	line-height: 27px;
}
#sitemap a {
	color: #808080;
	text-decoration: none;
	padding-right: 6px;
}
#sitemap a:hover {
	color: #808080;
	text-decoration: underline;
	padding-right: 6px;
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	height: 486px;
	background: url(/SiteFiles/1215/Images/top-image-home.jpg) no-repeat;
}
#logobar {
	margin: 0px auto;
	padding: 0px;
	width: 936px;
	height: 136px;
}
.logobar-left {
	width: 333px;
	height: 136px;
	float: left;
	overflow: hidden;
}
.logobar-left a {
	width: 333px;
	height: 136px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/logobar-left.png) no-repeat;
	behavior: url(/SiteFiles/1215/Scripts/iepngfix.htc);
}
#logobar-right {
	width: 515px;
	height: 48px;
	float: left;
	overflow: hidden;
	background: url(/SiteFiles/1215/Images/logobar-right.png) no-repeat;
	behavior: url(/SiteFiles/1215/Scripts/iepngfix.htc);
	padding: 44px;
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 30px auto;
	padding: 0px;
	width: 900px;
}
#content-left {
	padding: 0px;
	width: 434px;
	float: left;
}
#content-left ul {
	margin: 10px 0px;
	padding: 0px;
}
#content-left ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1215/Images/bullet.gif) no-repeat 0em 1em;
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
}
#content-left a {
	color: #7189B7;
	display:block;
	padding: 6px 0px;
	text-decoration: none;
}
#content-left a:hover {
	color: #7189B7;
	display:block;
	padding: 6px 0px;
	text-decoration: underline;
}
#content-middle {
	margin: 0px 30px;
	width: 194px;
	float: left;
}
#content-right {
	padding: 0px;
	width: 212px;
	float: left;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 0px auto 30px;
	padding: 30px 0px 0px;
	width: 900px;
	border-top: 4px solid #f0f0f0;
}
#footer-left {
	padding: 0px;
	width: 434px;
	float: left;
	color: #B3B3B3;
}
#footer-right {
	padding: 0px;
	width: 436px;
	height: 46px;
	float: right;
	position:relative;
}
#footer-right h1 {
	font-size: 18px;
	line-height: 46px;
	font-weight: bold;
	color: #CCC;
	padding-bottom: 0px;
}
.l-cessna {
	position: absolute;
	right: 286px;
	top: 0px;
	width: 37px;
	height: 46px;
	overflow: hidden;
}
.l-cessna a {
	width: 37px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/l-cessna.gif) no-repeat top;
}
.l-cessna a:hover {
	background: url(/SiteFiles/1215/Images/l-cessna.gif) no-repeat bottom;
}
.l-vectair {
	position: absolute;
	right: 107px;
	top: 0px;
	width: 146px;
	height: 29px;
	overflow: hidden;
}
.l-vectair a {
	width: 146px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/l-vectair.gif) no-repeat top;
}
.l-vectair a:hover {
	background: url(/SiteFiles/1215/Images/l-vectair.gif) no-repeat bottom;
}
.l-salliemae {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 82px;
	height: 25px;
	overflow: hidden;
}
.l-salliemae a {
	width: 82px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/l-salliemae.gif) no-repeat top;
}
.l-salliemae a:hover {
	background: url(/SiteFiles/1215/Images/l-salliemae.gif) no-repeat bottom;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
#d-top {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	height: 306px;
	background: url(/SiteFiles/1215/Images/top-image-sub.jpg) no-repeat;
}
.d-logobar-left {
	width: 333px;
	height: 136px;
	float: left;
	overflow: hidden;
	padding-left: 18px;
}
.d-logobar-left a {
	width: 333px;
	height: 136px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1215/Images/d-logobar-left.png) no-repeat;
	behavior: url(/SiteFiles/1215/Scripts/iepngfix.htc);
}
#d-content-left {
	padding: 0px;
	width: 650px;
	min-height: 300px;
	float: left;
}
#d-content-left ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
}
#d-content-left ul li {
	padding: 0px;
	margin: 0px;
	background: none;
	list-style: disc;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #7189B7;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #7189B7;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #7189B7;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */
.photogallery ul {
	margin: 0px;
	padding: 20px 0px 0px!important;
	background: none;
}
.photogallery li {
	list-style: none!important;
	padding: 0px;
	margin: 0px;
}
.photogallery li a {
	padding: 2px;
	margin: 0px 20px 20px 0px;
	border: 1px solid #d9d9d9;
}
.photogallery li a:hover {
	padding: 2px;
	margin: 0px 20px 20px 0px;
	border: 1px solid #999;
}