/* CSS Document */

/* author: Ernest Phillips */
/* company: Meridian Communications */
/* contact: ephillips@meridiancomm.com */



/* general rules */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 1.5em;
}

h1 {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: large;
	color: #FFF;
}

h2 {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: medium:;
	color: #FFF;
}

h3 {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	background-color: #004E8D/*#808284*/;
	background-image: url(../images/headerGFX.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0px 5px 10px;
	border-bottom: solid medium #FF9900/*#DFB231*/;
	margin: 0px 0px 5px 0px;
	line-height: 1.25em;
}

h4 {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 105%;
	color: #666666;
	text-align: center;
}

h5 {
	text-transform: uppercase;
	border: #006600;
	border-top: thin dotted;
	border-bottom: thin dotted;
	background-color:#FFFFCC;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 5px 0px;
}
p {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

a:link {
	color:#CC9900;
	text-decoration: none;
}
a:visited {
	color:#CC9900;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}

.current a:link {
	color:#003366;
	text-decoration: underline;
}
.current a:visited {
	color:#003366;
	text-decoration: underline;
}.current a:hover {
	color:#003366;
	text-decoration: underline;
}.current a:active {
	color:#003366;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 10px 0px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	line-height: 1.5em;
}

li {
	padding-bottom: 7px;
}

/* sets main divs/elements of page layout */

#container {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #CCD2DE;
}

#wrapper {
	width: 810px;
	height: 100%;
	min-height: 620px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	border-top: #FF9900 thick solid;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
}

#header {
	width: 100%;
	height: 30%;
	z-index: 3;
	border-top: #333399 thin solid;
	background-color: #FFFFFF;
}

#header img {
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#nav {
	width: 100%;
	height: 10%;
	z-index: 4;
	border-top: #333399 thin solid;
	border-bottom: #FF9900 thick solid;
	text-align: right;
	background-color: #FDE3D1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#media {
	width: 95%;
	min-width: 305px;
	height: 45%;
	z-index: 5;
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px -5px 15px 0px;
}


#footer {
	height: 10%;
	width: 100%;
	z-index: 8;
	clear: both;
	text-align: center;
	background-color:#CCCCCC;
	outline: dotted thin;
	padding: 1px 0px 1px 0px;
}
/* tables on information page */
table {
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	width: 200px;
}

th {
	color: #003399;
	background-color: #CCCCCC;
	border: 0px;
}
tr {
	color: #000;
	background-color:#FFDEA5;
	border: 0px;
}

/* styles mission statement on home page */
.missionBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 122%;
	line-height: 2.1em;
	color: #524028;
	padding: 2em .5em 1em 2.5em;
	margin: -5px 0px 5px 0px;
	font-style: italic;
	float: left;
	width: 380px;
}
.mission {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.6em;
	background-color: #DCDCE4;
	padding: 10px 5px 10px 5px;
	margin: -5px 0px 5px 0px;
	font-style: italic;
}

/* title and headline over picture */
.figure {
	float: left;
	position: relative;
	color: white;
}
*.figure *.caption { 
	position: absolute;
	margin: 15px;
	left: 0px;
	top: 0px;
	font-size: 1.05em;
	color: #CCCCCC;
}
#imageDescription {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 360px;
	text-align: right;
	color: white;
	font-size: .8em;
	margin-left: -10px;
}
*.inlineGFX {
	margin: 10px 0px 10px 0px;
	display: block;
	border: thin solid #000;
}

/* self explained classes */
.floatLeftGFX2 {
	float: left;
	margin: 0px -10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.disclaimer {
	font-size: .85em;
	font-style: italic;
	line-height: 1.2em;
}
.italic {
	font-style: italic;
	color: #003366;
}
.bold {	
	font-weight: bold;
}
.bolder {	
	font-weight: bolder;	
	color: #004E8D;
	font-size: 110%;
}
.underline {
	text-decoration: underline;
}
.bigfont {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #004E8D;
}
.pull_color {
	background-color: #FFCC99;
	border: solid thin #000;
	padding: 2px;
}
.spacer {
	display: block;
	height: 1em;
}

/* style for contact show/hide box */
.biggerfont {
	font-size: 110%;
}
.hidestuff {
	display: none;
	font-size: 100%;
}
#contactinfo {
	font-size: 100%;
}
#contactinfo a {
	font-size: 110%;
	color: #003399;
}


/* pictures laid in copy no caption */
.smallpicInline {
	display: inline;
	float: left;
	margin: 0px 0px 6px 0px;
	padding: 0px 8px 0px 0px;
}

/* for small images with captions to the right */
.picWcaption {
	padding: 0px 5px;
	margin-right: -.5em;
	margin-left: -.5em;
	border-bottom: thin dotted #000;
	border-top: thin dotted #000;
	background-color: #CC9900;
}
.smallpic {
	display: inline;
	float: left;
	margin: 10px 7px 0px 0px;
	border: thin solid #000;
}
.smallpicText {
	font-size: 85%;
	line-height: 1.5em;
}

.contactBG {
	background-image:url(../images/groupPlanes.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.caps {
font-variant:small-caps;
}
.link_graphic {
	margin-bottom: -2px;
	border: none;
} 

.missionStatement {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 300px;
}
.floatright {
	float: right;
	width: auto;
}
.contactinfo_float {
	float: right;
	width: 200px;
	margin: 0em 0em 1em 3em;
	border-left: #000 thin dotted;
	padding-left: 1em;
}
.description {
	font-size: 93%;
	padding: 0em 3em 2em 3em;
}
.leading {
	line-height: 2em;
	padding-left: 3em;
}

/* weather styles */
#weather1 {
	width: 225px; 
	height: auto; 
	text-align: center; /*
	background-image: url(../images/grassAndPlanes_200x200px.jpg) /*url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/summer2_180x150_bg.jpg );*/ 
	/*background-repeat: no-repeat;*/ 
	background-color: #FFCC99 /*#0099CC#D0ADAA*/;
	/*background-position: bottom center;*/
	padding: 0px 0px 0px 0px;
	border: thin solid #000;
} 
#weather2 {
	height: 135px;
	width: 225px;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.5em;
} 
#weather3 {
	height: auto;
	width: 225px;
	text-align: center; 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 10px; 
	line-height: px; 
	color: 0000FF;
	background-color: #CC9900;
}
#weather3 a:link {
	color: #0000FF;
	padding-bottom: 10px;
}
#weather3 a:visited {
	color: #0000FF;
	padding-bottom: 10px;
}
#weather3 a:hover {
	color: #0000FF;
	padding-bottom: 10px;
}
#weather3 a:active {
	color: #0000FF;
	padding-bottom: 10px;
}


