@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #252525;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EAEAEA;
	text-align: center;
}


.flex #container {
	background-color: #252525;
}
.flex #header {
	background: #000000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #D3D3D3;
	float: left;
	width: 40%;
	height: 50px;
	text-decoration: none;
} 
.flex  #header  h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px;
	float: left;
	text-decoration: none;
	color: #A8A8A8;
	text-indent: 0px;
	text-transform: none;
	letter-spacing: .5px;
}
.flex #navBox {
	background: #000000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #C0C0C0;
	float: left;
	width: 60%;
	height: 50px;
	margin: 0px 0px 0px 0px;
} 
.flex #navBox ul {
	float:right;
	width:70%;
	padding:0;
	margin:0;
	list-style-type:none;
}
.flex #navBox a {
	float:right;
	width:45px;
	text-decoration:none;
	color:#636363;
	background-color:#161616;
	padding:1em 0.4em;
	border-right:3px solid black;
	text-align: right;
}
.flex #navBox a:hover {
	background-color:#1E1E1E
}
.flex #navBox li {display:inline
}
.flex #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #252525;
	border: 0;
	height: 100%;
	margin: 0em 0em 0em 0em;
}
.flex #mainContent img {
	opacity:0.9;
	filter:alpha(opacity=70);
	border: 0px;
	height: auto;
	width: auto;
	text-align: center;
}
.flex #mainContent_L {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #252525;
	border: 0;
	height: 100%;
	margin: 0em 0em 0em 0em;
}
.flex #mainContent_L img {
	opacity:0.9;
	filter:alpha(opacity=70);
	border: 0px;
	height: inherit;
	width: inherit;
	text-align: center;
}
.flex  #metaContent {
	background: #252525;
	height: 120px;
	border: 0px;
	padding: 0
	margin: 0 20% 0 -20%;
	clear: both;
	margin: -500;
}
.flex  #metaContent p{
	color: #545454;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
}
.flex #metaContent h5 {
	color: #697F7F;
	font-size: 70%;
	max-width: 720px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 10px 40px 10px;
	float: right;
}
.flex #metaContent a {
	color: #648BA1;
	text-decoration: none;
	letter-spacing: 0.06cm;
	font-size: 100%;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.flex #metaContentb {
	background: #252525;
	width: inherit;
	position: static;
	clear: left;
	margin: 0px;
	padding: 0px;
	height: 2em;
}
.flex #metaContentb p {
	background: #252525;
	width: auto;
	clear: left;
	text-align: right;
	margin: 0px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.flex  #metaContentb h4 {
	background: #252525;
	height: 30px;
	width: 741px;
	position: static;
	overflow: auto;
	clear: left;
	text-align: left;
}
.flex #metaContentb a {
	background: #252525;
	height: 30px;
	width: 741px;
	position: static;
	overflow: auto;
	clear: left;
	text-align: left;
	text-decoration: none;
	color: #8CABAE;
}
.flex #footer {
	background:#030303;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
	height: 76px;
	overflow: auto;
	max-height: 76px;
} 
.flex #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.flex #footer img {
	opacity:0.2;
	filter:alpha(opacity=50);
	border: 0px;
}
.flex #footerb {
	background:#030303;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
	height: 60px;
	overflow: hidden;
	color: #E3E3E3;
	float: left;
	width: 5000px;
	text-align: left;
} 
.flex #footerb p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
}
.flex #footerb img {
	opacity:0.2;
	filter:alpha(opacity=50);
	border: 0px;
}
.flex #bnav {
	background:#595959;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
}
.flex #bnav iframe {
	background:#595959;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	height: 90px;
	overflow: auto;
}
.flex #hidimg {
	background: #252525;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	float: inherit;
	z-index: 1;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:600px;
	font-size: 1px;
	line-height: 0px;
	color: #BABABA;
}
.flex #mainContentb {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #252525;
	padding: 0;
	margin: 0;
	width: auto;
	border: 0px;
	background-image: url(../images/images_lg/fortgeorge6d.jpg);
	overflow: hidden;
	text-align: left;
}
.flex #mainContentb p {
	padding: 4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: left;
	color: #FFFFFF;
	max-width: 700px;
}
.flex  #mainContentb  h1, h2, h3    {
	text-indent: 0.7em;
	letter-spacing: 0.1em;
	margin: 2em 0 0 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #ABABAB;
	}
.flex #mainContentb  h4, h5, h6 {
	text-indent: 1em;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	margin: 1em 0 -.4em 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #818181;
}
.flex #mainContentb ul{
	margin-top: 0.35em;
	margin-left: 2em;
	padding-left: 0;
	}
.flex #mainContentb li {
	line-height: 1.5em;
	}
	
.flex #mainContentb dl {
	margin-top: .2em;
	}
	
.flex #mainContentb dt {
	text-indent: 1em;
	color: #FFFFFF;
	margin-top: 0.5em;
	font-weight: bold;
	margin-bottom: -0.3em;
	clear: left;
	}
.flex #mainContentb dd {
	margin-top: .4em;
	margin-left: 1em;
	padding-left: 0px;
	line-height: 1em;
	margin-bottom: 0em;
	}
.flex #mainContentb p.date {
		color: #999;
		font-size: 0.8em;
		line-height: 1em;
		}
.flex #mainContentb p#update {
	font-style: italic;
	text-align: right;
	}
.flex #mainContentb hr   {
	color: #555555;
	margin: 0 -2em 0 -2em;
	clip: hide;
}
.flex #sidebar1 {
	float: left;
	width: 3em; /* since this element is floated, a width must be given */
	background: #252525; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	height: 100%;
	clip: 0 0 0 3em;
	overflow: hidden;
.flex #sidebar2 {
	float: left;
	width: 3em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	height: 100%;
	clip: 0 0 0 3em;
	overflow: hidden;
}
.flex #sidebar2 {
	float: right;
	width: 3em; /* since this element is floated, a width must be given */
	background: #252525; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	height: 100%;
	clip: 0 0 0 3em;
	overflow: hidden;
.flex #sidebar2 {
	float: left;
	width: 3em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	height: 100%;
	clip: 0 0 0 3em;
	overflow: hidden;	clear: right;
}
.flex #mainContentcc {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #252525;
	padding: 0;
	margin: 0;
	width: auto;
	border: 0px;
	overflow: hidden;
	text-align: left;
	height: 500px;
}
