body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #7DC347;
}

/****************************** Links */

a:link {
	color: #447F17;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #447F17;
}

a:visited {
	color: #7DC347;
	text-decoration: none;
	font-weight: bold;
}

a.noline {
	text-decoration: none;
}

.single {
	margin-bottom: 10px; 
	margin-top: 0px; 
 }
 
p {
	line-spacing: 115%;
}

li {
	line-spacing: 75%;
}

/****************************** Header with logo */

#header {
	width: 930px;
	margin: 0px auto 0px;
	padding:0px;
	text-align:left;
}

#header_text {
	text-align:right;
	color:#FFFFFF;
	padding-right: 8px;
	padding-top: 5px;
	height: 30px;
}

#header_text a{
	color:#FFFFFF;
	font-weight:normal;
}


#logo {
	width: 230px;
	float:left;
}

#leftcol{
	width: 230px;
	float: right;
	clear: right;
}

#leftcol_search{
	margin-top: -3px;
	width: 230px;
}

/****************************** Home page slideshow */

#SlideShow {
	border-right: 2px solid #FFF;
}

/****************************** Content container */

#pagewidth {
	width: 930px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-image:url(../images/bg-header-bluedk.gif);
	background-repeat:no-repeat;
	background-position: 0 0px;
}

#inner {

}

#content {
	margin-right: 5px;
	width: 693px;
	float: left; 
}

.page_content {
	padding: 20px 20px 0 20px;
}

h1 {
	color: #447F17;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	color: #447F17;
	font-size: 16px;
}

h3 {
	color: #0396D6;
	font-size: 14px;
}

.text_red {
	color: red;
}

.text_italic {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
	color: gray;
}

.larger {
	font-size: 120%;
}

/****************************** Availability search form */

#search {
	border: 1px solid #447F17;
	}

#searchform {
	margin: 0;
	color: #FFF;
	font-size: 11px;
	width: 220px;
	padding-left: 5px;
	padding-right: 4px;
	background-color:#7DC347;

}

#search_top{
	height: 40px;
	background-image:url(../images/search-h1.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding: 0;
	background-color:#7DC347;
	msrgin: 0;
}

#search_top h1 {
	color: #447F17;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 0 10px;
}

#searchform a {color: #FFF;}

#searchform fieldset {
	padding: 2px;
}

#searchform strong {
	font-size: 13px;
}

#searchform td {
	padding: 4px 0;
}

#searchform input, #searchform select {
	border: 1px solid #CED2DB;
	font-size: 12px;
}

#searchform input.search_button {
	border: 0;
}

#searchform img.mxw_cld {
	cursor: pointer;
}

/****************************** Advanced search form */

#adv_searchform {
	margin: 0;
	padding: 0;
}

#adv_searchform fieldset {
	padding: 6px;
	margin: 5px 0;
}

#adv_searchform legend {
	font-weight: bold;
	color: #6D8CF8;
}

#adv_searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 22px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

.varcat_table {
	width: 100%;
}

.varcat_table td {
	padding: 5px;
	width: 50%;
}

/****************************** Search results */

.results_table {
	border-collapse: collapse;
	background-color:#F3FBFC;
	border: 1px solid #9DB1BA;
}

.results_table tr.off {
	background: #F3FBFC;
}

.results_table tr.on {
	background: #FFF;
}

.results_table td {
	padding: 4px;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 120%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 100px;
	height: 34px;
	background-image:url(../images/btn-view-details.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #447F17;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.results_table_button {
	color: #7DC347;
}

/****************************** Property details page */

.property_detail_overview {
	background-color: #F3F8E6;
	border-collapse: collapse;
}

.property_detail_overview td {
	padding: 3px;
	font-size: 90%;
	background-color: #F3F8E6;
}


.intro ul {
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.intro ul li {
	background-image: url(../images/bullet_ball_blue.png);
	background-repeat: no-repeat;
	padding: 0px 0 1px 17px;
	background-position: 0 5px;
	list-style: none;
}


/****************************** Property tabs */

.image_float {
	width: 350px;
	margin: 0 5px 5px 5px;
	height: 220px;
	float: left;
}

#property_details {
	text-align:left;
	padding:.3em;
	background-color: #FFDF62;
}

#property_details h1 {
	color: #0396D6;
	font-size: 130%;
	margin: 0 0 4px;
	padding: 0 0 0 3px;
	font-weight: normal;
}

#property_details_top{
	height: 22px;
	width: 784px;
	background-image:url(../images/bg-details-top.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#property_details_bottom{
	height: 22px;
	width: 784px;
	background-image:url(../images/bg-details-bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

.tab_table {
	padding-left: 10px;
	margin-bottom: -3px;
}

.tab_hover {
	color: #000;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_over.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab {
	color: #FFF;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.tab a {
	color: #FFF;
}

.tab_bottom a {
	color: #FFF;
}

.tab_table_bottom {
	padding-left: 10px;
	margin-top: -3px;
}

.tab_hover_bottom {
	color: #000;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_over_bottom.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab_bottom {
	color: #FFF;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_bottom.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.data_tab {
	text-align:left;
	padding:.3em;
}

.colbox {
	float: left;
	margin: 1%;
	padding: 0.25em;
	background-color: #FFFFFF;
}

.colbox img {
	display: block;
}

.col_img {
	border: none;
	margin-top: 3px;
	margin-left: 4px;
}

/****************************** Property prices */

.price_table {
	background-color: #FFF;
}

.price_table th {
	background-color: #D6D4D5;
	font-weight: normal;
	padding: 4px;
}

.price_table td {
	background-color: #F0F0F0;
	padding: 4px;
}

/****************************** List of page numbers */

.pagenumbers {
	padding: 0.5em 0;
	text-align: center;
}

.pagenumbers strong {
	color: red;
}

/****************************** Currency conversion form */

#currencyform {
	margin: 0;
	padding: 0;
}

/****************************** Car hire table */

.carhire_table {
	border-collapse: collapse;
}

.carhire_table th {
	border: 1px solid silver;
	padding: 4px;
}

.carhire_table td {
	border: 1px solid silver;
	padding: 4px;
}

/****************************** Variable links */

.variable_links {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/****************************** Buttons to link to the relevant contact forms */

.contact_button_link:link, .contact_button_link:visited {
	padding: 6px;
	border: 1px solid #6D8CF8;
	display: block;
	width: 175px;
}

.contact_button_link:hover {
	background-color: #FFFF99;
}

/****************************** Footer */

#footer {
	color: #447F17;
	font-size: 11px;
	clear: both;
	text-align:center;
}

#footer a {
	color: #447F17;
}

/****************************** Email subscription form */

#subscribe_form {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-subscribe_form-small.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 188px;
	border: 1px solid #DDDEE2;
	font-size: 12px;
}

#subscribe_form th {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0 3px;
}

#subscribe_form td {
	padding: 2px;
}

#subscribe_form input {
	font-size: 10px;
}

/****************************** News scroller */

.news_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.news_table th {
	background-color: #BFCFFF;
	height: 20px;
	padding-left: 5px;
}

.news_table th a{
	color: #686868;
}

.news_table td {
	font-size:11px;
}

/****************************** Testimonials tab */

.testimonial_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.testimonial_table th {
	background-color: #DDDEE2;
	padding: 5px;
}

.testimonial_table td {
	padding: 5px;
}

/************************************** AJAX loading */

#loading_main {
	text-align: center;
}

#loading_main img {
	display: block;
	margin: 6px 0;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#FFF;
	width:150px;
	height:150px;
	z-index: 9002;
	text-align: center;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
}

/************************************** Search variable at the top of search results page */
.var_table {
	background-color: #D8D8D1;
	border: 1px solid gray;
}

.var_table td {
	font-size: 10px;
	padding: 3px;
}

/* Interactive Map */

#map {
	width: 690px;
	height: 290px;
	background-image:url(../images/map.jpg);
	background-repeat:no-repeat;
	padding-top: 3px;
}

.map {
	float: right;
	width: 342px;
	height: 322px;
}

.mapAu {
	background:transparent url(../images/map-main.png) no-repeat scroll;
	padding: 0;
	width: 342px;
	height: 322px;
	position:relative;
}

.mapAu span {
	background: transparent none repeat scroll 0 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.mapAu a {
display:block;
}
.mapAu a span {
display:none;
}
.mapAuWA {
	height:190px;
	left:1px;
	top:30px;
	width:114px;
}
.mapAuNT {
height:131px;
left:116px;
top:-1px;
width:70px;
}
.mapAuQU {
height:155px;
left:188px;
top:2px;
width:120px;
}
.mapAuSA {
height:101px;
left:116px;
top:131px;
width:94px;
}
.mapAuNSW {
height:72px;
left:210px;
top:155px;
width:90px;
}
.mapAuVIC {
height:46px;
left:210px;
top:195px;
width:58px;
}
.mapAuTAS {
height:30px;
left:231px;
top:250px;
width:35px;
}
.mapAuACT {
height:15px;
left:241px;
top:200px;
width:75px;
}
.mapAuWA a {
height:190px;
}
.mapAuNT a {
height:131px;
}
.mapAuQU a {
height:155px;
}
.mapAuSA a {
height:101px;
}
.mapAuNSW a {
height:72px;
}
.mapAuVIC a {
height:46px;
}
.mapAuTAS a {
height:30px;
}
.mapAuACT a {
height:30px;
}
.mapAuWA a:hover, .mapAuNT a:hover, .mapAuQU a:hover, .mapAuSA a:hover, .mapAuNSW a:hover, .mapAuVIC a:hover, .mapAuTAS a:hover, .mapAuACT a:hover, .mapAuWA a.selected, .mapAuNT a.selected, .mapAuQUu a.selected, .mapAuSA a.selected, .mapAuNSW a.selected, .mapAuVIC a.selected, .mapAuTAS a.selected, .mapAuACT a.selected {
background:transparent url(../images/map-1.png) no-repeat scroll 0 0;
}
.mapAuWA a:hover, .mapAuWA a.selected {
background-position:-2px -321px;
}
.mapAuNT a:hover, .mapAuNT a.selected {
background-position:-116px -583px;
}
.mapAuQU a:hover, .mapAuQU a.selected {
background-position:-189px -889px;
}
.mapAuSA a:hover, .mapAuSA a.selected {
background-position:-116px -1307px;
}
.mapAuNSW a:hover, .mapAuNSW a.selected {
background-position:-210px -1602px;
}
.mapAuVIC a:hover, .mapAuVIC a.selected {
background-position:-210px -1940px;
}
.mapAuTAS a:hover, .mapAuTAS a.selected {
background-position:-232px -2273px;
}
.mapAuACT a:hover, .mapAuACT a.selected {
background-color: #999999;
}

/****************************** Map search */

.map h1{
	color: #0077C0;
	padding: 8px 0 0 10px;
}

.map_text {
	padding: 50px 5px 5px 20px;
	font-size: 14px;
}

/****************************** Featured villas */

.featured_prop {
	width: 342px;
	background-color:#E6F1FA;
	margin-bottom: 4px;
	border: 1px solid #A7B8D5;
	color: #0077C0;
}

.featured_prop_top{
	background-image:url(../images/services-h1.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 54px;
}

.featured_prop_top h1{
	color: #447F17;
	padding: 8px 0 0 10px;
}

.featured_prop a:link, .featured a:visited {
	text-decoration: none;
	color: #447F17;
	font-weight: normal;
}

.featured_prop a:hover {
	text-decoration: underline;
	color: #447F17;
}

/****************************** Guest services */

.guest_prop {
	width: 342px;
	background-color:#E6F1FA;
	margin-bottom: 4px;
	border: 1px solid #A7B8D5;
	color: #447F17;
}

.guest_prop_spacing {
	padding: 2px 5px 5px 5px;
}

.guest_prop_top{
	background-image:url(../images/services-h1.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 54px;
}

.guest_prop_top h1{
	color: #447F17;
	padding: 8px 0 0 10px;
}

.guest_prop a:link, .featured a:visited {
	text-decoration: none;
	color: #447F17;
	font-weight: normal;
}

.guest_prop a:hover {
	text-decoration: underline;
	color: #447F17;
}


/****************************** Featured beaches */

.beaches {
	width: 342px;
	background-color:#ECF4FB;
	margin-bottom: 4px;
	border: 1px solid #B4E192;
	color: #447F17;
}

.beaches_top{
	background-image:url(../images/beaches-h1.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 54px;
}

.beaches_top h1{
	color: #447F17;
	padding: 8px 0 0 10px;
}

#beach {
	height: 101px;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 9px;
}

#beach img {
	padding-right: 5px;
}

.var_table {
	background-color:#E7F6F9;
}

label {
	font-size: 11px;
}

/****************************** Activities */

#activity {
	border: 1px solid #CCCCCC;
	background-color: #F5F9FC;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
