@charset "utf-8";
/*****************************************
COLORS:
  Navy:    215290
  Blue:    2864b0
  Lt Lime: c4e680
  Dk Lime: b8e163

TABLE OF CONTENTS // ++ // ++ ///
 02.0     STATIC CONTENT
 02.0 a   ERIC MEYER CSS RESET
 02.0 b   LAYOUT
 02.0 c   NAVIGATION
 02.0 d   FARHNER IMAGE REPLACEMENT (fir)
 02.0 e   TYPOGRAPHY
 02.0 f   CALL-TO-ACTION BUTTONS
--
 02.1 a   OUR HOMES > Photo Gallery (Landing Page)
 02.1 b   OUR HOMES > Videos (Stories)
 02.1 c   OUR HOMES > Energy Star (Savings Calculator)
 02.1 d   OUR HOMES > Features
--
 02.2 a   ABOUT CLAYTON > Interactive Timeline (Landing Page)
 02.2 b   ABOUT CLAYTON > Giving Back
 02.2 c   ABOUT CLAYTON > Careers
 02.2 d   ABOUT CLAYTON > FAQ
 02.2 e   ABOUT CLAYTON > Our Brands
 02.2 f   ABOUT CLAYTON > Partners + Affliates
--
 02.3 a | TESTIMONIALS
********************************************/

h1 {
	margin-left: 0px;
	margin-top: 16px;
}

a {
	text-decoration: underline;
	color:#2763b0;
	cursor:pointer;
	outline-style: none;
}

strong { font-weight: bold; }

:focus { outline: 0; }

#column-one {
  	width: 844px;
  	left: 10px;
	top: -10px;
}

#column-one h3, #column-two h3 {
  color: #565656;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.034em;
  line-height: 160%;
  border-bottom: 1px solid #c7c7c7;
}
.top-headline {
  clear: both;
  color: #2864b0;
  border: none;
}

#breadcrumbCntr{
    width: 640px;
    height: 40px;
}

#reqMoreBttn{
    width: 225px;
    height: 40px;
}

.strongColor {
	color: #444444;
}

/** 02.3 a | TESTIMONIALS ***/
#testimonials-page, #column-one, {
  width: 800px;
  margin-top: 20px;
}

div.story-with-photo {
  display: block;
  float: right;
  width: 680px;
  min-height: 70px;
}

img.story-with-photo {
  float: left;
  border: 0px solid #ccc;/*** ADD 1px BACK TO BORDER WHEN VIDEOS ARE HERE ***/
  width: 92px;
  margin: 30px 0 0 0;
}

#testimonials-page, #column-one p strong {
  color: #b8e163;
}

.sub_pages_info_news{ width:844px;}
.style1 H3{ width:844px;}
