html {
	margin: 0; 
	padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans serif;
  font-size: 12px;
  color: #333;
  background: url(/images/ppa-bg-clouds.jpg) center 15px no-repeat white;
	border-top: solid 15px #248ad2;
	padding-bottom: 100px;
}

img {
	vertical-align: top;
}

h1, h2 {
  font-family: "Comic Sans MS";
  color: black;
}

#header {
  color: gray;
  height: 118px;
  position: relative;
  z-index: 11;
}

#page {
  width: 1022px;
  margin: 0 auto 0 auto;
  min-height: 300px;
  padding: 0 0 26px 0;
  position: relative;
	z-index: 1;
}

#footer-content {
  padding: 30px 0;

}

#footer-detail {
	background: url(/images/ppa-daisy.png) top left repeat-x;
	width: 100%;
	height: 85px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#footer {
  width: 100%;
  left: 0;
  background: #555;
  text-align: center;
  font-size: 90%;
  color: #fff;
  box-shadow: inset 0 10px 50px #222, inset 0 -10px 50px #777;
	position: fixed;
	bottom: 0;
	z-index: 11;
}

#footer a {
  color: #CCC;
  text-decoration: none;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

a, a:link, a:visited {
  color: #0066b3;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

h1 {
  font-size: 27px;
  text-shadow: 1px 1px 3px #999;
	text-transform: uppercase;
}

h2 {
  font-size: 22px;
  margin-top: 0px;
	color: #0080db;
  text-shadow: 1px 1px 3px #7ca7c5;
	font-weight: 500;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

#navigation {
  height: 56px;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 90px;
}

ul {
  list-style: disc;
}
li {
  padding-top: 5px;
}

#navigation>li {
  margin: 0;
  padding: 0;
  display: inline;
}

#navigation>li>a {
  text-shadow: 1px 1px 3px #999;
}

#navigation #nav-home {
  right: 283px;
}

#navigation #nav-gallery {
  right: 211px;
}

#navigation #nav-homes {
  right: 85px;
}

#navigation #nav-contact {
  right: 5px;
}


#navigation>li>a {
  color: #333;
  text-decoration: none;
  padding: 4px 0;
}

#navigation>li>a:hover {
  color: #000;
  text-decoration: underline;
}

.divider {
  background: url(/images/tb-divider.gif) 0 4px no-repeat white;
  height: 9px;
  width: 870px;
  margin-left: 15px;
  padding-top: 4px;
}

#noshow {
  display: none;
}

#header-gap {
  height: 10px;
}

#static {
  min-height: 400px;
  padding: 0 40px 40px 40px;
}

label {
  display: inline-block;
  margin-top: 7px;
  width: 120px;
  color: #333333;
  font-style: italic;
  font-size: 100%;
  text-align: right;
	margin-right: 5px;
}

label.required {
	font-weight: bold;
}

#content {
  padding: 0;
  min-height: 400px;
  z-index: 2;
  position: relative;
}

#hp-slider {
  border: solid 2px gray;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  position: relative;
  width: 900px;
  height: 550px;
}

#hp-slider img {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

#hp-slider-timer {
  background-color: rgba(0, 0, 0, 0.3);
  height: 5px;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1000;
  position: absolute;
}

p {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  line-height: 150%;
}


/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

#main-menu-nav {
  width: 175px;
  border-right: solid 1px black;
  float: left;
}

#main-menu-nav a {
  display: block;
  margin-bottom: 5px;
	padding: 8px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

#main-menu-nav a:hover {
	color: #0066b3;
}

th {
  text-align: left;
  border-bottom: solid 1px gray;
}

div.info {
  border: solid 1px #DDD;
  background-color: #EEEEEE;
  color: #333333;
  margin: 2em 0;
  padding: 15px;
  border-radius: 5px;
  -mox-border-radius: 5px;
  box-shadow: 2px 2px 4px #CCC;
}

#span-agent-name {
	position: absolute;
  right: 50px;
  top: 20px;	
}

#span-company-name {
  position: absolute;
	right: 50px;
	top: 40px;
}

.message {
	background-color: #FFFFAA;
	border: solid 1px #CCCC88;
	padding: 10px;
	text-align: center;
	margin: 20px 0;
}

a:link {
	text-decoration: none;
}

a h2:hover {
	color: white;
	text-shadow: -1px 0px 0 #0080DB,  1px 0px 0 #0080DB,  0px 1px 0 #0080DB,  0px -1px 0 #0080DB;
}

input[type="submit"], 
input[type="button"], 
input[type="reset"], 
input[type="text"], 
option, select, textarea {
	padding: 5px;
	border: solid 1px silver;
}

.pink, .pink h2 {
	color: #d43b56;
  text-shadow: 1px 1px 3px white;

}

#images {
  background-color: white;
	width: 100%;
	height: 150px;
	margin-left: -14px;
	margin-top: -14px;
	position: relative;
}

#images #images-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-2 {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-3 {
  position: absolute;
  top: 0px;
  left: 400px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-4 {
  position: absolute;
  top: 0px;
  left: 600px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-5 {
  position: absolute;
  top: 0px;
  left: 800px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

.q1 {
  position: absolute;
  width: 100px;
  height: 67px;
  top: 0;
  left: 0;
}

.q2 {
  position: absolute;
  width: 100px;
  height: 67px;
  top: 0;
  left: 100px;
  background-position: -100px 0;
}

.q3 {
  position: absolute;
  width: 100px;
  height: 67px;
  top: 67px;
  left: 0;
  background-position: 0 -66px;
}

.q4 {
  position: absolute;
  width: 100px;
  height: 67px;
  top: 67px;
  left: 100px;
  background-position: -100px -66px;
}


