body {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  padding:0px;
  margin:0px;
  background-image: url(images/ac_sales/citation_blurred.gif);
  background-repeat: no-repeat;
  background-position: 80px 280px;
  text-align: center;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  padding:0px;
  margin:0px;
}

img {
	border: none;
}

a:link {color:blue;}
a:visited {color:blue;}
a:hover {color:red; text-decoration:none;}

a:link.small {font-size:8pt; color:blue;}
a:visited.small {font-size:8pt; color:blue;}
a:hover.small {font-size:8pt; color:red; text-decoration:none;}

.headline {
  font-family: "times new roman", times, serif;
  font-size: 15pt;
  font-weight: bold;
  font-style: italic;
  color: rgb(0,0,150);
}

.saleshead, h1.saleshead {
  font-family: arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: rgb(0,0,150);
}

.salessubhead {
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.heading {
  font-size:11pt;
  font-weight:bold;
}

.small {font-size:8pt;}

.redline {
	font-size: 1px;
	background-color: red;
	width: 100%;
	height: 2px;
}

div.archive {
	color: red;
	background: rgb(255,255,200);
}

div.separator {
	height: 15px;
}

#main_body {
	width: 610px;
	background: none;
	margin: auto;
}

div.clear_both {
	clear: both;
	font-size: 1px;
}

/* BULLETIN STYLES
------------------------------------------------------------------------- */
.bulletin_left {
	float: left;
	width: 350px;
	text-align: center;
}

.bulletin_right {
	float: right;
	width: 150px;
	text-align: center;
}

/* Aircraft Sales Header
------------------------------------------------------------------------- */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}
#sales-header, #header-nav {
	width: 610px;
}
body.inner #sales-header, body.inner #header-nav {
	width: 680px;
}
#sales-header {
	background-color: #0066cc;
	border-top: 2px solid #8298d6;
	border-bottom: 1px solid #000;
	height: 60px;
	margin: 10px auto 0;
	overflow: hidden;
}
#sales-header img {
	border: none;
	display: block;
	float: left;
	margin: 5px 0 0 5px;
}
#sales-header form {
	float: right;
	margin: 15px 20px 0 0;
	padding: 0;
}
#header-nav {
	background-color: #e1e1e1;
	border-top: 3px solid #c8c8c8;
	border-bottom: 1px solid #000;
	height: 23px;
	margin: 0 auto;
	text-align: center;
}
body.inner #header-nav ul {
	margin: 0 0 0 140px;
}
#header-nav ul {
	border-left: 1px solid #000;
	height: 23px;
	line-height: 23px;
	list-style: none;
	margin: 0 0 0 65px;
	padding: 0;
}
#header-nav li {
	border-right: 1px solid #000;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}
#header-nav li a {
	color: #0000ff;
	text-decoration: none;
}
#header-nav li a:hover {
	text-decoration: underline;
}


/* Aircraft Sales Footer
------------------------------------------------------------------------- */
#footer-nav {
	margin: 0 0 20px;
	padding-top: 10px;
	text-align: center;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav li {
	display: inline;
	margin: 0 10px;
}


/* Footer Contact Info
------------------------------------------------------------------------- */
#footer-contact {
	font-size: 12px;
	margin: 20px auto;
	width: 580px;
}
#footer-contact div.box {
	background-color: #E1E1E1;
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 10px;
	text-align: left;
	width: 250px;
}
#footer-contact p {
	margin: 0;
}
#footer-contact p span {
	clear: left;
	float: left;
	display: block;
	width: 100px;
}
