/* body basics */
body {
    margin: 0;
    padding: 0;
    border: 0;			/* Removes border around the viewport in old versions of IE */
    width: 100%;
    background: #eee;
    min-width: 655px;	/* Minimum width of layout - remove line if not required */
    						/* The min-width property doesn't work in old versions of IE */					
}

/* 2 column solid left menu page styles */
.colmask {             /* column container */
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    background:#cfc;
    margin: 0 auto;
    width: 85%;				    /* width of colmask on page */
			border:1px solid green;
    overflow: hidden;		/* This chops off any overhanging divs */	
}
.colmask .colright {   /* rt col */
    float:left;
    width:200%;
    position:relative;
    left:8em;          /* left col width. moves both cols text */
    background:#ffb;
  /*					border: 1px solid red;  */
}
.colmask .col1wrap {
	  float:right;
	  width:51%;      /* rt. col placement 50*/
	  position:relative;
	  right:11em;     /* rt col data left edge */
	  padding-bottom:1em;
}
.colmask .col1 {   /* right col data */
   margin:1em 0 0 11em;  /* margins in box */
	  position:relative;
   right: 94%;     /* right data edge */
	  overflow:hidden;
 /* 		border: 1px solid blue; */
}
.colmask .col2 {   /* left col data (menu) */
    float:left;
    width:6em;
    position:relative;
    right:7em;

}

/* end page layoyut */

/* placements */

/* floats */
.clearboth {     
	clear: both;
}

.floatleft {
	float: right;
}

.floatright {
	float: right;
}

a {
	color: #369;
}

a:hover {
    color: #fff;
    background: #369;
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin: .8em 0 .2em 0;
    padding: 0;
    font-family: Verdana, sans-serif;
			font-size:0.8em;
}

h1 {
		font-size:1.2em;
}

h2 {
		font-size:1em;
}

h4 {
		font-size:0.6em;
	/*	margin-top:0.0em; */
}

p {
    margin: .4em 0 .8em 0;
    padding: 0;
    font-family: Verdana, sans-serif;
			font-size:0.8em;
			text-align: center;
}

.bold {
		font-weight:bold;
}

.tsmall {
		font-size:0.8em;
}

.ttimes {
		font-family: times, serif;
}

.tcenter {
		text-align:center;
}

img {
	margin: 0 5px;
}

img.left {
	float: left;
	margin: 5px 20px 5 px 3px;
}

img.right {
	float: right;
	margin: 20px 0 0 20px;
}


/* Header styles */

#gheader {
	  text-align:left;  /* IE fix - turns off :center in body */
   position:relative;
		width:100%;
		height:100px;
		clear:both;
		padding: 5px;
		font-family: Arial; 
		font-size: 0.8em;
		background: white;
		border-bottom: 1px solid #ccc;
}

#gheader p {
   margin:0;
   font-size: 1em;
	 text-align: left;
}

#gheader h1 {
    font-size: 1.7em;
}

#gheader h2 {
    padding: .4em 15px 0 15px;
    margin: 0;
}

#gheader ul {
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#gheader ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#gheader ul li a {
    display: block;
    float: left;
    margin: 0 0 0 1px;
    padding: 3px 10px;
    text-align: center;
    background: #eee;
    color: #000;
    text-decoration: none;
    position: relative;
    left: 15px;
    line-height: 1.3em;
}

#gheader ul li a:hover {
    background: #369;
    color: #fff;
}

#gheader ul li a.active,
#gheader ul li a.active:hover {
    color: #fff;
    background: #000;
    font-weight: bold;
}

#gheader ul li a span {
	display: block;
}

/* 'widths' sub menu under header*/
#layoutdims {
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* end header */

/* map */
#mapbox {
		position: relative;
		margin: 20px auto;
		width: 425px;
		height: 375px;
		text-align: center;
		border: solid 1px black;
}




/* Pop up info box on <a href> rollover using <span> for info */
  /* infodn places box below link, infoup above link */

a.infodn, a.infoup {
	position: relative;
	z-index: 10;	
}

a.infodn:hover, a.infoup:hover {
	z-index: 11;	
	background-color: #CDCD30;
}

a.infodn span, a.infoup span {
	display: none;
}

a.infodn:hover span {
	display: block;
	position: absolute; 
	top: 2em; left: -8em; width: 20em;
	padding: 1%; margin: 1.3%; 
	color: white; background: #A0A000;
	font: 0.8em Verdana, sans-serif; text-align: center;
} 

a.infoup:hover span {
	display: block;
	position: absolute; 
	top: -6em; left: -7em; width: 20em;
	padding: 1%; margin: 1.3%;
	color: white; background: #A0A000;
	font: 0.8em Verdana, sans-serif; text-align: center;
} 
/* pop up info box end */

/* Menu start */
							/* left menu solid menu, float rt col */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
  margin:2em auto 0 auto; 
  position:relative;
  background:#0ff;
}

#menu ul {   /* total box */
  margin:0 0 0 -1em; 
  padding:0px 1px 0 1px; 
  list-style:none;
  white-space:nowrap; 
  text-align:left; 
  background:#cfc;
	 position:absolute;
	 left:-9999px; 
}

#menu li {  /* text */
  margin:0; 
  padding:0; 
  list-style:none;
  display:inline-block; 
  display:inline;
}

#menu ul.level1 {  /* placement of first level */
  position:absolute; 
  left:2px; 
  top:10px;
}  

#menu a {  /* text block */
  display:block; 
  font:normal 11px verdana,arial,sans-serif; 
  color:#111; 
  line-height:22px;
  text-decoration:none;
  padding:0 7px 0 5px; 
} 

#menu ul li:hover > ul {  /* sub box */
  visibility:visible; 
  left:100%; 
  margin-top:-22px; 
  margin-left:-4px;
  border: 1px solid #ccc;
}

#menu a:hover ul,#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:50%; visibility:visible;
}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background:#0ee;}  /* used by Firefox */
 
#menu li:hover > a {background:#0ee;}  /* hover, no sub */
									/* used by IE for highlight */
									
#menu table {
  position:absolute; 
  left:50%; 
  height:0; 
  width:0; 
  border-collapse:collapse;
  margin-top:-6px; 
  margin-left:-1px;
}

/* end leftmenu */

/* ACTSX topline */
#actsxbox {
		position:relative;
		width:350px;
		height:160px;
		margin:3em auto;
		text-align:center;
/*  border: 1px solid red; */ 

}

#actsx img {
		position:relative;
		margin:10px;
}

.actsxtxt {
/* 		margin: 30px 0 0 0;  */
		padding:6px;
}

.actsh2 {
		font-size:1.2em;
		text-align:center;
		font-weight:bold;
}

.actsh3 {
		font-size:1em;
		text-align:center;
}


#missionbx {
		position:relative;
		width:400px;
		margin:auto;
		font-family:times,serif;
		font-size:1.2em;
}

/* Footer styles */
#footer {
	 margin-left:auto;
	 margin-right: auto;
  position: relative;		/* This fixes the IE7 overflow hidden bug */
  clear: both;
  float: left;
  width: 100%;
	 background: white;
	 border-top: 1px solid #ccc;
	 text-align: center;
}

#footer p {
    padding: 10px;
    margin: 0;
			font-size: 0.8em;
}

#footer .bar {font-size: 0.6em;}
#footer .infoup {font-size: 0.9em;}

