h1 {
	margin: 0px 0px 0px 340px;
	text-align: left;
	font-size: 9px;
	position: absolute;
	top: 14px;
	color: silver;
	width: 500px;
}


/* - - - Header Text Navigation - - - */

#txtnavi {
	text-align: center;
	width: 100%;
}

#txtnavi ul {
	margin: 0px 0px 0px 560px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 35px;
}

#txtnavi ul li {
	margin: 0px 10px 0px 0px;
	color: #5c8345;
	list-style:none;
	text-align: right;
	float: left;
}


#txtnavi a:link {
	color: #5c8345;
	text-decoration: underline;
}

#txtnavi a:visited {
	color: #5c8345;
	text-decoration: underline;
}

#txtnavi a:hover {
	color: #ff9900;
	text-decoration: underline;
}


/* - - - Global Navigation - - - */


#gnavi {
	text-align: center;
	position: absolute;
	top: 30px;
	margin-left: 295px;
	z-index: 2;
	margin-top: 15px;
}


#gnavi ul {
	list-style: none;
	width: 518px;
}

#gnavi ul li {
	margin: 0px 0px 0px 1px;
	list-style: none;
	float: left;
	width: 102px;
}

#gnavi ul a {
	display: block;
	width: 102px;
	height: 26px;
	overflow: hidden;
	text-indent: -2000px;
}

a.corporation {
	background-image: url(./images/gnavi_corporation.gif);
}

a:hover.corporation {
	background-position: 0px -26px;
}

a.corpSlct {
	background-image: url(../corporation/images/gnavi_corporation.gif);
}

a.business {
	background-image: url(./images/gnavi_business.gif);
}

a:hover.business {
	background-position: 0px -26px;
}

a.businessSlct {
	background-image: url(../business/images/gnavi_business.gif);
}

a.case {
	background-image: url(./images/gnavi_case.gif);
}

a:hover.case {
	background-position: 0px -26px;
}

a.caseSlct {
	background-image: url(../case/images/gnavi_case.gif);
}

a.search {
	background-image: url(./images/gnavi_search.gif);
}

a:hover.search {
	background-position: 0px -26px;
}

a.searchSlct {
	background-image: url(../search/images/gnavi_search.gif);
}

a.villa {
	background-image: url(./images/gnavi_villa.gif);
}

a:hover.villa {
	background-position: 0px -26px;
}

a.villaSlct {
	background-image: url(../villa/images/gnavi_villa.gif);
}






/* - - - Footer - - - */

#footer {
	margin: 150px auto 0px;
	width: 860px;
	height: 53px;
	background: url(images/footer.gif) no-repeat;
	position: relative;
	clear: right;
}

#footer ul {
	margin: -0.5em 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: absolute;
	top: 45% !important;
	top: 50%;
	right: 25px;
}

#footer ul li {
	padding: 0px 0px 0px 12px;
	font-size: 70%;
	float: left;
	display: block;
}

#footer ul li span {
	font-size: 6px;
	vertical-align: 20%;
}

#footer ul li a {
	color: #333333;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #0066CC;
	text-decoration: none;
}


#corporatelogo {
	width: 229px;
	height: 38px;
	text-align: left;
	position: relative;
	top: 10px;
	left: 15px;
	float: left;
}

#address {
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	font-size: 10px;
}

#copyright {
	position: relative;
	top: 31px;
	left: 32px;
	float: left;
	font-size: 10px;
}
