/* CSS Document for ActionRentalsBarbados */

body{
	background-color: #FFFFFF;
	background-image:url(../images/backgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	color: #669966;
}

a:hover{
	color: #0099FF;
}

.center_container{
	position:absolute;
	left:50%;
	width:760px;
	margin-left:-380px; 
	background-color: #FFFFFF;
}

.outer_container{
	text-align: center;
	border: #F3F8DB 1px solid;
	width: 760px;
}

.header_container{
	background-color: #F3F8DB;
	background-image: url(../images/backgrnd_header.jpg);
	text-align: center;
}

.generaltext_container{
	width: 250px;
	text-align: left;
	float: left;
	margin: 5px 5px 5px 5px;
}

.maintext_container{
	width: 480px;
	text-align: left;	
	margin: 5px 5px 5px 5px;
	float: right;
}


.section_tab{
	background-color: #F1F7D4;
	color: #99CC66;
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	padding: 3px 3px 3px 3px;
}

.section_text{
	background-color: #FFFFEA;
	font-size: 9px;	
	width: 195px;
	border: #F1F7D4 1px solid;
	padding: 5px 	
}

.footer{
	background-image: url(../images/backgrnd_footer.jpg);
	color: #99CC66;
	font-weight: bold;
	text-align: right;
	margin: 3px 2px 3px 0px;	
	clear: both;
}

/* property boxes */

/* goodwyn */
.goodwyn_container{
	border: #D9EEF2 1px solid;
	width: 450px;
	background-image:url(../images/backgrnd_goodwyn.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

.goodwyn_header{
	color: #66B9CC;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

.goodwyn_body{
	margin: 5px;
}

.goodwyn_body a{
	color: #66B9CC;
	font-weight: bold;
}

/* mystic rose */
.mysticrose_container{
	border: #F3D8DD 1px solid;
	width: 450px;
	background-image:url(../images/backgrnd_mysticrose.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

.mysticrose_header{
	color: #DB8A98;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

.mysticrose_body{
	margin: 5px;
}

.mysticrose_body a{
	color: #DB8A98;
	font-weight: bold;
}

/* lemon arbour */
.lemonarbour_container{
	border: #E5F2D9 1px solid;
	width: 450px;
	background-image:url(../images/backgrnd_lemonarbour.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

.lemonarbour_header{
	color: #7D8940;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

.lemonarbour_body{
	margin: 5px;
}

.lemonarbour_body a{
	color: #7D8940;
	font-weight: bold;
}

/* Pleasant Hall */
.pleasanthall_container{
	border: #FFB584 1px solid;
	width: 450px;
	background-image:url(../images/backgrnd_pleasanthall.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

.pleasanthall_header{
	color:#FF8A3C;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

.pleasanthall_body{
	margin: 5px;
}

.pleasanthall_body a{
	color: #FFB584;
	font-weight: bold;
}

/* request container */
.request_container{
	border: #BBAAE1 1px solid;
	width: 450px;
	background-image:url(../images/backgrnd_request.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}

.request_header{
	color: #7E5FC6;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

.request_body{
	margin: 5px;
}


.formbg{
background:#FFFFEA;
border: #294B74 solid 1px;
}

.text form{
	background:#F1F7D4;
	font-size:10px;
	color:#294B74;
	padding:3px 3px 3px 3px;
	font-weight:bold;
	}
	
	.text form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:#336666 solid 1px;
	}