@charset "utf-8";
 
/* SET everything including default browser to 0*/
*
{
margin: 0;
padding: 0;
}

/* SEE borders while developing*/
* 
{ 
/*border: 1px solid blue;*/
}


/*outer div for layout auto constraints*/

body
{
	text-align: center;
	
	background-color: #39586c;

}


/*outer div for layout auto constraints*/

#container_out 
{
	width:998px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	background-image: url(../images/camo-bkgrnd-sht.gif);
	
}


#header
{
	width: 998px;
	height: 280px;
	background-repeat: no-repeat;
	background-color: #6c8255;
}

#logo
{
	float: left;
	position: absolute;
	margin-top: 50px;
	background-repeat: no-repeat;
	margin-left: 35px;
}
#logo_rht
{
	clear: both;
	float: right;
	position: relative;
	margin-top: 50px;
	margin-right: 35px;
	background-repeat: no-repeat;
}


/* inner div for layout dimensions*/
#container_in 
{
/*border: 1px dashed red;*/
width:auto;

}

#lft_out
{
	width: 234px;
	margin-left: 0px;
	margin-right: 0px;
	Margin-top: 0px;
	float: left;
}

#lft_in
{
	Margin-top: 35px;
	margin-left: 7px;
	margin-right: 5px;
	padding: 3px;
}


#ctr_out
{
	width: 764px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-left-style: none;

}


/* THIS IS FOR CONTENT PAGES WITH GRAPHICS */
#ctr_upr
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

}




#ctr_in
{
	margin:0px;
	
	height:auto;
	width:auto;
	padding: 15px;

	
}


#footer_out
{
	width: 998px;
	height:100px;
	text-align: center;
	background-color: #6c8255;
}



#footer_in
{
	width: 994px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 17px;
}

.hdr-home
{
	background-image: url(../images/bnr-red-tail.gif);
}
.hdr-vol
{
	background-image: url(../images/bnr-vol.gif);
}

.bnr-glry
{
	background-image: url(../images/bnr-glry.gif);
}
.bnr-fld
{
	background-image: url(../images/bnr-field.gif);
}

.bnr-site-map
{
	background-image: url(../images/bnr-chart.gif);
}
.bnr-links
{
	background-image: url(../images/bnr-lnks.gif);
}


.bnr-abt
{
	background-image: url(../images/bnr-abt-rolls-royce.gif);
}

.bnr-ac
{
	background-image: url(../images/bnr-ac.gif);
}
.bnr-b25
{
	background-image: url(../images/bnr-ms-mitch.gif);
}
.bnr-red
{
	background-image: url(../images/bnrp-51c-14-hmpg.gif);
}

#socialMedia
{
	left: 650px;
	top: 247px;
	float: none;
	clear: none;
	position: relative;
}
p a
img
{
	padding-right: 15px;
	padding-left: 15px;
}
#form
{
	margin-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0C3820;
	font-size: 1.1em;
}
/* ie fixes gathering place BELOW */

.nav_lft a{ display: inline-block; }
.nav_lft a{ display: block; }
.nav_lft li{
height: auto;
}
html>body li {
height: auto;
}
/* ie fixes gathering place ABOVE */
.glry
{
	background-color: #333;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	color: #c33;
	text-decoration: none;
	text-align: center;
}
.glry a
{
	color: #f00;
	text-decoration: none;
	font-style: normal;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	font-weight: 400;
	text-align: left;
	
}

h2
{
	font-size: 1.2em;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top:4px;
}
h3
{
	font-size: 1.1em;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top:4px;
}

p
{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 5px;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	font-size: 1.0em;
}
.type-1
{
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top:4px;
}

img
{
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container_out #container_in #ctr_out #ctr_upr a img
{
	border: 0.5px solid #C06;
	padding: 5px;
}

.nav_lft
{
	margin-left: 35px;
}

/* LEFT NAV BAR      #lft_in .nav_lft .navbar li a     */
.nav_lft ul {
	margin: 0;
	list-style: none;
	width: 115px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	}



.nav_lft ul li {
	position: relative;
	}


.nav_lft li ul {
	position: absolute;
	left: 100px;
	top: 0;
	display: none;
	}


.nav_lft ul li a {
	display: block;
	text-decoration: none;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	color: #000;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top:1px;
	border: 2px outset #6c8255;
	background-color: #b7bd6f;
	}



.nav_lft ul li a:active {
	display: block;
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top:1px;
	border: 2px inset #6c8255;
	background-color: #6c8255;
	}	
.nav_lft li:hover ul {
	display: block;
	z-index: 5;
}

.nav_lft li:hover ul a, li.over ul a
{
	display: block;
	z-index: 5;
	
		}

#container_out #container_in #lft_out #lft_in .nav_lft .glry li a
{
	display: block;
	text-decoration: none;
	font-family: Helvetica Neue Bold, sans-serif, Gill Sans Bold, Helvetica Bold;
	color: #ccc;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top:1px;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
}
#container_out #container_in #lft_out #lft_in .nav_lft .glry li a:active
{
	display: block;
	text-decoration: none;
	font-family: "Helvetica Neue Bold", sans-serif, "Gill Sans Bold", "Helvetica Bold";
	color: #FFF;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top:1px;
	border: 2px inset #999;
	background-color: #333;
}

	
/* END LEFT NAV BAR  */	


/* Footer NAV BAR   */
.navbar_ftr li
{
display: inline;
list-style-type: none;
font-size: .75em;
}

.navbar_ftr li
{
display: inline;
list-style-type: none;
font-size: .75em;
}

.navbar_ftr li a:link
{
	color: #CC6;
	text-decoration: none;
}

.navbar_ftr li a:hover
{
	color: #CC3;
	font-size: 1.1em;
	
}

.navbar_ftr li a:focus
{
color: #000000;
background-color: #ffffff;
}


.clr_bth
{
clear:both;
}

.flt_lft
{
	float:left;
}

.flt_rht
{
	float:right;
}

p.copy
{
padding-top: 5px;
font-size: .75em;
font-style: italic;
}

.site-map
{
	background-image: url(../images/p-51c-00.gif);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

.si-map_tble
{
	margin-left: 25px;
}
