/* styles for all screens. Mobile devices below */
/* styles for fader */
section {
  position: relative;
}

section img {
	position: absolute;
}
#regular {
  position: relative;
}
.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
	width: 812px;
}
.bottom {
	width: 812px;
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



body {
	text-align: center;
	background-color: #F5EECA;
}


.centeredPage #container {
	width: 812px;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.floatDivCtr {
	position:relative;
	float:right; 
	width: 337px; 
	padding: 0 ;
	margin: 0;
}
    

p {
line-height:150%;
margin: 10px 30px 0px ;
}


h2 {
font-size: 115%;	
}
.full_width {
width:100%;
max-width: 812px;
}
.mid_width {
width:400px;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
    color: #0099cc;
}
.link {
	color:#003366;
	text-decoration:none;
}  


#FBicon {
	width:340px;
	height:49px;
	float:right;
	margin: 0;
	padding:0;
}

.pics {
text-align:center; 
margins:10px,0,0,0; 
}

.flyover {
      display:none; 
      position:absolute; 
	  width:80px;
      font-size:11px; 
      font-family:verdana; 
      /* border:#003366 solid 1px;  */
      padding:0px; 
      color:#003366; 
	  text-align: center;
}

/* styles for mobile devices */
.showhide {
display: block;
font-style: italic;
color: red;
margin: 0 0 10px 50px;

}
/* for the fader */
.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
	width: 100%;
}
.bottom {
	width: 100%;
}


.topnav {
 margin: 0;
 height: 40px;
}
.logoMain {	
width:100%; 
height:110px;
border:0; 
margin:0px 0 10px;
clear: both;
}
.menu {
    width: 100%;
    padding: 6px 0 8px 0px;
    margin: 0;

    color: #CCCCCC;
	background-color: #a61212;
}
.menuitem {
	list-style:none;
	margin:0;
	border:0;
	display: inline;
	font-weight:bold; 
	font-size:20px;
	background-color: #a61212;}
ul {
	list-style:square;
	display: block;
	font-size:24px;
	margin: 0 0 0 0px;
}


ul li  {
	margin: 6px 0 0  0;
}
ul li a {
	padding: 24px 24px 24px;
	text-decoration: none;
	color:#FFFFFF;
}

.p_home {
margin: 10px 40px 18px 20px;
font-size: 32px ;
}

#footer
	{
	height: 54px;
	background-color:#FFF;
	margin:0;
	padding:0;
	border-top: 2px solid #C5C1C1
		}
#copyright {
	padding:3px 0 27px 30px ;
	margin:0;
	color:#645F5F;
}

/* styles for computer screens */
@media only screen  and (min-device-width: 868px) {
.showhide {
display: none;
}
.centeredPage #container {
	width: 812px;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.menu {
	width: 410px; 
	height:38px;
	margin:20px 0 0 ; 
	float:right; 
	text-align:right;
	padding: 10px 18px 0 0 ;
	background-color: #FFFFFF;
	}	
.menuitem {
	list-style:none;
	 margin:0 -4px 0 8px ;
	display: inline;
	font-weight:bold; 
	font-size:13px;
	background-color: #FFFFFF;
}
.topnav {
 margin: 0;
 height: 80px;
}
.logoMain {	
width:812px; 
height:70px;
border:0; 
margin:5px 0 10px;
clear: both;
}	

ul {
	list-style:square;
	display: block;
	background-color: #FFFFFF;
	margin: 0 0 0 60px;
}

ul li  {
	font: 17px Arial, Helvetica, sans-serif;
	margin: 12px 0 0  0;
}	


ul li a {
	padding: 12px 10px 12px;
	color:#154c61; 
}
ul li a:link {
	text-decoration: none;
}
ul li a:hover {
    color: #0099cc;
}

p {
margin: 12px 42px 0px ;
font-size: 16px ;
}
.p_home {
margin: 12px 42px 0px ;
font-size: 18px ;
}
.p_bold 
{font-weight: bold;
text-align:center 
}

.p_home_top
{
margin: 18px 42px 0px ;
font-size: 18px ;
}
.colLeft {
float:left;
width:405px;
margin: 0;
}
.colRight {
float:right;
width:405px;
margin: 0;
}

.mid_width {
width:600px;
}


.hdrDiv {
	width: 100%; 
	min-height:30px;
	background-color: #FFFFFF;
	}
h1, h2 {
margin-top:10px;
}


.submit {
	clear:both;
	height:50px;
	width:270px;
	padding: 30px 0 15px ;
	text-align:center;
}
.btnSubmit {
	height:50px;
	width:120px;
	font-weight: bold;
}
#footer
	{
	height: 54px;
	background-color:#FFF;
	margin:0;
	padding:0;
	border-top: 1px solid #C5C1C1
		}
#copyright {
	padding:7px 0 0 30px ;
	margin:0;
	color:#645F5F;
}
}

