@charset "utf-8";

html {
  overflow-y: scroll;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #181818;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


a:link { color: #3E9ABB; text-decoration: underline;}
a:visited { color: #3E9ABB; text-decoration: underline;}
a:link:hover { color: #51C3EC; text-decoration: underline;}


p {
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #5F5F62;
	line-height: 20px;
	padding: 0px 0px 24px 0px;
}

h1 {
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}


h2 {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

h3 {
	text-align: left;
	color: #F19410;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 9px 0px;
	margin: 0px;
}


h4 {
	text-align: left;
	color: #327DB7;
	font-family: verdana;
	font-size: 13px;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-weight: bold;
}






#container {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#sidebar1 {
	float: left;
}
#mainContent {
	margin: 0 0 0 365px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 25px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bulletList {;
	line-height: 18px;
	font-size: 13px;
	color: #000;
	font-family: "Trebuchet MS";
}


.doubleList {;
	line-height: 18px;
	font-size: 13px;
	color: #000;
	font-family: "Trebuchet MS";
}


#staticDashes {
	margin: 10px 0px 18px 0px;
	padding: 0px 0px 12px 0px;
	border-top:1px dashed #CBCACA;
}

#blank {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px px 0px;
	text-align: left;
}

#returnTotop {
	margin: 0 auto;
	text-align: right;
	margin-top: 20px;
	clear: both;
}


#indent {
	margin: 0 auto;
	text-align: left;
	margin: 0px 0px 0px 42px;
}


.bodyCopy {
	font-size: 14px;
	line-height: 19px;
	color: #666;
	line-height: 20px;
	font-family: Trebuchet MS;
}

.borderTable {
	border: 1px solid;
	border-collapse: collapse;
	border-color: #CCC;
	font-size: 13px;
	color: #666;
	font-family: "Trebuchet MS";
}

.tableTitles {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-weight: 400;
	font-size: 14px;
}


.callToaction {
	color: #327DB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



/* ------------HOMEPAGE---------------- */

#navigationTop {
	padding: 0px 0px 0px 0px;
	margin: 83px 0px 0px 0px;
	width: 750px;
	float: right;
	text-align: right;
}



#logoTopheader {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
	height: 128px;
}


#logoBox {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	float: left;
}


#homeContainer {
	width: 1005px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 389px;
}


#homeLeft {
	width: 368px; 
	float: left; 
}

#homeRight {
	width: 324px; 
	float: right; 
}

#homeMiddle {
	width: 280px;
	background-image: url(images/hp_schedule.jpg);
	background-repeat: no-repeat;
	height: 360px;
	float: left;
	margin-left: 8px;
	padding: 23px 0px 0px 15px;
}

.homeBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #202020;
}




.homeIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #DD7F04;
}



#homeCopyright {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
}



.copyrightText{
	color: #7A8990;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}



/* ------------ SUBPAGE---------------- */

.navigationPadding {
	padding: 0px 0px 0px 6px;
}


#subLeft {
	width: 333px; 
	float: left; 
}

#subRight {
	width: 643px;
	float: right;
	padding: 60px 0px 0px 0px;
}

#subPhoto {
	width: 332px; 
	float: left;
	height: 388px;
}

#subAddress {
	padding: 20px 0 0 43px;
	width: 290px;
	float: left;
	height: 266px;
	clear: both;
	background-image: url('images/address_background.jpg');
	background-repeat: no-repeat;
}


/* ------------ CONTACT---------------- */

a.directionshype{
	color: #999999;
	text-decoration: underline;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
a.directionshype:hover{ 
	color: #5993CE;
	text-decoration: underline;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}

a.maphype{
	color: #3E9ABB;
	text-decoration: underline;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
a.maphype:hover{ 
	color: #51C3EC;
	text-decoration: underline;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}




a.linkshype{
	color: #3E9ABB;
	text-decoration: none;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
a.linkshype:hover{ 
	color: #3E9ABB;
	text-decoration: underline;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}






.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #D0D1C7;
}

.addressTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 32px;
	color: #ffffff;
}


a.addresshype{
	color: #D0D1C7;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.addresshype:hover{ 
	color: #A5CCE1;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



/* ------------ FOOTER---------------- */



#subFooter {
	width: 1005px;
	background: #333328;
	margin: 0 auto;
	text-align: left;
	height: 108px;
	margin-bottom: 40px;
}



#footerLinks {
	width: 525px;
	margin: 16px 0px 0px 40px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
}

#footerCopyright {
	width: 395px;
	margin: 41px 25px 0px 0px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	float: right;
}

#footerLeft {
	width: 143px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
}

#footerMiddle {
	width: 143px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
}


#footerRight {
	width: 148px;
	margin: 0px 55px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: right;
}


a.footerhype{
	color: #8D8D7C;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	line-height: 17px;
}
a.footerhype:hover{ 
	color: #B3B38C;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
}


.creditsText {
	color: #818172;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 13px;
}


a.creditshype{
	color: #818172;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	line-height: 17px;
}
a.creditshype:hover{ 
	color: #B3B38C;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
}





/* ------------ IMAGE TAGS---------------- */


img.FloatLeft {
	float: left;
}

.copterPadding {
	padding: 0px 0px 20px 0px;
	float: left;
}
