@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #A7C3C7;
	margin: 0px
}
#container {
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-left: 60px;
}

#splash   span  {
	background-image: url(../Images/PI_Splash.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: absolute;
}

#placeholder {
	display: block;
	height: 20px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 140px;
	width: 150px;
	color: #FFFFFF;
}
#logo   span  {
	background-image: url(../Images/PI_Logo.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 150px;
	position: absolute;
}
h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container_navi {
	width: 650px;
	top: 80px;
	position: absolute;
	left: 210px;
	z-index: 100;
	margin: 0px;
}

#global_nav ul {
	list-style-type: none;
	margin: 0px
}

#global_nav li {
	display: inline;
	float: left;
	padding-right: 50px;
}

#container_navi #global_nav a.current, #leftnav a.current, #container_dots #sec_nav a.current {
color: #A7C3C7;
}

#global_nav li a, #global_nav li a:visited{
	color:#666666;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 0.3em;
}
#global_nav li a:hover {
	color: #A7C3C7;
}


#container_home {
	width: 625px;
	height: 539px;
	top: 120px;
	left: 235px;
	position: absolute;
	z-index: 100;
	margin: 0px;
}

#container_home #image_h {
	position: absolute;
	height: 539px;
	width: 625px;
	border: 0;
}

#container_home #image_h a:link {
	text-decoration: none;
}

#container_dots {
	width: 300px;
	height: 50px;
	top: 170px;
	left: 210px;
	position: absolute;
	z-index: 100;
	margin: 0px;
	margin-top: 18px;
}
	
#sec_nav ul {
	list-style-type: none;
	margin: 0px
}
#sec_nav li {
	display: inline;
	text-align: left;
	padding-right: 10px;
}

#sec_nav li a, #sec_nav li a:visited {
	color:#999999;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#sec_nav li a:hover {
	color: #A7C3C7;
}
.arrow span {
	position:absolute; /* important value for anchoring image: don't change */
	top:0; /* important value for anchoring image: don't change */
	width:21px; /* matches dimensions of your image */
	height:20px;/* ditto */
	}

.arrow span.l5 {
	background-image: url(../Images/arrow.jpg);
	background-repeat: no-repeat;
	}
	
.arrow span.l5:hover {
	background-image:url(../Images/arrow_h.jpg);
}

h2 {
	font-size: 2.5em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: right;
	margin: 0px;
}

#ion {
	width: 350px;
	height:50px;
	top: 170px;
	left: 510px;
	z-index: 100;
	margin: 0px;
	position: absolute;
}

#leftnav {
	width: 175px;
	height: 368px;
	position: absolute;
}
#leftnav ul {
	list-style-type: none;
}
#leftnav a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
	margin-left: 0px;
	line-height: 25px;
}
#leftnav a:hover {
	color: #A7C3C7;
}

#content {
	margin-left: 175px;
	position: absolute;
	width: 623px;
	height: 350px;
	border: 1px solid #CCCCCC;
}

#content #image1 {
	position: absolute;
	height: 350px;
	width: 623px;
}


#intro_copy {
	margin-left: 175px;
	margin-top: 360px;
	position: absolute;
	width: 620px;
	margin-right: 20px;
}

h3 {
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	margin-right: 20px;
}

address {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	text-transform: lowercase;
	letter-spacing: .25em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 2em;
	padding-left: 2em;
	color: #666666;
}

address a:link {
text-decoration:none;
color: #666666;
}

address a:hover {
color: #A7C3C7;
}