/* CSS Document */

body {
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	min-width: 810px;
	background-color: #0A2407;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #8D9292;
	background-image:url(images2/greenbg1.jpg);		}
	
a:link, a:visited {text-decoration: underline; color: #818274;}
a:hover, a:active {text-decoration: underline; color: #DF1313;}

	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8D1616;
	padding-left: 10px;
	padding-right: 10px;
	}	

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ADAD96;
	padding-left: 10px;
	padding-right: 10px;
	}
	
p {padding-left: 10px;
	padding-right: 10px;
	}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
	
		}
		


/*Content Stuff*/	
#content {
	width: 600px;
	float: right;
	background-color: #000000;
			}
		
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
	
#gallery {
	width: 760px;
	margin-top:0px;
	float: left;
	background-color: #000000;
		}
		

		
.gallery p{margin-left: 10px;
		}
	
	
/*Navigation Stuff*/	
#mainnav {
	width: 160px;
	float: left;
	background: #000000;
	text-align:left;
	text-transform:uppercase;
	font-size: 14px;
	}

	
#mainnav a{display: block;
	text-decoration: none;
	line-height: 50px;
	list-style-type:none;
	margin:2px 2px 0px 4px;
	}	


#mainnav a, #mainnav a:link {
	display:block;
	padding:2px 2px 0px 4px;
	border-bottom:1px solid #F2F2DA;
	color:#B4B5A0;
}
#mainnav a.none {
	
}
#mainnav a:visited {
	text-decoration:none;
	color:#B4B5A0;
}
#mainnav a:hover {
	color:#8D1616;
	background-color:#101111;
	
}

.glossymenu{
margin: 5px 0;
float: left;
padding: 0;
width: 158px; /*width of menu*/
border-bottom:1px solid #F2F2DA;
border-bottom-width: 0;
text-transform:uppercase;
}


.glossymenu a.menuitem{
background: #000000;
font:  14px "Arial, Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #8D9292;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#8D9292;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#8D1616;
background-color:#101111;
}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu submenuheader:hover{
color:#8D1616;
background-color:#101111;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Arial, Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: #8D1616;
}
	


/*Footer Stuff*/
#footer {
	clear: both;
	color: #0A2407;
	border-top: 1px solid #000000;
	padding: 2px;
	background-color: #F2F2DA;
	}
#footer p{text-align: center;
	color: #0A2407;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */