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

/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* Layout */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fbf6e0 url(images/bg.jpg) top center repeat-x;
	color: #0f323e;
	font-family: "Gill Sans", Tahoma, sans-serif;
	font-size: 17px;
	line-height: 19px;
}

html { 
	min-width: 900px;
	 }
	 
	 
div#wrapper	{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;

	}

div#headercontainer{
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 130px;
	z-index: 1;

}

div#headercontainer a{
	border: none;
}

div#header {
	height: 70px;
	width: 900px;
	padding: 30px 0 0 0;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;

	}
	

div#content {
	position: relative;
	float: left;
	margin: 15px 10px 0 0;
	width: 555px;
	padding: 10px 10px 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #366066;
	background-color: #B3BFB5;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	}

* html div#content {
	width: 555px; 
	w\idth: 533px;
	}

div#sidebar	{
	position: relative;
	float: left;
	margin: 15px 10px 0 10px;
	width: 275px;
	padding: 6px 8px 0 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #3b6168;
	border: 1px solid #366066;
	}
	
div#footer {
	margin: 10px 0 0 0;
	color: #fbf6e0;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
	position: relative;
	float: left;
	padding: 10px 0 0 0;

	}
	
div#footer p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#footer a {
	color: #fbf6e0;
	text-decoration: none;
}

div#footer a:hover {
	border-bottom: 1px solid #fbf6e0;
	text-decoration: none;
}

/* Nav */

.nav {
	width: 900px;
	height: 44px;
	background: url(images/nav.gif) no-repeat;
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 1;
	text-align: left;
	padding: 0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		width: 100px;
		left:17px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(images/nav.gif) no-repeat -17px -45px;
	}
	.nav .home a:active {
		background: url(images/nav.gif) no-repeat -17px -90px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/nav.gif) no-repeat -17px -135px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		width: 100px;
		height: 44px;
		left: 17px;
		background: url(images/nav.gif) no-repeat -17px -45px;
	}
	.nav-home-click {
		background: url(images/nav.gif) no-repeat -17px -90px;
	}



	.nav .about a:link, .nav .about a:visited {
		left: 117px;
		width: 116px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(images/nav.gif) no-repeat -117px -45px;
	}
	.nav .about a:active {
		background: url(images/nav.gif) no-repeat -117px -90px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(images/nav.gif) no-repeat -117px -135px;
		cursor: default;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		left: 117px;
		width: 116px;
		height: 44px;
		background: url(images/nav.gif) no-repeat -117px -45px;
	}
	.nav-about-click {
		background: url(images/nav.gif) no-repeat -117px -90px;
	}



	.nav .services a:link, .nav .services a:visited {
		left: 233px;
		width: 137px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(images/nav.gif) no-repeat -233px -45px;
	}
	.nav .services a:active {
		background: url(images/nav.gif) no-repeat -233px -90px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(images/nav.gif) no-repeat -233px -135px;
		cursor: default;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 233px;
		width: 137px;
		height: 44px;
		background: url(images/nav.gif) no-repeat -233px -45px;
	}
	.nav-services-click {
		background: url(images/nav.gif) no-repeat -233px -135px;
	}


	
	.nav .contact a:link, .nav .contact a:visited {
		left: 371px;
		width: 159px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(images/nav.gif) no-repeat -371px -45px;
	}
	.nav .contact a:active {
		background: url(images/nav.gif) no-repeat -371px -90px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/nav.gif) no-repeat -371px -135px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 371px;
		width: 159px;
		height: 44px;
		background: url(images/nav.gif) no-repeat -371px -45px;
	}
	.nav-contact-click {
		background: url(images/nav.gif) no-repeat -371px -90px;
	}

	.nav .appointment a:link, .nav .appointment a:visited {
		left: 530px;
		width: 352px;
	}
	.nav .appointment a:hover, .nav .appointment a:focus {
		background: url(images/nav.gif) no-repeat -530px -45px;
	}
	.nav .appointment a:active {
		background: url(images/nav.gif) no-repeat -530px -90px;
	}
	.current-appointment .appointment a:link, .current-appointment .appointment a:visited {
		background: url(images/nav.gif) no-repeat -530px -135px;
		cursor: default;
	}
	.nav-appointment, .nav-appointment-click {
		position: absolute;
		top: 0;
		left: 530px;
		width: 352px;
		height: 44px;
		background: url(images/nav.gif) no-repeat -530px -45px;
	}
	.nav-appointment-click {
		background: url(images/nav.gif) no-repeat -530px -90px;
	}


	

/* Sidebar */
div#sidebar p, div#sidebar ul, div#sidebar h2, div#sidebar h3 {
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	color: #c9d0c1;
	}
	
body div#sidebar h2 {
	font-family: Courier, "Courier New", "Andale Mono", monospace;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 3px;
	color: #fbf6e0;
	text-decoration: underline;
	border: none;
	}
	
body div#sidebar h2 a {
		font-family: Courier, "Courier New", "Andale Mono", monospace;
		text-decoration: underline;
		color: #a4caca;
	}
	
body div#sidebar h2 a:hover {
		font-family: Courier, "Courier New", "Andale Mono", monospace;
		text-decoration: none;
		color: #a4caca;
		border-bottom: none;
	}	

div#sidebar ul li {
	font-size: 13px;
	letter-spacing: 2px;
	}

div#sidebar dd p {
	margin: -5px 0 0 0;
	}

div#sidebar dt+dd {
	margin: -5px 0 0 0;
	}
	
div#sidebar .box {
	background: #547b81;
	border: 1px solid #689096;
	padding: 5px 0 3px 0;
	margin-bottom: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
}

div#sidebar #logos, div#sidebar #specials {
	text-align: center;
}



div#sidebar #photo {
	text-align: center;
}

div#sidebar p {
	font-size: 14px;
	line-height: 16px;
}

div#sidebar h1 {
	font-family: "Courier New", Courier, "Andale Mono", monospace;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #fbf6e0;
	text-align: center;
	text-transform:uppercase;
}

div#sidebar a {
	color: #a4caca;
}

div#sidebar a:hover {
	border-bottom: 1px solid #fbf6e0;
}

div#sidebar #logos a:hover, div#sidebar #specials{
	border-bottom: none;
}

div#sidebar #specials img {
	padding: 10px;
	display: block;
	margin: 0 auto;
}



/* Page Styles */
p {
	padding: 0 0 10px 0;
	text-align: left;
	
}



ul {
	color: #24717f;
	margin: 0 0 15px 5px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	text-align: left;
}

ul li {
	margin: 0 0 0 20px;
	color: #0f323e;
	font-size: 17px;
	line-height: 19px;
	text-align: left;
}

ul li ul {
	margin: 0 0 0 20px;


}

a {
	color: #24717f;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

a:hover.noborder {
	border-bottom: none;
}

h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	padding: 0 0 20px 0;
	text-align: left;
}

h2 {
	font-family: "Gill Sans",  Tahoma, sans-serif;
	color: #24717f;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding-top: 5px;
}

h1 {
	font-size: 23px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	font-family: "Courier New", Courier, "Andale Mono", monospace;
	text-transform:uppercase;
}

h1 a{
	font-family: "Courier New", Courier, "Andale Mono", monospace;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
h1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	
}

p, ul, li, ol, h3, h4, a, label, input {
	font-family: "Gill Sans",  Tahoma, sans-serif;
}

.check {
	position: relative;
	float: left;
	padding: 0 20px 20px 0;
}

/* Form Styles */
form fieldset {
	text-align: left;
}

.textbox {
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	border: 1px solid #434343;
 }
 
 .textboxSM {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	border: 1px solid #434343;
 }
 
 .textarea {
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #333333;

	border: 1px solid #434343;
}

form ul li {
	list-style-type: none;
	margin: 0 0 6px 0;
	font-size: 14px;
}

form fieldset label {
	width: 100px;
	display:inline-block;
	padding: 2px;
	font-size: 13px;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.button {
	margin: 10px;
	padding: 2px 5px;
	background-color: #E9E9E9;
	font-weight: 700;
	border: 1px solid #434343;
}

label.error {
	color: red;
	margin-left: 5px;
	width: 150px;
}

div.error { display: none; }

input.error { border: 1px solid red; }
input:focus { border: 1px solid #434343;} 
textarea.error {border: 1px solid red}

fieldset p {
	list-style: none;
	padding: 4px;
	margin: 0;
}

.checklabel, div#confmethod label {
	width: 450px;
	vertical-align: middle;
}

div#servicesreq p {
	margin: 0 0 1px 0;
	padding: 0;
}

#ccomment {
	height: 265px;
}
