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

}
/*green section headers with the icons---*/
.greenCross
{
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #63BD8C;
	text-align: left;
	margin: 30px 75px 10px 15px;
	height: 50px;
	line-height:50px;
}
.greenCross img
{
float: right;
}
.greenList
{
clear: both;
}
.greenList ul
{
text-align: left;
}
.greenList li
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position: outside;
	list-style-image: url(../../images/product_icons/greenar.gif);
}
#greenCotainer
{
	width: 546px;
	margin: 0 auto;
	text-align: center;
}

/*inner green box-------*/
#greenBoxTop
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/green/green_top.gif) no-repeat;
	float:left;
	clear: both;
}
#greenBoxMid
{
	width: 546px;
	margin: 0 auto;
	background: url(../../images/prod_borders/green/green_mid.gif) repeat-y;
	clear: both;
	float:left;
}
#greenBoxBottom
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/green/green_bottom.gif) no-repeat;
	float:left;
	clear: both;
}
#greenBoxMid strong
{
color: #63BD8C;
}

/*green quote request buttons*/
#grennQuoteRqst
{
width: 546px;
text-align: left;
margin: 10px auto 0 auto;
padding: 10px 0 0 0;
}
#grennQuoteRqst ul
{
list-style-type: none;
margin-left: 0;
padding: 0;
}
#grennQuoteRqst li
{
line-height: 32px;
}
#grennQuoteRqst a:link
{
	width:256px;
	height: 32px;
	color: #325C3C;
	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/product_icons/accident_down.gif);
	background-repeat: no-repeat;
}
#grennQuoteRqst a:visited
{
	width:256px;
	height: 32px;
	color: #325C3C;
	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/product_icons/accident_down.gif);
	background-repeat: no-repeat;
}
#grennQuoteRqst a:hover
{
	width:256px;
	height: 32px;
	color: #325C3C;
	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/product_icons/accident_up.gif);
	background-repeat: no-repeat;
}


/*the list with the tick graphics----image height set at 51% as it is visiually more appealing and looks right*/
#tickList
{
text-align:left
}
#tickList ul
{
list-style-type: none;
padding: 0 0 0 15px;
margin:0;
}
#tickList li
{
	background: url(../../images/product_icons/tick_green.gif) no-repeat left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10;
	padding-bottom: 2px;
	padding-left: 35px;
}
