@charset "utf-8";
/* CSS Document */

body
{
	background: url('/images/header-bg.png') #d2482e top repeat-x;
}

#wrapper{ overflow: hidden; }

#head-wrap
{
	float: left;
	width: 100%;
}
#header
{
	width: 929px;
	padding: 10px;
	margin: 0 auto;
}

#pva-title
{
	float: left;
	display: block;
	width: 198px;
}
#pva-title h1
{
	width: 198px;
	height: 88px;
}
#pva-title h1 a
{
	display: block;
	width: 198px;
	height: 88px;
	text-indent: -50000px;
	background: url('/images/pva-logo.png') transparent left top no-repeat;
}

#pva-subtitle
{
	padding: 10px;
	margin-left: 200px;
	margin-top: 30px;
}
#pva-subtitle h2
{
	width: 432px;
	height: 10px;
	margin: 0 auto;
	background: url('/images/home/top-slogan.png') transparent left top no-repeat;
	text-indent: -50000px;
}

#head-navigation
{
	margin-left: 420px;
}
#head-navigation ul li
{
	float: left;
	display: block;
	width: 140px;
	height: 31px;
}
#head-navigation ul li a
{
	display: block;
	height: 31px;
	background-image: url('/images/top-nav-sprite.png');
	background-repeat: no-repeat;
	text-indent: -50000px;
}
	#head-navigation ul li.head-nav-kauai a{ background-position: 0 -31px; width: 120px; }
	#head-navigation ul li.head-nav-kauai a:hover{ background-position: 0 0; }
	#head-navigation ul li.head-nav-maui a{ background-position: -145px -31px; width: 120px; }
	#head-navigation ul li.head-nav-maui a:hover{ background-position: -145px 0; }
	#head-navigation ul li.head-nav-oahu a{ background-position: -281px -31px; width: 120px; }
	#head-navigation ul li.head-nav-oahu a:hover{ background-position: -281px 0; }
	#head-navigation ul li.head-nav-big a{ background-position: -423px -31px;  width: 185px; }
	#head-navigation ul li.head-nav-big a:hover{ background-position: -423px 0; }

#main-content-wrap
{
	position: relative;
	float: left;
	width: 100%;
	background: url('/images/tree-body-bg.png') #621a7c center bottom no-repeat;
	margin-top: 85px;
	color: #000000;
	font-size: 12px;
}

#bottom-shadow
{
	position: absolute;
	width: 100%;
	height: 53px;
	bottom: 0;
	background: url('/images/bottom-bg.png') bottom repeat-x;
	z-index: 40;
}

#main-content-box
{
	/*clear: both;*/
	position: relative;
	margin: -70px auto 0 auto;
	width: 929px;
	background-color: #ffffff;
	padding: 10px;
	z-index: 50;
	zoom: 1;
}
	#main-content-box .flower-right, #main-content-box .flower-left
	{
		background: url('/images/corner-flower.png') left top no-repeat;
		width: 97px;
		height: 96px;
		position: absolute;
	}
	#main-content-box .flower-right{ top: -15px; right: -15px; }
	#main-content-box .flower-left{ bottom: -15px; left: -15px; }

#foot-wrap
{
	clear: both;
}

#foot-content
{
	width: 929px;
	padding: 10px;
	margin: 0 auto;
}

#footer-nav
{
	float: right;
	padding-bottom: 5px;
}
#footer-nav ul li
{
	float: left;
	display: block;
	height: 10px;
	padding-left: 10px;
	line-height: 10px;
}
	#footer-nav ul li.foot-nav-about a
	{
		display: block;
		text-indent: -50000px;
		width: 76px;
		background: url('/images/footer/about-us.png') left top no-repeat;
		padding-right: 10px;
		border-right: 1px solid #fff;
	}
	#footer-nav ul li.foot-nav-contact a
	{
		display: block;
		text-indent: -50000px;
		width: 92px;
		background: url('/images/footer/contact-us.png') left top no-repeat;
	}
	#footer-nav ul li.foot-nav-experts a
	{
		display: block;
		text-indent: -50000px;
		width: 268px;
		background: url('/images/footer/experts.png') left top no-repeat;
	}

#footer-txt
{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #911901;
	padding: 10px 0;
}
#footer-txt a{ color: #911901; font-weight: bold; }

