body {
	background-image: url(images/darkback.jpg);
	margin:0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-align:center;
}

#wrapper {
margin:20px auto 0px auto;
text-align:left;
}

.body-links-lfd{
	line-height: 30px;
	padding-left: 50px;
}

.rightborder {
	background:url(images/borderright.gif) repeat-y left top;
}

.leftborder {
	background:url(images/borderleft.gif) repeat-y right top;
}

.leftcolumnback {
	background:url(images/leftcolbackground.jpg) repeat-y left;
}

#rightcolumn {
	background:url(images/rightcol_bottomback.gif) no-repeat bottom;
}

#footer {
width:700px;
margin:0px auto;
text-align:center;
color:#FAECDD;
}

#footer ul { list-style:none; margin:0px 0px; }
#footer li { display:inline;
padding:0px 10px; margin:0px 0px; }

#footer p { margin-bottom:5px; }
#footer a { color:#FAECDD; }

/* Headers */
h1 {
color:#93332F;
font:normal 28px Georgia, "Times New Roman", Times, serif;
margin:0px 55px;
background-repeat:no-repeat; text-indent:-9999px;
height:63px;
}

h1.builder 		{ background-image:url(images/hdr_builder.gif); height:44px; }
h1.community	{ background-image:url(images/hdr_community.gif); }
h1.contact 		{ background-image:url(images/hdr_contact.gif); height:40px; }
h1.covenants 	{ background-image:url(images/hdr_covenants.gif); height:42px; }
h1.developer 	{ background-image:url(images/hdr_developer.gif); }
h1.directions 	{ background-image:url(images/hdr_directions.gif); height:40px; }
h1.feature 		{ background-image:url(images/hdr_feature.gif); height:27px; }
h1.history 		{ background-image:url(images/hdr_history.gif); height:58px; }
h1.location		{ background-image:url(images/hdr_location.gif); height:32px; }
h1.land 		{ background-image:url(images/hdr_land.gif); height:31px; }
h1.media 		{ background-image:url(images/hdr_media.gif); height:38px; }
h1.sitemap 		{ background-image:url(images/hdr_sitemap.gif); height:35px; }
h1.unc 			{ background-image:url(images/hdr_tomorrows_hope.gif); height:62px; }
h1.historic 	{ background-image:url(images/hdr_historic_opportunity.gif); height:62px; }
h1.weddings 	{ background-image:url(images/hdr_weddings.gif); height:62px; }
h1.resources	{ background-image:url(images/hdr_resources.gif); height:38px; }
h1.vendors		{ background-image:url(images/hdr_vendors.gif); }

h2 {
color:#445426;
font:normal 22px Georgia, "Times New Roman", Times, serif;
padding:0px 110px;
}

hr {
margin:0px 110px;
}

/* Text properties --------------------------
--------------------------------------------*/

.bodyText {
	line-height:20px;
	padding:0px 110px;
}

.bodyImage {
	padding: 0px 85px;
}

.headers{
padding-left:55px;
margin:0px;
}

a {
	color:#93332F;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
.tabletext {
padding:0px 0px;
margin:0px 0px;
}	

.copyright a{
text-decoration: underline;
color:#FAECDD;
}

.copyright {
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
color:#FAECDD;
}
.copyright a:hover {
text-decoration:none;
}

.leftcollinks {
padding:0px 10px;
}

.leftcollinks a {
color:#93332f;
text-decoration:underline;
font-weight:bold;
}

.leftcollinks a:hover{
text-decoration:none;
color:#333333;
}

.warning {
	font-weight:bold;
	color:#93332F;
}


/* ------POP OUT WINDOW--------------
-------------------------------------*/
#pop {
background:url(images/bkgd_pop.png) no-repeat;
width:720px; height:690px;
text-align:center;
padding-top:110px;
}

#pop img { padding:20px 0 10px 0; }

.close {
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:right; padding-right:50px; }
.close a{
text-decoration: none;
color:#7B4203;
}
.close a:hover { color:#000; }

/* ------LIGHTBOX STYLE--------------
-------------------------------------*/


#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(images/lightbox_images/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(images/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox_images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 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;
	}
	
/* Specifics added by LFD */

#unc-gallery #wrapper{
	background: url(images/unc-photo-gallery-bkgd.gif) no-repeat;
	width:  699px;
	height: 441px;
	margin-top: 30px;
	padding-top: 200px;
}

#monoSlideshow-unc{
	margin-left:100px;
}