@charset "utf-8";
/* CSS Document */

.transform {
	text-transform:uppercase;
}

.businessname {
	color: #003;
	font-weight:bold;
}

#siteMessage {
	width:80%;	
	margin: 0px;
	padding:2px 5px 2px 5px;
	color: #fff;
	background: #003;
	font-weight:bold;
	font-size:1em;
	min-height:19px;
	}

#siteMessage a {
	text-decoration: none;
	color:#ff0;
	font-size:1em;
	font-weight:bold;	
	}	
	
#siteMessage a:hover {	
	color: #fff;
	font-weight:bold;
	font-size:1em;
	}		

	
#siteNavTree {
	width:80%;	
	margin: 0px;
	color:  #003;
	background:#fff;
	font-size:.95em;
	font-weight:bold;
	
}

#siteNavTree a {
	text-decoration: none;
	color:#003;
	font-size:.95em;
	font-weight:bold;	
}	
	
#siteNavTree a:hover {	
	color: #900;
	font-weight:bold;
	font-size:.95em;
}
.cNavTree {
	color:  #003;
	font-size:.95em;
	font-weight:bold;

}

#siteErrMessage {
	width:80%;	
	margin: 0px;
	padding:2px 5px 2px 5px;
	color: #F00;
	background: #FFF;
	font-weight:bold;
	font-size:.9em;
	min-height:15px;
}

#siteKeyGroups a {
	text-decoration:none;
	color: #000099;
	font-size:.8em;
}

#siteKeyGroups th {
	color: #000099;
	font-size:.9em;
	font-weight:bold;
}
#siteKeyGroups a:hover {
	color:#990000;
}

#search input {
	
	font-size:.8em;
	}
.searchtitle {
	font-weight:bold;
	padding-left: 2em;
}
.searchoptions {
	font-weight:bold;
	font-size:1em;
	text-align:left;
	padding-right: 2em;
	background-color:# CCC;
}

#contentlist {
	min-width:500px;
	margin-right:200px;
	background:#fff;
	color:#000;	
}

.contentlistbox {
	background:#fff;
	color:#000;
	padding:0px 5px 5px 5px;
	border-bottom: #CCC groove;
	margin-bottom: 5px;
	
	}
.contentpromotion {
	background:#fff;
	color:#000;
	padding:0px 5px 5px 5px;
	border-bottom: #CCC groove;
	margin-bottom: 5px;
	width:650px;
	}	
	
#contentlist a {
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	color:#000099;
}
	
#contentlist h1 {
	font-size:1.em;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 2px 0px;
	border-bottom:#003 medium;
}

.contentlistbox h2 {
	font-size:.9em;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 12px;
	border-bottom:#003 medium;
}

.contentlistbox h3 {
	font-size:.9em;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 12px;
	border-bottom:#003 medium;
}

.contentlistbox h4 {
	font-size:.9em;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	
}

.contentlistbox img {
	float:right;
	max-width:325px;
	padding: 0px 0px 0px 5px;
	border:0px solid #CCC;
	
}

#memberhelp {
	font-size:.8em;
	font-weight:normal;
	width:600px;
	}	
#memberhelp ul {
	font-size:1em;
	margin-top: 0px;
	margin-bottom: 10px;	
	
	margin-left: 20px;
	list-style:disc;
	}
	
#memberhelp li {
	font-size:1em;
	font-weight:normal;
	margin-left: 20px;
	}
	
#memberhelp p {
	font-size:.9em;
	width:100%;
	font-weight:normal;
	margin-left: 20px;
	}	

#memberhelp h2 {
	background:none;
	font-size:1.1em;
	width:100%;
	color:#900;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
}

#memberhelp h3 {
	font-size:1.1em;
	width:100%;
	color:#900;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	border-bottom:#003 medium;
}

#memberhelp h4 {
	font-size:1em;
	font-weight:bold;
	margin: 15px 2px 2px 2px;
	padding: 2px 2px 2px 0px;
	
}
/* Styles added for Coupon Printing */
.expirationfont {
	font-size:.7em;
	}

#LayerCoupon {
	position:absolute;
	z-index:1;
	top:340px;
	left:300px;	
	
}
#LayerText {
	position:absolute;
	width:550px;
	z-index:2;
	top:365px;
	left:340px;	
}
#LayerAddress {
	position:absolute;

	z-index:2;
	top:440px;
	left:340px;	
}
#LayerTownOOGLE {
	position:absolute;
	z-index:2;
	top:440px;
	left:565px;
}
