body{
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	color: #126659;
	width: 100%;
	max-width:480px; 
    text-align: center;
}
.bodyContent{
    width: 90%;
    text-align: center;
    margin-left:5%;
}
/*General Section*/
.footer{
	padding: 5px;
	background-color: #e7debd;
/*	border:1px solid #333; */
}
.footer a{
	color: #612a75;
}
.title{
	font-size:12pt;
	color: #f00;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin:0px;
}
.description{
	font-size: 10pt;
	width: 100%;
	text-align: center;
}
.promotion{
	border:1px solid #333; 
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	min-height:30px;
	font-size:14pt;
}
.promotion a{
	color: #612a75;
	text-decoration: none;
	width: 100%;
	display: block;
	padding-top:6px;
}

.content{
	border:1px solid #333; 
	width: 100%;
	padding-top:5px;
	overflow: hidden;
	text-align: center;
}

.childContent{
/*	border:1px solid #333; */
	background-color:#eee;
	width: 90%;
	overflow: hidden;
	margin:auto;
}

.linkItem {
	border:1px solid #333; 
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	min-height:30px;
	font-size:14pt;
}
.linkItem a{
	color: #612a75;
	text-decoration: none;
	width: 100%;
	display: block;
	padding-top:6px;
}
.mapImage{
	width: 90%;
/*	border:2px solid #333;*/
	margin:auto;
	
}
/* Form Section */
form{
	width:100%;
	margin:0px;
}
.form{
	width: 100%;
	border: 1px solid #333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0px;
}
.formField{
	font-weight: bold;
	width: 100%;
}
.formInput{
	margin-bottom: 3px;
}
.formSubmit{
	width: 95%;
	display: inline-block;
	font-size: 14pt;
	text-align:center;
	background-color:#fff;
	border:1px solid #333;
	margin-top:5px;
	margin-bottom:5px;
	min-height:30px;
	color: #612a75;
}

/*Item List Section*/
.listItem{
	width: 100%;
	font-size: 12pt;
	margin:0px;
	display: inline-block; 
/*	display: block; */

	min-height: 30px;
	border:1px solid #333;
	border-width:1px 0px 0px 0px;
}
.listItem *{
	display: block;
	text-decoration: none;
	color: #126659;
	height:100%;
	padding-top: 7px;
}
.listItem span{
	display:inline;
}
.listItem br{
	font-size:5px;
}
.listItem .largeContent{
	margin-top: 5px;
	margin-bottom: 5px;
}
.listItemStart{
	border-width: 0px 0px 0px 0px;
}
.primeItem *{
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}
.featuredItem *{
	color: #126659;
	font-weight: bold;
	text-decoration: none;
}


/*Image Section*/
img.headerBanner{
	width:100%;
	height:auto;
	text-decoration: none;
	border: 0px solid #333;
	margin-bottom:0px;
}
img.featureImage{
	width: 100%;
	height:auto;
	text-decoration: none;
	border: 0px solid #333;
	margin-top:-5px;
}
img.productImage{
	width: 100%;
	height:auto;
	text-decoration: none;
	border: 0px solid #333;
	position:relative;
}
