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

@charset "UTF-8";
/* CSS Document */
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

/*-------------------------------------------------*/
body {
	background-color: #a1bf67;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e7434;
}


#wrapper {
	width: 897px;
	background-color: #5e7434;
	margin: auto;

}

#top {
	width: 897px;
	height: 148px;
	background-image:url(images/topimage.jpg);
	background-repeat: no-repeat;
}

#navbar {
	width: 897px;
	height: 34px;
	background-color: #ffffff;
	font-family: "Footlight MT Light", Georgia, "Times New Roman", serif;
	color: #5e7434;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	position: relative;
	top: 95px;
	left: 0;
	
}

#navbar a {
	text-decoration: none;
	color: #5e7434;
}

#navbar a:link, a:active a:visited {
	text-decoration: none;
	color: #5e7434;
}

#navbar a:hover{
	color: #a1bf67;
	text-decoration: none;
}

#headline{
	height: 98px; 
	text-indent: -5000px;
	background: url(images/logo.gif) no-repeat;
}

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	width: 897px;
	margin: auto;
}
	
#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:link, a:active a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover{
	color: #5e7434;
	text-decoration: underline;
	
}
	
#services {
	color: #a1bf67;
	font-family: "Footlight MT Light", Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	margin-left: 350px;
	margin-top: 20px;
	font-size: 2.2em;
	width: 525px;
	height: 25px;
	text-align: center;
}


#testimonials {
	width: 300px;
	height: 355px;
	background-color: #a1bf67;
	margin-left: 25px;
	margin-top: -407px;
	margin-bottom: 40px;
}


#testimonials h1 {
	font-family: "Footlight MT Light",Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 2.4em;
	line-height: 1.2em;
	text-align: center;
	padding-top: 5px;
	
}

.text2 {
	font-family: "Footlight MT Light",Georgia, "Times New Roman", serif;
	color: #fff;
	font-size: 2.0em;
	line-height: 1.2em;
}

#testimonials p {
	font-family: "Footlight MT Light",Georgia, "Times New Roman", serif;
	color: #5e7434;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.testimonial_pic {
	padding-bottom: 5px;
	padding-top: -5px;
	}
	
	#testimonials .photocredit{
	font-size: 1em;
	color: #000000;
	}

#homephoto {
	margin-left: 350px;
	margin-top: 20px;
	padding-bottom: 40px;
}

#contactinfo{
	color: #5e7434;
	font-size: 1.2em;
	font-family: "Footlight MT Light",Georgia, "Times New Roman", serif;
	text-align: center;
	width: 897px;
	margin: auto;
	
}

	#contactinfo p{
	text-align: center;
	}
	
	#footer p{
	
	text-align: center;
	}
	
	
	#calendar{
	margin: auto;
	width:800px;
	height: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	#text_rental{
		font-size: 1.2em;
		width: 400px;
		padding: 50px 0 0 30px;
		margin: 0 10px 35px 0;
		float: left;
		}
		
		#text_rental h1{
		font-size: 1.4em;
		/*text-align: center;*/
		}
		
		
		#history a {
	text-decoration: none;
	color: #a1bf67;
	}

	#history a:link, a:active a:visited {
	text-decoration: none;
	color: #a1bf67;
	}
	
	#history a:hover{
	color: #5e7434;
	text-decoration: none;
}

.clearfloat {font-size: 1px; line-height: 0; clear: both;}