/*
Programmer/Student B. Holme III
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(../images/img7.gif) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #4E515B;
}

body2 {
	background: #000000 url(../images/HIO_Srvcs_photo.jpg) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #4E515B;
}

h1, h2, h3 {
	color: #CDCDE2;
	
}

h2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../images/img2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 8px;
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 1em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}

ul li {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #CDCDE2;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.boxed .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.boxed .title h2 {
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
	background: url(images/img5.gif) repeat-x left bottom;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.post .title h2 {
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 8px;
	background: url(../images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 835px;
	height: 220px;
	margin: 0 auto;
	background-image: url(../images/airborne-masthead.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#logo_ground {
	width: 820px;
	height: 220px;
	background-image: url(../images/ground_masthead.gif);
	background-repeat: no-repeat;
}

#logo_airborne {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo_contact {
	width: 820px;
	height: 220px;
	background-image: url(../images/fly-today_masthead.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	top:15px;
	clear: left;
	margin-left: 6px;
	margin-top: -8px;
}

#logo_service1 {
	width: 700px;
	height: 220px;
	margin: -20 auto 0;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-image: url(Special%20edu);
	list-style-type: none;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 325px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: normal;
}


#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

#extra {
	border-top-width: 8px;
	clip: rect(6px,auto,auto,auto);
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 0 20px;
	background: url(images/img4.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px;
	background: url(images/img3.gif) no-repeat right top;
	vertical-align: text-top;
	display: block;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#inputtext1, #inputtext2 {
	width: 150px;
}

#inputsubmit1 {
	width: 100px;
	background: transparent url(images/img2.gif) no-repeat left top;
	color: #CDCDE2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* Content > Sidebar > Menu */

#menu {
	width: 700px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 16px 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #4E515B;
}

#menu a:hover {
	background: #000000 url(images/img2.gif) no-repeat 15px 50%;
	color: #CDCDE2;
}

#menu .first a {
	border: none;
	text-align: left;
}

#menu .active a {
	color: #FFFFFF;
	left: -5px;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #CC0000;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
.nested_profile {
	font-size: 16px;
	font-style: oblique;
	font-variant: small-caps;
	color: #0066CC;
	background-color: #FF9966;
	padding-left: 6px;
}
#title {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#blue auto {
	vertical-align: middle;
	margin-top: 60%;
	padding-top: 15px;
}

.chevron1 {
	font-style: oblique;
	color: #FF0000;
}

.beverage {
	vertical-align: text-bottom;
	padding-right: 10px;
	display: run-in;
}

.mailbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	background-color: #FFFF99;
	text-align: left;
	vertical-align: baseline;
	padding: 2px 190px 2px 8px;
	border: thin dotted #996633;
	position: relative;
	height: auto;
	width: 300px;
}

.float_right_meta {
	clear: both;
	float: right;
	margin-right: 8px;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	vertical-align: middle;
	margin-top: -30px;
	}


#page #sidebar #login .content #form1 {
	border: thin dotted #CC0000;
	}
	
#page #content #example .story .right {
	float: right;
	}
	
.floatright {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
	.floatleft {
	float: left;
	margin-right: 5px;
	}
.blue_subtext1 {
	font-size: large;
	color: #0099FF;
	padding-left: 2px;
}
.float_right_meta2 {
	clear: right;
	float: right;
	margin-right: 8px;
	width: 210px;
	height: 75px;
	padding: 8px 0 0 15px;
	font-size: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	vertical-align: top;
	margin-top: 16px;
}
.mailbox1 {
	background-color: #CC9966;
	text-align: left;
	margin: 3px;
	border: thin dotted #FF0000;
	white-space: pre;
	list-style-type: disc;
	padding: 4px;
}
.notice_browser {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	background-color: #FFFF99;
	text-align: left;
	vertical-align: baseline;
	border: thin dotted #996633;
	position: relative;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text_story {
	font-family: "Times New Roman", Times, serif;
	line-height: 160%;
	padding-top: 3%;
	padding-bottom: 3%;
}
