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

/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	font-family:tahoma, geneva, verdana, arial, sans;
	font-size:0.688em;
	color:#000;
	background:#FFFFFF url(images/background.jpg) repeat-x top left;
}

#wrapper{
	width:831px;
	margin:0 auto;
}

#content-wrap{
	width:756px;
	float:right;
}

#content{
	width:540px;
	float: left;
	line-height:1.5em;
	margin-top:20px;
}

#sidebar{
	width:201px;
	float:right;
}

#reservations-box{
	width:161px;
	height:227px;
	padding:20px;
	background:url(images/bg-reservation-box.png) top left no-repeat;	
}

#footer{
	clear:both;
	/*background:url(images/bg_footer.png) top left no-repeat;*/
	padding:50px 25px 30px 75px;
}

a:link, a:visited{
	 color:#40626d;;
	 text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* ****************************************** */

#navigation{
	margin-left:50px;
}
#navigation li {
  float:left;
  margin:0 5px;
  padding:0 0 0 14px;
  }
  
  
#navigation a {
  display:block;
  padding:9px 14px 9px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#40626d;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
  color:#000;
  }
  
/* ***** */
#pgHome #btnHome{
	 background:url(images/nav-left.gif) no-repeat left top;
}
#pgHome #btnHome a{
	 background:url(images/nav-right.gif) no-repeat right top;
}

/* ***** */

#pgProperty #btnProperty{
	 background:url(images/nav-left.gif) no-repeat left top;
}
#pgProperty #btnProperty a{
	 background:url(images/nav-right.gif) no-repeat right top;
}

/* ***** */

#pgActivities #btnActivities{
	 background:url(images/nav-left.gif) no-repeat left top;
}
#pgActivities #btnActivities a{
	 background:url(images/nav-right.gif) no-repeat right top;
}

/* ***** */

#pgAbout #btnAbout{
	 background:url(images/nav-left.gif) no-repeat left top;
}
#pgAbout #btnAbout a{
	 background:url(images/nav-right.gif) no-repeat right top;
}

/* ***** */

#pgContact #btnContact{
	 background:url(images/nav-left.gif) no-repeat left top;
}
#pgContact #btnContact a{
	 background:url(images/nav-right.gif) no-repeat right top;
}


/* ****************************************** */

h1{
	color:#0f3944;
	font-size:2em;
	font-weight:normal;
	padding-bottom:.5em;
	clear:both;
}

h2{
	color:#0f3944;
	font-size:1.5em;
	font-weight:normal;
	padding-bottom:.5em;
	padding-top:1em;
	clear:both;
}

p{
	padding-bottom:1em;
}

img, div{
	behavior: url(/inc/iepngfix.htc);
}

#content li{
	list-style-image:url(images/li.gif);
	list-style-position:outside;
	margin-left:1.5em;
}

/* ****************************************** */
#features-col1{
	float:left;
	width:250px;
}

#features-col2{
	float:left;
	width:250px;
}


.thumnail{
	width:104px;
	float:left;
	margin-top:.5em;
}

.thumnail-middle{
	width:104px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.prop-list-thum{
	float:left;
	padding:0 1em 1em 0;
}