body{
	background-position:center;
	width:900px;
	margin:auto;
	background-image:  url(images/field.gif);
	font: 12px Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #FF6600;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	color: #2B8CB9;
	font-size: 14px;
	padding-bottom: 5px;
}

h2{
	color: #91B13E;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

h3{
	color: #6F8D22;
	font-size: 16px;
	font-weight: bold;
}

h4{
 color: #6F8D22;
 font-size: 12px;
 font-weight: bold;
}

h5{
 color: #334D55;
 font-size: 12px;
}

/* h6 used for room titles on Availability tab */
h6{
	color: #334D55;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 7px;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 7px;
	margin-bottom: 7px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	color: #333333;
	line-height: normal;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-top-width: 0px;
	background: #FFFFFF url("images/bg_balearics_900.gif") no-repeat;
	position: absolute;
	width: 900px;
}

#sidebar{
	margin: 0;
	width: 100px;
	position: absolute;
	top: 116px;
}

#topnavbar {
	height: 26px;
	width: 784px;
	position: absolute;
	top: 115px;
	left: 110px;
}

#content{
	position: relative;
	left: 100px;
	min-height: 990px; /*(Depends on sidebar height)*/
	/* IE6 hack*/
	height: auto !important;
	height: 990px;
	/*End hack*/
	width: 770px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 15px;
	margin-top: 116px;
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	position: absolute;
	width: inherit;
	bottom: 10px;
}

.sitemap a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	position: absolute;
	top: 95px;
	text-decoration: underline;
	left: 820px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************** .feature styles ***************/

.feature{
	padding: 10px 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

.feature img{
	margin-top: 5px;
	margin-bottom: 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .regtab styles *****************/
/*This is the style that sets up the hotel table on the regional pages*/

.regtab{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 13px;
}

/************** Other text styles ***************/

.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
}

.italic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	font-style: italic;
}

.smallcap {
	font-size: 9px;
	text-transform: uppercase;
}

.verdana{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
}

.verdanab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	font-weight: bold;
}

.verdanaitalic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-style: italic;
}
	table.hList{
	border-collapse:collapse;
}

	table.hList tr{
	font-family: Arial, Helvetica, sans-serif;
	border-top:solid 1px #63BDE0;
	border-bottom:solid 1px #63BDE0;
}
	.hListHotel {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
	padding-left: 5px;
}
	.hListPlace {
	font-size: 12px;
	padding: 5px;
}
	.hListRooms {
	font-size: 12px;
	text-align: center;
	padding: 0px;
}
	.hListDesc {
	font-size: 12px;
	text-align: center;
	padding: 0px 5px;
	font-style: italic;
}
.hListEur {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.img {border:none}



/*********** #sidebarNav styles ***********/

			.sidenav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:       url("images/downbtn.gif");
	background-repeat: no-repeat;
	/*white-space: nowrap;*/  /*taken out to suit IE8, doesn't seem to cause any other problem*/
	display: block;
	width: 100px;
	height: 20px;
	font-style: normal;
	top: 3px;
			}
			.sidenavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	text-align: center;
	padding-left: 3px;
}
			.sidenav a {
	font-size: 11px;
	width: 100px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
			}
			.sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
			}
			.sidenav a:hover {
	color: #FFFFFF;
	text-decoration: none;
			}
			.sidenav img {
	width: 100px;
	height: 20px;
	border: 0;
			}
			
			* html a:hover {visibility:visible}
			
			.sidenav a:hover img{visibility:hidden}

			.sidenav span {
	position: absolute;
	top: 4px;
	left: 1px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 100px;
	height: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
			}

#casestudyContainer img{
display:none;
position:absolute;
z-index:1;
}

/*********** #topbarNav styles ***********/

.topnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:     url("images/downtab.gif");
	background-repeat: no-repeat;
	/*white-space: nowrap;*/  /*taken out to suit IE8, doesn't seem to cause any other problem*/
	width: 111px;
	height: 26px;
	float: left; 
}
.topnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 111px;
	height: 26px;
	float: left;
	text-decoration: none;
	font-weight:normal
			}
.topnav img {width: 111px; height: 26px; border: 0; }
* html a:hover {visibility:visible}
.topnav a:hover img{visibility:hidden}

.topnav span {
	position: relative;
	float: left;
	top: -24px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 111px;
	height: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	}

.topnav a:hover span {
	top: -17px;
}

/***********************************************/
/*Flyover Divs    */
/***********************************************/

.flyoverstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 3px;
	visibility: hidden;
	border:1px solid #666666;
	font:normal 9px Verdana;
	color: #666666;
	z-index: 100;
	background-color: #EEEEEE;
	width: 200px;
}

.flyovertitle{
	font:bold 10px Verdana;
	text-decoration: underline;
}
