body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center 80px;
	background-attachment: fixed;
	background-color: #AFC0B6;
}
#container {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	width: 1000px;
	height: 90px;
	position: relative;
	/*-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	box-shadow: 4px 4px 4px rgba(0,0,0,.7);*/
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
#logo {
	position: absolute;
	top: 16px;
	left: 32px;
}
#logo img {
	border:none;
}
#tagLine {
	position: absolute;
	top: 35px;
	left: 420px;
	font-style: italic;
	font-size: 24px;
	color: #C00;
}
#phoneNumbers {
	position: absolute;
	top: 40px;
	right: 33px;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
}
#nav {
	height: 22px;
	text-align: right;
	padding-top: 8px;
	color: #333;
}
#nav a {
	text-decoration: none;
	color: #333;
}
#nav a:hover {
	color: #999;
	text-decoration: none;
}
/* note: this mainBox is NOT built to stretch. All boxes within are of fixed dimensions and absolutely positioned to the #mainBox */
#mainBox {
	height: 460px;
	position: relative;
	background: #FFF;
	/*-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);*/
	border: thin solid #000;
}
#mainBoxTall {
	height: 580px;
	position: relative;
	background: #FFF;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.5); /*shadow stuff*/
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	border: thin solid #000;
}
#mainBoxStretchy {
	position: relative;
	background: #FFF;
	/*-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);*/
	border: thin solid #000;
	padding-top: 20px;
	padding-right: 337px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#arrow {
	background-attachment: scroll;
	background-image: url(../images/arrowRedDA2128.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 615px;
	position: relative;
	left: 20px;
	top: 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
}
#bigPhoto {
	width: 605px;
	height: 420px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.rotatingPhoto {
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
}
#photoStrip {
	height: 175px;
	width: 590px;
	position: absolute;
	left: 20px;
	top: 265px;
	font-size: 18px;
	text-align: center;
}
#photoStrip img {
	position: absolute;
	width: 590px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 18px;
	text-align: center;
}
#photoText {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 405px;
	top: 231px;
	line-height: 34px;
}
#seal {
	position: absolute;
	left: 404px;
	top: 110px;
	z-index: 100;
}
#sealText {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 53px;
	top: 158px;
	text-align: center;
}

/******************************** start of form stuff **************************/
#formBox {
	width: 300px;
	left: 677px;
	height: 418px;
	position: absolute;
	top: 20px;
	color: #000;
	background-color: #FFF;
	border: 2px solid #000;
}
.formHeadline {
	text-align: center;
	font-size: 28px;
	color: #FFF;
	background-color: #DA2128;
	margin-bottom: 20px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-weight: bold;
}
.errorfields {
	text-align: center;
	font-size: 14px;
	line-height:14px;
	width: 255px;
	color: #F00;
	font-weight:bold;
	padding: 0px 0px 6px 20px;
	margin-top:-10px;
}
.input1 {  /* text boxes normal*/
	border:1px solid #bdc7d8;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:15px;
	padding:4px;
	width: 160px;
	margin-bottom: 3px;
}
.input3 { /* select boxes */
	border:1px solid #bdc7d8;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:15px;
	padding:4px;
	width: 170px;
	margin-bottom: 3px;
}
.input4 { /* phone area code */
	border:1px solid #bdc7d8;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:15px;
	padding:4px;
	width: 50px;
}
.input5 { /* phone number */
	border:1px solid #bdc7d8;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:15px;
	padding:4px;
	width: 97px;
}
.formButton {
	width: 260px;
	height: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 30px; /* round corners stuff */
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #666;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.5); /*shadow stuff*/
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	background-attachment: scroll;
	background-image: url(../images/greenBtnBkgrdArrow.png);
	background-repeat: no-repeat;
	background-position: -39px -5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	cursor:pointer;
}
/******************************** end of form stuff **************************/

#belowPhotoText {
	width: 1000px;
	font-size: 20px;
	font-weight: bold;
	color: #D0D2D4;
	background-color: #00295A;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
}

/*
#superlativeText {
	width: 1000px;
	background-attachment: scroll;
	background-image: url(../images/superText.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 40px;
	color: #000;
}
*/

#superlativeText { /*********************** new 052015 ***************************/
	margin: 10px 0px 20px 0px;
	text-align: center;
}
#superText { /*********************** new 052015 ***************************/
	width: 30%;
	display: table-cell;
	font-family: 'Merienda One', cursive;
	font-size: 30px;
	color: #2F4F84;
	padding: 6px 12px 0px 12px;
	white-space: nowrap;
}
#servingText { /*********************** new 052015 ***************************/
	position: relative;
	top: 10px;
}
.leftLines { /*********************** new 052015 ***************************/
	width: 30%;
	display: table-cell;
	background-attachment: scroll;
	background-image: url(../images/linesBkgrd.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.rightLines { /*********************** new 052015 ***************************/
	width: 30%;
	display: table-cell;
	background-attachment: scroll;
	background-image: url(../images/linesBkgrd.png);
	background-repeat: no-repeat;
	background-position: right center;
}




.featureBox {
	padding-bottom: 25px;
	border: 4px solid #CCC;
	vertical-align: top;
	overflow: hidden;
	background: #FFF;-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.5); /*shadow stuff*/
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);
	border: thin solid #000;
}
.featureBoxL {
	width: 30%;
	display:table-cell;
	padding: 15px;
	vertical-align: top;
	background: #F5F5F5;
	border-top: 2px solid #00295A;
}
.featureBoxC {
	width: 30%;
	display:table-cell;
	padding: 15px;
	vertical-align: top;
	background: #F5F5F5;
	border-top: 2px solid #00295A;
}
.featureBoxR {
	width: 30%;
	display:table-cell;
	padding: 15px;
	vertical-align: top;
	background: #F5F5F5;
	border-top: 2px solid #00295A;
}
.redBoldType {
	font-weight: bolder;
	color: #ea0707;
}
#bottomBox {
	margin-top: 30px;
	padding: 20px;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	border: thin solid #000;
	background-attachment: scroll;
	background-image: url(../images/ts82152075_240x184.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}
#bottomRight {
	width: 260px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 20px;
}
#bottomRight a {
	text-decoration: none;
	color: #333;
	display: block;
	padding-bottom: 12px;
}
#bottomRight a:hover {
	text-decoration: underline;
	color: #333;
}
#bigBox {
	min-height: 400px;
	margin-top: 0px;
	padding: 20px;
	background: #FFF;
	/*-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.7);
	box-shadow: 4px 4px 4px rgba(0,0,0,.7);*/
	border: thin solid #000;
	position: relative;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #DA2128;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	display: block;
}
.boldType {
	font-weight: bolder;
	color: #000;
}
#footer {
	margin: 15px 0px 0px 0px;
	padding: 12px 0px 20px 0px;
	font-size: 12px;
	text-align: center;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
.checkMark {
	list-style-image: url(../images/checkMark20x19.png);
	line-height: 30px;
}
.subheads {
	font-size: 18px;
	font-weight: bold;
	color: #8D519C;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #DA2128;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00295A;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: inline;
}
.testimonialText {
	width: 690px;
}
.byLine {
	float: right;
}
.rightPic {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.noscriptphoto {
	position: absolute;
	top: 20px;
	left: 20px;
}
