﻿
body {
	background-color: #ffffff;
	background-image: url('../images/texture7108066.jpg');
	margin: 0px;	
}

#mainTable {
	background-color: #ffffff;
	border: 3px #5B8728 solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-top: 6px;
	width: 950px;
}

.mediumText {
	font-family: Tahoma;
	font-size: 12px;
}

.smallText {
	font-family: Tahoma;
	font-size: 11px;
}

.smallText2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #5B8728;
}

.smallText3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #97171A;
}

.smallHeadingA 
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #97171A;
}

.smallHeadingB {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5B8728;
}
.navbg {
	height: 24px;
	background: url('../images/redslice.jpg') left repeat middle;
	padding: 0px;
}

#nav, #nav ul { 
	padding: 0px; 
	margin: 0px; 
	list-style: none; 
} 

#nav a {
	display: block;
	text-decoration: none;
	font-family: Calibri,Tahoma;
	font-weight:bold; 
	font-size: 10pt; 
	text-align: center;
	color: #FFFFFF;	
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url('../images/green_button_repeat.jpg') left repeat-x middle;
}

#nav a.firstMenuItem {
	background: url('../images/green_button.jpg') left repeat-x middle;
}

#nav a:hover {
	background: url('../images/redslice.jpg') left repeat-x middle;
}

#nav li li a {
	background: url('../images/green_button.jpg') left repeat-x middle;
}

#nav li li a:hover {
	background: url('../images/redslice.jpg') left repeat-x middle;
}
	
#nav li { 
	float: left; 
	width: 100px; 
}

#nav li li { 
	float: left; 
	width: 100px; 
	border-bottom: solid 1px white;
}

#nav li ul { position: absolute; width: 100px; left: -999em; } 
#nav li:hover ul, #nav li.sfhover ul { left: auto; background-color: #97171A; border: solid 1px white; }
#nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover { 
	left: auto; 
	background-color: #97171A;
}

.slogan {
	font-family: "Monotype Corsiva";
	font-size: large;
	color: #97171A;
}

a.footerLink {
	font-family: Calibri,Tahoma;
	color: #ffffff;
	background: url('../images/footer_link.gif') no-repeat left middle;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration:none;
	font-size: 12px;
}

a.footerLink:hover {
	font-family: Calibri,Tahoma;
	color: #ffffff;
	background: url('../images/footer_link_over.gif') no-repeat left middle;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration:none;
	font-size: 12px;
}

.bizAddress {
	font-size: x-small;
	text-align: center;
}

.popup a.view {
	text-decoration: none;
	vertical-align:super;
	font-size:medium;
	font-weight: normal;
	color: black;
	z-index: auto;
}

.popup a:hover {
	text-decoration: none;
	position: relative;
	color: black;
}

.popup a .image-wrapper {
	display: none;
}

.popup a:hover .image-wrapper {
	display: block;
	position: absolute;
	left: 25px;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.popup a:hover .thumb {
	display: block;
	border: 0px black none;
}


