/*Page Styles*/

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #ffd86a;
	background-image: url(images/honeycombBG.png);
	background-repeat: repeat-x;
}
#pageShadow {
	background-image: url(images/pageshadow.png);
	background-repeat: no-repeat;
	width:838px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#page {
	background-image:url(images/bottomPageFill.png);
	background-repeat: repeat-y;
	width:784px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.floatLeft {
	float:left;
}
.clear {
	clear:both;
}
.mastInfoBold {
	font-size:20px;
	line-height:23px;
	font-weight:bold;
	color:#000;
	padding-top:115px;
	padding-right:33px;
	text-align:right;
}
.mastInfo {
	font-size:20px;
	line-height:23px;
	color:#5d4912;
	padding-top:20px;
	padding-right:33px;
	text-align:right;
}

/*Navigation*/

.navPrice {
	width:167px;
	height:42px;
	float:left;
	font-weight:bold;
}
a.navPrice:link, a.navPrice:visited, a.navPrice:active {
	background-image:url(images/navPriceOffOverBG.png);
	background-repeat:no-repeat;
	width:167px;
	height:42px;
	text-align:center;
	color:#FFF;
	background-position: 0px 0px;
	padding-top:11px;
	text-decoration:none;
}
a.navPrice:hover {
	background-position: 0px -53px;
	text-decoration:underline;
}
.navPriceON {
	background-image:url(images/navPrice_ON.png);
	background-repeat:no-repeat;
	width:167px;
	height:42px;
	text-align:center;
	color:#000;
	background-position: 0px 0px;
	padding-top:11px;
	text-decoration:none;
	float:left;
	font-weight:bold;
}

.navOption {
	width:119px;
	height:42px;
	float:left;
	font-weight:bold;
}
a.navOption:link, a.navOption:visited, a.navOption:active {
	background-image:url(images/navOffOverBG.png);
	background-repeat:no-repeat;
	width:119px;
	height:42px;
	text-align:center;
	color:#5d4912;
	background-position: 0px 0px;
	padding-top:11px;
	text-decoration:none;
}
a.navOption:hover {
	background-position: 0px -53px;
	text-decoration:underline;
}
.navOptionON {
	background-image:url(images/navON.png);
	background-repeat:no-repeat;
	width:119px;
	height:42px;
	text-align:center;
	color:#000;
	background-position: 0px 0px;
	padding-top:11px;
	text-decoration:none;
	float:left;
	font-weight:bold;
}

.bottomNav {
	color:#905501;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

a:link, a:visited, a:active {
	color:#905501;
	text-decoration:none;
}
a:hover {
	color:#630;
	text-decoration:underline;
}
a.orange:link, a.orange:visited, a.orange:active {
	color:#c27514;
	text-decoration:underline;
}
a.orange:hover {
	color:#f7941d;
	text-decoration:underline;
}
.underline {
	text-decoration:underline;
}

/*Content Styles*/

h1 {
	font-size:30px;
	font-weight:bold;
	color:#f7941d;
	margin:0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#23231f;
	margin:0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#c27514;
	margin:0px;
}
p {
	font-size:13px;
	color:#333;
}
ul {
	margin:0px;
	padding:5px 15px 5px 15px;
}
li {
	padding-bottom:12px;
}
.bulletText {
	font-size:15px;
	line-height:15px;
}
.callout {
	font-size:16px;
	color:#c27514;
	font-weight:bold;
	width:200px;
	padding:15px;
	background-color:#FFC;
	border: 1px dashed #FACA2A;
	text-align:center;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.callTable {
	background-color: #FFC;
	border: 1px dashed #FACA2A;
}
.splittable {
	font-size:13px;
	background-color:#ffffcc;
}
.splittableVertLine {
	font-size:13px;
	background-color:#ffffcc;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FACA2A;
}
.splittable2 {
	font-size:13px;
	background-color: #fffde9;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FACA2A;
}
.SlitHeads {
	font-size:16px;
	font-weight:bold;
	color:#c27514;
	padding-bottom:5px;
}
.tableHorizLines {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FACA2A;
}
.reviewQuotes {
	font-size:34px;
	color:#f7941d;
	font-weight:bold;	
}
.question {
	font-size:15px;
	color:#5d4912;
	font-weight:bold;
}
.answer {
	padding-left:30px;
	padding-right:30px;
}
.quoteLabels {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}
.quoteInputs {
	font-size:12px;
	line-height:12px;
}
.quoteforminputs {
	width:150px;
}
.formzeromarginpad {
	margin:0px;
	padding:0px;
}



