.style1 {	color: #7D0145;
	font-style: italic;
}
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECBA31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr   #outerContainer {
	width: 899px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr  #contContainer {
	padding: 0px;
	margin: 0;
} 
.twoColFixLtHdr  #headContainer {
	padding: 0px;
	margin: 0;
	height: 70px;
} 
.twoColFixLtHdr #biline {
	width: 400px;
	height: 40px;
	float: left;
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #pagename {
	height: 35px;
	width: 700px;
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #7D0145;
	padding: 0px;
	letter-spacing: 5px;
}
.twoColFixLtHdr #border1 {
	padding: 0px;
	margin: 0;
	border: 5px solid #7D0145;
} 
.twoColFixLtHdr #border2 {
	padding: 0px;
	margin: 0;
	border: 8px solid #FAECB2;
} 
.twoColFixLtHdr  #bgroundImage {
	padding: 0px;
	margin: 0;
	background-image: url(../images/LeftBarBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FAECB2;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #imageArea {
	background-color: #E7D584;
	height: 180px;
	background-image: url(../images/oldbucks.jpg);
	background-repeat: no-repeat;
	background-position: 15px 35px;
}
.twoColFixLtHdr  #navBlock {
	height: 25px;
	padding-left: 205px;
	background-image: url(../images/navbg.gif);
}
.twoColFixLtHdr #sidebar1 {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 158px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #contentArea {
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.twoColFixLtHdr #footer {
	clear: both;
	background-color: #7D0145;
	margin: 0px;
	height: 25px;
	border-top-width: 8px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8EABF;
	border-right-color: #7D0145;
	border-bottom-color: #7D0145;
	border-left-color: #7D0145;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #copyright {
	padding: 0px;
	margin: 0;
} 
.twoColFixLtHdr #outerContainer #contContainer #border1 #border2 #bgroundImage #mainContent #contentArea #home_news {
	float: right;
	width: 250px;
	height: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 0px 20px 20px;
	font-style: italic;
	color: #7D0145;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7e7171;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7e7171;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7D0145;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
.bodytext a:link {
	color: #D02F75;
	text-decoration: underline;
}
.bodytext a:visited {
	color: #D02F75;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #E75C95;
	text-decoration: underline;
}
.bodytext a:active {
	color: #E75C95;
	text-decoration: underline;
}
.bodytextleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7D0145;
}
.bodytextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.productHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ECBA31;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.productHead a:link {
	color: #ECBA31;
	text-decoration: underline;
}
.productHead a:visited {
	color: #ECBA31;
	text-decoration: underline;
}
.productHead a:hover {
	color: #ECBA31;
	text-decoration: underline;
}
.productHead a:active {
	color: #ECBA31;
	text-decoration: underline;
}
.div128padding {
	margin-left: 228px;
}
.listingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-indent: 3pt;
	font-weight: normal;
}
.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	color: #000000;
}
.vertLine {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.blockheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.blockheader a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.blockheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.blockheader a:hover {
	color: #E4AC00;
	text-decoration: none;
}
.blockheader a:active {
	color: #FF0000;
	text-decoration: none;
}
.boldintro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	text-align: center;
}
.bilinetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #7D0145;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.pagenametext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #7D0145;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
}
.bigpullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: #7C0046;
	margin: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
}
.linkHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D0145;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.linkHead a:link {
	color: #7D0145;
	text-decoration: none;
}
.linkHead a:visited {
	color: #7D0145;
	text-decoration: none;
}
.linkHead a:hover {
	color: #7D0145;
	text-decoration: underline;
}
.linkHead a:active {
	color: #FF0000;
	text-decoration: none;
}




.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.text a:link {
	color: #870B33;
	text-decoration: underline;
}
.text a:visited {
	color: #870B33;
}
.text a:hover {
	color: #000000;
	font-weight: bold;
}
.text a:active {
	color: #870B33;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	text-align: center;
}
#navigation li {
	margin: 0px;
	font-size: 11px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navigation a:hover {
	color: #000000;
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
}
.leftlowertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8EABF;
	text-align: left;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FAECB2;
	background-position: center;
	line-height: 16px;
}
.footertext a:link {
	color: #FAECB2;
	text-decoration: underline;
}
.footertext a:visited {
	color: #FAECB2;
	text-decoration: underline;
}
.footertext a:hover {
	color: #FAECB2;
	text-decoration: underline;
	font-weight: bold;
}
.footertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FAECB2;
	text-decoration: underline;
	font-weight: bold;
}
.contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
}
.contactus a:link {
	font-size: 16px;
	color: #000066;
}
.contactus a:visited {
	color: #000066;
}
.dots {
	background-image: url(../css/images/dots.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.call {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.hdots {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.boxtext a:link {
	color: #000000;
	text-decoration: none;
}
.boxtext a:visited {
	color: #000000;
	text-decoration: none;
}
.boxtext a:hover {
	color: #000000;
	text-decoration: none;
}
.boxtext a:active {
	color: #000000;
	text-decoration: none;
}
.eventscalendar {
	background-image: url(../css/images/events-calendar.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.specialoffer {
	background-image: url(../css/images/special-offer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.panel {
	background-image: url(../css/images/panel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.panelc {
	background-image: url(../css/images/panel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonials {
	background-image: url(../css/images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	color: #EDCA00;
	font-size: 16px;
	line-height: 21px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
p {
	margin: 0px 0px 5px;
	padding: 0px;
}
#footer {
	clear: both;
}
