@charset "utf-8";

/* Cost of Turnover Page Styles */


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #990134;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
h3 {
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-top: 30px;
	line-height: 24px;
	margin-bottom: 30px;
}
h4 {
	text-align: center;
	font-size: 14px;
	color: #990134;
	margin-top: 30px;
}

/********************* Other Styles ************************/

#cotBox {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/********************* Quote Box ************************/
.quoteBox {
	border: thin solid #cdb995;
	background-color: #F1EADA;
	padding: 15px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}
.quoteBox p {
	margin: 0px;
	padding: 0px;
}
.quoteBox a:link, .quoteBox a:visited {
	color: #990134;
	text-decoration: underline;
} 
.quoteBox a:hover, .quoteBox a:active {
	color: #5B5041;
	text-decoration: underline;
}

/********************* Large Chart Styles ************************/
#cotBox .cotCharts {
	border: thin solid #cdb995;
	background-color: #F1EADA;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	width: 87%;
}
#cotBox .cotCharts td{
	margin: 0px;
	text-align: left;
	font-size: 11px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
}
#cotBox .cotCharts .yellowRow td {
	background-color: #FFEC8B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDBE70;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chartHeading {
	font-size: 14px;
	font-weight: bold;
	color: #990134;
	text-align: center;
}

/********************* Calculation Box ************************/
#cotBox #calcBox {
	border: thin solid #cdb995;
	background-color: #F1EADA;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	color: #000000;
	line-height: 18px;
	width: 683px;
	text-align: left;
}
#cotBox #calcBox td {

}

#cotBox #calcBox p {
	margin: 0px;
	padding: 0px;
}
#cotBox #calcBox h2 {
	color: #990134;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#cotBox #calcBox .calculator {
	width: 95%;
	background-color: #F9F5EC;
	font-size: 11px;
	border: 1px solid #CDB995;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
}
#cotBox #calcBox .calculator td {
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	text-align: left;
}
#cotBox #calcBox #calculator form {
	padding: 0px;
	margin: 0px;
}
#cotBox #calcBox .calculator table {
	margin: 0px;
	padding: 0px;
}
#cotBox #calcBox .calculator .field1 {
	width: 122px;
	font-size: 11px;
}
#cotBox #calcBox .calculator .field2 {
	width: 150px;
	font-weight: bold;
}
#cotBox #calcBox .calculator .example {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 15px;
	line-height: 11px;
}

#cotBox #calcBox .calculator h5 {
	font-size: 19px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.012em;
}

#cotBox #calcBox .calculateButton {
	margin-left: 80px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background-color: #990000;
	border: 2px outset #990000;
	width: 160px;
}
#cotBox #calcBox .calculator .annualCost {
	font-size: 12px;
	font-weight: bold;
}
#cotBox #calcBox .calculator .bottomSpace {
	margin-bottom: 10px;
}

#cotBox  #calcBox  #cotNote {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#cotBox #contactBox {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}
