﻿/* 
-----------------------------------------------------------------
*******   STYLE SHEET FOR HolidayRentalCentre WEB SITE    *******
*******   Created by Makemedia.com                        *******
*******   Author Robin Scott                              *******
-----------------------------------------------------------------

CONTENTS

	1. Defaults
	2. Structure
	3. Links and Navigation
	4. Fonts
	5. Images
	6. Forms
	7. Tables
	8. Misc Stuff
	9. Flash

-----------------------------------------------------
Notes:


-----------------------------------------------------
*/





/*-------------------------------------------------*/
/*-------------------1. Defaults-------------------*/
/*-------------------------------------------------*/

/* Zero all margins and padding */
/** {
	margin: 0px;
	padding: 0px;
}*/

/* Remove all image borders */
img {
	border: none;
}

/* set paragraph fonts */
p, p.small {
	margin: 10px 0px 0px 0px;
	font: verdana;
	color: #4a4a4a;
	font-size: 0.8em;
	line-height: 1.7em;
}

.homepagetext, p.mm, p.smallmm, .smallmm p {
	margin: 10px 0px 0px 0px;
	font: verdana;
	color: #4a4a4a;
	font-size: 0.8em;
	line-height: 1.7em;
}

p.smallmmUpdate {
	margin: 10px 0px 0px 0px;
	font: verdana;
	color: #4a4a4a;
	font-size: 0.8em;
	line-height: 1.7em;
	clear: both;
	text-align:right;
}

/* set link styles */
a {
	font: verdana;
	font-size: 1em;
	text-decoration: none;
	color: #0096db;
}

h1, h2, h3, h4 
{
	color: #008BCC;
}

/* hides heading text when graphic style is required. */
.hideText { 
	position:absolute;
	font-size: 1px; 
	text-indent: -5000px;
}

.clear {
	clear: both;
}




/*-------------------------------------------------*/
/*-------------------2. Structure------------------*/
/*-------------------------------------------------*/


/* wrapper for entire site */
#wrapper {
	display: block;
}

/* wrapper for header, extends accross entire page */
#headerWrapper {
	display: block;
	height: 115px;
	background-color: #e2ecff;
	text-align: center;
}

/* div that contains header background graphic incl drop shadows */
#headerWrapperInner {
	width: 970px;
	height: 115px;
	background: url('../images/backgroundTest/header_bg_inner.gif') bottom;
	background-color: #008cce;
	text-align: left;
	margin: 0px auto;
}

/* div that contains actual header content */
#headerWrapperInnerContent {
	/*bottom margin set to -15 to cure ie6 3px jog issue (there are 5 images in header 5*3=15px*/
	margin: 0px 13px -16px 13px;
}

/* Div that contains featured properties links at top right of header */
#featuredprop {
    float: right;
    /*display inline added to fix ie6 double margin bug*/
    display: inline;
    width: 393px;
    margin: 0px 16px 0px 0px;
}

/* div container for individual featured property links in header */
.featuredProperty {
	width: 280px;
	float: left;
	margin: 8px;
}

.featuredProperty2 {
	float: left;
	margin: 0 8px;
	width:160px;
	text-align:center;
}

.featuredPropertyImage {
	float: right;
	width:125px;
	font-size:x-small;
	text-align:right;
	margin-right:5px;
}

.featuredPropertyImage img {
	margin: 0 0 5px 5px;
	float: right;
}

.featuredProperty2 img {
	margin-left:auto;
	margin-right:auto;
}

/* container for the featured links legend text */
#featuredLegend {
	position: relative;
	top: -20px;
	left: 316px;
	width: 92px;
	height: 24px;
}

/* wrapper for bar beneath header, extends accross entire page */
#HeaderBar 
{
	margin: 0px;
	display: block;
	height: 37px;
	background-color: #e2ecff;
	text-align: center;
}

/* div that contains header bar background graphic incl drop shadows */
#HeaderBarInner 
{
	width: 970px;
	height: 37px;
	background: url('../images/backgroundTest/headerBar_bg_inner.gif') no-repeat top;
	background-color: #fece3d;
	text-align: left;
	margin: 0px auto 0px auto;
	_margin: 0px auto -13px auto;
}

/* div that contains actual header bar content */
#HeaderBarInnerContent {
	margin: 0px 13px 0px 13px;
}

/* div that contains the quicksearch function */
#quickSearch {
	float: left;
	width: 310px;
	padding: 8px 0px 0px 0px;
}

#topNav {
	margin: 2px 5px 0px 10px;
	display: inline;
	float: left;
	width:420px;
}

#topNav2 {
	margin: 2px 10px 0px 0px;
	display: inline;
	float: right;
	width: 185px;
}

/* wrapper for all content below header and header bar, extends accross entire page */
#ContentWrapper {
	display: block;
	/*height: 700px;*/
	background-color: #e2ecff;
	text-align: center;
}

/* div that contains content section background graphic incl drop shadows */
#ContentWrapperInner {
	width: 970px;
	/*height: 700px;*/
	background: url('../images/backgroundTest/contentWrapper_bg_inner.gif') top;
	background-color: #e2ecff;
	text-align: left;
	margin: 0px auto;
}

/* Div that contains drop shadow for below header bar */
#ContentWrapperInnerTop {
	width: 970px;
	height: 12px;
	background: url('../images/backgroundTest/contentWrapper_bg_innerTop.gif') no-repeat top;
	text-align: left;
	margin: 0px auto 0px auto;
}

/* div that contains actual site content below header and header bar content */
#ContentWrapperInnerContent {
	margin: 0px 15px 0px 15px;
}

/*div that houses all left hand vertical navigation*/
#leftcol {
	width: 194px;
	margin-left:20px;
}

#footerInner {
	clear: both;
	width: 970px;
	height: 65px;
	background: url('../images/backgroundTest/footer_bg.gif') no-repeat top;
	text-align: left;
	margin: 0px auto 0px auto;
}

/* div that contains actual site content in footer */
#footerInnerContent {
	margin: 0px 13px 0px 13px;
	padding: 8px 20px 0px 8px;
}

#headerWrapperInnerContent #bookmark {
	width: 173px;
	margin: 0 5px 0 0;
	float:left;
}

#breadcrumb {
	font-size:x-small;
	text-align:right;
	margin-bottom:5px;

}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

.holidayideas {
	border:1px solid #4d96c1;
	padding:5px;
	margin: 5px 0;
	float:left;
	width:100%;
}

.holidayideas img {
	margin:5px;
	float:left;
}

/* Homa page Structure Styles */

#sectionGolf {
	width: 371px;
	margin: 10px 0px 0px -3px;
}

.sectionGolfTop {
	width: 371px;
	height: 14px;
	/* fix for ie6 3px jog */
	_margin: 0px 0px -3px 0px;
	background: url('../images/backgroundTest/home_golf_top.jpg') no-repeat;
}

.sectionGolfMiddle {
	width: 371px;
	background: url('../images/backgroundTest/home_golf_bg.gif') repeat-y top left;
}

.sectionGolfMiddleInner {
	width: 361px;
	min-height: 118px;
	/* fix for ie6 which has no min-height support */
	_height: 118px;
	margin: 0px 0px 0px 5px;
	background: url('../images/backgroundTest/home_golf_bg_overlay.jpg') no-repeat bottom left;
	background-color: #fefefe;
}

.sectionGolfBottom {
	width: 371px;
	height: 14px;
	background: url('../images/backgroundTest/home_golf_bottom.jpg') no-repeat top left;
}

.sectionBeachBottom {
	width: 371px;
	height: 14px;
	background: url('../images/backgroundTest/home_beach_bottom.jpg') no-repeat top left;
}

.sectionBeachMiddleInner {
	width: 361px;
	min-height: 118px;
	/* fix for ie6 which has no min-height support */
	_height: 118px;
	margin: 0px 0px 0px 5px;
	background: url('../images/backgroundTest/home_beach_bg_overlay.jpg') no-repeat bottom left;
	background-color: #fefefe;
}

.sectionDisabledBottom {
	width: 371px;
	height: 14px;
	background: url('../images/backgroundTest/home_disabled_bottom.jpg') no-repeat top left;
}

.sectionDisabledMiddleInner {
	width: 361px;
	min-height: 118px;
	/* fix for ie6 which has no min-height support */
	_height: 118px;
	margin: 0px 0px 0px 5px;
	background: url('../images/backgroundTest/home_disabled_bg_overlay.jpg') no-repeat bottom left;
	background-color: #fefefe;
}

#sectionSki {
	width: 371px;
	margin: 10px 0px 0px -3px;
}

.sectionSkiTop {
	width: 371px;
	height: 14px;
	/* fix for ie6 3px jog */
	_margin: 0px 0px -3px 0px;
	background: url('../images/backgroundTest/home_ski_top.jpg') no-repeat;
}

.sectionSkiMiddle {
	width: 371px;
	background: url('../images/backgroundTest/home_ski_bg.gif') repeat-y top left;
}

.sectionSkiMiddleInner {
	width: 361px;
	min-height: 131px;
	/* fix for ie6 which has no min-height support */
	_height: 131px;
	margin: 0px 0px 0px 5px;
	background: url('../images/backgroundTest/home_ski_bg_overlay.jpg') no-repeat bottom left;
	background-color: #fefefe;
}

.sectionSkiBottom {
	width: 371px;
	height: 14px;
	background: url('../images/backgroundTest/home_ski_bottom.jpg') no-repeat top left;
}

#sectionDestination 
{
	margin: 0px -3px 0px 0px;
	float: left;
	width: 520px;
	height: 181px;
	background: url('../images/backgroundTest/home_search_bg.jpg') no-repeat top left;
}

.sectionDestinationTop {
	height: 75px;
}

.sectionDestinationMiddle {
}

.sectionDestinationBottom {
	width: 251px;
	height: 14px;
	background: url('../images/backgroundTest/home_destination_bottom.jpg') no-repeat top left;
}

#sectionFeatured
{
	margin: 10px -3px 10px 0px;
	float: left;
	width: 900px;
}

.sectionFeaturedMiddleInner {
	width: 900px;
	margin: 0px 0px 0px 5px;
	
}


.sectionFeaturedTop {
	height: 32px;
	background: url('../images/backgroundTest/box_full_top.jpg') no-repeat top left;

}

.sectionFeaturedMiddle {
	background: url('../images/backgroundTest/box_full_bg.gif') repeat-y top left;

}

.sectionFeaturedBottom {
	width: 900px;
	height: 14px;
	clear: both;
	background: url('../images/backgroundTest/box_full_bottom.gif') no-repeat top left;
}

#section775
{
	margin: 0px -3px 0px 0px;
	float: right;
	width: 775px;
}

.section775MiddleInner {
	width: 775px;
	min-height: 131px;
	/* fix for ie6 which has no min-height support */
	_height: 131px;
	margin: 0px 0px 0px 5px;
	
}

.section775Top {
	height: 32px;
	background: url('../images/backgroundTest/box_775_top.jpg') no-repeat top left;

}

.section775Middle {
	background: url('../images/backgroundTest/box_775_bg.gif') repeat-y top left;

}

.section775Bottom {
	width: 775px;
	height: 14px;
	clear: both;
	background: url('../images/backgroundTest/box_775_bottom.gif') no-repeat top left;
}

#section520
{
	margin: 0px -3px 0px 0px;
	float: right;
	width: 520px;
}

.section520MiddleInner {
	width: 520px;
	min-height: 131px;
	/* fix for ie6 which has no min-height support */
	_height: 131px;
	margin: 0px 0px 0px 5px;
	
}

.section520Top {
	height: 32px;
	background: url('../images/backgroundTest/box_520_top.jpg') no-repeat top left;

}

.section520Middle {
	background: url('../images/backgroundTest/box_520_bg.gif') repeat-y top left;

}

.section520Bottom {
	width: 520px;
	height: 14px;
	clear: both;
	background: url('../images/backgroundTest/box_520_bottom.gif') no-repeat top left;
}

.section440
{
	margin: 10px -3px 0px 0px;
	float: left;
	width: 440px;

}

.section440MiddleInner {
	min-height: 80px;
	/* fix for ie6 which has no min-height support */
	_height: 80px;
	margin: 0px 10px 0px 10px;
	
}

.section440Top {
	height: 32px;
	background: url('../images/backgroundTest/box_450_top.jpg') no-repeat top left;

}

.section440Middle {
background: url('../images/backgroundTest/box_450_bg.gif') repeat-y top left;	

}

.section440Bottom {
	width: 520px;
	height: 14px;
	clear: both;
	background: url('../images/backgroundTest/box_450_bottom.gif') no-repeat top left;
}

.sectionFeaturedTop h2,.section520Top h2,.section440Top h2,.section775Top h2 {	
	padding: 8px 0px 0px 16px;
	font: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#section520 UL, #section520 li

{
	MARGIN-TOP: 2px;
	PADDING-LEFT: 0px;
	FONT-SIZE: small;
	MARGIN-LEFT: 3px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none

}

#section520 a {
	text-decoration:underline;
}

.section440Top h2 a {
	color:#fff;
}

.thickBlueBorder 
{
	margin: 16px 0px 19px 0px;
	/* fix for ie6 bug */
	_margin: 16px 0px 7px 0px;
	height: 3px;
	width: 625px;
	background: url('../images/backgroundTest/blue_bar.gif') no-repeat top left;
}

#sectionAdvertise {
	margin: 14px 0px 0px -3px;
	width: 629px;
	height: 110px;
	background: url('../images/backgroundTest/home_advertise_bg.jpg') no-repeat top left;
}

#sectionAdvertiseMore 
{
	margin: 22px 16px 0px 0px;
	_margin: 36px 16px 0px 0px;
	float: right;
	display: inline;
}

.homeBox, .homeBoxPool, .homeBoxScuba, .homeBoxHorse, .homeBoxBeach, .homeBoxDisabled {
	float: left;
	margin: 8px 8px 0px 0px;
	width: 305px;
	height: 164px;
	border: solid 1px #b7b7b7;
	background: url('../images/backgroundTest/home_box_bg.gif') no-repeat top left;
	background-color: #e5e5e5;
}

.homeBoxPool {
	margin: 8px 0px 0px 0px;
}

.homeBoxScuba {
	background: url('../images/backgroundTest/home_scuba_bg.jpg') no-repeat top left;
}

.homeBoxHorse {
	margin: 8px 0px 0px 0px;
	background: url('../images/backgroundTest/home_horse_bg.jpg') no-repeat top left;
}

.homeBoxBeach {
	background: url('../images/backgroundTest/home_beach_bg.jpg') no-repeat top left;
}

.homeBoxDisabled {
	margin: 8px 0px 0px 0px;
	background: url('../images/backgroundTest/home_disabled_bg.jpg') no-repeat top left;
}

.homeBoxTitle {
	margin: 11px 0px 0px 10px;
	height: 18px;
	width: 290px;
}

.homeBoxTitleHorse, .homeBoxTitleDisabled {
	margin: 12px 0px 0px 12px;
	height: 18px;
	width: 290px;
}

.homeBoxTitleBeach {
	margin: 11px 0px 0px 11px;
	height: 18px;
	width: 290px;
}

.pixelDivide {
	margin: 12px 0px 12px 0px;
	height: 3px;
	width: 625px;
	border-top: solid 1px #bae3f5;
}

.usefulSearchesLeft, .usefulSearchesRight, .usefulSearchesHolidays {
	float: left;
    width: 305px;
    margin: 12px 10px 0px 0px;
}

.usefulSearchesHolidays {
	margin: 0px 10px 0px 0px;
}

.usefulSearchesRight {
    margin: 12px 0px 0px 0px;
}

.usefulSearchesBox {
	margin: 0px 0px 10px 0px;
	border: solid 1px #13a5e8;
	padding: 10px;
	background-color: #effaff;
}

.usefulSearchesBox h2 {
	color: #008bcc;
	font-size: 0.9em;
	margin: 0px 0px 8px 0px;
}

.usefulSearchesBox ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.usefulSearchesBox ul li {
	font-size: 0.8em;
}

.sectionDestinationTop h2 {	
	padding: 12px 0px 0px 26px;
	font: Verdana;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}

#ownerTestamonials 
{
	display: inline;
	width: 251px;
	float: right;
	margin: 12px -4px 0px 0px;
}

.ownerTestamonialsTop 
{
	width: 251px;
	height: 37px;
	background: url('../images/backgroundTest/testamonials_top.gif') no-repeat top left;
}

.ownerTestamonialsTop img 
{
	margin: 15px 0px 0px 21px;
}

.ownerTestamonialsPhoto
{
	width: 251px;
	height: 136px;
	background: url('../images/backgroundTest/testamonials_photo_bg.gif') no-repeat top left;
	text-align: center;
}

.ownerTestamonialsPhoto img 
{
	margin: 1px 0px 0px 0px;
	width: 241px;
	height: 132px;
	
}

.ownerTestamonialsText 
{
	width: 251px;
	background: url('../images/backgroundTest/testamonials_text_bg.gif') repeat-y top left;
}

.ownerTestamonialsText p
{
	margin: 0px;
	padding: 8px 20px 0px 20px;
	color: #008BCC;
	font-size: 0.8em;
	line-height: 1.7em;
}

.testamonialName 
{
	float: right;
	margin: 4px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: bold;
}

.ownerTestamonialsBottom
{
	width: 251px;
	height: 14px;
	background: url('../images/backgroundTest/testamonials_bottom.gif') no-repeat top left;
}

#advertiseProcess
{
	margin: 12px 0px 0px -3px;
	width: 630px;
	height: 163px;
	background: url('../images/backgroundTest/advertise_process_bg.jpg') no-repeat top left;
}

#advertiseBenefits 
{
	margin: 12px 0px 0px -3px;
	width: 630px;
}

.advertiseBenefitsTop 
{
	width: 630px;
	height: 38px;
	background: url('../images/backgroundTest/advertise_benefits_top.gif') no-repeat top left;
}

.advertiseBenefitsMiddleOuter 
{
	width: 630px;
	background: url('../images/backgroundTest/advertise_benefits_middle_outer.gif') repeat-y top left;
}

.advertiseBenefitsMiddleInner 
{
	margin: 0px 0px 0px 5px;
	padding: 23px 10px 10px 10px;
	width: 600px;
	background: url('../images/backgroundTest/advertise_benefits_middle_inner.gif') no-repeat top left;
	background-color: #F0F0F0;
}

.advertiseBenefitsBottom
{
	width: 630px;
	height: 14px;
	background: url('../images/backgroundTest/advertise_benefits_bottom.gif') no-repeat top left;
}

.advertiseBenefitsMiddleInner ul 
{
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: url('../images/backgroundTest/advertise_benefits_tick.gif');
}

.advertiseBenefitsMiddleInner ul li {
	margin: 10px 0px 0px 0px;
	font-size: 0.8em;
}

.countryOptionsBox {
	margin: 0px;
	padding: 0px 11px 0px 11px;
	width:45%;
	float:left;
}

.countryOptionsBox h2 {
	margin: 0px 0px 11px 0px;
	font-size: 0.8em;
}

.countryOptionsBox p {
	line-height: 1.7em;
}

.countryOptionsBox p a {
	font-size: 1em;
font-weight:bold;
}

.countryOptionsBox ul {

    MARGIN-TOP: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 0px;
    COLOR: #3399cc;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none
}

.countryOptionsBox LI
{
    MARGIN-TOP: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 0px;
    COLOR: #3399cc;
    LIST-STYLE-TYPE: none;
font-weight:bold;
}

.countryOptionsBox A
{
    COLOR: #3399cc;
    TEXT-DECORATION: none

}


.countryBoxLeft, .countryBox
{
	width: 281px;
	_height: 136px;
	min-height: 136px;
	float: left;
	border: 1px solid #ccc;
	background: url('../images/backgroundTest/countryInfoBoxes_bg.gif') top left no-repeat;
	background-color: #e5e5e5;
	padding: 8px 12px;
}

.countryBoxLeft h2, .countryBox h2 {
	margin: 0px;
}

.countryBoxLeft {
	margin: 0px 8px 0px 0px;
}

#holidayGuideImage {
	float: left;
	margin: 12px 10px 0px 0px;
}

#holidayGuideImage img {
	border: 1px solid #ccc;
}

#holidayFactsImage {
	float: left;
	margin: 12px 10px 0px 0px;
}

#holidayFactsImage img {
	border: 1px solid #ccc;
}

p.holidayGuide {
	font-size: 0.7em;
	line-height: 1.7em;
}

p.holidayFacts {
	font-size: 0.7em;
	line-height: 1.7em;
}

.countryMap {
	margin: 14px 0px 0px -4px;
}

.holidayTypesBox {
	margin: 8px 0px 0px 0px;
	_height: 132px;
	min-height: 132px;
	border: 1px solid #ccc;
	background: url('../images/backgroundTest/countryInfoBoxes_bg.gif') top left repeat-x;
	background-color: #e5e5e5;
	padding: 12px;
}

.countryInfoBoxes {
	margin: 15px 0px 0px 0px;
}

.countryPageRentalTitle 
{
	margin: 19px 0px 13px 0px;
	padding: 0px;
	border-top: 1px solid #bae3f5;
}

.countryPageRentalTitle img {
	padding: 12px 0px 0px 0px;
}

#newPropertiesTitle {
	margin: 21px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #bae3f5;
}

#newPropertiesTitle h2 {
	margin: 17px 0px 0px 0px;
	font-size: 0.8em;
}

.moreInfo h2, .moreInfo ul li a {
	font-size: 0.8em;
}

#newPropertiesContent p {
	font-size: 0.8em;
	line-height: 1.7em;
}

/*-------------------------------------------------*/
/*-------------3. Links and Navigation-------------*/
/*-------------------------------------------------*/

#leftcol h2, #leftcol h3 {
	margin: 0px;
	padding: 12px 0px 0px 16px;
	font: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}

#leftcol h2.quickLinksTitle {
	color: #3a3a3a;
}

#leftcol h3 {
	padding: 6px 0px 0px 16px;
	color: #0063e9;
	margin: 0px;
}

#leftcol ul {
	padding: 6px 0px 10px 12px;
	margin: 0px;
	list-style: none;
}

#leftcol ul li {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#leftnav a {
	padding: 0px;
	font: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #0063e9;
}

#leftnav a:hover {
	text-decoration: underline;
	padding: 0px;
	font: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #0063e9;
}

#leftcol a.quickLinks {
	color: #4a4a4a;
}

#leftcol h3.book {
	padding: 5px 0px 0px 16px;
}

#leftcol h3 a.bookmarkText {
	color: #0063e9;
	font-size: 1em;
}

#navBrowse {
	width: 173px;
	margin: 4px 0px 0px 15px;
}

#navQuicklinks, #navHolidayIdeas, #navTravelLinks {
	width: 173px;
	margin: 5px 0px 0px 15px;
}

.navTop {
	width: 173px;
	height: 37px;
	background: url('../images/backgroundTest/leftNav_top.gif') no-repeat top left;
}

.navQuickLinksTop {
	width: 173px;
	height: 37px;
	background: url('../images/backgroundTest/leftNav_Quicklinks_top.gif') no-repeat top left;
}

.navBrowseMiddle {
	width: 173px;
	height: 28px;
	background: url('../images/backgroundTest/leftNav_browse_countries.gif') no-repeat top left;
}

.navMiddle {
	width: 173px;
	background: url('../images/backgroundTest/leftNav_middle_outer.gif') repeat-y top left;
}

.navQuickLinksMiddle {
	width: 173px;
	background: url('../images/backgroundTest/leftNav_Quicklinks_middle_outer.gif') repeat-y top left;
}

.navMiddleInner {
	width: 165px;
	/*height: 117px;*/
	margin: 0px 0px 0px 4px;
	background: url('../images/backgroundTest/leftNav_middle_inner.gif') no-repeat top left;
	background-color: #daf3fe;
}

.navQuickLinksMiddleInner {
	width: 165px;
	/*height: 146px;*/
	margin: 0px 0px 0px 4px;
	background: url('../images/backgroundTest/leftNav_Quicklinks_middle_inner.gif') no-repeat top left;
	background-color: #e6e6e6;
}

.navBottom {
	width: 173px;
	height: 14px;
	background: url('../images/backgroundTest/leftNav_bottom.gif') no-repeat top left;
}

.navQuickLinksBottom {
	width: 173px;
	height: 14px;
	background: url('../images/backgroundTest/leftNav_Quicklinks_bottom.gif') no-repeat top left;
}

#topNav ul,#topNav2 ul {
	margin: 0px;
	padding: 0px;
}

#topNav ul li,#topNav2 ul li 
{
	float: right;
	display: block;
	width: 88px;
	height: 34px;
	background: url('../images/backgroundTest/topNav_button_middle_off.jpg') bottom;
	text-align: center;
}

#topNav ul li.left,#topNav2 ul li.left {
	width: 91px;
	background: url('../images/backgroundTest/topNav_button_left_off.jpg') bottom;
}

#topNav ul li.right,#topNav2 ul li.right {
	width: 90px;
	background: url('../images/backgroundTest/topNav_button_right_off.jpg') bottom;
}

#topNav ul li.long,#topNav2 ul li.long {
	width: 119px;
	background: url('../images/backgroundTest/topNav_button_long.jpg') bottom;
}

#topNav ul li a,#topNav2 ul li a {
	width: 88px;
	height: 22px;
	display: block;
	padding: 12px 0px 0px 0px;
	font-size: 1em;
	color: #fff;
}

#topNav ul li a.left,#topNav2 ul li a.left {
	width: 91px;
}

#topNav ul li a.right,#topNav2 ul li a.right {
	width: 90px;
}

#topNav ul li a.long,#topNav2 ul li a.long {
	width: 119px;
}

#footerInnerContent ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerInnerContent ul li {
	float: left;
	padding: 2px 8px 0px 8px;
}

#footerInnerContent ul li .pipe {
	
}

#footerInnerContent ul li a 
{
	font-size: 0.8em;
	color: #4a4a4a;
	padding-right:8px;
	border-right: solid 1px #4a4a4a;
}

#footerInnerContent p {
	float: right;
}

/*-------------------------------------------------*/
/*---------------------4. Fonts--------------------*/
/*-------------------------------------------------*/

/* font style for quicksearch label */
.searchLabel {
	font: verdana;
	font-size: 11px;
	color: #3c4d96;
}

#sectionGolf p {
	margin: 8px 11px 0px 146px;
}

#sectionSki p {
	margin: 4px 11px 0px 146px;
}

p.copyrightNotice {
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.7em;
}

#sectionAdvertise p {
	float: left;
	/* ie6 double margin bug */
	display: inline;
	margin: 4px 0px 0px 15px;
	width: 300px;
}

.homeBox p, .homeBoxPool p, .homeBoxScuba p, .homeBoxBeach p, .homeBoxDisabled p {
	width: 178px;
	float: right;
	margin: 8px 9px 0px 0px;
	display: inline;
}

.homeBoxHorse p {
	margin: 8px 0px 0px 12px;
	width: 196px;
}

.sectionDestinationMiddle p {
	margin: 0px;
	padding: 16px;
}



h2.advertisePropertySubtitle {
	font: verdana;
	color: #008BCC;
	margin:  12px 0px;
}

p.advertisePropertyIntro {
	width: 360px;
	font-size: 0.8em;
	line-height: 1.7em;
}

.advertiseH2 
{
	font-size: 0.8em;
	margin: 12px 0px;
}

.notebox2Home
{
	PADDING-RIGHT: 0px;
    /*BORDER-TOP: #d5d9db 1px solid;*/
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
	margin: 11px 0px 0px 0px;
	display: inline;
}

.home 
{ }

.coutryPageSrapline {
	margin: 3px 0px 0px 0px;
	font-size: 1.1em;
}
	

/*-------------------------------------------------*/
/*---------------------5. Images-------------------*/
/*-------------------------------------------------*/

/* style for the featured property images in the header */
#featuredprop img.propImage {
    width: 113px;
    height:86px;
    margin: 0px 0px 0px 5px;
}

/* style for the logo image in the header */
#headerWrapperInner img.headerLogo {
	margin: 0px 0px 0px -12px;
}

#sectionGolf img, #sectionSki img {
	margin: 0px 0px 0px 9px;
}

#sectionAdvertise img {
	margin: 15px 0px 0px 15px;
}

img.title {
/* ie6 only */
_margin: 0px 0px -3px 0px;
}

img.photo 
{
	/* ie6 double margin bug */
	display: inline;
	margin: 9px 0px 0px 9px;
	float: left;
	width: 93px;
	height: 102px;
	border: solid 1px #b7b7b7;
}

.advertiseProcessTitle {
	margin: 16px 0px 0px 18px;
}

.advertiseRegisterButton {
	position: relative;
	top: 96px;
	left: 286px;
}

.advertiseRegisterPlan {
	position: relative;
	top: 91px;
	left: 20px;
	font-size: 1.1em;
	font-weight: bold;
}


.advertiseBenefitsTop img
{
	margin: 16px 0px 0px 18px;
}

/*-------------------------------------------------*/
/*---------------------5. Forms--------------------*/
/*-------------------------------------------------*/

.quickSearchForm {
	
}

#Property_ID {
	width: 89px;
	height: 15px;
	background-color: #c9e5f2;
}

.searchButton {
	vertical-align: text-bottom;
}

.sectionDestinationMiddle form {
	margin: 0px;
	padding: 0px 16px 0px 25px;
}

#sectionDestination select {
	width: 250px;
}


