body {
	margin: 0px;
	background-color: #58503e;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
}

#container {
	margin: 0px auto;
	width: 770px;
}

#header {
	background-image: url('img/stgeorgeresorts1.jpg');
	width: 100%;
	height: 168px;
	margin-top: 45px;
}

#navigation {
	height: 40px;
	background-color: #fff;
}

#mini-nav {
	width: 340px;
	border: 1px solid #e39024;
	background-color: #f4dbbd;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: .5em;
}

#mini-nav a:link {
	color: #34312b;
}

#mini-nav a:visited {
	color: #34312b;
}

#mini-nav a:hover {
	color: #90826f;
}

#mini-nav a:active {
	color: #90826f;
}

#content {
	background-color: #fff;
	padding: 7px;
}

#content h2 {
	margin-top: 0px;
}

#content img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #33302b;
}

#content img.noborder {
	border: 0px;
}

#contactus-left {
	width: 380px;
	float: left;
	font-size: 12px;
}

#contactus-right {
	width: 350px;
	height: 300px;
	float: none;
}

#content-footer {
	background-image: url('img/footer.gif'); 
	width: 100%; 
	height: 13px;
	float: none;
}

#footer {
	margin-top: 15px;
	text-align: center;
	color: #fff;
	float: none;
}

#footer a:link, a:visited {
	color: #ba7f22;
}

#footer a:hover {
	text-decoration: none;
	color: #dbd3c9;
}

/**********************************
* Contact Us Form                 *
***********************************
*
* Provided by www.alistapart.com
*/

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  margin-left: 3px;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/*--------------*/

form.cmxform {
	width: 370px;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #dad1c5;
	background: url('img/cmxform-fieldset.gif') left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url('img/cmxform-divider.gif') left bottom repeat-x;
	}

/**********************************
* Navigation Bar                  *
***********************************
*
* Provided by www.exploding-boy.com
*/
    #tabs2 {
      float: left;
      width: 100%;
      font-size: 93%;
      line-height: normal;
	  border-bottom: 1px solid #84776B;
      }
      
    #tabs2 ul {
	  margin: 0;
	  padding: 10px 10px 0 42px;
	  list-style: none;
      }
      
    #tabs2 li {
      display: inline;
      margin: 0;
      padding: 0;
      }
      
    #tabs2 a {
      float: left;
      background: url("img/tableft2.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration: none;
      }
      
    #tabs2 a span {
      float: left;
      display: block;
      background: url("img/tabright2.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      color: #f6810e;
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {
    	float: none;
    }
    /* End IE5-Mac hack */
    
    #tabs2 a:hover span {
      color: #74675B;
      }
      
    #tabs2 a:hover {
      background-position: 0% -42px;
      }
      
    #tabs2 a:hover span {
      background-position: 100% -42px;
      }

/**********************************
* Light Box CSS                   *
***********************************
*
* Provided by www.huddletogether.com/projects/lightbox2/
*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: normal; /* was 1.4em */
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}