/* @override http://www.pilotbulletins.net/wp-content/themes/pilotbulletins/style.css */

/*   
Theme Name: Pilot Bulletins
Theme URI: http://www.pilotbulletins.net
Description: Pilot Bulletins template based on Lynda BASE -- WordPress v3.0.1
Author: Domenico Bettinelli
Author URI: http://www.pilotnewmedia.com
Version: 2
*/


/* Import the style sheet that resets all browsers. */
/* @import url("/css/reset.css");*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height:  100%;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }                                                   
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


body {
	background-color: #C93;
}

#photo_caption {
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 10px;
}

img {
	border: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: 15px;
	margin-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #039;
}

h3 {
	font: 1em/1.3em Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

table {
	position: absolute;
	bottom: 100px;
}

td {
	vertical-align: top;
}

ul {
	margin-left: 30px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	margin-top: 1em;
}

ol {
	margin-left: 30px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 1em;
	margin-top: 1em;
}

.noVis {
	visibility: hidden;
	font-size: 1px;
}

blockquote {
	padding-left: 30px;
	margin-top: 1em;
	margin-right: 140px;
	margin-bottom: 1em;
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: transparent;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote p {
	background-image: url(images/unquote.gif);
	background-position: right bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}


#container {
	width:  980px;
	margin-left:  auto;
	margin-right:  auto;
	position:  relative;
	height: auto;
	min-height:  100%;
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #424242;
}

#header {
	height: 150px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

#header_left {
	float: left;
	margin-bottom:10px;
	width: 45%;
}

#header_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
}


form#searchform {
	
	float: right;
	display: block;
	height: 35px;
	width: 350px;
	margin-top: 40px;
	margin-right: 10px;
	clear: both;
}

#searchform input {
	background-color: #dbc006;
	border: none;
	border-radius: 5px;
}

#searchform input#s {
	background-color: #dbc006;
	height: 25px;
	width: 150px;
	border-top: 1px solid #4d1c17;
	border-left: 1px solid #4d1c17;
	border-bottom: 1px solid #939393;
	border-right: 1px solid #939393;
}



#searchform input.blue {
	color: #b3e8fe;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right:  1px solid #000;
	font: bold .6em Arial, Helvetica, Geneva, sans-serif;
}

#searchform input#searchsubmit {
	color:  #fff;
	font:  bold .8em sans-serif;
	background-color: #bb8201;
	margin: 5px;
	padding: 5px 10px;
}

ul.address {
	margin-left: 0;
	position: relative;
	left: 15px;
	margin-right: .5em;
	margin-top: 1em;
	top: 30px;
}

ul.address li {
	list-style-type: none;
	color: #00C;
	float: none;
	margin-left: .3em;
	font: small-caps bold .9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.address li em {
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#menu {
	height: 30px;
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	clear:both;
	position: relative;
}

#menu ul{
	margin: 0 auto;
	list-style-type: none;
}

#menu ul li {
	float: left;
	width: 10%;
	margin: 0 0 0 0;
	border-left: 1px solid #00338e;
	padding-left: 5px;
}

#menu ul li.last {
	margin-right: 0;
}

#menu ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: .7em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00338e;
}

#menu ul li a strong {
	display: block;
	padding: .4em 15px;
}

#menu ul li a em {
	display: block;
	font-size: .4em;
}
#main {
	height: auto;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FFF;
	clear:both;
	padding-top: 10px;
}

#main h4 {
	color: #00338e;
	font-style: italic;
}

.news {
	margin-top: 50px;
}

.news_item {
	font: normal .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.news_item em {
	font: italic small-caps .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #d5d5d5;
	padding: 1px 3px;
}
.news_item p {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 1em;
}

h2.news_title {
	margin-left: 50px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p.post-meta {
	margin-left: 50px;
	font-size: .8em;
}

.news_entry {
	width: 50%;
	margin-left: 75px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}


#main_right {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	height: 100%;
	width: 45%;
	float: right;
	padding-left: 10px;
	padding-top: 20px;
	overflow: auto;
}

.tools_main img {
	position: relative;
	left: 100px;
}
#main_left {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 50%;
}

#container_bottom {
	height: 160px;
	width: 100%;
	margin-bottom: 60px;
	clear:both;
	position: relative;
	top: 50px;
}

.large_pullquote {
	text-align: center;
	padding-top: 50px;
	font: italic bold 1.7em Georgia, "Times New Roman", Times, serif;
}

.large_pullquote a {
	text-decoration: none;
	color: #ae8422;
}

.pullquote {
	float:right;
	width:350px;
	color:#555;
	text-align:center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	margin:5px 5px 5px 10px;
	padding:3px 0;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

.center_text {
	text-align: center;
}

.body_text {
	color: #000;
	line-height: 1.2em;
	font-size: .9em;
	text-indent: 1em;
	margin-top: 10px;
}

.subheaded {
	text-indent: 0;
}
.body_text strong {
	font: bold 1.1em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.head {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

ul.inline {
	list-style-type: disc;
	margin: .5em;
	padding: 0 0 2em 3em;
}

ul.inline li {
	float: left;
	margin: 0 15px 0 10px;
}

ul.inline li.first {
	list-style-type: none;
}

.body_text.gold.center_text a {
	color: #ae8422;
}

.tag_text {
	color: #000;
	line-height: 1.2em;
	font-size: .9em;
	text-indent: 1em;
	display: block;
	clear: left;
	position: relative;
	top: 40px;
	margin-top: 10px;
	left: 40px;
}

.tag_text.gold a {
	color: #ae8422;
}

ul.list {
	position: relative;
	left: -80px;
	width: 400px;
	font-size: .9em;
	line-height: 1.2em;
}

ul.list li {
	list-style-type: disc;
	margin-bottom: 3px;
}

ol.list {
	position: relative;
	left: -80px;
	width: 800px;
	font-size: .9em;
	line-height: 1.2em;
}

ol.list li {
	list-style-type: decimal;
	margin-bottom: 8px;
}

ol.sublist {
	margin-left: -40px;
	width: 600px;
	font-size: .9em;
	line-height: 1.2em;
}

ol.sublist li {
	list-style-type: lower-latin;
	margin-bottom: 3px;
}

table.grid {
	position: relative;
	top: 10px;
	margin-left: 30px;
	width: 550px;
	border-left: .1em solid gray;
	border-top: .1em solid gray;
	margin-bottom: 25px;
}

table.grid td,th {
	vertical-align: middle;
	border-right: .1em solid gray;
	border-bottom: .1em solid gray;
	text-align: center;
	line-height: 1.4em;
}

table.grid tr {
	
		}

.about_main {
	padding-top: 30px;
}

.about_main img {
	float: left;
	padding: 15px;
}

img.centerimg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
}

.image_grid_top img {
	display: inline;
	margin-bottom: .4em;
	float: left;
}

.image_grid_top p {
	margin-bottom: 1em;
	display: block;
	padding-left: 250px;
	text-align: left;
	padding-top: 100px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.image_grid_bottom img {
	float: right;
	width: 349px;
}

.image_grid_bottom p {
	text-indent: 0;
	float: left;
	padding-top: 175px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 100px;
	padding-left: 20px;
}

.image_grid_bottom {
	clear: both;
	display: block;
}

ol.download_grid {
	list-style-type: none;
}

ol.download_grid li {
	display: block;
	padding: 7px;
	border: 1px solid #a87715;
	float: left;
	height: 350px;
	margin: 20px;
	background-color: #c93;
	width: 25%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

ol.download_grid li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

ol.download_grid li em {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}	

ol.download_grid li em .shorter {
	margin-top: 44px;
}

ol.download_grid li em a {
	display: block;
	color: #00338e;
	font-size: .9em;
	font-weight: bold;
}

.gold {
	color: #ae8422;
}

.no_indent {
	text-indent: 0;
}

.portrait-right {
	margin-top: 15px;
	margin-left:15px;
	margin-bottom:10px;
	float:right;
	border: 0;
}

/* Forms */

.fieldset {
	width: 500px;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto;
}

.fieldset legend {
	margin-left: 10px;
}

.fieldset label {
	text-align: right;
	width: 100px;
	float: left;
	padding: .2em;
	margin: .3em 0 0;
}

.fieldset .nobr {
	display: none;
}

.fieldset .textfield {
	margin: 3px;
	height: 20px;
	width: 300px;
}

.fieldset .textarea {
	margin: 3px;
	width: 300px;
	height: 165px;
}

.fieldset .button {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

/* End Forms */

#footer {
	height: 130px;
	width: 940px;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

#footer table {
	text-align: center;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	left: 1px;
}

#footer_nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666;
}
#footer_address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#footer_credit {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	color: #333;
}

#thank_you {
	display: block;
	position: absolute;
	top: 820px;
}

#address_block {
	display: block;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#address_block li {
	list-style-type: none;
}
h2.error-message {
	font: bold 2em 'LatoRegular', sans-serif;
	margin-top: 50px;
	margin-left: 100px;
}

p.error-message {
	font:  1em 'LatoRegular', sans-serif;
	margin-left: 100px;
	width: 600px;
}

p.small.error-message {
	font-size: .6em;
}

.alignright { float: right !important; margin:0 0 15px 15px !important; }
/* Updated 09/13/10 */
