/* CSS Document */

body {
	background-color:#b52b46;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container { 	
 	position:absolute;
 	height:670px; 
 	width:1002px;
 	margin:-335px 0px 0px -501px;
 	top: 50%; 
 	left: 50%;
 	padding: 0px;
 	background:url(images/containerD.gif) #b52b46 no-repeat bottom right;
}

#content {
	height:508px;
	width:938px;
	padding:16px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

#leftCol {
	width:189px;
	background-color:#fff;
	position:absolute;
	padding-left:11px;
	color:#b52b46;
}

#rightCol {
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	background:#000 url(images/ld-homes-homeImg.jpg) no-repeat;
}

#slide {
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	background:#e4e4e4 url(images/cornerL.gif) bottom right no-repeat;
	text-align: right; /*Added for safari*/
}

#slide>div{ /*Proper way to center a relative div -- Added for safari*/
	margin: 0 auto;
}

#contact {
	width:703px;
	height:488px;
	margin-left:215px;
	position:absolute;
	background:#e4e4e4 url(images/ld-homes-contactImg.gif) no-repeat bottom right;
	font-size:75%;
	padding: 20px 0 0 20px;
	color:#777779;
}

#contact strong {
	font-weight:bold;
	color:#b52b46;
}

#contact h2 {
	color:#b52b46;
}

#contact a:link, #contact a:visited { color: #b52b46; text-decoration:none;}
#contact a:hover, #contact a:active { color: #b52b46; text-decoration:underline;}

#homeContent {
	width:260px;
	height:478px;
	position:absolute;
	padding:15px;
	color:#fff;
	background:url(images/ld-homes-homeImgText.jpg) #000;
}

#homeContent p {
font-size:14px;
}


#homeContent h1 {
	font-size:250%;
}

#aboutContent {
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	color:#777779;
	background:url(images/ld-stamp.gif) no-repeat bottom right #e4e4e4;
}

#aboutLeft {
	width:390px;
	padding: 15px;
	font-size:75%;
	position:absolute;
}

#aboutLeft strong {
	font-weight:bold;
	color:#b52b46;
}

#aboutLeft li {
	margin-top:10px;
}

#aboutRight {
	width:230px;
	padding-left: 15px;
	font-size:75%;
	position:absolute;
	margin-left:430px;
	margin-top:30px;
	height:450px;
	border-left:#777779 solid 1px;
}

#aboutRight strong {
	font-weight:bold;
	color:#b52b46;
}

#aboutRight li {
	margin-top:10px;
}

#wookeyContent {
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	color:#777779;
	background: #e4e4e4;
}

#wookeyLeft {
	width:390px;
	padding: 15px;
	font-size:75%;
	position:absolute;
	height:478px;
	overflow:visible;
}

#wookeyLeft strong {
	font-weight:bold;
	color:#b52b46;
}

#wookeyLeft li {
	margin-top:10px;
}

#wookeyRight {
	width:230px;
	padding-left: 15px;
	font-size:75%;
	position:absolute;
	margin-left:430px;
	margin-top:30px;
	height:450px;
	border-left:#777779 solid 1px;
	outline:none;
}

#wookeyRight strong {
	font-weight:bold;
	color:#b52b46;
}

#wookeyRight li {
	margin-top:10px;
}
#wookeyRight img {
	margin-bottom:2px;
}


.grey {color:#777779;}

/*#aboutRight ul {
	margin-left:-10px;
}*/


#footer {
	height:126px;
	width:600px;
	margin-left:35px;
	background-color:#b52b46;
	color:#fff;
	font-size:70%;
}

#footer a:link, #footer a:visited { color: #fff; text-decoration:none;}
#footer a:hover, #footer a:active { color: #fff; text-decoration:underline;}

.imgPad {
	padding-top:10px;
	padding-right:20px;
	border:none;
}

#navlist
	{
	padding-left: 0;
	margin-left: 0;
	width: 176px;
	border-bottom: 1px solid #c9c9c9;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #c9c9c9;
}

#navlist li a:link, a:visited { 
	text-decoration: none;
	color:#777779;
}

#navlist li a:hover { 
	text-decoration: none;
	color:#b52b46;
	font-weight:bold;
}

#navlist li a#current { 
	color:#b52b46;
	font-weight:bold;
}

.source {
	font-size:.8em;
	color:#777779;
	padding-top:0;
}

blockquote {
	color:#777779;
	display: block;
	margin: 3px;
	width: 176px;
	font-size:75%;
}

/*blockquote:before {
	color: #c9c9c9;
	display: block;
	font-size: 400%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	width: 50px;
}

blockquote:after {
	color: #c9c9c9;
	display: block;
	font-size: 300%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 20px;
	margin-left: -20px;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -30px;   
	margin-left: 155px;
}
*/
.long {font-size:75%;}

.quotes1 { font: 1em/1.4em Arial, Helvetica, sans-serif}

.pause {color:#b52b46; font-size:80%; padding-top:15px;}

/* WOOKEY BUILDERS WINDOW
________________________________________________________*/


#wookey{
	width:860px;
	max-width:860px;
	font-size:1.2em;
}

#wookey a{
	border:0;
}

#wookey img {
	border:none;
}


#wookeyheader{
	padding:20px;
	border-bottom:1px solid #be3550;
}

#wookeymain {
	clear:both;
	padding:20px;
}

#wookeyfooter{
	height:75px;
	text-align:center;
	padding: 19px 0px;
	background:url(images/red-bg.gif) top repeat-x;
}




/* CLEARFIX & FLOATS
________________________________________________________*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


