html {
	height:100%;
    margin: 0 0 1px 0;
}

/* Image Replacement OH JOY! */
/* further image replacement code in mirfix.css, which should be in non-IE conditional comments */

.mir {
	letter-spacing : -1000em;
}

/* removed * html IE fix due to problems with dropdown */
/* fix for opera */
/* that comment slash is to hide it from Mac IE */

/*\*/

html>body .mir {
    letter-spacing: normal;
    text-indent: -999em;
    overflow: hidden;
}

/**/

/* end opera fix block */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #686749;
	text-align:center;
	padding:0;
	margin:0;
}

a {
	color: #FFDA00;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #999966;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#container {
	width:850px;
	text-align:left;
	margin:10px auto 0 auto;
	padding:0;
}

#header, #frontheader {
	padding:0;
	margin:0;
}

#frontheader h1 a {
	display:block;
	height:100%;
}

#frontheader h1 {
	width:850px;
	height:100px;
	padding:0;
	margin:0;
}

#header h1 a {
	display:block;
	height:100%;
}

#header h1 {
	width:850px;
	height:50px;
	padding:0;
	margin:0;
}

#header p, #frontheader p {
	height:0;
	line-height:0;
	padding:0;
	margin:0;
	float:right;
}

#middle {
	width:inherit;
	margin:0;
	padding:0;
}

#main {
	width:650px;
	float:left;
	margin:0;
	padding:0;
}

#side {
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

#side div.sidetag {
	width:inherit;
	margin:0;
	padding:0;
}

#side img {
	border:none;
	margin:0;
	padding:0;
}

#flashbanner {
	width:inherit;
}

#navigation, #footer {
}

div.navbar {
	width:inherit;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

div.navbar ul {
	list-style-type:none;
	padding:0;
	margin: 0;
}

div.navbar ul li {
	display:inline;
	padding:0;
	margin:0;
}

div.navbar ul li a {
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;

	display:block;

	float:left;
	background-color:#484729;
	padding:0.6em 0 0.7em 0;
	margin:0;
	border-right:1px solid #333333;
	border-left:1px solid #666666;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #666666;
}

div.navbar ul li a:hover {
	background-color:#787759;
	color: #FFFFFF;
	border-left:1px solid #333333;
	border-right:1px solid #666666;
	border-bottom:solid 1px #333333;
	border-top:solid 1px #666666;
}

div.navbar ul li a:visited {
	color: #CCCCCC;
}

#subnavnoscript {
	background-color:#484729;
	width:inherit;
	height:auto;
	margin:0;
	padding:0;
	overflow:auto;
}

#subnavnoscript ul {
	list-style-type:none;
	padding:0;
	margin: 0;

}

#subnavnoscript ul li {
	display:inline;
	padding:0;
	margin:0;
}

#subnavnoscript ul li a {
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	display:block;
	width:214px;
	float:left;
	background-color:#484729;
	padding:0.6em 0 0.7em 0;
	margin:0;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
	border-left:1px solid #666666;
    border-bottom:1px solid #666666;
}

#subnavnoscript ul li a:hover {
	background-color:#787759;
	color:#FFFFFF;
}

#subnavnoscript ul li a:visited {
	color: #FFDA00;
}

/* This part keeps the buttons well distributed */

div.navbar a.home {
	width:100px;
}

div.navbar a.faq {
	width:100px;
}

div.navbar a.enlist {
	width:123px;
}

div.navbar a.photos {
	width:110px;
}

div.navbar a.donate {
	width:110px;
}

div.navbar a.contact {
	width:123px;
}

div.navbar a.fa {
	width:170px;
}

#subnavigation {
	width:inherit;
	height:50px;
	width:650px;
	margin:0;
	padding:0;
}

#subnavigation ul {
	list-style-type:none;
	padding:0;
	margin: 0;
}

#subnavigation ul li {
	display:inline;
	padding:0;
	margin:0;
	width:130px;
	float:left;
}

#subnavigation ul li a {
	display:block;
	width:130px;
	height:50px;
	margin:0;
	padding:0;
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:none;
}

#subnavigation ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;

	/* negates mir */	
	letter-spacing:0;
    text-indent:0;
    letter-spacing:normal;
}

#subnavigation ul li:hover ul {
	left: auto;
}

#subnavigation ul li:hover ul, #subnavigation ul li.sfhover ul {
	left: auto;
	overflow:visible;
}

#subnavigation ul li ul li {
	font-size:1em;
	border:1px solid #FFFFFF;
	background-color:#000000;
	height:auto;
}

#subnavigation ul li ul li:hover, #subnavigation ul li ul li.sfhover {
	background-color:#DDDDDD;

}

#subnavigation ul li ul li a {
 	display:block;
	width:120px;
	padding:5px;
	height:auto;
}

#subnavigation ul li ul li a:visited {
 	display:block;
	width:120px;
	padding:5px;
	height:auto;
	color:#FFFFFF;
}

.notmir {
	letter-spacing:0;
    text-indent:0;
    overflow:auto;
    letter-spacing:normal;
}

/* Nav Button Rollovers */

a.navinfo:hover {
	background-image:url(../assets/button_info_on.gif) !important;
}

a.navcadet:hover {
	background-image:url(../assets/button_cad_exp_on.gif) !important;
}

a.navparents:hover {
	background-image:url(../assets/button_parents_on.gif) !important;
}

a.navcadre:hover {
	background-image:url(../assets/button_cadre_on.gif) !important;
}

a.navenlist:hover {
	background-image:url(../assets/button_enlist_on.gif) !important;
}

#navlocation {
	font-size:.8em;
	width:650px;
	background-color:#383719;
	color:#FFFFFF;
}

#navlocation a {
	color:#FFFF00;
}

#navlocation div.padder {
	padding:10px 0 10px 10px ;
}

#middle {
	background-color:#383719;
}

#content {
	background-image:url(../assets/content_bg_2.jpg);
	background-color:#EDEBE3;
	width:650px;
	background-repeat:no-repeat;
	background-position:top center;
	padding:0;
	margin:0;
}

#content div.padder {
	padding:20px;
}

#content div.sidecolumn {
	text-align:center;
	width:240px;
}

#content div.sidecolumn img {
	margin: 0 10px 20px 10px;
}

#content img.left, #content img.right {
	margin: 0 10px 20px 10px;
	border:1px solid #000000;
}

#content a img  {
	border:2px solid #FFFF00;
}

#content h2 {
	font-size:1.4em;
	text-align:center;
}

#content h3 {
	font-size:1.1em;
	font-weight:bold;
}

#content hr {
	width:100%;
	clear:right;
}

#content a {
		color: #777700;
}

#content ol li {
	margin:0 0 10px 0;
}

#content table {
	border:none;
	border-collapse:collapse;
}

#content table td, #content table th {
	text-align:left;
	padding:10px;
}

#content table th {
	font-weight:bold;
	color:#000066;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.divider {
	clear:both;
	line-height:0;
}

#footer {
	font-size:.8em;
	color:#FFFFFF;
	width:inherit;
	background-color:#484729;
	overflow:auto;
}

#footer h3 {
	font-size: 1.2em;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 1em 0;
}

#footer .padder {
	padding:10px 10px 0 10px;
}

#footer a {
	font-weight:bold;
	color:#CCCCCC;
}

#footer div.left {
	width:33%;
	float:left;
}

#footer div.center {
	border-left:1px dotted #666600;
	width:33%;
	float:left;
	text-align:left;
}

#footer div.right {
	border-left:1px dotted #666600;
	width:33%;
	float:right;
}

#footer div.bottom {
	border-top:1px dotted #666600;
	width:auto;
	text-align:center;
}

#footer div.bottom div.padder {
	padding:10px;
}

#footer a {
	color:#FFFF00;
}

#footer p {
	padding:0 0 0 0;
	margin:0 0 1em 0;
}

.err {
	color:#FF0000;
	font-weight:bold;
}

input, textarea {
	font-family:inherit;
	font-size: 0.9em;
	color: #484729;
	padding-left: 3px;
	border: 1px solid #383719;
	background-color:#FDFBF2;
}

input:focus, textarea:focus {
	background-color: #FFFFFF;
}

select {
	font-family:inherit;
	font-size: 0.9em;
	color: #484729;
	border: 1px solid #383719;
	background-color:#FDFBF2;
}

input.button {
	font-family:inherit;
	color: #FFFF00;
	border: 2px outset #383719;
	background-color:#484729;
}

.heightmaintainer {
	height:900px;
	width:0;
	padding:0;
	margin:0;
	float:left;
}