﻿
body {
	background-color: #ffffff;
	color: #333333;
	font-family: verdana, helvetica, sans-serif, free-sans;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#container {
	position: relative;
	width: 950px;
	height: 100%;
	min-height: 200px;
	height: auto !important;
	margin: 10px auto;
	border: 1px solid #999999;
}

#header {
	position: relative;
	width: 950px;
	height: 200px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;  
}

#logo {
	position: absolute;
	top: 17px;
	left: 27px;
	width: 315px;
	height: 99px;
	background-image: url('../images/logo_white.png');
	background-repeat: no-repeat;
}

#banner {
	position: relative;
	width: 950px;
	height: 325px;
	border-top: 3px solid #ffffff;
	background-image: url('../images/banner2.jpg');
	background-repeat: no-repeat;
}

#banner-text {
	display: none;
	width: 500px;
	margin-left: 25px; 
	float: right;
}

#navbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#navbar ul {
	margin-left: 0px;
	padding: 0px;
}

#navbar li {
	display: inline;
	width: 100px;
	color: #FFFFFF;
	font-family: verdana;
	margin-left: 27px;
}

#wave {
	position: relative;
	width: 950px;
	height: 125px;
	background-image: url('../images/waves.jpg');
	background-repeat: no-repeat;
	border-top: 3px solid #ffffff;
}

#wave-text {
	position: absolute;
	top: 60px;
	left: 25px;
}

#book {
	position: absolute;
	top: 240px;
	right: 15px;
	width: 237px;
	height: 149px;
	/* background-image: url('../images/book_appointment_no_text.png'); */
	background-repeat: no-repeat;
	z-index: 1000;
}

h1.banner {
	color: #ffffff;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

h1.wave {
	color: #ffffff;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}

p.banner {
	color: #ffffff;
	margin-left: 30px;
	font-size: 22px;
}

p.contact {
	color: #ffffff;
	text-align: right;
	line-height: 135%;
	float: right;
	margin-right: 25px;
	margin-top: 23px;
}

.copyright {
	font-size: 9px;
	color: #333333;
	text-align: center;
}

a.navbar:link {
	color: #ffffff;
	text-decoration: none;
}

a.navbar:visited {
	color: #ffffff;
	text-decoration: none;
}

a.navbar:hover {
	color: #5972D7;
	text-decoration: none;
}

a.navbar:active {
	color: #ffffff;
	text-decoration: none;
}

a.landed {
	color: #5972D7;
}

#copyright {
	width: 950px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

#inner {
	padding: 25px;
	min-height: 300px;
}

fieldset {
	width: 600px;
	border: 1px solid #666666;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 30px;
}

#inner_fieldset {
	background-color: #CCCFFF;
	margin: 10px;
	padding: 10px;
}

legend {
	padding: 6px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}

td.label {
	text-align: right;
	padding: 6px;
	font-weight: bold;
}

td.input {
	text-align: left;
	padding: 6px;
}

td.submit {
	text-align: right;
	padding: 6px;
}

input {
	border: 1px solid #666666;
	border-style:inset;
}

textarea {
	border: 1px solid #666666;
	border-style:inset;
}

.small  {
	font-size: 9px;
	font-weight: normal;	
}

table.form {
	width: 450px;
}

p {
	line-height: 135%;
}

.left {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
	padding-left: 10px;
}

.red {
	color: #FF0000;
}

.form_left {
	text-align: right;
	margin-right: 10px;
}

#errors {
	width: 190px;
	height: 200px;
	float: right;
	margin-right: 20px;
	margin-top: 50px;
	border: 1px solid #cfcfcf;
	background-color: #fcfcfc;
	
}

.error{
width: 296px;
display: block;
border: 1px solid red;
background-color: #EFA4A7;
padding: 2px;
margin-top: 3px;

}
.valid{
vertical-align: bottom;
}

.no_error{
display:none;
}

input[type="text"] {
	width: 300px;
}

textarea {
	width: 300px;
}



