@charset "utf-8";

/* GENERAL */
body {
	background-image: url(images/zacco_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", serif;
	/*font-size: 13px;*/
	font-size: 14px;
}
td {
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman";
	/*font-size: 13px;*/
	font-size: 14px;
}
.bodyBGColor {
	background-color: #5f0013;
}
.mainContainerColor {
	background-color: #FFFFFF;
}
h1 {
	background-image: url(images/scale_header.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	font-size: 20px; 
	color: #5f0013; 
	height: 34px; 
	padding: 10px 0 0 30px;
}
#welcomeHTag {
	background-image: url(images/scale_gr.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	font-size: 17px; 
	color: #5f0013; 
	text-align: left;
	height: 85px; 
	padding-top: 27px;
}
p {
	/*font-size: 13px;*/
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #5f0013;
	text-decoration: underline;
}

/* TOP HEADER NAV */
#topHeaderNav {
	background-image: url(images/header_top.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 772px; 
	height: 19px; 
	/*font-size: 10px; */
	font-size: 11px;
	text-align: right; 
	padding: 15px 7px 0 0;
}

/* HEADER CONTAINER */
.headerContainer {
	background-image: url(images/zacco_header.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 779px; 
	height: 164px; 
	font-family: 'Times New Roman', Times, serif; 
	font-size: 13px;
}
.headerAddress {
	width: 320px; 
	float: left; 
	text-align: center; 
	padding: 0 0 0 180px; 
	margin-right: 80px;
}
.headerPhoneNumber {
	font-size: 15px; 
	padding-top: 12px;
}
.headerPhoneNumber2 { 
	text-align:center;
}

/* NAVIGATION */
.navBG {
	background-image: url(images/nav_bg.jpg); 
	background-position: top left;
	 background-repeat: no-repeat;
}
#button {
	width: 168px;
	padding: 0 0 0 0;
	margin: 0 0 0 9px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#button ul {
	list-style: none;
	margin: 85px 0 0 0;
	padding: 0;
}
		
#button li {
	margin: 0;
	padding: 0;
	background-image: url(images/button_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	height: 24px;
	margin-bottom: 10px;
	text-align: right;
}
#button li a {
	display: block;
	/*padding: 3px 30px 4px 0;*/
	height: 24px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	color: #5f0013;
	text-decoration: underline;
}

/* SCHEDULE CONTAINER */
.scheduleContainer {
	/*font-size: 10px;*/
	font-size: 11px;
	color: #FFFFFF; 
	margin-top: 45px;
}
.scheduleText {
	float: left;
	width: 70px; 
	line-height: 13px;
	margin-left: 10px;
}
.scheduleButton {
	float: left;
	padding-left: 15px;
}

/* HOME CONTAINER */
.homeContainerBG {
	background-image: url(images/home_bg.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
}
.homeContainer {
	padding: 20px;
}
.welcomeStatement {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 15px; 
	padding-top: 7px;
}

/* MAIN CONTAINER */
.mainContainer {
	background-image: url(images/main_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 20px;
}

/* LIST */
#listBG {
	background-image: url(images/lakeeola_bg.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}
#button2 {
	width: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", serif;
	/*font-size: 12px;*/
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
#button2 ul {
	list-style: none;
	margin: 45px 0 0 0;
	padding: 0;
	border-top: 1px solid #d3c3c6;
}
		
#button2 li {
	margin: 0;
	border-bottom: 1px solid #d3c3c6;
	background-image: url(images/arrow.gif);
	background-position: 8px left;
	background-repeat: no-repeat;
	padding: 4px 0 4px 15px;
}
#button2 li a {
	display: block;
	padding: 3px 30px 4px 0;
	margin-bottom: 10px;
	background-image: url(images/button_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	width: 100%;
}

html>body #button2 li a {
	width: auto;
}

#button2 li a:hover {
	background-image: url(images/button_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #5f0013;
	text-decoration: underline;
}

/* SERVICES */
ul.zacco {
	list-style: none;
	padding: 0;
}
ul.zacco li {
	margin: 0;
	background-image: url(images/arrow.gif);
	background-position: 8px left;
	background-repeat: no-repeat;
	padding: 4px 0 4px 15px;
}

/* OUR LOCATION */
.locationContainer {
	border: 1px solid #d3c3c6;
	font-weight: bold;
	padding: 10px;
	width: 50%;
}
.locationAddress {
	font-weight: normal;
	margin: 3px 3px 3px 20px;
}

/* FOOTER CONTAINER */
.footerContainer {
	/*font-size: 9px; */
	font-size: 11px;
	color: #FFFFFF; 
	padding: 5px 18px;
}
.footerContainer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerContainer a:hover {
	color: #FF000000;
	text-decoration: underline;
}
.footerLeft {
	float: left;
}
.footerRight {
	text-align: right;
}
/*** FORMS PAGES - REQUEST INFO & VISIT US ***/
.contactInfo {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", serif;
	/*font-size: 12px;*/
	font-size: 14px;
	font-weight: normal;
}
.creditPosition {
	text-align:right; 
	font-family:Times New Roman, Times, serif; 
	color:#a47649; 
	margin-right:40px; 
	font-style:italic;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #f8f8f8;
}
.contactContainerHColor {
	background-color: #C9C9C9;
}
.contactCopy {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", serif;
	/*font-size: 12px;*/
	font-size: 14px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #008349;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}