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

body{background-color:#FFFFFF; font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif; font-size:12px;}

#wrapper{
	background-color:#f4f4f4;
	width:983px; 
	margin:0px auto;
	border:#999999 thin solid;
	}

#head{
	background-color:#ffffff;
	background-repeat:no-repeat;
	height:80px;
	}
    
#nav{
	background-image:url(_img/nav.gif);
	background-color:#e8e8e8;
	background-repeat:no-repeat;
	height:41px;
	border-top:#999999 thin solid;
	}
	
	.mainNav {margin:0; padding:0; list-style:none; width:983px; display:block; height:40px;}
	.mainNav li {display:block; width:132px; float:left; padding:0; }
	.mainNav li a {
		display:block; 
		width:132px;
		height:32px;
		text-align:center; 
		color:#22b34c; 
		text-decoration:none;
		padding-top:12px;
		font-weight:bold;}	
	.mainNav li a:hover {color:#0b0b9b; }
	.mainNav li.last a{border-right:none; background:none;}
	.mainNav a.currentbluebar {color:#22b34c; background:#0b0b9b;}
	.mainNav li a.current {color:#0b0b9b;}

#photo{
	background-color:#e8e8e8;
	border:#999999 thin solid;
	height:310px;
	}	
	.home{
	background-image:url(_img/_mrf/bluepier.jpg);
	background-repeat:no-repeat;
	}
	.bella{
	background-image:url(_img/_mrf/orangepier.jpg);
	background-repeat:no-repeat;
	}
	.cyprus{
	background-image:url(_img/_mrf/surferpier.jpg);
	background-repeat:no-repeat;
	}
	.contact{
	background-image:url(_img/_mrf/morningsurf.jpg);
	background-repeat:no-repeat;
	}

#mainText{
	background-color:#f4f4f4;
	padding:10px;
	}
	
	.leftText{
	 display:block;
	 width:500px;
	 font-size:14px;
	 color:#22b34c;
	 float:left;
	 margin:0;
	 padding:0px;
	}
	.pictureRight{
	 width:330px;
	 float:right;
	 /*padding:10px;*/
	}
	.pictureLeft{
	 width:330px;
	 float:left;
	 /*padding:10px;*/
	}
	.leftText1{
	 display:block;
	 width:300px;
	 font-size:14px;
	 color:#22b34c;
	 float:left;
	 margin:0;
	 padding:0px;
	}
	.listHead{
	font-size:16px;
	color:#0b0b9b;
	text-transform:uppercase;
	}
	.rightText{display:block;
	 width:500px;
	 float:right; 
	}
	.calText{
	display:block;
	 width:500px;
	 background-color:#ffffff;
	 font-size:14px;
	 color:#22b34c;
	 border:#e8e8e8 thin solid;
	 float:right;
	 margin:0;
	 padding:0px;
	 height:176px;
	 overflow:auto;
	}
	.newsText{display:block;
	 width:500px;
	 background-color:#ffffff;
	 font-size:14px;
	 color:#22b34c;
	 border:#e8e8e8 thin solid;
	 float:right;
	  height: 194px;
	 overflow:auto;
	  margin-bottom:10px;
	 padding:0px;

	}

#foot{
	background-image:url(_img/foot1.gif);
	background-color:#e8e8e8;
	background-repeat:no-repeat;
	height:30px;
	border-top:#ffffff thin solid;
	color:#333333;
	text-align:center;
	font-size:10px;
	clear:both; 
	padding-top:5px;
	}
#subfoot{
	height:30px;
	color:#333333;
	text-align:right;
	font-size:10px;
	padding-top:5px;
	margin-left:800px;
	width:250px;
	}
.scwd a{
		color:#22b34c; 
		text-decoration:none;
		}
	
.title{
text-align:left;
text-indent:35px;
color: #3ab52d; 
}

ul{
list-style:none;
}
h1 { font-size: 20px; letter-spacing: -1px; color:#0b0b9b;}
h3{
font-size:16px;
color:#0b0b9b;
text-align:center;
}

.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 15px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
	
#contact_form input {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
	 border:#e8e8e8 thin solid;
}
	
#contact_form textarea {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
	 border:#e8e8e8 thin solid;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
}
	
#contact_form button { 
	clear: both;
	margin-left: 358px;
	background: #22b34c;
	color: #FFFFFF;
	border: solid thin #e8e8e8;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}

