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

/***** Links *****/

a {
  text-decoration: none;
  color: #BB6149;
  border-bottom: 1px;
}

a:hover {text-decoration: none; color: #877166;}

/***** Main Layout ****/


.HEADcontainer {
	width: 850px;
	height: 251px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.NAVcontainer {
	width: 850px;
	height: 321px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.AltNAVcontainer {
	width: 850px;
	height: 500px;
	background-image: url(images/alt-navigation.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#wrapper {
	width: 850px;
	text-align: left;/* center the page in Firefox */
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 539;
}


/**** Navigation ****/

#mainNav {
	display: block;
	float: left;
	width: 220px;
	text-align: left;
	color: #362F2D;
	height: 185px;
	margin-left: 58px;
	background-image: url(images/navbkgrnd.jpg);
}

#mainNav td {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainNav a {
	text-decoration: none;
	color: #362f2d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#mainNav a:hover {
	color: #362f2d;
	background-color: #DEC097;
}



/***** Footer *****/

#footerContainer {
	float: left;
	clear: both;
	width: 850px;
	height: 82px;
	font-size: 80%;
	color: #6C574F;
	background-color: #FAF7F2;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footerContents {
	display: none;
	float: right;
	width: 635px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #efe9e6;
	margin-top: 33px;
	margin-left: 325px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}


/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
	font: 1em arial, helvetica, sans-serif;
	background-color: #efe9e6;
	border: 1px solid #443833;
	line-height: 1.25em;
	padding: 0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
  background-color: #BDADA6;
}

label {cursor: pointer;}

.errormsg {
	display: block;
	width: 90%;
	color: #333;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

input.button {
	background: url(images/button.jpg) repeat-x center;
	color: #333;
	padding: 0 7px;
	height: 23px;
	border: 1px solid #302723;
	cursor: pointer;
}

/**** Text Class ****/

.readMore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #877166;
	text-align: right;
}

.readMore a {
	color: #877166;
}

.readMore a:hover {
	color: #BB6149;

}

.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #433832;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.UniqueQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #993300;
	font-style: oblique;
	font-weight: bold;
}

.CallToday {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-style: normal;
	font-weight: bold;
}


.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #433832;
	font-style: normal;
	font-weight: bold;
}


.TXTcontent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.captions {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4F443A;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}


.footer {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 9px;
	color: #534741;
	margin-top: 23px;
	margin-left: 68px;
	line-height: 14px;
}

.footer a {color: #866B62;}

.footer a:hover {border-bottom: 1px dotted #866B62;}

/* ID Styles */

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c66a1c;
	}
	
#navigation a {
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#d5edb3;
	background-color: #c66a1c;
	}
