/* MySanibelBeachCondo - 20-jul-06 */
/* Palette
	lt blue - #ace
	dk blue - #71A5C0
	brown -  #a85
*/

* {margin: 0; padding: 0;}
body {
	font: 76%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	background: #f6f6f6 url(../img/bg-body-1b.gif) repeat;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	position: relative;
	width: 750px;
	text-align: left;
	background: #fff url(../img/palm-frond-2c.gif) no-repeat left bottom;
	border: 2px solid #ace;
	margin: 0 auto 20px;
}
#photos #wrapper {
	background: #fff;
}
#header {
	height: 155px;
	background: url(../img/header-2c.gif) no-repeat;
}
#header h1 {
	text-indent: -9999px;
	height: 0;
}
/* ------------- Navigation ------------ */
ul#nav {
	position: absolute; top: 170px; left: 60px;
	width: 140px;
	list-style: none;
	background: #F8F3ED url(../img/bg-nav-path-1a.xgif) no-repeat right bottom;
	border: 4px solid #fff;
}
ul#nav li{
	border-bottom: 1px solid #F8F3ED;
	border-bottom: 1px solid #fff;
}
ul#nav li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #5185a0;
	background: #F8F3ED url(../img/bg-nav-link-1b.xjpg) repeat-y right top;
	background: #F8F3ED;
	border-left: 2px solid #e8e3dD;
	padding: 5px 20px;
}
ul#nav li a:hover,
ul#nav li a:focus{
	background: #def url(../img/bg-nav-hov-2b.xgif) no-repeat right center;
}
/* ------------- Nav current page ------------ */
#home #nav li a#nav-home {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}
#attract #nav li a#nav-attract {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}
#contact #nav li a#nav-contact {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}
#descr #nav li a#nav-descr {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}
#photos #nav li a#nav-gallery {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}
#rent #nav li a#nav-rent {background: #FDFBFA url(../img/bg-nav-cur-2b.jpg) no-repeat right center;}

/* ------------- Nav Footer (photo page) ------------ */
ul#nav-footer {
	text-align: center;
	list-style: none;
	background: #F8F3ED url(../ximg/bg-nav-3a.gif) no-repeat right bottom;
	margin: 0 60px 60px; 
	padding: 5px 10px;
}
ul#nav-footer li {
	display: inline;
}
ul#nav-footer li a{
	font-weight: bold;
	text-decoration: none;
	color: #5185a0;
	padding: 7px 10px;
}
ul#nav-footer li a:hover,
ul#nav-footer li a:focus{
	background: #CEE6F2 url(../ximg/bg-nav-hov-3b.gif) no-repeat center bottom;
	background: #def;
}
#photos #nav-footer li a#nav-gallery {background: #FDFBFA;} /* current page */

/* ------------- Body image and content ------------ */
#xwrapper img {
	border: 1px solid #ddd;
	border-color: #ddd #bbb #bbb #ddd;
	margin: 15px 75px 15px 260px; padding: 5px;
}
#content {
	margin: 20px 60px 20px 260px; padding: 0 0 40px;
}
#sendmail #content {
	padding: 0 0 240px;
}
#content h2 {
	font-size: 1.5em;
	color: #79a;
	margin: 0 0 1em;
}
#content h3 {
	font-size: 1.2em;
	color: #689;
	border-top: 2px solid #def;
	margin: 2em 0 .5em; padding: 3px 0 0;
}
#content p {
	color: #666;
	margin: 0 0 1em;
}
#content li {
	margin: 0em 2em;
	list-style: url(../img/bullet-1e.gif);
}
#content a{
	color: #71A5C0;
}
#content a:visited{
	color: #9bd;
}
#content strong{
	color: #777;
}
#content img{
	margin: 15px 0 0;
}
#content table{
	background: #f6f9ff;
	border: 1px solid #def;
	margin: 0 30px 1em;
}
#content table caption{
	font-weight: bold;
}
#content table th,
#content table td{
	padding: 2px 10px;
}
#content table th.amt,
#content table td.amt{
	text-align: right;
}
#content p.credit{
	text-align: right;
	margin-top: 3em; padding: 5px 5px;
}
#content p.credit a{
	text-decoration: none;
	color: #ccc;
}
#content p.credit a:hover{
	color: #71A5C0;
}
.preload{
	display: none;
}
