@charset "utf-8";
@import url("reset.css");



/*GENERAL LAYOUT*/
body {
	background-color: #32485b;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%; 
}
#page-wrap, * html #page-wrap {
    	width: 960px;
   	margin: 0 auto;

}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h1#title 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #42586c;
	padding: 0;
	margin: 44px 0 50px 25px;
	clear: both;
	float: left;
	width: 100%;
	text-shadow: 1px 1px 1px #f6f3ea;  
}
h1#home	{
	color: #42586c;
	margin: 0 0 13px 0;
	padding: 0;
}
h2 {
	color: #42586c;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #42586c;
	margin: 15px 0 6px 0;
	display: block;
	width: 100%;
}
h3.top {
	font-size: 14px;
	font-weight: bold;
	color: #42586c;
	margin: 0px 0 6px 0;
	display: block;
	width: 100%;
}
h3.home {
	font-size: 14px;
	font-weight: bold;
	color: #42586c;
	margin: 10px 0 6px 0;
}
h3.sub-col {
	margin-top: 8px;
	float: left;
	clear: both;
	width: 100%;
}
h3.sub-par {
	margin-top: 10px;
	clear: both;
	width: 100%;
}
h3.form {
	padding: 5px 0 10px;
	float: left;
	clear: both;
	width: 100%;
	display: block;
}
h4 {
	font-weight: bold;
	color: #42586c;
	font-size: 12px;
}
h4.text {
	margin-bottom: 5px;
}
h4.list {
	margin-bottom: 8px;
}
h4.list2 {
	padding-bottom: 15px;
}
h5, h6	{
	color: #42586C;
	font-weight: bold;
	padding: 0;
	font-size: 12px;
}
h5	{
	margin: 0 0 10px 0;	
}
h6	{
	margin: 15px 0 10px 0;	
}
p	 {
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	line-height: 20px;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
.inline-bold	{
	color: #42586c;
	font-weight: bold;
}
a, a:visited	{
	color: #494949;
	text-decoration: underline;
}
a:hover	{
	color: #9ea685;
	text-decoration: underline;
}
.clear	{
	clear: both;
}
.clear-h3	{
	clear: both;
	margin-bottom: 15px;
}
.float-left	{
	float: left;	
}
.float-right	{
	float: right;
}
.float-right-pad	{
	float: right;
	margin-left: 20px;
}




/*HEADER*/
#header {
    width: 960px;
    position: relative;
}
#logo-home a{
	background-image: url(layout/logo.png);
	background-repeat: no-repeat;
	width: 420px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#logo a{
	background-image: url(layout/logo.png);
	background-repeat: no-repeat;
	width: 420px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#address	{
	width: auto;
	height: auto;
	margin: 0 0 0 232px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 24px;
	z-index: 10000;
}
#address p	{
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#address a, #address a:visited	{
	color: #FFFFFF;
}
#address a:hover	{
	color: #9ba486;
}
ul#header-tabs {
	width: 336px;
	list-style: none;
	font-size: 1.1em;
	position: absolute;
	padding: 0;
	display: block;
	height: 46px;
	left: 50%;
	margin: 0 0 0 130px;
}
ul#header-tabs li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#header-tabs li a {
	float: left;
	height: 46px;
}
ul#header-tabs a	{
	text-indent: -9999px;
}
ul#header-tabs a.appt {
	width: 194px;
	height: 46px;
	background-image: url(layout/header-tabs.jpg);
	background-repeat: no-repeat;
	float: left;
}
ul#header-tabs li:hover a.appt, ul#header-tabs li a:hover.appt {
	background-position: 0 -46px;
}
ul#header-tabs a.phone {
	width: 48px;
	height: 46px;
	background-image: url(layout/header-tabs.jpg);
	background-repeat: no-repeat;
	background-position: -194px 0;
	float: left;
}
ul#header-tabs li:hover a.phone, ul#header-tabs li a:hover.phone {
	background-position: -194px -46px;
}
ul#header-tabs a.mail {
	width: 40px;
	height: 46px;
	background-image: url(layout/header-tabs.jpg);
	background-repeat: no-repeat;
	background-position: -242px 0;
	float: left;
}
ul#header-tabs li:hover a.mail, ul#header-tabs li a:hover.mail {
	background-position: -242px -46px;
}
ul#header-tabs a.drive {
	width: 54px;
	height: 46px;
	background-image: url(layout/header-tabs.jpg);
	background-repeat: no-repeat;
	background-position: -282px 0;
	float: left;
}
ul#header-tabs li:hover a.drive, ul#header-tabs li a:hover.drive {
	background-position: -282px -46px;
}





/*INTERIOR LAYOUT*/
#container	{
	background-color: #f6f3e9;
	background-image: url(layout/bkgd-main.jpg);
	margin: 0 auto;
	width: 100%;
	float: left;
	background-repeat: repeat-x;
}
#container-home	{
	background-color: #f6f3e9;
	background-image: url(layout/bkgd-home.jpg);
	margin: 0 auto;
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#content-home, #content {
	float: left;
	width: 960px;
	margin-bottom: 20px;
}
#main-content {
	margin: 0px 0 0 24px;
	min-height: 400px;
}
#main-content-home {
	margin: 8px 0 0 24px;
}
#main-content-home, #main-content {
	width: 642px;
	float: left;
	background-repeat: repeat-y;
	padding-right: 24px;
	text-align: justify;
	background-image: url(layout/content-divider.jpg);
	background-position: right top;
	color: #494949;
}
#main-content-text {
	width: 910px;
	float: left;
	background-repeat: repeat-y;
	padding: 0 24px;
	text-align: justify;
	color: #494949;
}
#main-content a, #main-content a:visited, #main-content-home a, #main-content-home a:visited, #main-content-text a, #main-content-text a:visited	{
	color: #42586c;
	text-decoration: underline;
}
#main-content a:hover, #main-content-home a:hover, #main-content-text a:hover	{
	color: #4A657E;
	text-decoration: none;
}
.content-col-left {
	width: 306px;
	float: left;
	text-align: justify;
	color: #494949;
	margin: 0px 15px 0 0;
	display: block;
}
.content-col-left-contact {
	width: 100%;
	float: left;
	text-align: justify;
	color: #494949;
	margin: 0px 15px 0 0;
	display: block;
}
.content-col-right {
	width: 306px;
	float: left;
	text-align: justify;
	color: #494949;
	margin: 0px 0 0 15px;
	display: block;
}
.content-col-right-contact {
	width: 306px;
	float: left;
	text-align: justify;
	color: #494949;
	margin: 0 0 12px 15px;
}
.content-col-right-contact-clear {
	width: 306px;
	float: left;
	text-align: justify;
	color: #494949;
	margin: 0 0 12px 15px;
	clear: both;
}
.content-col-left li, .content-col-right li	{
	display: block;
	clear: both;
	height: auto;
	background-image: url(layout/content-divider-horiz.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.content-col-left p, .content-col-right p, .content-col-right-contact p	{
	text-align: left;
	margin: 0;
	padding: 0;	
}
.content-col-left h3, .content-col-right h3, .content-col-right-contact h3	{
	margin: 0 0 5px 0;	
}
.content-col-left h3.secondary, .content-col-right h3.secondary, .content-col-right-contact h3.secondary	{
	margin: 15px 0 5px 0;	
}
.col-divider	{
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background-image: url(layout/content-divider-horiz.jpg);
	background-repeat: repeat-x;
}
.clear-divider	{
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	background-image: url(layout/content-divider-horiz.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
}
.paragraph-divider	{
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0 15px 0;
	background-image: url(layout/content-divider-horiz.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
}
#sidebar {
    min-height: 300px;
}
#sidebar a, #sidebar a:visited, #sidebar-home a, #sidebar-home a:visited	{
	color: #42586c;
	text-decoration: none;
}
#sidebar a:hover, #sidebar-home a:hover	{
	color: #4f667b;
	text-decoration: underline;
}
#sidebar-home, #sidebar {
	width: 230px;
	height: auto;
	float: right;
	margin: 0px 20px;
}



/*HOME PAGE ELEMENTS*/
#splash-home	{
	width: 960px;
	height: 382px;
	float: left;
	margin: 0;
	padding: 0;
}
#splash-01, #splash-02, #splash-03, #splash-04	{
	background-repeat: no-repeat;
	width: 960px;
	height: 382px;
	display: block;
}
#splash-01	{
	background-image: url(layout/splash-01.jpg);
}
#splash-02	{
	background-image: url(layout/splash-02.jpg);
}
#splash-03	{
	background-image: url(layout/splash-03.jpg);
}
#splash-04	{
	background-image: url(layout/splash-04.jpg);
}
#splash-01-copy, #splash-02-copy, #splash-03-copy, #splash-04-copy	{
	width: 361px;
	height: 91px;
	position: relative;
}
#splash-01-copy	{
	top: 248px;
	left: 563px;
}
#splash-02-copy	{
	top: 78px;
	left: 45px;
}
#splash-03-copy	{
	top: 238px;
	left: 563px;
}
#splash-04-copy	{
	top: 72px;
	left: 563px;
}
#splash-01-copy h3, #splash-02-copy h3, #splash-03-copy h3, #splash-04-copy h3	{
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f6f5f1;
}
#splash-01-copy p, #splash-02-copy p, #splash-03-copy p, #splash-04-copy p	{
	margin: 0;
	padding: 0;
	color: #f6f5f1;
	line-height: 17px;
	font-size: 11px;
}
#splash-01-copy a, #splash-01-copy a:visited, #splash-02-copy a, #splash-02-copy a:visited,
#splash-03-copy a, #splash-03-copy a:visited, #splash-04-copy a, #splash-04-copy a:visited	{
	color: #f6f5f1;
}
#splash-01-copy a:hover, #splash-02-copy a:hover, #splash-03-copy a:hover, #splash-04-copy a:hover	{
	color: #d6cdb7;
}




/*INTERIOR ELEMENTS*/
.int-img	{
	float: right;
	width: 328px;
	height: 234px;
	margin: 0 0 8px 15px;	
}
.int-img2	{
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;	
}
.int-img-2	{
	float: right;
	margin: 0 0 8px 15px;	
}
ul.col-A1	{
	width: 298px;
	float: left;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0 0px 13px;
	padding: 0 3px 0 2px;
}
ul.col-A1 li	{
	margin-bottom: 5px;
	line-height: 18px;
	text-align: left;
}
ul.col-B1	{
	width: 298px;
	float: left;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0 0px 13px;
	padding: 0 3px 15px 2px;
}
ul.col-B1 li	{
	margin-bottom: 5px;
	line-height: 18px;
	text-align: left;
}
ul.col-C1	{
	width: 298px;
	float: left;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0 0px 13px;
	padding: 0 3px 0px 2px;
}
ul.col-C1 li	{
	margin-bottom: 25px;
	line-height: 18px;
	text-align: left;
}
ul.col-D1	{
	width: 285px;
	float: left;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0 0px 13px;
	padding: 0 3px 15px 2px;
}
ul.col-D1 li	{
	margin-bottom: 5px;
	line-height: 18px;
	text-align: left;
}
ul.col-D2	{
	margin: 5px 0 0 10px;
}
ul.inline	{
	width: 100%;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0 10px 13px;
	padding: 0 3px 0 2px;
}
ul.inline li	{
	margin-bottom: 5px;
	line-height: 18px;
	text-align: left;
}
ul#subnav	{
	margin-bottom: 30px;
	padding: 10px 12px 10px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #e0d7c6;
	border-right: 1px solid #c1bcb4;
	border-bottom: 1px solid #c1bcb4;
	border-top: 1px solid #dad3c9;
	border-left: 1px solid #dad3c9;
}
ul#subnav li	{
	padding: 8px 0 15px 0;
	margin-bottom: 5px;
	background-image: url(layout/side-nav-divider.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	width: 100%;
}
ul#subnav li a, ul#subnav li a.active	{
	color: #42586c;	
}
ul#subnav li a:hover	{
	color: #5b748a;	
}
ul#subnav li a.active, ul#subnav li a.hover	{
	background-image: url(layout/active-arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
}
#testimonial-sb, #testimonial-sb-int	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #42586c;
	line-height: 26px;
	font-weight: normal;
}
#testimonial-sb	{
	margin: 8px 0 20px 0;
}
#testimonial-sb-int	{
	margin: 0px 0 20px 0;
	padding: 0;
}
.credit	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-top: 10px;
	display: block;
	line-height: 15px;
}




/* FORM */
.form-cell, .form-cell-req, .form-cell-multi, .form-cell2, .form-cell-req2, .form-cell-multi2, .form-cell2sm	{
	display: block;
	margin-top: 2px;
	text-align: left;
	margin-bottom: 10px;
}
.form-cell, .form-cell-req, .form-cell-multi	{
	width: 400px;
}
.form-cell2, .form-cell-req2, .form-cell-multi2	{
	width: 300px;
}
.form-cell, .form-cell-req, .form-cell2, .form-cell-req2	{
	height: 22px;
}
.form-cell-req, .form-cell-req2 {
	background-color: #FFFFCC;
}
.form-cell, .form-cell2 {
	background-color: #FFFFFF;
}
.form-cell-multi, .form-cell-multi2	{
	margin-bottom: 10px;
}
.submit-button	{
	padding: 0;
	margin: 10px 0 20px;
	border: none;
	float: left;
	width: 110px;
	height: 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(layout/submit-button-sprite.jpg);
	background-position: 0px 0px;
}
.submit-button:hover, #book-button a:hover	{
	background-position: 0px -20px;
}
.label-left	{
	margin-right: 10px;
	line-height: 22px;
}
label	{
	font-weight: bold;	
	width: 100%;
	display: block;
}
select	{
	margin: 4px 0 0 0;
	padding: 0;		
}
.form-col-span	{
	width: 100%;
	float: left;
	margin-top: 30px;
}





/*FOOTER*/
#footer {
	float: left;
	width: 100%;
	background-image: url(layout/footer-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #32485b;
	height: 200px;
}
#footer-content {
	width: 912px;
	margin: 0 auto;
	color: #e6dfcf;
	padding: 20px 24px 0;
}
#footer-content p, #footer-content p a, #footer-content p a:visited {
	color: #e6dfcf;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#footer-content p a {
	text-decoration: underline;
}
#footer-content p a:hover {
	color: #d6cdb7;
}
.footer-left	{
	float: left;	
}
.footer-right	{
	float: right;
	text-align: right;
}
#footer-sub	{
	width: 100%;
	margin-top: 10px;
	float: left;
}
#footer-sub p	{
	font-size: 10px;
	text-align: justify;
	line-height: normal;
}
#cc-pay a:link	{
	width: 125px;
	height: 25px;
	margin: 10px auto 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-image: url(layout/vsamc-01.png);
	text-indent: -9999px;
	background-position: left top;
}
#cc-pay a:hover	{
	background-image: url(layout/vsamc-01.png);
	background-repeat: no-repeat;
	background-position: left -25px;
	text-indent: -9999px:
}