/* Copyright 2007 Harmony Home Page CSS Document */

body {
color: white;
background: #9b824b url(../images/homepage/homeBG.jpg) no-repeat fixed top center;
margin:0px;
padding:0px;
border:0px;
}

#topWrap {
	width:800px;
	margin:0px auto;
	padding:0px;
	border:0px;
}
#outsideHeader {
	height: 110px;
	position: relative;
	top: 20px;
}
#outsideHeader #infoBug {
	width: 510px;
	height: 110px;
	position: absolute;
	left: 5px;
}

#outsideHeader #infoBug img {
	vertical-align:text-top;
	
}

#outsideHeader #homeLogo {
	width:267px;
	height:111px;
	position:absolute;
	right: 280px;
	top: -30px;
}

#outsideHeader #socialMedia {
	width:217px;
	height:40px;
	position:absolute;
	right: 5px;
	top: 20px;
	
	
}

#outsideHeader #socialMedia img {
	
	border:none;
	}

#outsideHeader #socialMedia span {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4B380E; /* 016133; */
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	
	}

#wrapIn {
	width:800px;
	background-color:#ffffff;
	margin:0px auto;
	padding:0px;
	border:0px;
}


#outsideHeader span {
	display:none;
}


/* Home Navigation */

#homeNavBar {
	background-image: url(../images/homepage/homeNavbarBG.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:43px;
	border:0px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#homeNavBar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

.homehomeLink {
margin:0px;
float:left;
display:inline;
}

.homehomeLink a:link, .homehomeLink a:visited {
	background-image: url(../images/homepage/home.jpg);
	background-repeat:no-repeat;
	display:block;
	width:90px;
	height:43px;
}

.homehomeLink a:hover, .homehomeLink a:active {
	background-image: url(../images/homepage/home_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:90px;
	height:43px;
}

.homehomeLink span {
	display:none;
}

.homeaboutLink {
margin:0px;
float:left;
display:inline;
}

.homeaboutLink a:link, .homeaboutLink a:visited {
	background-image: url(../images/homepage/about.jpg);
	background-repeat:no-repeat;
	display:block;
	width:138px;
	height:43px;
}

.homeaboutLink a:hover, .homeaboutLink a:active {
	background-image: url(../images/homepage/about_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:138px;
	height:43px;
}

.homeaboutLink span {
	display:none;
}

.homehomesLink {
margin:0px;
float:left;
display:inline;
}

.homehomesLink a:link, .homehomesLink a:visited {
	background-image: url(../images/homepage/ourhomes.jpg);
	background-repeat:no-repeat;
	display:block;
	width:111px;
	height:43px;
}

.homehomesLink a:hover, .homehomesLink a:active {
	background-image: url(../images/homepage/ourhomes_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:111px;
	height:43px;
}

.homehomesLink span {
	display:none;
}

.homecommunityLink {
margin:0px;
float:left;
display:inline;
}

.homecommunityLink a:link, .homecommunityLink a:visited {
	background-image: url(../images/homepage/community.jpg);
	background-repeat:no-repeat;
	display:block;
	width:105px;
	height:43px;
}

.homecommunityLink a:hover, .homecommunityLink a:active {
	background-image: url(../images/homepage/community_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:105px;
	height:43px;
}

.homecommunityLink span {
	display:none;
}

.homenewsLink {
margin:0px;
float:left;
display:inline;
}

.homenewsLink a:link, .homenewsLink a:visited {
	background-image: url(../images/homepage/news.jpg);
	background-repeat:no-repeat;
	display:block;
	width:131px;
	height:43px;
}

.homenewsLink a:hover, .homenewsLink a:active {
	background-image: url(../images/homepage/news_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:131px;
	height:43px;
}

.homenewsLink span {
	display:none;
}

.homelocationLink {
margin:0px;
float:left;
display:inline;
}

.homelocationLink a:link, .homelocationLink a:visited {
	background-image: url(../images/homepage/location.jpg);
	background-repeat:no-repeat;
	display:block;
	width:115px;
	height:43px;
}

.homelocationLink a:hover, .homelocationLink a:active {
	background-image: url(../images/homepage/location_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:115px;
	height:43px;
}

.homelocationLink span {
	display:none;
}

.homecontactLink {
margin:0px;
float:left;
display:inline;
}

.homecontactLink a:link, .homecontactLink a:visited {
	background-image: url(../images/homepage/contact.jpg);
	background-repeat:no-repeat;
	display:block;
	width:110px;
	height:43px;
}

.homecontactLink a:hover, .homecontactLink a:active {
	background-image: url(../images/homepage/contact_over.jpg);
	background-repeat:no-repeat;
	display:block;
	width:110px;
	height:43px;
}

.homecontactLink span {
	display:none;
}

/* Mid Content Area */

#midContent {
	background-color:#ffffff;
	width:800px;
	height:214px;
	border:0px;
	margin:0px;
	padding:0px;
}

#ctaImage {
	float:left;
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
	width:529px;
	height:214px;
}

#homeBtns {
	float:left;
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
}

#ourhomesBtn {
	background-image:url(../images/homepage/btn1.jpg);
	background-repeat:no-repeat;
	width:271px;
	height:77px;
	
}

#ourhomesBtn p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	padding:25px 7px 0px 0px;
	border:0px;
	margin:0px;
}

#ourhomesBtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#564112;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#ourhomesBtn a:hover {
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#ourcommunityBtn {
	background-image:url(../images/homepage/btn2.jpg);
	background-repeat:no-repeat;
	width:271px;
	height:71px;
	border:0px;
	padding:0px;
	margin:0px;
}

#ourcommunityBtn p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	padding:15px 7px 0px 0px;
	border:0px;
	margin:0px;
}

#ourcommunityBtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#564112;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#ourcommunityBtn a:hover {
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#visitharmonyBtn {
	background-image:url(../images/homepage/btn3.jpg);
	background-repeat:no-repeat;
	width:271px;
	height:66px;
	border:0px;
	padding:0px;
	margin:0px;
}

#visitharmonyBtn p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	padding:15px 7px 0px 0px;
	border:0px;
	margin:0px;
}

#visitharmonyBtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#564112;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#visitharmonyBtn a:hover {
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

/* Sub Navigation Area */

#midsubNav {
	background-color:#ecdfb6;
	width:800px;
	height:50px;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:center;
}

#midsubNav p {
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	border:0px;
	padding:5px 0px 0px 5px;
	margin:0px;
	text-align:left;
}

* html #midsubNav p {
	padding:5px 0px 0px 5px;
}

#midsubNav img {
	border:0px;
	margin:0px;
	padding:0px 5px 0px 0px;
}

* html #midsubNav img {
	padding:0px 5px 0px 0px;
}

#midsubNav a {
	text-decoration:underline;
	color:#564112;
}

/* Builder Barker Area */

#builderBarker {
	background-color:#006600;
	width:798px;
	height:50px;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:center;
}

#builderBarker p {
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	border:0px;
	padding:5px 0px 0px 5px;
	margin:0px;
	text-align:left;
}

* html #builderBarker p {
	padding:5px 0px 0px 5px;
}

#builderBarker img {
	border:0px;
	margin:0px;
	padding:0px 5px 0px 0px;
}

* html #builderBarker img {
	padding:0px 5px 0px 0px;
}

#builderBarker a {
	text-decoration:underline;
	color:#ffdddd;
}



/* Main Content Area */

#mainContent {
	background-color:#ffffff;
	border:0px;
	padding:0px;
	margin:0px;
}

#longContent {
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	border:0px;
	margin:0px;
}

#leftContent {
	float:left;
	display:block;
	width:480px;
	padding:15px 0px 15px 20px;
	border:0px;
	margin:0px;
}

#leftContent p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	padding:0px;
	border:0px;
	margin:0px;
	line-height:18px;
}

#leftContent a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	border-bottom:0px solid #333333;
}

#leftContent a:hover {
	font-weight:bold;
	color:#564112;
	text-decoration:none;
	border-bottom:0px solid #564112;
}


#leftContent img {
	padding:0px;
	border:2px solid #564112;
	margin:0px;
}


#rightContent {
	float:left;
	display:block;
	width:240px;
	padding:15px 0px 15px 30px;
	border:0px;
	margin:0px;
}

#rightContent p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	padding:0px;
	border:0px;
	margin:0px;
	line-height:18px;
}

a.rightLink {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	border-bottom:0px solid #333333;
}

a.rightLink:hover {
	font-weight:bold;
	color:#564112;
	text-decoration:none;
	border-bottom:1px solid #564112;
}

a.rightLink img{
	text-decoration:none;
	border:0px;
}

/* Footer */
#footer {
	background-color:#9b824b;
	padding:0px;
	margin:0px;
	border:0px;
}

.footerNavBar {
	background-image:url(../images/homepage/footerNavbarBG.gif);
	background-repeat:repeat-x;
	height:40px;
	text-align:center;
	padding:0px;
	margin:0px;
	border:0px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ecdfb6;
	font-size:11px;
	padding:5px 10px;
	border:0px;
	margin:0px;
	line-height:18px;
}

.footerNavBar a {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:none;
}

.footerNavBar a:hover {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:underline;
}

.subFooter {
	background-image:url(../images/homepage/footerpattern.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}
.comlogo {
	text-align:center;
	padding:0px;
}

.comlogo a {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:none;
}

.comlogo a:hover {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:underline;
}

/* Fonts */

.lgBrownTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#564112;
	font-size:13px;
	font-weight:bold;
}

.lightBrownTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#aa7e41;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

.lightTxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EEFFFF;
	font-size:11px;
	font-weight:bold;
}

.smTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
	line-height:14px;
}a.logoLinkLIH:link, a.logoLinkLIH:visited {
	background-image: url(../images/homepage/homelogo-lih.gif);
	background-repeat:no-repeat;
	display:block;
	width:455px;
	height:125px;
}
a.logoLinkLIH:hover, a.logoLinkLIH:active {
	background-image: url(../images/homepage/homelogo-lih.gif);
	background-repeat:no-repeat;
	display:block;
	width:455px;
	height:125px;
}
.logoLinkLIH span {

	display:none;
}
.subFooter a {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:none;
}
.subFooter a:hover {
	color:#e8e2d9;
	font-size:10px;
	text-decoration:underline;
}
element {
}
element1 {
}

