
body  {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #fff;
	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;
}

p {font-family:Helvetica, Arial, sans-serif;
color: #504f4f;
font-size: 10pt;
}

h1 {font:Helvetica, Arial, sans-serif;
font-size: 16pt;
color: #9a0135;
}

.boldnumber {font:Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight:bolder;
color: #504f4f;
}

h3 {font:Helvetica, Arial, sans-serif;
font-size:12pt;
color:#000;
margin-top:0px
margin-bottom: 0px;;
}

#app {
	padding: 10px;
	background: #fff;
	text-align: center;
}

#app p {font-family:Helvetica, Arial, sans-serif;
color: #504f4f;
font-size: 10pt;
border: #fff;
padding: 0px;
}

#container { 
	width: 695px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff; 

	margin-bottom: 20px;
	padding: 0px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	  height:155px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#masthead {
background:#fff url(../images/logo.jpg) no-repeat;
height:90px;
}

#locations {
height:30px;
background:#dddada url(../images/location_bg.jpg) top;
width:545px;
text-align:right;
margin-left:150px;
}

#jump {
width:545px;
text-align:right;
margin: 10px 0px 0px 150px;
}

#nav { 
height: 45px;
background:#cfcfcf url(../images/corner1.jpg) repeat-x;
padding: 10px;
}

#locations ul { list-style-type:disc;
padding:0 0px 0 14px;
margin-top:10px;
margin-bottom:0px;
}

#locations li { display:inline;
font-size:12px;
padding:0 8px 0 0px;
margin-top:0px;
margin-bottom:0px;
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
}

a:link {
color:#0573c1;
text-decoration: none;
}

a:visited {
color: #0573c1;
text-decoration: none;
}

a:hover {
color: #0573c1;
text-decoration:underline;
}

a:active {
color: #0573c1;
text-decoration: none;
}

#locations a:link {
color:#333;
text-decoration: none;
}

#locations a:visited {
color: #333;
text-decoration: none;
}

#locations a:hover {
color: #333;
text-decoration:underline;
}

#locations a:active {
color: #333;
text-decoration: none;
}



#menu {	
width:671px;
height:41px;
background-image:url(../images/menu_bg.jpg);
border: 2px solid #fff;
}

#menu ul { list-style-type:disc;
padding:0 0px 0 14px;
margin-top:10px;
margin-bottom:0px;
}

#menu li { display:inline;
font-size:10px;
padding:0 0px 0 10px;
margin-top:0px;
margin-bottom:0px;
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
}

#footer_menu {margin-left:200px;
text-align:center;
}

#footer a:link {
color:#504f4f;
text-decoration: none;
}

#footer a:visited {
color: #504f4f;
text-decoration: none;
}

#footer a:hover {
color: #504f4f;
text-decoration:underline;
}

#footer a:active {
color: #504f4f;
text-decoration: none;
}

#footer p {font-size:10px;
}

#footer ul { list-style-type:disc;
padding:0 0px 0 14px;
margin-top:10px;
margin-bottom:0px;
}

#footer li { display:inline;
font-size:10px;
padding:0 6px 0 0px;
margin-top:0px;
margin-bottom:0px;
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
}

#sidebar1 ul { list-style-type:none;
padding:0;
margin:0;
width: 189px;
}

#sidebar1 li{
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size:.7em;
font-weight:bolder;
background:#cfcfcf;
margin: 0;
padding: 6px 10px;
border-left:1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #aaa;
}

#sidebar1 a:link {
color:#333;
text-decoration: none;
}

#sidebar1 a:visited {
color: #333;
text-decoration: none;
}

#sidebar1 a:hover {
color: #9a0135;
text-decoration:underline;
}

#sidebar1 a:active {
color: #666666;
text-decoration: none;
}


#menu a:link {
color:#fff;
text-decoration: none;
}

#menu a:visited {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #f8fc87;
text-decoration:underline;
}

#menu a:active {
color: #666666;
text-decoration: none;
}

#flash { 
height: 265px;
background-color:#cfcfcf;
background:#cfcfcf url(../images/corner2.jpg) repeat-x;
background-position:bottom;
}

img {margin-bottom:15px;
}

#form2 {
margin-top:20px;
text-align:center;
}

#equipment { 
height: 45px;
margin-top: 10px;
background-color:#ddf2ff;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #cfcfcf; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar1 p {
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align:left;

}

#mainContent { 
	margin: 0 0 0 200px; /* 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: 0px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent2 { 
	margin: 0 0 0 0px; /* 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: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#efefef;
} 

#mainContent2 p {
font-family:Helvetica, Arial, sans-serif;
color: #504f4f;
font-size: 10pt;
border-bottom: solid 1px #999;
padding-bottom: 20px; 
} 

#mainContent2 ul { 
padding:0;
font-size: 10pt;
margin-left: 20px;
}

#MainContent2 li{
font-family:Helvetica, Arial, sans-serif;
font-size: 10pt;
margin-left: 60px;
}

#mainContent ul { 
padding:0;
font-size: 10pt;
margin-left: 20px;
}

#MainContent li{
font-family:Helvetica, Arial, sans-serif;
font-size: 10pt;
margin-left: 60px;
}

.pilot ul { list-style-type:none;
padding:0;
font-size: 10pt;
margin-left: 0px;
}

.pilot li{
font-family:Helvetica, Arial, sans-serif;
color: #504f4f;
font-size: 10pt;
margin-left: 0px;
}

#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(../images/footer_bg.jpg) no-repeat; 
	height: 75px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
} 

.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: 16px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
}
.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;
}

.subtext {color:#000;
font-weight:bolder;
}

.sidetext {padding: 0px 10px 0px 10px;
}

#contactinfo {
width: 160px;
margin: 0px auto 0px auto;
}

#thumbnail {
	float: left;
	width: 135px;
	border: 1px solid #fff;
	margin: 0 20px 15px 0;
	padding: 0px;
	text-align:center;
	font-size: .8em;
}

#thumbnail img {
	width: 135px;
	height: 202px;
	margin:0px 0px 5px 0px;
}

.radio {
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align:left;
	font-weight: bolder;

}

.radiohead {
	font:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #9a0135;
	font-weight:bolder;
	margin-top: 20px;
}

ol {
	font:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #9a0135;
	font-weight:bolder;
	margin-top: 20px;
	margin-left: 0px;
}

ol li {
	font:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #9a0135;
	font-weight:bolder;
	margin-top: 20px;
	margin-left: 0px;
}

