@charset "utf-8";
/* CSS Document */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2014, 8:29:20 PM
    Author     : sbclint
*/
header {
     	position:fixed;
     	top: 0;
     	left: 0;
     	width: 100%;
	height: 65px;
	background-color:#535353;
 }

footer{
     	position:fixed;
     	bottom: 0;
     	right: 0;
     	text-align: right;
     	font-size: 9px;
     	width: 100%;
	height: 19px;
	background-color:#535353;
 }
 
body{
       font-size:24px;
       width: 825px;
       margin:0px auto;
       background-color: grey;
       background: url('../images/fafw.jpg');
       background-position: center;
       background-attachment: fixed; 
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
}

td{
       font-size:24px;
}

nav{
    float: center;
    display: block;
	top: 0px;
	width: 700px;
    margin:0px auto;
}

#logo{
    margin-right:15px;
}

#content{
    background-color: #cccccc;
    padding: 19px;
    margin-top:695px;
    min-height:1215px; /* solution */
}

ul#menu{
    list-style-type: none;
    margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}

li#menu {
	text-align: center;
	top: 0;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
}

a#menu {     	
	text-decoration:none;
    width: 135px;
    padding-left: 7px;
    padding-right: 7px;
}

.targetDiv,.about,.more, .showHide, .menuDiv, .splash  { 
	display: none;
	vertical-align: top;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:5px;
	border-color:#7fb133;
	padding-top:1;
	padding-bottom:20px;
	
    min-height:1215px; /* solution */
}

.splash  { 
	display: block;
}

.smallButton {
	top: 0px;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-style: solid;
border-radius: 3px;
border-color: #bbbbbb;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px  1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border-width: 1;
color: white;
cursor:pointer;
padding: 4px 11px 0px 11px;
font-weight: normal;
}

.smallButton:hover, .smallButton:active{
	background-color: white;
	border-color:#dddddd;
	color: #7fb133;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	top: 5px;
    float: right;
    margin-left: 2px;
    padding-top: 1px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 2px;
    padding-top: 1px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}