/************************************************************************ 
http://palmettowoodshome.com
************************************************************************/


/************************************************************************ 
CSS Reset via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/************************************************************************ 
Global
************************************************************************/
body{
	line-height: 1.5em;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #392d1d;
	text-align: center;
	background:#392d1d url(../images/parchment.jpg) center top	repeat-y;
}

#wrap{
	width:920px;
	margin: 0 auto;
	position:relative;
	text-align: left:
}

#header{
	width:878px;
	height: 416px;
	background-image: url(../images/header.jpg);
	margin:0 auto;
	display: block;
}

.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

#header h3{
	line-height: 1.3em;
	float:right;
	text-align: right;
	margin: 15px;
}

#header h3 a{
color:black;}

#header h3 a span{font-size: .7em;}

a{color:red; text-decoration: none;}
a:hover{color:red; text-decoration: underline;}

#content{
	text-align: left;
}

#content h1{
	font-size: 1.5em;
	padding:20px 0 0 35px;
}

#content p{
	margin-left:35px;
	padding: 15px 0 5px 0;
	font-size: .9em;
}

#content ul{margin: 5px 0 35px 15px;float:left;font-size: .9em;}

#content ul.left{margin: 5px 0 5px 45px;float:left;}

#content ul li{list-style:circle;margin-left:15px;}

#lower1{width:900px;height:250px;clear:both;}

#contact{padding-left: 15px;}

#jill{float:left;margin-left:50px;}

strong{font-weight: 800;}

#footer{width: 920px;height:200px;margin: 25px 0 0 0;padding: 0;background:transparent url(../images/footer.jpg) 10px bottom no-repeat;position:relative;}

#footer a#lbox{ position: absolute;top: 30px; left: 160px;width: 150px; height: 100px;text-indent: -5000px;}

#footer p{ position:absolute; bottom:5px;right:35px;text-align: right;font-size: .6em;line-height:.9em;}
/************************************************************************ 
Floorplan and image Links
************************************************************************/

#floorplan{
	width: 487px;
	height: 464px;
	display: block;
	float: right;
	background: #392d1d url(../images/layout.jpg) 0 0 no-repeat;
	margin: 0 40px;
	position:relative;
	text-indent: -5000px;
}

#floorplan a{
	width: 20px;
	height: 20px;
	display: block;
	margin: 5px;
}
#patio{
	position:absolute;
	top:70px;
	right: 3px;
}

#grill{
	position:absolute;
	top:88px;
	right: 65px;
}

#pool{
	position:absolute;
	top:138px;
	left: 25px;
}

#master{
	position:absolute;
	top:247px;
	left: 83px;
}
		
#masterBath{
	position:absolute;
	top:225px;
	left: 95px;

}	
		
#Bedroom2{
	position:absolute;
	top:287px;
	left: 77px;
}		
		
#bath2{
	position:absolute;
	top:235px;
	left: 169px;
}		
		
#livingroom{
	position:absolute;
	top:363px;
	left: 220px;
}

#livingroom2{
	position:absolute;
	top:270px;
	left: 205px;
}

#kitchen{
	position:absolute;
	top:258px;
	left: 220px;
}
#outside{
	position:absolute;
	top:420px;
	left: 50px;
}


