/* CSS Document */

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

#container { 	
 	height:634px; 
 	width:1002px;
 	/*margin:-353px 0px 0px -501px;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
 	/*top: 50%; 
 	left: 50%;*/
 	padding: 0px;
}

#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/homeImg.jpg) no-repeat;
}

#slide {
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	background:#000;
	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:270px;
	height:478px;
	position:absolute;
	padding:15px;
	color:#fff;
	background:url(images/homeImg.jpg) #000;
}

#homeContent p {
	font-size:75%;
}

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

h1{
margin-top:0px;
}

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

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

#blankcontent{
	width:723px;
	height:508px;
	margin-left:215px;
	position:absolute;
	color:#fff;
	background:#777779;


}


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

#imagesContent {
	width:720px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	padding-top:22px;
	position:absolute;
	
}


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


.images {
	padding:5px;
	margin:10px;
	background-color:#FFFFFF;
	


}




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

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

#text {
	width:693px;
	padding: 15px;
	font-size:75%;
	position:absolute;
	height:478px;
	overflow-y:auto;
}

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

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

#aboutRight {
	width:330px;
	padding-left: 15px;
	font-size:75%;
	position:absolute;
	margin-left:340px;
	margin-top:60px;
	height:400px;
	border-left:#fff solid 1px;
}

.grey {color:#777779;}

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

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

#footer {
	height:90px;
	width:1002px;
	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;}

a.mail:link, a.mail:visited { color: #fff; text-decoration:none;}
a.mail:hover, a.mail: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;
}



.current{ 
	text-decoration: none;
	color:#b52b46;
	font-weight:bold;
}

.current :link{ 
	text-decoration: none;
	color:#b52b46;
	font-weight:bold;
}

.current :visited{ 
	text-decoration: none;
	color:#b52b46;
	font-weight:bold;
}


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

.source {
	font-size:70%;
	color:#777779;
	padding-top:-10px;
}

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

#img a:link{
color:#ffffff;
}


.caps {
	color:#b52b46;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}





/*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:"Times New Roman", Times, serif; size:120%}

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

.imgfloat {float:right; margin-right:50px;}

.arrowFloat { float:right;}
