/* Plantation Inn */ 
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	} 
 
html { 
	font: normal 12px Verdana, Tahoma, Arial, sans-serif;
 	color: #000; }
	
	
/* LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: #2c9022;
	padding-bottom: 1px;
	border-bottom:1px dotted #75B835;}
	
a:hover, a:active, a:focus {
	text-decoration: none;	
	color: #993300;
	border-bottom: 1px dotted #993300;
	outline:none;}
	
/* TYPOGRAPHY 
h1 {
	font: bold 16px Tahoma, Georgia, Verdana;
	color:#62A91E;
	margin: 0;
	font-variant: small-caps; }
	
h2 {
	font: bold 11px  Verdana, Georgia, Tahoma;
	color:#593107;
	font-variant: small-caps;
	margin: 0;}
	
h3 {
	font: bold 14px  Verdana, Georgia, Tahoma;
	color:#448709;
	text-transform: uppercase;
	margin: 3px 0;}
	
h4 {
	font: bold 13px  Verdana, Georgia, Tahoma;
	color:#448709;
	text-transform: uppercase;
	margin: 3px 0;} */
 
 
/* STRUCTURE */
#pagewidth{ 
 width:1000px; 
 text-align:center;  
 margin:0 auto; } 
 
#pagewidth p, #footer p {
	margin: 0;
	padding: 7px 0;
	line-height: 1.4;}

#wrapper {
 width:1000px; 
 margin: 0 auto; 
 background:transparent;
 float: left;} 
 
#flash {
 width:1000px; 
 display:block;
 height: 243px;
 margin: 0 auto; 
 margin-top: 1px;
 background:url(../img/header_flash.gif) no-repeat;}
 
#flashcontent {
	z-index: 0;
	position: relative;	
}
	
	
/* HEADER */ 
#header{
 position:relative; 
 margin:0 auto;
 height:87px; 
 background-color:#FFF; 
 width:960px;
 font-size: 10px;
 color: #eab885;} 
	
#header p.topnav {
	text-align: right;
	padding-right: 20px;}
	 
p.topnav a {
	margin: 0 5px;
	color: #993300;
	border-bottom: none;}
	
p.topnav a:hover, p.topnav a:active {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;}
	
#header p.slogan {
	text-align: right;
	padding-right: 20px;
	margin-top: 20px;
	display: block;}
	
#header div.logo {
	display: inline;
	float: left;}
	
#header div.logo a, #header div.logo a:hover {
	border: none;}
 
 
/* MAIN COLUMN 
#maincol {
 background: url(../img/body_80.jpg) no-repeat;
 float: left; 
 position: relative; 
 width:1000px; 
 min-height: 230px;
 height: 100%;
 margin: 0;
 text-align: center;}
 
#maincol .maincol {
	width: 900px;	
	text-align: justify;
	margin: 0 auto;
	padding: 30px 0;
	margin-bottom: 50px;}
	
#maincol .welcome {
	padding-bottom: 40px;}
	
#maincol h1 {
	padding-bottom: 20px;
	padding-right: 0px;
	text-align: right;}
	
#maincol div.paralelist {
	float: left;
	width: 900px;}
	
#maincol div.paralelist span {
	display: inline;
	float: left;
	margin: 0 20px 0 0;} */ 
	
	
/* Main navigation */ 
#maincol #nav {
	width: 850px;
	height: 36px;
	margin: 0 auto;
	padding-left: 40px;
	text-align: center;}
	
#maincol #nav ul {
	list-style: none;
	list-style-image: none;
	height: 38px;
	margin: 0 auto;}
	
#maincol #nav li {
	list-style: none;
	list-style-image: none;
	float: left;
	height: 32px;
	line-height: 32px;
	background: url(../img/menu_line.jpg) no-repeat 0 5px;
	margin: 1px 0 0 0;}
	
#maincol  #nav li b.last {
	background: url(../img/menu_line.jpg) no-repeat right;
	height: 32px;
	line-height: 32px;
	float: left;}
	
#maincol #nav li b.last a {
	height: 36px;
	line-height: 32px;
	margin:0;}
	
#maincol #nav a {
	font: bold 11px Verdana;
	color: #006600; 
	color: #004F00;
	text-transform: uppercase;
	border-bottom: none;	}
	
#maincol #nav a {	
	padding: 0 20px;
	margin-right: 1px;}
	
#maincol #nav li a:hover, #maincol #nav li b.last a:hover {
	background: url(../img/hover_bg.jpg) repeat-x;
	float: left;
	height: 36px;
	line-height: 32px;
	margin: 1px 0px 0 1px;
	color: #fff;}
	
#maincol #nav a:hover {
	background: url(../img/hover_arr.gif) no-repeat;
	height: 36px;
	text-align: center;}
	
#maincol #nav li.selected a, #maincol #nav li.selected b.last a {
	background: #448709 url(../img/hover_arr.gif) no-repeat bottom;
	float: left;
	height: 36px;
	line-height: 32px;
	margin: 1px 0px 0 1px;
	color: #fff;}
	
#maincol #nav li.selected b.last a {
	margin: 1px 0 0 1px;}
	
	
/* framed images */
#frame_fixed {
	background: url(../img/frame.gif) no-repeat;
	float: left;
	width: 300px;
	height: 240px;
	margin:2px;
   text-align:center;}

#frame_fixed img  {
  display:inline;
  margin:5px;
  margin-left: -5px;
  border:1px solid #ccc; }
  
#frame_fixed a:hover img  {
  border:1px solid #0000ff; }
  
div.desc  {
  text-align:center;
  font:normal 10px Verdana;
  color: #666;
  width:300px;
  margin:1px 0 3px 0;}
  
/* NOframed images */
#maincol .frame {
	background: white;
	border:1px solid #ccc; 
	float: left;
	width: auto;
	height:auto;
	margin: 0 20px 10px 0;
  text-align:center;}

.frame img {
  display:inline;
  margin:5px;
  border:1px dotted #ccc; }
   
.frame a:hover img, 
#gallery .frame a:hover img  {
  border:1px solid #61BF0B; }
  
.frame div.desc {
	width: auto;
	padding: 2px 0 5px 0;}
	
#frame_fixed.left {
	margin-right: 30px;
	margin-bottom:5px;
	float: left;}
	
.frame.right, #frame_fixed.right {
	margin-left: 20px;
	margin-bottom:5px;
	float: right;}
	
.frame span.th {
	margin: 0 5px;}
	
	
/* Gallery */
#gallery {
	float: right;
	padding-top: 10px;
	padding-bottom: 40px;}
	
#gallery .frame {
	height: 110px;
	width: 160px;
	margin: 7px; 
	text-align: center;}
	
#gallery .frame a, .menu .frame a {
	border: none;}
	
#gallery .frame img {
  display:inline;
  margin:4px 5px 5px 4px;
  border:1px dotted #ccc; }
	
	

/* Leftcol */
#leftcol {
	float:left;
	width: 260px;
	height: 100%;
	display:inline;
	/*border: 1px solid blue;*/}
	
#left_col {
	float:left;
	width: 240px;
	height: 100%;
	display:inline;
	/*border: 1px solid blue;*/}
	
#left_col h2 {
	background: url(../img/arrow_blue3.gif) left center no-repeat;
	padding-left: 15px;
	line-height: 1.7;}
	
#left_col h2.activ {
	color: #593107;}
	
	
/* Rightcol */
#rightcol {
	float:right;
	width:610px;
	height: 100%;
	display:inline;
	text-align: left;
	border: 1px dotted #ccc;}
	
#right_col {
	float:right;
	width:640px;
	height: 100%;
	display:inline;
	text-align: left;}
	
.testimonial {
	padding: 10px 0;}
	
	
/* MENUS*/	
#right_col .menu {
	display: block;
	clear: both;}
	
#right_col .menu .frame img {
	margin: 3px;}
		
table.menucont {
	font-size: 11px;
	float: left;
	width:640px;
	display: block;
	margin-bottom: 30px;
	border-top:1px solid #ccc;}
	
	
/* FORM */
#rightcol table, #rightcol tr, #rightcol td {
	margin: 0;
	padding: 0;}
	
#rightcol table.contactform {
	float: left; 
	margin: 20px;}
	
table.contactform input {
	width: 260px;
	height: 18px;
	margin: 3px 0 6px 0;
	border: 1px solid #79CA2B;}
	
table.contactform input.radio {
	width: auto;
	border: none;
	margin-right: 20px;}
	
table.contactform input.formBtn {
	width: auto;
	height: auto;
	background: #B3E77F;
	color:#264F00;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 20px;
	margin-right: 10px;}
	
table.contactform input.formBtn:hover {
	background: #62A91E;
	border:1px solid #346804;
	color:#fff;}
	

 
/* FOOTER 
#footer {
 height:200px; 
 width: 970px;
 margin: 0 auto; 
 background-color:#F8F8F8; 
 clear:both;} 
 
#footer ul.ftr {
	float: left;
	width: 970px;
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 11px;
	color: #666;}
	
#footer li {
	float: left;
	text-align: left;
	margin-right: 5px;	
	padding-bottom: 60px;}
	
#footer li.wide {
	border-top: 5px solid #b3e77f; 
	background: #F8F8F8 right url(../img/pixel_line.jpg) repeat-y;
	width: 410px;
	padding-left: 30px;
	padding-top: 20px;}
	
#footer li.narrow {
	width: 240px;	
	padding-left: 15px;
	padding-top: 30px;
	background: #F8F8F8;}
	
#footer li.color_one {
	border-top:5px solid #79ca2b;
	background: #F8F8F8 right url(../img/pixel_line.jpg) repeat-y;}
	
#footer li.color_two  {
	border-top:5px solid #62a91e;
	padding-right: 5px;} */ 
	
/* others */
.left {
	float: left;}
.right {
	float: right;
	clear: right;}

ul, ol {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	list-style: none outside url(../img/arrow_blue3.gif);}
ol {
	list-style: decimal outside;}
	
li {
	line-height: 1.5;
	padding-left: 0px;}
	
ol li {
	margin: 10px 0;}

#maincol ul b {margin-right: 20px;}
			
ul.indx {
	margin: 0;
	padding: 0;
	margin-left: 350px;	
	list-style: none outside url(../img/arrow_blue3.gif);}
span.more {
	font-size: 10px;
	font-weight: bold;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden; }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

