/*basic reset*/
@import "../carbontype/stylesheet.css";
@import "../armalite_rifle/stylesheet.css";
@import "../destroy/stylesheet.css";
*{
	vertical-align: baseline;
	font-weight: lighter;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	/*border: 0 none;*/
	outline: 0;
	padding: 0;
	margin: 0;
}
body{
	background-color: #FFFEF9;
	margin:0 auto;
	text-align:center;
	overflow: visible;
}
#headerContainer{
	text-align:center;
	margin-right: auto; 
	margin-left: auto;
	background-color: white;
	width: 100%;
	min-height; 100%;
	background-color: white;
	padding-top: 10px;
	height: 95px;
}
.floating-menu {
	position:fixed;
	z-index:100;
	
}
.news img{
	height: 180px;
/*	width: 100%;*/
}

#header{
	width: 892px;
	min-width: 892px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	
}
.centered {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
#header img{
	padding-top: 2em;
	margin-left: 1em;
	border: none;
}
#left{
	float: left;
	background-image: url('../images/2.jpg');
	background-repeat: no-repeat;
	background-position: 5% 131%;
	width: 314px;
	height: 60px;
}
#middle{
	height: 100%;
	float: left;
}
#right{
	vertical-align: top;
	float: right;
	
}
#topRight{
	vertical-align: top;
	float: left;
	
}
#topRight ul{
	vertical-align: top;
	float: right;
	color: grey;
	display: inline;
}
#topRight li{
	list-style-type: none;
	display: inline;
	padding-right: 0em;
	font-size: .7em;
	font-family: helvetica, verdana, sans-serif;
}
#bottomRight{
	width: 100%;
	height: 100%;
	float: right;
	clear:both;
}
.box {
    -moz-box-shadow: -1px 5px 10px #acaaa9;
	-webkit-box-shadow: -1px 5px 10px #acaaa9;
	box-shadow: -1px 5px 10px #acaaa9;


  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.iframe {
	border: none;
    - -moz-box-shadow: -1px 5px 10px #acaaa9;
	-webkit-box-shadow: -1px 5px 10px #acaaa9;
	box-shadow: -1px 5px 10px #acaaa9;


  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
 /*/////////////////////////nav bar styling ////////////////////////////////*/
#nav{
	font-size: 0.85em;
	background-color: #000001;
	font-family: "helvetica neue", helvetica, verdana, sans-serif;
	line-height: 3em;
	min-width: 900px;
	text-align:center;
	height: 3em;
	clear: both;
	margin-top: 90px;
}
#nav ul {
	vertical-align: middle; 
	display: inline-block;
}
* html #nav ul { /* Target IE6 */
display:inline;
}
*+html #nav ul { /* Target IE7 */
display:inline;
}
/* /////////////////////////////////////////////////remove all bullets */
#nav li{
	list-style-type: none;
} 

/*//////////////////////////////////////////////////main list item */
#nav ul li{
	padding-left: 1.2em;
	padding-right: 1.2em;
	text-align: center;
	border-right: 1px solid rgba(200, 200, 200, 0.7);
	vertical-align: middle;
}
#nav li a:link, #nav li a:visited {
	display: inline;
	text-decoration: none;
	color: #fffff1;
	font-weight: normal;
}
#nav li a:hover, #nav li a:visited:hover {
	color: orange;
}
#nav li ul li {
	text-align: center;
	width: 200px;
	display: block;
	text-decoration: none;
	color: orange;
	font-weight: normal;
	background-color: rgba(0, 0, 0, .8);
	border-bottom: 1px solid gray;
	/* moves menus above other things */
	z-index: 101;
	padding: 0px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
/* sub-menu items */
#nav li ul li a:link, #nav li ul li a:visited {
	text-align: center;
	display: block;
	text-decoration: none;
	color: orange;
	font-weight: normal;
}
/* bottom border of sub nav */
#nav  li ul li:last-child  a, #nav li ul li:last-child  a:visited {
	
}
/* top border of sub nav */
#nav li ul li:first-child  a, #nav li ul li:first-child  a:visited {
	
}
/* sub nav hover */
#nav li ul li a:hover, #nav li ul li a:visited:hover {
	text-decoration: none;
	background-color: rgba(200, 200, 200, 0.5);
}
/* makes sub-nav hidden */
#nav li ul {
	position: absolute; 
	visibility: hidden; 
	list-style-type: none; 
	z-index: 100;
}
/* makes sub-nav visible */
#nav li:hover ul, #nav li.hover ul {
	visibility: visible;
}
#nav li {
	float:left;
}
#nav li ul li {
	float: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0 auto;
	width: 892px;
}
div#container{
	width: 892px;
	margin: 0 auto;
	padding-left: .5em;
	min-height: 100%; /* Set to minimum height so overflow doesn't get hidden */
    overflow-y: hidden; /* HIDE overflow; I know, it doesn't make much sense */
    position: relative;
	clear: both;
	padding-top: 140px;
}
div#mainGraphic{
	float:left;
	height: 100%;
	margin-top: 30px;
	text-align: left;
	
}
.current{
	color: #f0b107; 
}

.table{
	vertical-align: top;
	line-height: 1.5em;
	overflow: hidden;
	font-family: helvetica, verdana, sans-serif;
	Font-size: .85em;
	text-align: justify;
}
.center{
	text-align: center;
}
.pic{
	
	border: 1px solid gray;
}
.noBorder{
	border: none;
	vertical-align: middle;
	margin-right: 10px;
}
div#rightColumn{
	height: 100%;
	float: right;
	width: 220px;
	text-align: center;
	padding-right: .5em;
}
div#socialMedia{
	float: right;
	width: 220px;
	line-height: 2em;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: .5em;
	margin-top: 1em;
}
#socialMedia ul li{
	float: right;
	padding-left: .5em;
	color: gray;
	font-size: .85em;
	font-family: helvetica, verdana, sans-serif;
	list-style-type: none;
}
#header_bar {
	font-size: .85em;
	font-family: "helvetica neue", helvetica, verdana, sans-serif;
	line-height: 1.75em;
	min-width: 220px;
	width: 220px;
	background-color: #b8b8b8;
	color: #FFFEF9;
	margin: .5em auto;
	text-align: left;
	padding-left: .5em;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.a{	
	font-family: helvetica, verdana, sans-serif;
	Font-size: .8em;
	color: gray;
	/*line-height: 1.5em;
	*/
	padding-bottom: .5em;
	vertical-align: top;
	list-style-type: underline;
	text-align: left;
	margin-left: 1em;
	margin-top: .5em;
}
.a ul li{
	margin-top: .5em;
}
.b{
	line-height: 1em;
	text-align: left;
}
.c{
	background-color: #FFF2CC;
	
}
.d{
	padding-left: 1em;
}
.top{
	padding-top: none;
	margin-top: none;
	vertical-align:top;
}
div#underMainGraphic{
	width: 621px;
	float:left;
	padding-right: 20px;
	text-align: justify;
	line-height: 20px;
	margin-top: 1.2em;
	border-right: 1px solid #b8b8b8;
	
}
div#aboveFooter{
	color: grey;
	width: 100%;
	float:left;
	padding-top: 25px;
	text-align: left;
	line-height: 20px;
	
	
	min-height: 40px; 
	vertical-align: top;
	
}
p{
	font-family: helvetica, verdana, sans-serif;
	Font-size: .9em;
	color: gray;
	clear: right;
	line-height: 1.5em;
	padding-bottom: .5em;
	text-align: justify;
	text-indent: 8px;
}




a:link {
color:gray;
}     
a:visited {
color: #f0b107;
text-decoration: none;
}  
a:hover {
color:#f0b107;
}  
a:active {
color:#0000FF;
}  
hr{
	border: .25px solid #b8b8b8;
	margin-top: .3em;
	margin-bottom: 1em;
}
h1{
	font-size: 30px;
	color: #f0b107;
	font-family:   armaliterifleRegular,  Arial, Helvetica,sans-serif;
	text-align: left;
	padding-bottom: 0.5em;
	vertical-align: top;
}
h2{
	text-align: left;
	font-size: 1.5em;
	color: #f0b107;
	font-family:  Arial, Helvetica,sans-serif;
	/*line-height: 1em;*/
	float:left;
}
h3{
	font-size: 1em;
	color: orange;
	font-family: Arial, Helvetica,sans-serif;
	margin-bottom: 8px;
	line-height: 42px;
	text-indent: 8px;
}

footer{
	margin: 0 auto;
	width: 892px;
	clear: both;
	Font-size: .6em;
	color: gray;
	border-top: 1px solid rgba(200, 200, 200, 0.7);
	font-family: "helvetica neue", helvetica, verdana, sans-serif;
	min-width: 892px;
	text-align: center;
	padding-top: .5em;
}
.textmiddle {
	vertical-align:middle;
}
.centered center #container #mainGraphic table tr td {
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
}
