@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	height: 25px;
    text-align: center;
}

#Index {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 300px !important;
	width: 100%;
	display: block;
    background: #999;
}

#page-title{
    padding-top: .5rem;
    text-shadow: 0px 0px 5px #656565;
}

#page-links {
    padding-top: .5rem;
}

#page-links > a{
    display: block;
    padding-bottom: 1rem;
    
}

#page-links > p{
    margin: 0px;
    margin-bottom: .5rem;
    text-decoration: underline;
    color: #006860;
text-shadow: #E0E0E0 1px 1px 0px;
    font-size: 20px;
}

a:link,a:visited {
color: #003ED2;
text-shadow: rgb(224, 224, 224) 1px 1px 0px;
   text-decoration: none;
   target-new: none;
  }
a:hover {
   color: rgb(0, 114, 255);
   text-shadow: rgb(224, 224, 224) 1px 1px 0px;
   text-decoration: none;
   target-new: none;
  }

#GA1{
 position: fixed;
 top: 3px;
 right: 0;
 left: 0;
 display: none;
}

#GA2{
 position: fixed;
 bottom:  0PX;
 right: 0;
 left: 0;
 height: 200px;
 display: block;
}

#GA1.scrolled{
 position: fixed;
 top: 3px;
 right: 0;
 left: 0;
 display: block;
}

#GA2.scrolled{
 position: fixed;
 bottom: 0PX;
 right: 0;
 left: 0;
 display: none;
}

#fsm-index{
    font-size: .7em;
    color: #d80000 !important;
}

h3 {
color: rgb(71, 71, 71);
text-shadow: rgb(224, 224, 224) 1px 1px 0px;
margin: 15px 0px 5px 0px;
}

body{
background-color: rgb(186, 186, 186);   
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	height: auto;
}
    
#Index {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	margin-bottom:300px !important;
	display: block;
	background-color: #CCC;
	margin-bottom: 150px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	height: auto;
}

#Index {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 700px;
	width: 100%;
	display: block;
}
    
    
h3 {
color: rgb(71, 71, 71);
text-shadow: rgb(224, 224, 224) 1px 1px 0px;
margin: 15px 0px 5px 0px;
}

body{
background-color: rgb(186, 186, 186);   
}
    
#page-title{
    padding-top: .5rem;
    text-shadow: 0px 0px 5px #656565;
    font-size: 18px;
}

#page-links {
    padding-top: .5rem;
}

#page-links > a{
    display: block;
    padding-bottom: 1rem;
    
}

#page-links > p{
    margin: 0px;
    margin-bottom: .5rem;
    text-decoration: underline;
    color: #006860;
text-shadow: #E0E0E0 1px 1px 0px;
}
    
    
}
