/* CSS Document */

body {
	margin: 0px auto;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; }
	
p { line-height: 1.6em; }

form { margin: 35px 0 15px 0; }
	
h1 {
	color: #005983;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	margin: 0; }

h2 {
	color: #005983;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	margin: 0; }

h3 {
	color: #005983;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0; }
	
a {
	color: #005983;
	text-decoration: none;
	font-weight: bold; }
	
a:hover {
	text-decoration: underline; }
	
#contain {
	width: 800px;
	padding: 15px 0;
	text-align: left;
	margin: 0px auto; }
	
#half {
	clear: left;
	width: 800px; }
	
#leftside {
	width: 310px; /*total=370px*/
	padding: 0 40px 0 20px;
	float: left; }
	
#rightside {
	width: 430px;
	float: left; }
	
#leftside2 {
	width: 390px; /*total=430px*/
	padding: 0 20px;
	float: left; }
	
#rightside2 {
	width: 355px; /*total=370px*/
	padding-left: 10px;
	float: right; }
	
.rightimage {
	height: 190px; /*total=210px*/
	width: 280px; /*total=310px*/
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 10px 15px;
	background-position: center;
	background-repeat: no-repeat;
	float: left; }
	
#house { background-image: url(../images/house.jpg); }
#gardenparty { 	background-image: url(../images/gardenparty.jpg); }	
#managers { background-image: url(../images/managers.jpg); }
	
#buttons {
	width: 310px;
	float: left;
	margin-top: 10px; }
	
#footer {
	clear: both;
	text-align: right;
	color: #005983; }
	
.navbutton {
	width: 146px;
	height: 46px; /*total=58px*/
	background-image: url(../images/button.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center; }

#left { float: left; }	
#right { float: right; }
.oneline { padding-top: 20px; }
.twoline { padding-top: 12px; }

.navbutton a {
	text-decoration: none;
	color: #FFF; }
	
.navbutton a:hover {
	text-decoration: underline; }
	
.address {
	color: #005983;
	font-size: 0.85em;
	font-weight: bold; }
	
.quote {
	color: #005983;
	font-style: italic;
	font-weight: bold; }
	
.bluebold {	
	color: #005983;
	font-weight: bold; }	
	
.field {
	width: 250px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 5px; }
	
.send {
	padding: 5px 10px;
	background-color: #0B6088;
	border: 2px solid #669CB6;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center; }
	
.status {
	font-weight: bold;
}
	