/* Continental Flight Systems site style - Olofson Consulting 2011 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: 0;
}


/* Globals */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

body {
	background: #2c2329 url(images/desert-skyline-3.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #008;
	text-decoration: none;
}
a:hover {
	color: #00c;
	text-decoration: underline;
}

div.frontbanner,
div.sitebanner {
	background: #fff url(images/smallsky2.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0 -30px;
	min-width: 900px;
	padding: 15px 0 0 0;
	margin-bottom: 50px;
	-moz-box-shadow: 0 8px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0 8px 8px rgba(0,0,0,0.25);
	box-shadow: 0 8px 8px rgba(0,0,0,0.25);
}
div.frontbanner,
div.sitebanner {
	margin-bottom: 0;
}


div.footer,
div.footer a {
	color: #000;
	line-height: 16px;
	font-size: 13px;
}
div.footer {
	margin: 0 auto 10px auto;
	padding: 0 10px;
	background: rgba(255,255,255,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#40ffffff', endColorstr='#40ffffff');
	-moz-box-shadow: 0 0 8px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 8px rgba(255,255,255,0.5);
	-khtml-box-shadow: 0 0 8px rgba(255,255,255,0.5);
	box-shadow: 0 0 8px rgba(255,255,255,0.5);
	vertical-align: top;
	line-height: 16px;
	font-size: 13px;
	text-align: center;
}


/* Front page menu */
div.masterlink {
	width: 600px;
	height: 120px;
	margin: 30px auto;
	clear: both;
	text-align: left;
	overflow: visible;
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-khtml-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

div.masterlink a,
div.masterlink a:hover {
	color: #000;
	text-decoration: none;
}

#master-military {
	background: #def url(images/f-16-masterlink.png);
	background: rgba(255,255,255,0.5) url(images/f-16-masterlink.png);
	background-repeat: no-repeat;
}
#master-military:hover {
	background: #fff url(images/f-16-masterlink.png);
	background: rgba(255,255,255,0.85) url(images/f-16-masterlink.png);
	background-repeat: no-repeat;
}

#master-civil {
	background: #def url(images/planeview-masterlink.png);
	background: rgba(255,255,255,0.5) url(images/planeview-masterlink.png);
	background-repeat: no-repeat;
}
#master-civil:hover {
	background: #fff url(images/planeview-masterlink.png);
	background: rgba(255,255,255,0.85) url(images/planeview-masterlink.png);
	background-repeat: no-repeat;
}

#master-travel {
	background: #def url(images/giv-masterlink.png);
	background: rgba(255,255,255,0.5) url(images/giv-masterlink.png);
	background-repeat: no-repeat;
}
#master-travel:hover {
	background: #fff url(images/giv-masterlink.png);
	background: rgba(255,255,255,0.85) url(images/giv-masterlink.png);
	background-repeat: no-repeat;
}

div.masterlabel {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 120px;
	text-decoration: none;
	margin-left: 285px;
}


/* Top level menus below the banner */
div.topmenu {
	background: #cef;
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C2D3DE', endColorstr='#D8EDFC');
	clear: left;
	float: left;
	font-size: 15px;
	width: 100%;
	height: 18px;
	margin-bottom: 30px;
	overflow: hidden;
	border-top: solid 1px #cde;
	border-bottom: solid 1px #f0f8ff;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	-khtml-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
div.topmenu ul {
	clear: left;
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
	text-align: center;
	padding: 0;
	margin: 0;
}
div.topmenu ul li {
	padding: 0;
	margin: 0 1px;
	float: left;
	position: relative;
	right: 50%;

}
div.topmenu ul li a {
	line-height: 18px;
	height: 18px;
	padding: 1px 20px;
	color: #000;
	text-decoration: none;
}
div.topmenu ul li a:hover {
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
div.topmenu ul li div {
	line-height: 18px;
	height: 18px;
	padding: 1px 20px;
	color: #789;
	text-decoration: none;
	background: #EBF5FC;
	background: rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
}


/* Page layout */
div.container {
	width: 760px;
	margin: 0 auto 30px auto;
	display: block;
	clear: both;
}
div.docbody {
	width: 760px;
}

div.spacer {
	clear: both;
	height: 1px;
	display: block;
}


/* Contents */
div.contentbox {
	background: #fff;
	padding: 5px 10px 1px 10px;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	display: block;
	position: relative;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-khtml-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
div.contentbox h1 {
	margin: 15px 10px;
	text-align: center;
	font-size: 28px;
	border-bottom: solid 1px #aaa;
}
div.contentbox h2,
div.contentbox h3 {
	font-size: 28px;
	margin: 15px 10px 30px 10px;
	text-align: center;
}
div.contentbox p, ul {
	margin: 5px 10px 15px 10px;
}
div.contentbox ul {
	list-style-type: disc;
	margin: 15px 30px 15px 45px;
}

#initial:first-letter {
	font-size: 48px;
	line-height: 48px;
	float: left;
}

div.gallerycolumn {
	text-align: left;
	padding: 5px 0;
	width: 510px;
	float: left;
}
div.gallerycolumn p {
	margin: 0 0 15px 0;
}
div.gallerycolumn p,
div.gallerycolumn h2,
div.gallerycolumn h3 {
	margin-left: 15px;
}
div.gallerycolumn img {
	margin: 5px 0 5px 15px;
}
div.galleryhalfcolumn {
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 0 15px;
	width: 240px;
	float: left;
}
div.galleryhalfcolumn p {
	margin: 0 0 15px 0;
}
div.galleryhalfcolumn ul,
div.gallerycolumn ul {
	list-style-type: disc;
	margin: 15px 0px 15px 35px;
}
div.galleryhalfcolumn li,
div.gallerycolumn li {
	margin: 0 0 5px 0;
}


/* Sidebar */
div.sidebarcolumn {
	text-align: left;
	width: 190px;
	padding: 0 15px 5px 12px;
	border-right: solid 1px #9ab;
	float: left;
}

div.quotebox {
	background: #def url(images/smallsky2.png) bottom;
	padding: 10px 10px 1px 10px;
	margin: 30px 15px 30px 0;
	text-align: left;
	font-size: 13px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
div.quotebox p {
	margin: 0 0 10px 0;
	font-style: italic;
}
p.quotesource {
	font-weight: bold;
	text-align: right;
}

div.constructionbox {
	background: #ffa url(images/construction.gif);
	padding: 10px 10px 1px 10px;
	margin: 30px 15px 10px 0;
	text-align: left;
	font-size: 17px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-khtml-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
div.constructionbox p {
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
}


table.contacttable {
	background: transparent;
	width: 400px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 15px;
}
table.contacttable tr td {
	text-align: left;
	padding: 15px;
	background: #e8f0f4;
	background: url(images/blue-glass.png) center left no-repeat;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-khtml-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
table.contacttable tr td:first-child {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 90px;
	padding: 15px;
	background: #fff;
	background: url(images/bright-glass.png) center left repeat-x;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-khtml-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

/* Sidebar menues, to be used in place of .sidebarcolumn */
div.sidebarmenu {
	font-size: 14px;
	text-align: left;
	width: 205px;
	padding: 0 0 0 13px;
	float: left;
	background: url(images/sidebar-menu-bg.png);
	background-repeat: repeat-y;
	background-position: right;
}
div.sidebarmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 205px;
}
div.sidebarmenu ul li {
	padding: 0;
	margin: 5px 0;
}

.sidebarmenu-pre {
	padding: 0;
	margin: 0;
	width: 205px;
	height: 30px;
	background: url(images/sidebar-menu-top.png) right top no-repeat;
}
.sidebarmenu-post {
	padding: 0;
	margin: 0;
	width: 205px;
	height: 30px;
	background: url(images/sidebar-menu-bottom.png) right bottom no-repeat;
}
div.sidebarmenu ul li a {
	display: block;
	line-height: 30px;
	padding: 0 0 0 15px;
	width: 189px;
	border-right: solid 1px #bbb;
	height: 30px;
	color: #000;
	text-align: left;
	text-decoration: none;
	background: #e8e8e8;
	-moz-box-shadow: -1px 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.5);
	-khtml-box-shadow: -1px 0 1px rgba(0,0,0,0.5);
	box-shadow: -1px 0 1px rgba(0,0,0,0.5);
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
div.sidebarmenu ul li a:hover {
	background: #fff;
	-moz-box-shadow: -2px 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: -2px 0 2px rgba(0,0,0,0.5);
	box-shadow: -2px 0 2px rgba(0,0,0,0.5);
}
div.sidebarmenu ul li div {
	display: block;
	line-height: 30px;
	padding: 0 0 0 15px;
	width: 190px;
	height: 30px;
	color: #000;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background: #fff;
	-moz-box-shadow: -4px 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: -4px 0 4px rgba(0,0,0,0.5);
	-khtml-box-shadow: -4px 0 4px rgba(0,0,0,0.5);
	box-shadow: -4px 0 4px rgba(0,0,0,0.5);
}

