body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: none;
	background-color: #FFF;
}
#container {
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	width: 990px;
	height: 120px;
	position: relative;
}
#logo {
	width: 990px;
	height: 120px;
	position: absolute;
	top: 14px;
	left: 0px;
}
#logo img {
	position: absolute;
	top: 16px;
	left: 0px;
	/*width: 332px;*/
	height: 70px;
	border:none;
}
#tagLine {
	position: absolute;
	top: 60px;
	font-style: italic;
	font-size: 17px;
	color: #EE0000;
	text-align: right;
	width: 600px;
	right: 1px;
}
#nav {
	height: 22px;
	text-align: right;
	padding-top: 8px;
	color: #666;
}
#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 */
#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;
}
#mainBox {
	height: 460px;
	position: relative;
	background: #FFF;
	border: 4px solid #099;
}
#arrow {
	background-attachment: scroll;
	background-image: url(../images/arrowEE0000_615x130.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: 40px;
	left: 20px;
}
#bigPhoto img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/******************************** start of form stuff **************************/
#formBox {
	width: 325px;
	height: 418px;
	position: absolute;
	top: 20px;
	left: 635px;
	color: #000;
	background-color: #FFF;
	border: 2px solid #000;
}
#photoStrip {
	height: 175px;
	width: 590px;
	position: absolute;
	left: 20px;
	top: 265px;
	font-size: 18px;
	text-align: center;
}
#photoStrip img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#photoText {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 405px;
	top: 231px;
	line-height: 34px;
}
#seal {
	position: absolute;
	left: 404px;
	top: 103px;
	z-index: 100;
}
#sealText {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 53px;
	top: 158px;
	text-align: center;
}
#sealTextFB {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 20px;
	top: 151px;
	text-align: center;
	width: 384px;
}
.formHeadline {
	text-align: center;
	font-size: 26px;
	color: #FFF;
	background-color: #099;
	margin-bottom: 20px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.errorfields {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 250px;
	color: #C00;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin-top: -15px;
	margin-left:20px;
}
.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: 220px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #000;
	border-radius: 10px;
	-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);
	color: #FFF;
	background-color: #E00;
}
/******************************** end of form stuff **************************/

#belowPhotoText {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #099;
	text-align: center;
	width: 990px;
	padding-top: 6px;
	padding-bottom: 10px;
}
#superlativeText {
	height: 42px;
	width: 990px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: center;
}
#superlativeText img {
	margin-top: 0px;
}
#superlativeText div {
	margin-top: 0px;
}
.mainLeft {
	width: 278px;
	height: 80px;
	margin-top: 20px;
	float: left;
	padding: 10px;
	background-attachment: scroll;
	background-image: url(../images/hand1clear_293x100.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 4px solid #CCC;
}
.featureBox {
	padding-bottom: 25px;
	border: 4px solid #009999;
	vertical-align: top;
	overflow: hidden;
	background: #FFF;
}
.mainCenter {
	width: 278px;
	height: 80px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	background-attachment: scroll;
	background-image: url(../images/hand2clear_293x100.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 4px solid #CCC;
}
.mainRight {
	width: 278px;
	height: 80px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	background-attachment: scroll;
	background-image: url(../images/hand3clear_293x100.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 4px solid #CCC;
}
#bottomBox {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	color: #000;
}
.redBoldType {
	font-weight: bolder;
	color: #ea0707;
}
#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 {
	position: relative;
	min-height: 400px;
	margin-top: 0px;
	padding: 20px;
	border: 4px solid #099;
}
/*.testimonialText {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}*/
.testimonialByline {
	text-align: right;
	display: block;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #EA0707;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.boldType {
	font-weight: bolder;
	color: #000;
}
#footer {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #099;
	line-height: 150%;
}
#footer a {
	color: #333;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 0 10px 0 6px;
	white-space: nowrap;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
#footer a:last-child {border: none;}
h1, h2, h3 {color: #000;}
#bigBox h1, #bigBox h2, #bigBox h3 {color: #000;}

.checkMark {
	list-style-image: url(../images/checkMark20x19.png);
	line-height: 30px;
}
.subheads {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 36px;
}
.testimonials {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
}
.byLine {
	float: right;
}
.rotatingPhoto {
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
}
