body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #003E57;
font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/**************************************************************************************************************************************************************
*                                                                        320 to 480 portrait                                                                  *
**************************************************************************************************************************************************************/
@media only screen
and (min-width:320px)
and (max-width:480px)
and (orientation:portrait){
	#main{
	position: relative;
	margin: 10px auto;
	width: 90%;
	height: auto;	
	border: 2px solid #EF7127;
        background: #FFF;	
}

#main h1{
	font-family: serif;
	font-style: normal;
	font-size: .75em;
	font-weight: normal;
}

#logo img{
	position: relative;
	float: left;
	height: 25%;
	width: 25%;
}

#slogan {
	position: relative;
	top: 25px;
	margin-left: 5%;
}

#quick-contact{
	
	position: relative;
	float: right;
	z-index: 11;
	width: 25%;
	height: 25%;
	padding: 2px 2px 2px 2px;
        background: #022635;
	font-family: Georgia;	
	color: #EF7127;
	font-weight: normal;
}
		
#quick-contact strong{
	font-size: 1em;
	line-height:1em;
}

#quick-contact p{
	font-size: .7em;
	line-height: .7em;
}
						
#quick-contact a{
	text-decoration: underline;
	color: #EF7127;
	font-size: .6em;
	line-height: .6em;
}

#nav{
	width: 249px;
	height: 20px;
	position: absolute;
	top: 95px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 1px solid #EF7127;
	border-bottom: 1px solid #EF7127;
}
	
#nav li{
	float: left;
	height: 16px;	
	position: relative;
	display: inline;
	padding: 2px 2px 0px 2px;
	left: -18px;
}
		
#nav li a{
	float: left;
	padding: 2px 2px 0px 2px;
	height: 16px;
	font-size: .7em;
        color: #EF7127;
}
		
#nav li a:hover, #nav li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#nav li ul{
	position: absolute;
	top: 20px;
	width: auto;	
	text-align: center;
	display: none;	
}
		
#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
		
#nav ul li{
	height: auto;
	float: none;
}
		
#nav li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#nav ul li a{
	float: none;
	display: block;
	font-size: .7em;
	padding: 2px 2px 0px 2px;
	background: #2F250C;
	height: auto;
	line-height: .7em;
       
}
#splash{
	position: relative;
	top: 25px;
	text-align: left;
}

#splash img{
	display: block;
	width: 288px;
	height: 162px;
        
}

#text{
	position: relative;
	top: 15px;
	display: inline-block;
}

#text p{
	width: 95%;
	font-family: sans-serif;
	font-size: .85em;
	text-align: justify;
	padding-left: 15px;
}

#text h3{
	
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}

#contactUs h3{
	
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}

.widget{
	padding: 5px 0 18px 0;	
	overflow: hidden;
}
			
.widget p{
	padding: 5px 14px 0 14px;
	overflow: hidden;
}
			
.widget p a{
	color: #3E5702;
	text-decoration: underline;	
}

.widget p a:hover{
	text-decoration: none;	
}
			
.widget.alt{
	width: 100%;
	margin: auto;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
			
.widget.alt p{
	padding: 5px 0 0 0;
}

#facebook-title{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}

#foot-links{
	height: 20px;
	position: relative;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 1px solid #EF7127;
	border-bottom: 1px solid #EF7127;
}
	
#foot-links li{
	float: left;
	height: 20px;	
	position: relative;
	display: inline;
	padding: 0px 2px 0px 2px;
	left: -15px;
}
		
#foot-links li a{
	float: left;
	padding: 0px 2px 0px 2px;
	height: 20px;
	font-size: .7em;
        color: #EF7127;
}
		
#foot-links li a:hover, #foot-links li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#foot-links li ul{
	position: absolute;
	top: 20px;
	width: 90%;	
	text-align: center;
	display: none;	
}
		
#foot-links li:hover ul, #foot-links li.sfhover ul{
	display: block;
}
		
#foot-links ul li{
	height: auto;
	float: none;
}
		
#foot-links li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#foot-links ul li a{
	float: none;
	display: block;
	font-size: .7em;
	padding: 0px 2px 0px 2px;
	background: #2F250C;
	height: auto;
	line-height: .7em;
       
}

#footer{
	height: 210px;
	font-family: Georgia;
	font-size: .9em;
	color: #3C361E;
	text-align: left;
	text-align: center;
	padding-left: 20px;
}
	
#footer h4{
	padding-top: 2px;	
	font-weight: bold;
}
		
#footer p{
	padding-bottom: 1em;
	margin-right: 20px;
}
		
#footer a{
	color: #003E57;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}}

/**************************************************************************************************************************************************************
*                                                                  320 to 500, landscape                                                                      *
**************************************************************************************************************************************************************/
@media only screen
and (min-width:320px)
and (max-width:500px)
and (orientation:landscape){

#main{
	position: relative;
	margin: 10px auto;
	width: 90%;
	height: auto;	
	border: 2px solid #EF7127;
        background: #FFF;	
}

#main h1{
	font-family: serif;
	font-style: normal;
	font-size: .75em;
	font-weight: normal;
}

#logo img{
	position: relative;
	float: left;
	height: 37%;
	width: 30%;
}

#slogan {
	position: relative;
	top: 25px;
	margin-left: 5%;
}

#quick-contact{
	
	position: relative;
	float: right;
	z-index: 11;
	width: 25%;
	height: 25%;
	padding: 2px 2px 2px 2px;
        background: #022635;
	font-family: Georgia;	
	color: #EF7127;
	font-weight: normal;
}
		
#quick-contact strong{
	font-size: 1em;
	line-height:1em;
}

#quick-contact p{
	font-size: .7em;
	line-height: .7em;
}
						
#quick-contact a{
	text-decoration: underline;
	color: #EF7127;
	font-size: .6em;
	line-height: .6em;
}

#nav{
	height: 20px;
	position: absolute;
	width: 392px;
	top: 79px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 1px solid #EF7127;
	border-bottom: 1px solid #EF7127;
}
	
#nav li{
	float: left;
	height: 16px;	
	position: relative;
	display: inline;
	padding: 2px 2px 0px 2px;
	left: 62px;
}
		
#nav li a{
	float: left;
	padding: 2px 2px 0px 2px;
	height: 16px;
	font-size: .7em;
        color: #EF7127;
}
		
#nav li a:hover, #nav li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#nav li ul{
	position: absolute;
	top: 20px;
	width: 432px;	
	text-align: center;
	display: none;	
}
		
#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
		
#nav ul li{
	height: auto;
	float: none;
}
		
#nav li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#nav ul li a{
	float: none;
	display: block;
	font-size: .7em;
	padding: 0px 2px 0px 2px;
	background: #2F250C;
	height: auto;
	line-height: .7em;       
}

#splash{
	position: relative;
	top: 25px;
	text-align: left;
}

#splash img{
	display: block;
	width: 432px;
	height: 262px;
        
}

#text{
	position: relative;
	top: 20px;
	width: 95%;
	display: inline-block;
}

#text p{
	font-family: sans-serif;
	font-size: .85em;
	text-align: justify;
}

#certification{
	position: relative;
	top: 5px;
	left: 0px;
}

#certification h3{
	line-height: 1.5em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}
#instruct{
	position: relative;
	top: 0px;
	left: 110px;
	width: 45%;
	font-size: .6em;
}

#linkSeal {
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
}

#cgc{
	position: relative;
	top: 0px;
	left:15px;
	width: 90%;
	font-size: .9em;
	
}

#contactUs h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}

.widget{
	padding: 5px 0 18px 0;	
	overflow: hidden;
}
			
.widget p{
	padding: 5px 14px 0 14px;
	overflow: hidden;
}
			
.widget p a{
	color: #3E5702;
	text-decoration: underline;	
}

.widget p a:hover{
	text-decoration: none;	
}
			
.widget.alt{
	width: 100%;
	margin: auto;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
			
.widget.alt p{
	padding: 5px 0 0 0;
}

#facebook-title{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 1.5em;
	color: #EF7127;
	margin-bottom: 12px;
}

#foot-links{
	height: 20px;
	position: relative;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 1px solid #EF7127;
	border-bottom: 1px solid #EF7127;
}
	
#foot-links li{
	float: left;
	height: 16px;	
	position: relative;
	display: inline;
	padding: 2px 2px 0px 2px;
	left: 45px;
}
		
#foot-links li a{
	float: left;
	padding: 2px 2px 0px 2px;
	height: 16px;
	font-size: .7em;
        color: #EF7127;
}
		
#foot-links li a:hover, #foot-links li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#foot-links li ul{
	position: absolute;
	top: 20px;
	width: 90%;	
	text-align: center;
	display: none;	
}
		
#foot-links li:hover ul, #foot-links li.sfhover ul{
	display: block;
}
		
#foot-links ul li{
	height: auto;
	float: none;
}
		
#foot-links li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#foot-links ul li a{
	float: none;
	display: block;
	font-size: .7em;
	padding: 2px 2px 0px 2px;
	background: #2F250C;
	height: auto;
	line-height: .7em;
       
}

#footer{
	height: 210px;
	font-family: Georgia;
	font-size: .9em;
	color: #3C361E;
	text-align: center;
}
	
#footer h4{
	padding-top: 2px;	
	font-weight: bold;
}
		
#footer p{
	padding-bottom: 1em;
	margin-right: 20px;
}
		
#footer a{
	color: #003E57;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}
}

/**************************************************************************************************************************************************************
*                                                                768 and up                                                                                  *
**************************************************************************************************************************************************************/                                                         
@media only screen
and (min-width: 768px){
	#main{
	position: relative;
	margin: 35px auto;
	width: 80%;
	height: auto;	
	border: 10px solid #EF7127;
        background: #FFF;
	
}

#main h1{
	font-family: serif;
	font-style: normal;
	font-size: 2em;
	font-weight: 100;
}
	
#logo img{
	position: relative;
	float: left;
	height: 20%;
	width: 20%;
}

#slogan {
	position: relative;
	top: 25px;
	margin-left: 20%;
}

#quick-contact{
	
	position: relative;
	float: right;
	z-index: 10;
	width: 20%;
	padding: 3% 2% 0% 2%;
	height: 25%;
	line-height: 1.4em;
        background: #022635;
	font-family: Georgia;	
	color: #EF7127;
	font-weight: normal;
}
		
#quick-contact strong{
	font-size: 1.5em;
	line-height:1em;
}
						
#quick-contact a{
	text-decoration: underline;
	color: #EF7127;
	font-size: 1.4em;
}

#quick-contact a:hover{
	text-decoration: none;
}
			
#nav{
	height: 43px;	
	position: relative;
	top: 94px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#nav li{
	float: left;
	height: 43px;	
	position: relative;
	left: 65px;
	display: inline;
	padding: 0px 10px 0px 10px;
}
		
#nav li a{
	float: left;
	padding: 13px 17px 0px 17px;
	height: 30px;
	font-size: 1.2em;
        color: #EF7127;
}
		
#nav li a:hover, #nav li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#nav li ul{
	position: absolute;
	top: 43px;
	width: auto;	
	text-align: left;
	display: none;
	left: -85px;;	
}
		
#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
		
#nav ul li{
	height: auto;
	float: none;
}
		
#nav li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#nav ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding: 7px 0 7px 14px;
	background: #2F250C;
	height: auto;
	color: #fff;
	line-height: 1em;
       
}
#splash{
	position: relative;
	top: 45px;
	text-align: left;
}
	
#splash img{
	display: block;
	width: 100%;
	height: 100%;
        
}

#text{
	position: relative;
	top: 25px;
	display: inline-block;
}

#text p{
	width: 95%;
	font-family: sans-serif;
	font-size: 1.5em;
	text-align: justify;
	padding-left: 25px;
}
#text h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactUs h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactP{
	font-size: 1.5em;
}
#facebook-title{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

.widget{
	padding: 5px 0 18px 0;	
	overflow: hidden;
}
			
.widget p{
	padding: 5px 14px 0 14px;
	overflow: hidden;
}
			
.widget p a{
	color: #3E5702;
	text-decoration: underline;	
}

.widget p a:hover{
	text-decoration: none;	
}
			
.widget.alt{
	width: 80%;
	margin: auto;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
			
	.widget.alt p{
		padding: 5px 0 0 0;
	}
#foot-links{
	height: 43px;
	padding-left: 246px;	
	position: relative;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#foot-links li{
	float: left;
	height: 43px;	
	position: relative;
	background: url(bullet.png) left center no-repeat;
	display: inline;
	padding: 2px 10px 0px 39px;
}
		
#foot-links li a{
	float: left;
	padding: 13px 17px 0px 17px;
	height: 26px;
	font-size: 1.2em;
        color: #EF7127;
}
		
#foot-links li a:hover, #foot-links li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#foot-links li ul{
	position: absolute;
	top: 43px;
	width: 190px;	
	text-align: left;
	display: none;
	left: 0;	
}
		
#foot-links li:hover ul, #foot-links li.sfhover ul{
	display: block;
}
		
#foot-links ul li{
	height: auto;
	float: none;
}
		
#foot-links li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#foot-links ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding: 7px 0px 7px 14px;
	background: #2F250C;
	height: auto;
	line-height: 1em;
       
}
		
#footer{
	height: 192px;
	font-family: Georgia;
	font-size: 1.2em;
	color: #3C361E;
	text-align: center;
}
	
#footer h4{
	padding-top: 16px;	
	font-weight: bold;
}
		
#footer p{
	padding-bottom: 1em;
	margin-right: 20px;
}
		
#footer a{
	color: #003E57;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

}
/***************************************************************************************************************************************************************
*                                                                          ipad Mini, Portrait                                                                 *
***************************************************************************************************************************************************************/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

  
	#main{
	position: relative;
	margin: 35px auto;
	width: 80%;
	height: auto;	
	border: 10px solid #EF7127;
        background: #FFF;
	
}

#main h1{
	font-family: serif;
	font-style: normal;
	font-size: 2em;
	font-weight: 100;
}
	
#logo img{
	position: relative;
	float: left;
	height: 171px;
	width: 196px;
}

#slogan {
	font-size: .85em;
	position: relative;
	top: 25px;
	margin-left: 20%;
}

#quick-contact{
	
	position: relative;
	float: right;
	z-index: 10;
	width: 20%;
	padding: 3% 2% 0% 2%;
	height: 25%;
	line-height: 1.4em;
        background: #022635;
	font-family: Georgia;	
	color: #EF7127;
	font-weight: normal;
}
		
#quick-contact strong{
	font-size: 1.5em;
	line-height:1em;
}
						
#quick-contact a{
	text-decoration: underline;
	color: #EF7127;
	font-size: 1.4em;
}

#quick-contact a:hover{
	text-decoration: none;
}
			
#nav{
	height: 43px;
	position: relative;
	top: 45px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#nav li{
	float: left;
	height: 43px;
	position: relative;
	left: -5px;
	display: inline;
	padding: 5px 1px 1px 2px;
}
		
#nav li a{
	float: left;
	padding: 4px 1px 1px 2px;
	height: 30px;
	font-size: 1em;
        color: #EF7127;
}
		
#nav li a:hover, #nav li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#nav li ul{
	position: absolute;
	top: 43px;
	text-align: left;
	display: none;
}
		
#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
		
#nav ul li{
	height: auto;
	float: none;
}
		
#nav li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#nav ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding:4px 1px 1px 2px;
	background: #2F250C;
	height: auto;
	line-height: 1em;
       
}
#splash{
	position: relative;
	top: 30px;
	text-align: left;
}
	
#splash img{
	display: block;
	width: 100%;
	height: 100%;
        
}

#text{
	position: relative;
	top: 20px;
	width: 100%;
	display: inline-block;
}

#text p{
	width: 95%;
	font-family: sans-serif;
	font-size: 1.5em;
	text-align: justify;
	padding-right: 10px;
}

#text h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactUs h3{
	
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactP{
	font-size: 1.5em;
}

#facebook-title{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

.widget{
	padding: 5px 0 18px 0;	
	overflow: hidden;
}
			
.widget p{
	padding: 5px 14px 0 14px;
	overflow: hidden;
}
			
.widget p a{
	color: #3E5702;
	text-decoration: underline;	
}

.widget p a:hover{
	text-decoration: none;	
}
			
.widget.alt{
	width: 80%;
	margin: auto;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
			
	.widget.alt p{
		padding: 5px 0 0 0;
	}
	
#foot-links{
	height: 43px;	
	position: relative;
	top: 0px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#foot-links li{
	float: left;
	height: 43px;	
	position: relative;
	left: -105px;
	background: url(bulletRedux.png) left center no-repeat;
	display: inline;
	padding: 2px 2px 1px 18px;
}
		
#foot-links li a{
	float: left;
	padding: 10px 2px 2px 2px;
	height: 30px;
	font-size: 1em;
        color: #EF7127;
}
		
#foot-links li a:hover, #foot-links li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#foot-links li ul{
	position: absolute;
	top: 43px;
	width: auto;	
	text-align: left;
	display: none;
}
		
#foot-links li:hover ul, #foot-links li.sfhover ul{
	display: block;
}
		
#foot-links ul li{
	height: auto;
	float: none;
}
		
#foot-links li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#foot-links ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding:5px 8px 1px 8px;
	background: #2F250C;
	height: auto;
	line-height: 1em;
       
}

		
#footer{
	position: relative;
	left: -5px;
	height: 192px;
	font-family: Georgia;
	font-size: 1.2em;
	color: #3C361E;
	text-align: center;
}
	
#footer h4{
	padding-top: 16px;	
	font-weight: bold;
}
		
#footer p{
	padding-bottom: 1em;
	margin-right: 20px;
}
		
#footer a{
	color: #003E57;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}
}

/***************************************************************************************************************************************************************
*                                                                          ipad Mini, landscape                                                                 *
***************************************************************************************************************************************************************/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	
#main{
	position: relative;
	margin: 35px auto;
	width: 80%;
	height: auto;	
	border: 10px solid #EF7127;
        background: #FFF;
	
}

#main h1{
	font-family: serif;
	font-style: normal;
	font-size: 2em;
	font-weight: 100;
}
	
#logo img{
	position: relative;
	float: left;
	height: 20%;
	width: 20%;
}

#slogan {
	position: relative;
	top: 25px;
	margin-left: 20%;
}

#quick-contact{
	
	position: relative;
	float: right;
	z-index: 10;
	width: 20%;
	padding: 3% 2% 0% 2%;
	height: 25%;
	line-height: 1.4em;
        background: #022635;
	font-family: Georgia;	
	color: #EF7127;
	font-weight: normal;
}
		
#quick-contact strong{
	font-size: 1.5em;
	line-height:1em;
}
						
#quick-contact a{
	text-decoration: underline;
	color: #EF7127;
	font-size: 1.4em;
}

#quick-contact a:hover{
	text-decoration: none;
}
			
#nav{
	height: 43px;	
	position: relative;
	top: 35px;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#nav li{
	float: left;
	height: 41px;	
	position: relative;
	left: 45px;
	display: inline;
	padding: 7px 3px 1px 3px;
}
		
#nav li a{
	float: left;
	padding: 5px 3px 1px 3px;
	height: 30px;
	font-size: 1.4em;
        color: #EF7127;
}
		
#nav li a:hover, #nav li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#nav li ul{
	position: absolute;
	top: 43px;
	width: auto;	
	text-align: left;
	display: none;	
}
		
#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
		
#nav ul li{
	height: auto;
	float: none;
}
		
#nav li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#nav ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding: 2px 3px 2px 10px;
	background: #2F250C;
	height: auto;
	line-height: 1em;
       
}
#splash{
	position: relative;
	top: 25px;
	text-align: left;
}
	
#splash img{
	display: block;
	width: 100%;
	height: 100%;
        
}

#text{
	width: 100%;
	position: relative;
	top: 20px;
	width: 100%;
	display: inline-block;
}

#text p{
	width: 95%;
	font-family: sans-serif;
	font-size: 1.5em;
	text-align: justify;
	padding-right: 10px;
}
#text h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactUs h3{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

#contactP{
	font-size: 1.5em;
}
#facebook-title{
	line-height: 2em;
	padding: 3px 0 3px 0;
	background: #003E57;
	font-size: 2em;
	color: #EF7127;
	clear: none;
	margin-bottom: 24px;
}

.widget{
	padding: 5px 0 18px 0;	
	overflow: hidden;
}
			
.widget p{
	padding: 5px 14px 0 14px;
	overflow: hidden;
}
			
.widget p a{
	color: #3E5702;
	text-decoration: underline;	
}

.widget p a:hover{
	text-decoration: none;	
}
			
.widget.alt{
	width: 80%;
	margin: auto;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
			
	.widget.alt p{
		padding: 5px 0 0 0;
	}
#foot-links{
	height: 43px;	
	position: relative;
	z-index: 10;
	text-transform: lowercase;
        background: #022635;
	border-top: 3px solid #EF7127;
	border-bottom: 3px solid #EF7127;
}
	
#foot-links li{
	float: left;
	height: 43px;	
	position: relative;
	background: url(bullet.png) left center no-repeat;
	display: inline;
	padding: 2px 10px 0 37px;
	left: -100px;
}
		
#foot-links li a{
	float: left;
	padding: 2px 5px 0 5px;
	height: 30px;
	font-size: 1.2em;
        color: #EF7127;
}
		
#foot-links li a:hover, #foot-links li.active a{
	text-decoration: none;	
        background: #003E57;         
}
		
#foot-links li ul{
	position: absolute;
	top: 43px;
	width: 190px;	
	text-align: left;
	display: none;	
}
		
#foot-links li:hover ul, #foot-links li.sfhover ul{
	display: block;
}
		
#foot-links ul li{
	height: auto;
	float: none;
}
		
#foot-links li:hover a{
	text-decoration: none;	
	background: #2F250C;
}
		
#foot-links ul li a{
	float: none;
	display: block;
	font-size: 1em;
	padding: 5px 0 5px 12px;
	background: #2F250C;
	height: auto;
	line-height: 1em;
       
}
		
#footer{
	position: relative;
	left: -6px;
	height: 192px;
	font-family: Georgia;
	font-size: 1.2em;
	color: #3C361E;
	text-align: center;
	
}
	
#footer h4{
	padding-top: 16px;	
	font-weight: bold;
}
		
#footer p{
	padding-bottom: 1em;
	margin-right: 20px;
}
		
#footer a{
	color: #003E57;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}
}

