/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(pageback.jpg);
	background-repeat: repeat-x;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3333em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-position: top;
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-image: url(wrapperback.jpg);
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 767px;
}
#outerWrapper #header {
	background-image: url(headerback.jpg);
	background-position: 0px top;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-repeat: no-repeat;
	background-color: #FF6600;
}
#outerWrapper #contentWrapper {
	background-image: url(startback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 40px 40px 50px 60px;
	font-size: 12px;
}
#outerWrapper #footer {
	background-image: url(footerback.jpg);
	padding: 18px 10px 0px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
	background-position: top;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.3em;
}
#outerWrapper #header h1 {
	font-size: 28px;
	color: #FFFFFF;
	margin-left: 145px;
	letter-spacing: 0.4em;
	padding-top: 38px;
}
#outerWrapper #header p {
	font-weight: normal;
	font-size: 18px;
	padding-left: 175px;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	margin: 14px 3px 3px;
	padding-top: 0px;
	letter-spacing: 0.33em;
}
#outerWrapper #Nav {
	background-image: url(navback.jpg);
	background-repeat: repeat-x;
	width: 738px;
	clear: both;
	margin-left: 16px;
	font-size: 14px;
	height: 29px;
	margin-top: 25px;
	background-color: #FF6600;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#outerWrapper #contentWrapper #content img {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}
#outerWrapper #contentWrapper #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
}
#outerWrapper #contentWrapper #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	color: #FF6A00;
	padding-bottom: 10px;
}
#outerWrapper #contentWrapper #content #logos img {
	border: 1px solid #EADAD5;
	float: none;
	margin-right: 20px;
	text-align: right;
}
#outerWrapper #contentWrapper #content #logos {
}
#outerWrapper #contentWrapper #content .rightfloat {
	float: right;
	width: 260px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 18px;
}
#outerWrapper #contentWrapper #content li {
}
#footerlinks a {
	font-weight: normal;
	color: #CCCCCC;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerlinks a:hover {
	text-decoration: underline;
}
#outerWrapper #header #Nav #p7PMnav #newhomes {
	width: 265px;
}
#outerWrapper #footer a {
	color: #FF6600;
	font-weight: normal;
}
#outerWrapper #footer a:visited {
	color: #FF6600;
	font-weight: normal;
}
#outerWrapper #footer a:hover {
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content .rightfloat p {
	padding-top: 0px;
	margin-top: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	margin-left: 20px;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 11px;
}
#footerlinks {
	margin: auto;
	width: 720px;
}
#outerWrapper #contentWrapper #content .rightfloat .highlight {
	border: 1px solid #FF6600;
	margin-left: 20px;
	margin-bottom: 12px;
	padding: 12px 5px;
	margin-top: 12px;
	background-image: url(harwoods/background.jpg);
}
#outerWrapper #contentWrapper #content .rightfloat .highlight img {
	padding: 0px;
}
#outerWrapper #contentWrapper #content .rightfloat .highlight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 8px;
}
#outerWrapper #contentWrapper #content .rightfloat .highlight p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content #harwoods ul {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content #harwoodinfo #harwoodinfotab3-body .tabContent .imgfloat {
	float: right;
	margin-left: 20px;
	margin-bottom: 8px;
	clear: right;
}
#outerWrapper #contentWrapper #content #harwoodinfo .tabContent li {
	margin-bottom: 1px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#outerWrapper #contentWrapper #content p {
	margin: 0px 0px 8px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content #harwoodinfo .tabContent ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content #harwoodinfo  .tabContent li {
	padding-bottom: 2px;
}
#outerWrapper #contentWrapper .address {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	margin-top: 20px;
	padding-left: 15px;
}
#outerWrapper #contentWrapper #content #harwoodinfo #harwoodinfotab2-body .tabContent td ul {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content #harwoodinfo #harwoodinfotab2-body .tabContent td li {
	list-style-type: none;
}
#outerWrapper #contentWrapper #content #harwoodinfo #harwoodinfotab2-body .tabContent td ul {
	margin: 0px;
	padding: 0px;
}#outerWrapper #contentWrapper #content #harwoodinfo #harwoodinfotab2-body .tabContent td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#outerWrapper #header #Nav #p7PMnav #newhomes {
}
#outerWrapper #contentWrapper #content .rightfloat .highlight a {
	color: #FF6600;
}#outerWrapper #contentWrapper #content .rightfloat .highlight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}
#outerWrapper #contentWrapper #content .red {
	color: #FF0000;
}
