@charset "utf-8";
html {
	background-color: #636466;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	margin: 0px;
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.link1 A:link {text-decoration: none; color: #1c3558;}
.link1 A:visited {text-decoration: none; color: #1c3558;}
.link1 A:active {text-decoration: none; color: #1c3558;}
.link1 A:hover {text-decoration: underline; color: #1c3558;}

.link2 A:link {text-decoration: none; color: #fff;}
.link2 A:visited {text-decoration: none; color: #fff;}
.link2 A:active {text-decoration: none; color: #fff;}
.link2 A:hover {text-decoration: underline; color: #fff;}

a img {
	border: none;
}

#content {
	width: 809px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: right;
	width: 777px;
	height: 95px;
	margin-right:auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	color: #7b7d95;
	font-family: "Times New Roman", Times, serif;
	padding-right: 32px;
	padding-top: 35px;
	font-weight: bold;
}

.phoneNumber {
	color: #fff;
	font-size: 19px;
}

#nav {
}

ul#nav {
	position: relative;
	height: 48px;
	width: 809px;
	margin: 0px;
	background-image: url(images/navBar.jpg);
	background-repeat: no-repeat;
}
	
ul#nav li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
		
ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0;
	height: 48px;
}

ul#nav li#nav-about a 				{ left: 0; width: 103px; background:   url("images/navBar.jpg") no-repeat; }
ul#nav li#nav-location a 			{ left: 103px; width: 114px; background:   url("images/navBar.jpg") -103px 0 no-repeat; }
ul#nav li#nav-sitePlan a 			{ left: 217px; width: 114px; background:   url("images/navBar.jpg") -217px 0 no-repeat; }
ul#nav li#nav-floorPlans a 			{ left: 331px; width: 135px; background:   url("images/navBar.jpg") -331px 0 no-repeat; }
ul#nav li#nav-tour a 				{ left: 466px; width: 75px; background:   url("images/navBar.jpg") -466px 0 no-repeat; }
ul#nav li#nav-contact a 			{ left: 541px; width: 108px; background:   url("images/navBar.jpg") -541px 0 no-repeat; }
ul#nav li#nav-eagleHomes a 			{ left: 649px; width: 161px; background:   url("images/navBar.jpg") -649px 0 no-repeat; }
		
ul#nav li#nav-about a:hover  		{ background-position: -0px -48px; }
ul#nav li#nav-location a:hover 		{ background-position: -103px -48px; }
ul#nav li#nav-sitePlan a:hover	  	{ background-position: -217px -48px; }
ul#nav li#nav-floorPlans a:hover	{ background-position: -331px -48px; }
ul#nav li#nav-tour a:hover 			{ background-position: -466px -48px; }
ul#nav li#nav-contact a:hover 		{ background-position: -541px -48px; }
ul#nav li#nav-eagleHomes a:hover 	{ background-position: -649px -48px; }

ul#nav li#nav-about a.active  		{ background-position: -0px -48px; }
ul#nav li#nav-location a.active 	{ background-position: -103px -48px; }
ul#nav li#nav-sitePlan a.active		{ background-position: -217px -48px; }
ul#nav li#nav-floorPlans a.active 	{ background-position: -331px -48px; }
ul#nav li#nav-tour a.active			{ background-position: -466px -48px; }
ul#nav li#nav-contact a.active		{ background-position: -541px -48px; }
ul#nav li#nav-eagleHomes a.active	{ background-position: -649px -48px; }

#contentBG {
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	height: 640px;
	width: 809px;
	margin-right: 50px;
}

#mainContent {
	background-image: url(images/textBG.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 210px;
	clear: none;
	float: left;
	padding-left: 65px;
	padding-right: 25px;
	padding-top: 30px;
	font-size: 11px;
	line-height: 17px;
}

#right {
	width: 509px;
	clear: none;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

