@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 800px){
	body#home {
 color:#000000;
 font-size: 100%;
 font-family:Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 min-width:920px;
 background-image:url('/images/palms2.jpg');
 background-position:top center;
 background-repeat:no-repeat;
 -webkit-background-size: 1940px 1242px;
}

#home #palms {
 margin: 0;
 padding: 0;
 background-position:top center;
 background-repeat:no-repeat;
 width:100%;
 background-image:none;
}
#home #container {
 background-image:url('/images/navblue.jpg');
 background-repeat:no-repeat;
 width:920px;
 margin:auto;
 padding: 0;
}
#home .topimg {
	display:none;	
}
#home #fadeshow1 {
 margin:0px 0 0 0;
 max-width: 720px;
}

#home #content {
padding: 0 0 0 0px;	
}


.homenews {
	float:left; 
	width:250px; 
	padding:5px; 
	margin:0 0px 0 15px;
}
.homeevents {
	float:left; 
	width:220px; 
	padding:5px; 
	margin:0 0px 0 0;
}
#home .homenews h2, #home .homeevents h2 {
	margin: 14px 0 10px 0;
	font-size:1.8em
	
}
#home .homenews ul, #home .homeevents ul {
	list-style-type:none;
	margin: 0 5px 5px 5px ;
	padding: 0;
}
#home .homenews li, #home .homeevents li {
padding: 0 0 10px 0;
font-weight:bold;
}
.rightbuttons {
	float:right; 
	margin: 0;
	width:200px; 
	padding:5px 0 0 0; 
}

#content .rightbuttons ul {
	list-style-type:none;
	margin: 0 ;
	padding: 0;
	 background-image:url('/images/buttons3.png');
 background-repeat:no-repeat;
}
#content .rightbuttons li{
padding:0; 
margin: 0;
height: 42px;
}
#content .rightbuttons li a{
	padding:12px 0px 14px 10px;
	margin: 0;

	width:200px;
	display:block;
	color:#fefefe;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	
}
#content .rightbuttons li a:hover{
	text-decoration:underline;	
}

#home #contentspace {
height:0px;
overflow:hidden;
}
#home #footercontent ul.topnav {
 text-align:center;
 padding: 5px 0px 5px 0px;
 margin: 0;
 color: #dddddd;
}
#home ul.topnav li.mob {
 display:none;
}
#home ul.topnav li {
 display:inline;
 padding:0 10px;
 margin:0;
 border-right:1px solid #000000;
}
#home ul.topnav li a {
 color: #dddddd;
 text-decoration: none;
}
#home #content ul.topnav li a {
 color: #666666;
 text-decoration: none;
}
#home ul.topnav li a:hover, #home #content ul.topnav li a:hover {
 text-decoration: underline;
 color: #4C721D;
}
#home #footer {
 background-color:transparent;
 height:20px;
 width: 100%;
 padding: 0;
 margin: 0;
 clear:both;
}
#home #footerlogo {
 background-image:none;
 background-color:transparent;
 float:right;
 height: 20px;
 width: 50%;
 margin: 0;
 padding: 0;
}
}
