﻿* {
	margin:0px;
	padding:0px;
}

.ContactInfo {
	margin-left:20px;
	height:300px;
}

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:22pt;
	color:#8b0202;
	margin:30px 0px 30px 40px;
}

h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#8b0202;
	margin:30px 0px 30px 40px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8b0202;
	padding: 14px 40px;
}

h4 span {
	color: black;
	font-weight:normal;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:black;
	margin:30px 40px;
}

html, body {
	background-image:url('images/Carpet_Back.png');
	background-repeat:repeat;
	height: 100%;
	width: 100%;
}

.wrapper {
	position:relative;
	width:924px;
	height: 100%;
	margin: 0 auto;
	border-left:1px solid #900000;
	border-right:1px solid #900000;

}

.left_col {
	position:absolute;
	left:-16px;
	top:0px;
	width:15px;
	background-image:url('images/Side_Fade_Left.png');
	background-repeat:repeat-y;
	z-index:0;
	height:100%;
	border-right:1px solid #900000;
}

.right_col {
	position:absolute;
	right:-16px;
	top:0px;
	width:15px;
	background-image:url('images/Side_Fade_Right.png');
	background-repeat:repeat-y;
	z-index:0;
	height:100%;
	border-left:1px solid #900000;
}

.main {
	position:relative;
	width:924px;
	margin:0 auto;
}

.Header_Back {
	position:absolute;
	background-image:url('images/Header_Back.png');
	background-repeat:repeat-x;
	width:100%;
	height:197px;
	top:0px;
	left:0px;
	z-index:250;
	
}

.header {
	position:relative;
	background-image:url('images/Logo.png');
	background-repeat:no-repeat;
	width:924px;
	height:144px;
	z-index:1000;
	margin: 0 auto;
}

.button_con {
	position:relative;
	height:240px;
	width:924px;
	z-index:1000;
}

.headerButtons {
	width:924px;
	height:34px;
	position:absolute;
	top:0px;
	right:0px;
}

.headerButtons.btn1 {
	background-image:url('images/btnHome.png');
	background-repeat:no-repeat;
	left:0px;
	width:125px;
	height:34px;
}

.headerButtons.btn1 a {
	background-image:url('images/btnHome.png');
	background-repeat:no-repeat;
	width:125px;
	height:34px;
	display:block;
}

.headerButtons.btn1 a:hover {
	background:none;
}

.headerButtons.btn2 {
	background-image:url('images/btnChoosing.png');
	background-repeat:no-repeat;
	left:175px;
	width:257px;
	height:34px;
}

.headerButtons.btn2 a {
	background-image:url('images/btnChoosing.png');
	background-repeat:no-repeat;
	width:257px;
	height:34px;
	display:block;
}

.headerButtons.btn2 a:hover {
	background:none;
}

.headerButtons.btn3 {
	background-image:url('images/btnCare.png');
	background-repeat:no-repeat;
	left:476px;
	width:187px;
	height:34px;
}

.headerButtons.btn3 a {
	background-image:url('images/btnCare.png');
	background-repeat:no-repeat;
	width:187px;
	height:34px;
	display:block;
}

.headerButtons.btn3 a:hover {
	background:none;
}

.headerButtons.btn4 {
	background-image:url('images/btnContactUs.png');
	background-repeat:no-repeat;
	right:0px;
	width:186px;
	height:34px;
}

.headerButtons.btn4 a {
	background-image:url('images/btnContactUs.png');
	background-repeat:no-repeat;
	width:186px;
	height:34px;
	display:block;
}

.headerButtons.btn4 a:hover {
	background:none;
}

.headerButtons.btn5 {
	background-image:url('images/5_H.png');
	background-repeat:no-repeat;
	left:359px;
	width:115px;
	height:34px;
}

.headerButtons.btn5 a {
	background-image:url('images/5.png');
	background-repeat:no-repeat;
	width:115px;
	height:34px;
	display:block;
}

.headerButtons.btn5 a:hover {
	background:none;
}

.headerButtons.btn6 {
	background-image:url('images/6_H.png');
	background-repeat:no-repeat;
	left:474px;
	width:102px;
	height:31px;
}

.headerButtons.btn6 a {
	background-image:url('images/6.png');
	background-repeat:no-repeat;
	width:102px;
	height:31px;
	display:block;
}

.headerButtons.btn6 a:hover {
	background:none;
}

.headerButtons.btn7{
	background-image:url('images/7_H.png');
	background-repeat:no-repeat;
	left:576px;
	width:104px;
	height:31px;
}

.headerButtons.btn7 a {
	background-image:url('images/7.png');
	background-repeat:no-repeat;
	width:104px;
	height:31px;
	display:block;
}

.headerButtons.btn7 a:hover {
	background:none;
}


.headerButtons.spacer {
	left:680px;
	width:237px;
	height:31px;
}

.content {
	position:relative;
	background-color:white;
	height:100%;
	padding-bottom:10px;
	top: 0px;
	left: 0px;
	width:924px;
}

.footer {
	position:relative;
	width:924px;
	height:52px;
	z-index:500;
	margin:0 auto;
}

.white_back {
	position:relative;
	background-color:white;
	width:924px;
	height:20px;
	margin:0 auto;
	z-index:250;
}

.footer_bar {
	position:absolute;
	background-image:url('images/Footer_Back.png');
	background-repeat:repeat-x;
	width:924px;
	height:52px;
	z-index:500;
	bottom:0px;
}

.copyright {
	padding:0px;
	margin-top:13px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#900000;
	text-align:center;
	position:relative;
	z-index:1000;
}

.copyright a{
	color:#900000;
}

.formandmap {
	position:relative;
	height:360px;
	width:924px;
	left:0px;
}


.contactus {
	border:2px #8b0202 solid;
	position:absolute;
	left:50px;
	width:375px;
	height:290px;
	margin:0px;
	padding:0px;
	top:50px;
	background-color:#840a2d;
}

.googlemaps {
	position:relative;
	width:375px;
	height:290px;
	border:2px #8b0202 solid;
	margin:50px 50px 0px 0px;
	padding:0px;
	right:0px;
	float:right;
}

.photoAddressLink {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	padding: 15px 5px;
	text-align:center;
	color:#8b0202;
	text-decoration: none;
	float:none;
	bottom:-25px;
	right:160px;
	width:150px;
}

ul {
	margin-left:40px;
	color:#8b0202;
}

li {
	margin-left:40px;
}

li h2 {
	margin:30px 0px 30px 0px;

}

.center {
	text-align:center;
	width:100%;
	margin-left:0px;
}

.flashHeader {
	position:relative;
	height:240px;
	background-color:white;
	width:924px;
	border-bottom: 1px #900000 solid;
}

.testimonials {
	color:#900000;
}

.Photo {
	position:absolute;
	width:375px;
	height:281px;
	border:2px #900000 solid;
	top:60px;
	right:50px;
}

.Home_pic {
	position:relative;
	width:400px;
	height:200px;
	margin-left:262px;
	border:2px #900000 solid;
}

.choosing_pic {
	position:relative;
	width:300px;
	height:200px;
	float:right;
	margin:20px;
	margin-top:0px;
	border:2px #900000 solid;
}
