﻿.layout {
	background-color: #FFFFFF;
}

#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: left;
	background-color: #AEB404;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	color: #000000;
}
#navbar ul li {
	display: inline;
	background-color: #AEB404;
}
 
.auto-style1 {
	margin-left: 40px;
}

.quote {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #088A4B;
	text-align: center;
}

.bodyHyperLink {
	font-family: "Franklin Gothic Demi";
	font-size: large;
	color: #000000;
}
      
#navbar ul li a {
	text-decoration: none;
	padding: .05em 1em;
	color: #333333;
	background-color: #AEB404;
	font-family: "Franklin Gothic Demi Cond";
	font-size: large;
}

.naviFont {
	margin-left: 40px;
	font-family: "Franklin Gothic Demi Cond";
	font-size: large;
}

#navbar ul li a:hover { 
        color: #FFFFFF; 
        background-color: #088A29; 
        } 

 
.bodyTxt {
	font-family: "Franklin Gothic Book";
	font-size: 14px;
}
 
 
.footer {
	margin-bottom: 0px;
	font-family: "Franklin Gothic Book";
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
        
#container {
	border-color: #000000;
	background-color: #C7FFBA;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#whiteContainer {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 765px;
}
.frankGothBk {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
}
.frankGothDemCond {
	font-family: "Franklin Gothic Demi Cond";
	font-size: 20px;
}

.heading {
	font-family: "Lucida Handwriting";
	font-size: 25px;
	font-weight: bold;
}





body
{
        /*ie needs this*/
        margin:0px;
        padding:0px;
        /*set global font settings*/
        font-size:10px;
        font-family:Tahoma,Verdana,Arial;
}
#banners
{
        width:500px;
        height:275px;
        border:2px solid #cccccc;
}

#banners div
{
        width:500px;
        height:250px;
        display:none;
        margin:0px;

}

#banners #banner1
{
        display:block;
}

#banners div span
{
        width:350px;
        position:relative;
        display:block;
        top:-150px;
        line-height:1.5em;
        left:10px;
        background:#fff;
        font-size:1.2em;
        padding:5px;
        opacity:0.7;/*standard*/
        filter:alpha(opacity=50);/*internet explorer*/
        -moz-opacity:.50;/*older firefox versions*/
        
}

#banners ul
{
        width:auto;
        height:25px;
        background:#0063DC;
        margin:0px;
}

#banners ul li
{
        display:inline;
        width:10px;
}

#banners ul li a
{
        text-decoration:none;
        padding:5px;
        line-height:2.5em;
        margin:5px;
        color:#fff;
        height:25px;
        font-weight:bold;
}

#banners ul li a:hover
{
        background:#fff;
        color:#0063DC;  
}
