@charset "UTF-8";
/* CSS Document */

/*Basic Styles*/

body {
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin: 25px 0 0 0;
	background-color:#FFF;
line-height: 1.2em;
width: 100%;
height: 100%;
}

a {
	text-decoration: underline;
	color:#000;
	margin: 0 0 0 0;
}

a hover {
	text-decoration: none;
	color:#000;
}

img {
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	border: none;
}



p { 
	margin: 10px 0 0 0;
}

h1 { color: #F2A345;
font-weight: normal;
        margin-bottom: 10px;
font-size: 16px;
}

h2 {
	color: #F2A345;
	font-weight: normal;
        margin-bottom: 10px;
font-size: 16px;
}

h3 {
	color: #008457;
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px 0 5px 0;
}

h4 {
	color: #008457;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

h5 {
	color: #008457;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	font-weight: bold;
}
	

/*Table Styles*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	vertical-align: top;
}


table th {
	background: none;
	border:none;
	padding: 5px 10px 5px 0;
	font-size: 1.2em;
}

table td {
	background: none;
	border:none;
	padding: 5px 10px 5px 0;
}

table.table_coloured {
background:none repeat scroll 0 0 #FFFFFF;
border-left:1px solid #008457;
border-top:1px solid #008457;
width:100%;
}

table.table_coloured th, table.table_coloured td {
border-bottom:1px solid #008457;
border-right:1px solid #008457;
padding:5px;
text-align:left;
}

table.table_coloured th {
background:none repeat scroll 0 0 #4DA989;
color:#FFFFFF;
line-height:1.2;
}

table.table_coloured th.darkgreen {
background:none repeat scroll 0 0 #008457;
font-size:1.2em;
}

table.table_coloured td.lightgreen {
background:none repeat scroll 0 0 #B2DACD;
}

/*Wrapper*/
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
padding: 0 0 0 0;
	}

/*Headers*/

#home_header {
	background-image:url(/images/home_bg.jpg);
background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 25px 0 0 28px;
	height: 410px;
	line-height:1.09em;
	color: #018458;
	font-size: 1.1em;
}

.subheaderimage {
	margin: 14px 0 3px 0;
}

#content_header {
	height: 255px;
margin: 0 0 0 -5px;
padding: 0 0 0 0;
}

/*Menus*/

#menu {
	background-color: #d8e7ac;
	height: 25px;
	color: #4DA989;
	font-size: 1.05em;
	margin: 0 0 0 0;
list-style: none;
padding: 0 0 0 0;
vertical-align: middle;
cursor: pointer;

}


#menu.enterbasic {
	background-color: #f2a345;
	text-decoration: none;
font-weight: bold;
	text-align: center;
	color: #008457; 
text-transform: uppercase;
font-size: 1.1em;
}

#menu.entermouseover {
	background-color: #f2a345;
	color:#ffffff;
	text-decoration: none;
font-weight: bold;
	text-align: center;
text-transform: uppercase;
font-size: 1.1em
}



#menu.basic {
	text-decoration: none;
	text-align: center;
	color: #018458;
	margin: 0 0 0 0px;
}

#menu.mouseover {
	background-color: #f2a345;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#menu.current {
	background-color: #f2a345;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#submenu.mouseon {
	background-color: #f2a345;
	color: #018458;
	text-decoration: none;
	text-align: left;
	font-weight: 0.6em;
cursor: pointer;
padding: 5px 2px 5px 5px;
margin: 0 0 0 0;
}

#submenu.standard {
	background-color: #f2a345;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: 0.6em;
padding: 5px 2px 5px 5px;
margin: 0 0 0 0;
}

#submenu.activepage {
        background-color: #f2a345;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: 0.6em;
padding: 5px 2px 5px 5px;
margin: 0 0 0 0;
}

/*Image Rotator Front Page*/

#image_rotator {
height: 134px;
width: 100%;
}

.imageenter {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.alignleft {
margin: 0px 0 0 -40px;
}

#movie {

margin: 0px 0 0 0;
height: 100%;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

/*Specials Button*/

#specials_button {
	display:block;
	height:195px;
	margin: -120px 0 0 750px;
	position:absolute;
	width:195px;
	z-index:999;
}

/*Content*/

#content_main {
	min-height: 242px;
	background-image:url(/images/bg-grass.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 15px 15px 25px 65px;
}



/*Footer*/

#footer {
	color: #40A381;
	font-size: 0.85em;
	border-top:solid 10px;
	border-top-color: #018458;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

#footer a{
	color: #40A381;
}


#footer-enter{
	color: #40A381;
	font-size: 0.85em;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

#gallery{
width:880px;
padding:20px 0px 68px 0px;
position:relative;
height:400px;
}
#gallery:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#gallery #gallery-col-1{
float:right;
width:230px;
padding-top: 10px;
}
#gallery #gallery-col-2{
float:left;
width:630px;
text-align:center;
margin-right:20px;
}
#gallery #slideshow{
/* large image container */
height:427px;
width:630px;
overflow:hidden;
}
#gallery #slideshow img{
/* large image  */
border-width:2px;
border-color:#556270;
border-style:solid;
}
#gallery a{
text-decoration:none;
}
#gallery #thumbs{
/* thumb image container */
}
#gallery #thumbs ul{
/* thumb image list*/
list-style-type:none;
margin:0;
padding:0;
}
#gallery #thumbs ul li{
/* thumb image list item */
margin:0px 10px 10px 0px;
padding:0;
float:left;
text-align:center;
display:block;
height:92px;
width:92px;
}
#gallery #thumbs ul li a{
outline: 0;
}
#gallery #thumbs ul li a img{
/* thumb image link item */
display:block;
border-width:2px;
border-color:#556270;
border-style:solid;
margin:0 auto;
}
#gallery #thumbs ul li a:hover img{
/* thumb image link item on hover */
border-color:#F28202;
}
#gallery #thumbs ul li.selected a img{
/* selected thumb */
border-color:#008457;
}
#gallery .pagination{
display:block;
clear:both;
position:absolute;
bottom:23px;
left:20px;
width:880px;
}
#gallery .pagination a, #gallery .pagination span{
text-decoration:none;
padding:3px 6px 3px 6px;
margin-right:6px;
font-size:12px;
font-weight:bold;
}
#gallery .pagination a{
color:#556270;

text-decoration:none;
outline: 0;
}
#gallery .pagination a:hover{
color:#008457;

}
#gallery .pagination span{
color:#008457;

}
#gallery #caption{
font-size:10px;
color:#556270;
}

 
