@charset "utf-8";
/* CSS Document */

*{padding: 0; margin: 0;}

body {
	padding:0;
	margin:0;
	background: #1d7350 url(../images/background.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

p {
	margin: 0;
	padding: 7px 14px;
	text-align: justify;
	line-height: 18px;
}
#contact p, #contact h1, #contact h2 { text-align: center; }

h1 {
	margin: 0;
	padding: 7px 14px;
	font-size: 26px;
	color: #1a7451;
	line-height: 28px;
	letter-spacing: -2px;
}
#index h1 {
	margin: 0;
	padding: 7px 14px;
	font-size: 18px;
	color: #555;
	line-height: 20px;
	letter-spacing: -1px;
}
h2 {
	margin: 0;
	padding: 7px 14px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -1px;
}
h3, h4, h5 {
	margin: 0;
	padding: 10px 14px 4px 14px;
	font-size: 14px;
	line-height: 20px;
}
h3 {
	color: #333;
	text-transform: uppercase;
}

h4 {
	color: #1a7451;
	text-transform: uppercase;
}

a, a:visited, a:active {
	color: #1a7451;
	text-decoration: none;
}

a:hover {
	color: #1a7451;
	text-decoration: underline;
}

ul {
	padding: 7px 14px 7px 40px;
	line-height: 18px;
}

#index_video {
	position: absolute; 
	top: 10px;
	left: 20px;
}

#wrapper {
	width: 818px;
	min-height: 614px;
	margin-top: 50px;
	position: relative;
}

#more_info #wrapper {
	width: 408px;
	min-height: 313px;
	background: url(../images/pop-up_bg1.jpg) top no-repeat;
}

#more_info p {
	padding: 10px 32px 10px 15px;
	text-align: center;
	font-size: 14px;
}

.header {
	width: 818px;
	height: 133px;
	background: url(../images/header_bg.png) top no-repeat;
}

.header #menu_wrapper {
	position: absolute;
	top: 2px;
	left: 16px;
	text-align: left;
	height: 108px;
	width: 775px;
	border-bottom: solid 2px #dcdcdc;
}

.header span#head_txt {
	color: #1a7451;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	top: 25px;
	left: 330px;
}

.header span#appt_link {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
	position: absolute;
	top: 75px;
	left: 655px;
	text-transform: uppercase;
}

.header #menu {
	position: absolute;
	top: 65px;
	right: 165px;
	display: inline;
	padding:0;
	margin:0;
}

.header #menu li {
	display: inline;
	list-style-type: none;
	float: left;
	height: 43px;
	width: 100px;
	border-right: solid 2px #dcdcdc;
	padding:0;
	margin:0;
}
.header #menu li a {
	display: block;
	width: 80px;
	height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	padding-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	position: relative;
	left: 10px;
}
.header #menu li a:hover, 
#about .header #menu li a#about, 
#services .header #menu li a#services, 
#contact .header #menu li a#contact 
{
	border-bottom: solid 3px #1a7451;
}

.body {
	width: 818px;
	min-height: 456px;
	background: url(../images/body_bg.png) repeat-y;
	line-height: 18px;
}

#grey_bar {
	background: url(../images/grey_bar.jpg) top no-repeat;
	width: 802px;
	height: 10px;
	position: relative;
	left: -8px;
	margin-bottom: 10px;
}

#home_pic {
	position: relative;
	left: -8px;
	margin-bottom: 8px;
}

#content {
	position: relative;
	left: -8px;
	width: 782px;
	min-height: 278px;
	text-align: left;
	padding-right: 20px;
}

#content .col1 {
	width:269px;
	min-height: 278px;
	display: table-cell;
}
#content .col2 {
	float: right;
	width:533px;
	min-height: 278px;
	display: table-cell;
}
#content .col2serv {
	width:533px;
	min-height: 278px;
	display: table-cell;
}
#content #page_pic {
	position: absolute;
	top: 10px;
}
#content .col1 .copy {
	min-height: 150px;
	margin-top: 184px;
}

.footer {
	width: 818px;
	height: 25px;
	background: url(../images/footer.png) top no-repeat;
	position: relative;
}

.footer_menu_wrapper {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	position: relative;
	left: -32px;
	width: 752px;
	margin-bottom: 50px;
}
.footer_menu_wrapper a, .footer_menu_wrapper a:visited, .footer_menu_wrapper a:active {
	color: #FFFFFF;
}
.footer_menu_wrapper a:hover {
	color: #FFFFFF;
}
.footer_menu_wrapper #footer_menu {
	height: 18px;
}
.footer_menu_wrapper #copyright {
	width: 752px;
	height: 18px;
	text-align: center;
}
.footer_menu_wrapper #copyright span {
	float: left;
}

.footer_menu_wrapper #info_link {
	position: absolute;
	right: -40px;
	font-style: italic;
	letter-spacing: normal;
	text-align: left;
}

/* Default form style */
#appointments h1 {
	text-align: center;
}

div.error {
	border: solid 1px #990000;
	background-color: #FFCCCC;
	padding: 10px;
	margin: 5px 10px;
	color: #990000;
}
form label {
	float:left;
	width:60%;
	text-align: left;
}

form .element {
	margin:5px 0;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
.form {
	width: 620px;
	padding: 10px 0px;
}
.submit {
	padding: 20px;
}
input.text, textarea, select{
	border:1px inset #ccc;
	height:18px;
	padding:1px 3px;
	width: 38%;
}
select {
	height:20px;
}
option {
	padding:2px;
}
input.error, select.error, textarea.error {
	background:#ccf;
	color:#667550;
}
.input {
	text-align: left;
}
#contact_us table {
	padding: 5px 10px;
}
#questions_or_comments {
	height: 100px;
}

#within_24_hours_element, #been_here_before_element {
	height: 40px;
}

/* Services Page */


#services h3 a, #services h3 a:visited, #services h3 a:active  {
	color: #333;
}

#services h3#active a, #services h3#active a:visited, #services h3#active a:active  {
	color: #1a7451;
}

