/*dark green color is #4A8A5A*/
#hdr
{
	color: #4A8A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: left;
	margin: 0 0 0 15px;
	font-weight: bold;

}
.DKgreen	{color: #4A8A5A;}
/*DKgreen section headers with the icons---*/
.DKgreenCross
{
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4A8A5A;
	text-align: left;
	margin: 30px 75px 10px 15px;
	height: 50px;
	line-height:20px;
}
.DKgreenCross img
{
float: right;
}
.DKgreenList
{
clear: both;
}
.DKgreenList ul
{
text-align: left;
}
.DKgreenList li
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-right: 15px;	
	list-style-position: outside;
	list-style-image: url(../../images/product_icons/dgreen.gif);
}
#DKgreenCotainer
{
	width: 546px;
	margin: 0 auto;
	text-align: center;
}

/*inner DKgreen box-------*/
#DKgreenBoxTop
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/dgreen/dkgreen_top.gif) no-repeat;
	float:left;
	clear: both;
}
#DKgreenBoxMid
{
	width: 546px;
	margin: 0 auto;
	background: url(../../images/prod_borders/dgreen/dkgreen_mid.gif) repeat-y;
	clear: both;
	float:left;
}
#DKgreenBoxBottom
{
	width: 546px;
	height: 22px;
	margin: 0 auto;
 	background: url(../../images/prod_borders/dgreen/dkgreen_bottm.gif) no-repeat;
	float:left;
	clear: both;
}
#DKgreenBoxMid strong
{
color: #4A8A5A;
}

/*DKgreen quote request buttons*/
#DKgreenQuoteRqst
{
width: 546px;
text-align: left;
margin: 10px auto 0 auto;
padding: 10px 0 0 0;
}
#DKgreenQuoteRqst ul
{
list-style-type: none;
margin-left: 0;
padding: 0;
}
#DKgreenQuoteRqst li
{
line-height: 32px;
}
#DKgreenQuoteRqst a:link
{
	width:256px;
	height: 32px;
	color: #64BE88;
	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: url(../../images/prod_borders/dgreen/sick_income_up.gif) no-repeat;
}
#DKgreenQuoteRqst a:visited
{
	width:256px;
	height: 32px;
	color: #64BE88;
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: url(../../images/prod_borders/dgreen/sick_income_up.gif) no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
#DKgreenQuoteRqst a:hover
{
	width:256px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #64BE88;
	background: url(../../images/prod_borders/dgreen/sick_income_over.gif) no-repeat;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
/*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
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../../images/product_icons/tick_dgreen.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
	}
