/* 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;
	background-color: #CCD2DE;
}

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: small;
	color: #FFF;
	background-color: #FF9900/*#808284*/;
	background-image: url(../images/headerGFX.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0px 5px 10px;
	border-bottom: solid medium #004E8D/*#DFB231*/;
	margin: 0px 0px 5px 0px;
	line-height: 1.25em;
}
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;
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 3px 0px;
	text-align: right;
	background-color: #FDE3D1;
}

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

#mid_col {
	width: 25%;
	min-width: 200px;
	height: auto/*45%*/;
	min-height: 400px;
	z-index: 6;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
	float: left;
	border-left: #000 thin solid;
	border-right: #000 thin solid;
}

#right_col {
	width: 25%;
	min-width: 200px;
	height: 45%;
	z-index: 7;
	position: relative;
	float: left;
	padding-left: 10px;
	margin: 0px 0px 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;
}

/* ------------------right column for about page---------------- */
#About_mid_col {
	width: 50%;
	min-width: 200px;
	height: auto/*45%*/;
	z-index: 6;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
	float: left;
	border-left: #000 thin dotted;
}

/* ------------------columns for media page---------------- */
#pr_col {
	width: 55%;
	min-width: 305px;
	height: 45%;
	z-index: 5;
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px -5px 15px 0px;
}

#articles_col {
	width: 41%;
	min-width: 200px;
	height: auto/*45%*/;
	z-index: 6;
	position: relative;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 10px;
	float: left;
	border-left: #000 thin double;
}


/* ------------------elements for mapquest container---------------- */
#mq_map {
	width: 210px;
}

#mq_map p {
	padding: 0px 0px 0px 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---------- */
.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;
}
.articles {
	border-bottom: #000 thin dotted;
	margin-bottom: 2em;
	padding: .5em .5em 0em .5em;
}

.articlesList {
	padding: .5em .5em 0em .5em;
}
.contactBG {
	background-image:url(../images/groupPlanes.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.caps {
font-variant:small-caps;
}
.articlesH1 {
	font-size: large;
	color: #004E8D;
	text-align: center;
	margin-top: -.25em;
	border-bottom: thin dotted #000;
	border-top: thin dotted #000;
	padding: .5em 0em;
}
/* -------controls position of bullets on "read more" links------- */
.link_graphic {
	margin-bottom: -1px;
	border: none;
} 

/* --------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;
	border: thin solid #000;
}
.small_terminal {
	display: inline;
	float: left;
	margin: 0px 6px 6px 0px;
	border: thin solid #000;
}
.breakout {
	background-color: #BBD7FF;
	padding: 8px 5px 0px 5px;
	border-bottom: dotted thin #996600;
	border-top: dotted thin #996600;
	float: left;
	width: 180px;
	margin-right: 5px;
}

/* -----------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;
}

/* --------------weather styles---------------- */
#weather1 {
	width: auto; 
	height: auto; 
	text-align: center; 
	background-image: url(../images/grassAndPlanes_150x150px.jpg); 
	background-repeat: no-repeat; 
	background-color: #0099CC;
	background-position: bottom center;
	padding: 0px 0px 0px 0px;
	border: thin solid #000;
} 
#weather2 {
	height: 135px;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.5em;
} 
#weather3 {
	height: auto;
	width: 200px;
	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;
}

/* ---------------controls scrolls on partnership page--------------- */
.dot_support {
	height: 630px;
	overflow: auto;
	padding: 0em 0em;
	margin: 0em 0em 2em 0em;/*
	background-image: url(../images/scrollBG/streetSigns.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
.general_support {
	height: 1320px;
	overflow: auto;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 2em 0em;/*
	background-image: url(../images/scrollBG/jetAndFlags.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}

.resolution_support {
	height: 870px;
	overflow: auto;
	padding: 0em 0em;
	margin: 0em 0em 2em 0em;/*
	background-image: url(../images/scrollBG/courthouse.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}

/* -----------------contact page columns--------------------- */


#lef_contact {
	width: 31%;
	min-width: 240px;
	height: auto;
	z-index: 5;
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px -5px 15px 0px;
}

#mid_contact {
	width: 31%;
	min-width: 240px;
	height: auto;
	min-height: 400px;
	z-index: 6;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
	float: left;
	border-left: #000 thin dotted;
	border-right: #000 thin dotted;
}

#right_contact {
	width: 31%;
	min-width: 240px;
	height: auto;
	z-index: 7;
	position: relative;
	float: left;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
}
