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

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 13px;
	color: #555555;
	background: #888888;
	}
p {
	margin: 10px 5px 10px 15px;
	text-align: justify;
	line-height: 18px;
	word-spacing: .5px;
	}
p.rates {
	padding-left: 5px;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	border-left: 10px #990000 solid;
	}
span.bold {
	font-weight: bold;
	color: #990000;
	}
a {
	color: #51696f;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	float: left;
	margin: 10px 15px 5px 15px;
	border: 1px #000 solid;
	}
#clear {
	clear: both;
	}
h1 {
	display: none;
	}
h2 {
	margin: 15px 0 5px 15px;
	padding: 0 0 3px 0;
	font-size: 14px;
	color: #222222;
	border-bottom: 2px #51696F solid;
	}
h3 {
	margin: 15px 0 5px 15px;
	padding: 3px 0;
	font-size: 14px;
	color: #222222;
	border-top: 2px #51696f solid;
	border-bottom: 1px #DEE9EF solid;
	}
h4 {
	margin: 5px 15px 0 15px;
	padding: 10px 30px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background: url(../images/aboutus-bullet.png) no-repeat;
	background-position: 1px 12px;
	}
/*---begin generic content styles---*/
#container-background {
	position: relative;
	margin: 0 auto;
	width: 930px;
	background: url(../images/container-background.png);
	}
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #fff url(../images/right-background.jpg) right repeat-y;
	}
#header {
	width: 900px;
	height: 130px;
	background: url(../images/pld-header.jpg);
	}
#banner {
	width: 900px;
	height: 240px;
	background: url(../images/pld-banner.jpg);
	}
#footer {
	margin: 0;
	width: 900px;
	padding: 20px 0 25px 0;
	text-align: center;
	background: #000;
	}
/*---begin specific content styles---*/
#left {
	float: left;
	width: 670px;
	}
#left ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
	}
#left ul li {
	padding: 2px;
	}
#right {
	float: right;
	margin: 10px;
	padding: 0 0 10px 0;
	width: 200px;
	/*background: #d7dfd2;*/ /*---background color unnecessary due to #container-background---*/
	}
#right h2 {
	margin: 10px 0 5px 10px;
	font-size: 13px;
	color: #000;
	border: none;
	}
#right ul {
	margin: 0 5px 5px 15px;
	padding: 0 5px 0px 15px;
	font-size: 11px;
	}
#right ul li {
	padding: 1px;
	}
#right p {
	margin: 0 5px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 16px;
	}
/*---begin navigation bar styles---*/
#nav {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 35px;
	font-size: 13px;
	background: url(../images/navbar-background.jpg) top no-repeat;
	border-bottom: 1px #666666 solid;
	}
#nav.alt {
	background: url(../images/navbar-background-alt.jpg) top no-repeat;
	}
#nav ul {
	margin: 0;
	padding: 10px 0;
	}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 10px 0px;
	}
#nav ul li a {
	margin: 0;
	padding: 10px 40px;
	background: url(../images/navbutton-bullet.png) no-repeat;
	background-position: 20px;
	}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #333333 url(../images/navbutton-bullet-over.png) center left no-repeat;
	background-position: 20px;
	}
/*---Upcoming Events Styles---*/
h5 {
	margin: 20px 0 0 15px;
	padding: 0 0 3px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px #990000 solid;
	}

table#calender th, tr, td {
	border: 1px #000 solid;
	vertical-align: top;
	}
table#calendar {
	margin: 10px auto;
	width: 655px;
	}
table#calendar th {
	color: #fff;
	text-align: center;
	background: #000;
	}
table#calendar td {
	width: 14.2%;
	}
table#calendar td h5 {
	margin: 0;
	text-align: right;
	}	
table#calendar td p {
	margin: 2px 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	}
.days {
	text-align: center;
	background: #cfcfcf;
	}
/*---Quote Form Styles---*/
form {
	margin: 0 0 15px 15px;
	}
form label {
	display: block;
	}
form label.topmargin {
	margin: 4px 0 0 0;
	}
form input {
	margin: 2px 0 4px 0;
	}
form select {
	margin: 3px 0 5px 0;
	}
input.radio {
	margin: 5px 2px 0 5px;
	}
.checkbox {
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	}
.checkbox input {
	margin: 0 5px;
	}
.yellowbackground { /*---to make important input fields stand out---*/
	background: #FFFF99;
	}
#submit {
	margin-top: 5px;
	}