body {
	margin: 0;
	padding: 0;
	background: #EAEAEA;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link, a:active, a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #BB1E1E;
	text-decoration: none;
}



/********************************* HEADER ******************************/
#header {
	width: 900px;
	height: 125px;
	margin: auto;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 700px;
	height: 125px;
	float: left;
}
#language {
	background: url(images/language.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	height: 120px;
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 0 50px;
}



/******************************** NAVBAR ********************************/
#navbar {
	width: 890px;
	height: 36px;
	padding: 5px;
	background: url(images/navbar.jpg) no-repeat;
	margin: auto;
}
#nav1, #nav2, #nav3, #nav4, #nav5 {
	width: 178px;
	height: 36px;
	float: left;
	display: block;
}
#nav1 {
	background: url(images/navbar.jpg) no-repeat -5px -5px;
}
#nav2 {
	background: url(images/navbar.jpg) no-repeat -183px -5px;
}
#nav3 {
	background: url(images/navbar.jpg) no-repeat -361px -5px;
}
#nav4 {
	background: url(images/navbar.jpg) no-repeat -539px -5px;
}
#nav5 {
	background: url(images/navbar.jpg) no-repeat -717px -5px;
}
#nav1:hover {
	background: url(images/navbar.jpg) no-repeat -5px -51px;
}
#nav2:hover {
	background: url(images/navbar.jpg) no-repeat -183px -51px;
}
#nav3:hover {
	background: url(images/navbar.jpg) no-repeat -361px -51px;
}
#nav4:hover {
	background: url(images/navbar.jpg) no-repeat -539px -51px;
}
#nav5:hover {
	background: url(images/navbar.jpg) no-repeat -717px -51px;
}



/****************************** IMAGES ***********************************/
.picture {
	width: 670px;
	height: 240px;
}
.aboutimage {
	background: url(images/owners.jpg) no-repeat;
	width: 200px;
	float: right;
	padding: 200px 0 0 0;
	text-align: center;
	font-size: 10px;
	margin: 0 0 20px 20px;
}
.roofpic1 {
	background: url(images/roofpic1.jpg) no-repeat;
	width: 300px;
	float: left;
	padding: 250px 0 0 0;
	text-align: center;
	font-size: 10px; 
	margin: 0 15px 0 15px;
}
.roofpic2 {
	background: url(images/roofpic2.jpg) no-repeat;
	width: 300px;
	float: left;
	padding: 250px 0 0 0;
	text-align: center;
	font-size: 10px; 
	margin: 0 15px 0 15px;
}



/****************************** CONTENT **********************************/
#content {
	width: 901px; /* ##### Extra 1px for right border of content ##### */
	padding: 20px 0 0 0;
	margin: auto;
}
.left {
	float: left;
}
.right {
	float: left;
}
#content .left {
	width: 680px;
	padding: 0 15px 0 5px;
	margin: 0 0 20px 0;
	border-right: 1px solid #C0C0C0;
}
#content .right {
	width: 180px;
	padding: 0 5px 0 15px;
}
.rightheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.leftheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	padding: 0 0 8px 0;
	color: #BB1E1E;
	text-shadow: #555555 1px 1px 2px;
	background: url(images/headingback.jpg) left bottom no-repeat;
}
.leftheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0 0;
	color: #555555;
	text-shadow: #555555 1px 1px 2px;
}
.map {
	background: url(images/map.jpg) no-repeat;
	height: 125px;
	width: 180px;
}
.testimonial {
	font-style: italic;
}
.name {
	text-align: right;
}
.tele, .fax {
	height: 20px;
	width: 20px;
	float: left;
	margin: 0 10px 0 0;
}
.fax {
	background: url(images/fax.jpg) no-repeat;
}
.tele {
	background: url(images/telephone.jpg) no-repeat;
}
.learn {
	float: right;
}
.members1 {
	float: left;
	width: 500px;
}
.members2 {
	float: left;
	width: 175px;
	height: 75px;
}



/***************************** FOOTER **********************************/
#footer .left {
	width: 600px;
}
#footer .right {
	width: 290px;
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:active {
	margin: 0 15px 0 0;
}
#footer a:hover {
	margin: 0 15px 0 0;
}
#footer {
	width: 890px;
	padding: 5px;
	height: 20px;
	clear: both;
	margin: auto;
	border-top: 1px solid #C0C0C0;
	margin-bottom: 30px;
}



/************************** CONTACT FORM *********************************/
.form {
	width: 500px;
	text-align: left;
}
.formleft {
	width: 225px;
	float: left;
	padding: 0 0 0 25px;
}
.formlong {
	width: 475px;
	padding: 20px 0 0 25px;
	clear: both;
}
.dropdown {
	width: 300px;
}
.input {
	width: 190px;
	height: 25px;
	background: url(images/input.jpg) no-repeat;
	outline: none;
	border: 0;
	padding: 0 5px 0 5px;
	line-height: 25px;
	color: #555555;
	font: 12px Arial, Helvetica, sans-serif;
}
.inputerror {
	width: 170px;
	height: 25px;
	background: url(images/inputerror.jpg) no-repeat;
	outline: none;
	border: 0;
	padding: 0 5px 0 25px;
	line-height: 25px;
	color: #555555;
	font: 12px Arial, Helvetica, sans-serif;
}
.inputerror:focus {
	background: url(images/inputerror.jpg) no-repeat 0 -25px;
}
.input:focus {
	background: url(images/input.jpg) no-repeat 0 -25px;
}
.message {
	width: 440px;
	height: 90px;
	background: url(images/textarea.jpg) no-repeat;
	position: relative;
	background-attachment: scroll;
	outline: none;
	border: 0;
	padding: 5px;
	color: #555555;
	font: 12px Arial, Helvetica, sans-serif;
}
.message:focus {
	background: url(images/textarea.jpg) no-repeat 0 -100px;
}
.contacterror {
	background: url(images/contacterror.jpg) no-repeat;
	height: 65px;
	width: 440px;
	margin: 0 0 20px 25px;
	padding: 5px;
	color: #BB1E1E;
	font-weight: bold;
	text-align: center;
}
.send {
	background: url(images/send.jpg) no-repeat;
	height: 29px;
	width: 104px;
	outline: none;
	border: 0;
}
.send:hover {
	background: url(images/send.jpg) no-repeat 0 -29px;
}
.errortext {
	color: #BB1E1E;
}
.contactheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-shadow: #555555 1px 1px 2px;
	text-align: center;
}
