body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helectiva, sans-serif;
  background: #e6e4e3 url(../images/page-background.jpg) repeat-x;
  color: #454e58;
  font-size: 11pt;
}

.clear {
	clear: both;
}

.notice {
	color: #006600;
	background: #d9efbe url(../images/message_icons/check.gif) left center no-repeat;
}

.message {
	color: #666666;
	background: #FFFFCC url(../images/message_icons/warning_icon.gif) left center no-repeat;
}

.error {
	color: #FFFFFF;
	border: 2px solid #962512;
	background: #d0422b url(../images/message_icons/error-icon.gif) left center no-repeat;
	font-weight: bold;
}

.notice, .message, .error {
	background-position: 10px 10px;
	line-height: 24px;
	padding: 5px 10px 5px 35px;
	margin-bottom: 5px;
}

#Breadcrumbs {
	border-bottom: 1px solid #e3dcd6;
	margin: -15px 0 10px 0;
	padding-bottom: 5px;
}

#Breadcrumbs, #Breadcrumbs a {
	color: #a19991;
	font-size: 11px;
}

#page-wrapper {
  width: 914px;
  margin: auto; text-align: left;
}

.hideText {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}


/* Header */

#header-area {
  height: 86px;
}

#logo a{
  display: inline;
  float: left;
  width: 270px;
  height: 80px;
  margin: 0 0 0 30px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}


/* Navigation */

#top-navigation-area {
  padding: 0 0 0 0;
  height: 33px;
  margin: 0;
  background: url(../images/top-navigation-background.jpg);
}

#top-navigation {
  margin: 0 0 0 0px;  padding: 0;
}

#top-navigation li {
  float: left;
  display: block;
}

#top-navigation li a {
  display: block;
  text-decoration: none;
  height: 33px;
  outline-style: none;
}

#top-navigation-space {
  width: 6px;
}

#top-navigation-communities a{
  width: 121px;
  background: url(../images/home-top-navigation.jpg) -6px 0;
}
#top-navigation-communities a:hover {
  background-position: -6px -33px;
}
#top-navigation-communities a.active {
  background-position: -6px -66px;
}


#top-navigation-home-designs a{
  width: 122px;
  background: url(../images/home-top-navigation.jpg) -127px 0;
}
#top-navigation-home-designs a:hover {
  background-position: -127px -33px;
}
#top-navigation-home-designs a.active {
  background-position: -127px -66px;
}

#top-navigation-about-perry-homes a{
  width: 160px;
  background: url(../images/home-top-navigation.jpg) -249px 0;
}
#top-navigation-about-perry-homes a:hover {
  background-position: -249px -33px;
}
#top-navigation-about-perry-homes a.active {
  background-position: -249px -66px;
}

#top-navigation-contact-us a{
  width: 104px;
  background: url(../images/home-top-navigation.jpg) -409px 0;
}
#top-navigation-contact-us a:hover {
  background-position: -409px -33px;
}
#top-navigation-contact-us a.active {
  background-position: -409px -66px;
}

#top-navigation-blog a{
  width: 63px;
  background: url(../images/home-top-navigation.jpg) -513px 0;
}
#top-navigation-blog a:hover {
  background-position: -513px -33px;
}
#top-navigation-blog a.active {
  background-position: -513px -66px;
}

#top-navigation-call-us {
  width: 291px;
  height: 33px;
  background: url(../images/home-top-navigation.jpg) -576px 0;
}

/* Page Copy */

#page-copy-area {
  background: url(../images/page-copy-area-background.gif) repeat-y;
}

/* Footer */

#footer-area {
  font-size: 8pt;
  color: #959595;
  text-align: right;
  padding: 30px 10px 30px 0;
}

#footer-area a {
  color: #646464;
}

#footer-area a:hover {
  color: #3564a4;
}

#footer-area p a {
	color: #959595;
	text-decoration: none;
}

#footer-navigation {
  font-size: 9pt;
}

#footer-navigation a {
  text-decoration: none;
}

#footer-navigation a:hover {
  text-decoration: underline;
}

.notes {
	color: #666666;
	font-size: 11px;
}

/* Default Text, Paragraph, and Heading Styles */


a {
  color: #873f0e;
}

a:hover {
  color: #c25b14;
}

h1, h2 {
  padding: 0; margin: 0;
  font-size: 24pt;
  font-weight: normal;
}

h2 {
  font-size: 15pt;
  font-weight: normal;
  color: #713d19;
}

#FWL {
	display: block;
	font-size: 9px;
	margin-left: -200px;
}

.hr {
	background-color: none;
	border-top: 1px solid #d0cac0;
	height: 1px;
	margin: 10px 0;
}
