#hdr
{
	color: #FF933C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: left;
	margin: 0 0 0 15px;
	font-weight: bold;

}
/*orange section headers with the icons---*/
.orangeCross
{
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF933C;
	text-align: left;
	margin: 30px 75px 10px 15px;
	height: 50px;
	line-height:50px;
}
.orangeCross img
{
float: right;
}
.orangeList
{
clear: both;
}
.orangeList ul
{
text-align: left;
list-style-type: none;
}
.orangeList li
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position: outside;
	list-style-image: url(../../images/bullets/orange.gif);
}
#orangeCotainer
{
	width: 546px;
	margin: 0 auto;
	text-align: center;
}

/*inner orange box-------*/
#orangeBoxTop
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/orange/orange_top.gif) no-repeat;
	float:left;
	clear: both;
}
#orangeBoxMid
{
	width: 546px;
	margin: 0 auto;
	background: url(../../images/prod_borders/orange/orange_mid.gif) repeat-y;
	clear: both;
	float:left;
}
#orangeBoxBottom
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/orange/orange_bottom.gif) no-repeat;
	float:left;
	clear: both;
}
#orangeBoxMid strong
{
color: #FF933C;
}

/*orange quote request buttons*/
#orangeQuoteRqst
{
width: 546px;
text-align: left;
margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
}
#orangeQuoteRqst ul
{
list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
}
#orangeQuoteRqst li
{
line-height: 32px;
}
#orangeQuoteRqst a:link
{
	width:256px;
	height: 32px;
	color: #5C2C00;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(../../images/buttons/accident_up.gif);
	background-repeat: no-repeat;
}
#orangeQuoteRqst a:visited
{
	width:256px;
	height: 32px;
	color: #5C2C00;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(../../images/buttons/accident_up.gif);
	background-repeat: no-repeat;
}
#orangeQuoteRqst a:hover
{
	width:256px;
	height: 32px;
	color: #5C2C00;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(../../images/buttons/accident_down.gif);
	background-repeat: no-repeat;
}

#orangeQuoteRqst strong
{
color: #FF933C;
}
/*the list with the tick graphics----*/
#tickList
{
text-align:left
}
#tickList ul
{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin:0;
	text-align: left;

}
#tickList li
{
	background: url(../../images/bullets/tick.gif) no-repeat left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10;
	padding-bottom: 2px;
	padding-left: 35px;
}
