
#body_content
{

 padding-top: 11px;

}
.panel
{
width:300px;
float:left;

}

.center

{
padding: 0 30px;	
}

.panel h2
{
 margin-bottom:12px;	
}

.panel ul
{
padding:0;
margin:0;
padding-left:30px;
margin-bottom:10px;
	
}

.panel ul li
{
	list-style-image: url(/images_css/li_check.png);
	list-style-position: outside;
	padding-left:10px;
}
a.green_link,
a:visited.green_link
{
     display:block;
	 float:right;
	 background:url(/images_css/green_button.png) center top no-repeat;
	 /*width:90x;
	 height:24px;*/
	 padding:3px 13px;
	 height:19px;
	 color:#004223;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:10pt;
	 font-weight:bold;
	 margin:10px 0;
	
	 
}

a:hover.green_link
{
	color:#FFF;
}

a.a_testim,
a:visited.a_testim 
{
	font-size:8pt;
	padding:5px 9px;
}

.panel .quoteBlock 
{
  padding-right:5px;
}

.panel .quoteBlock p {
font-size:1.5em;
}

.panel .quoteBlock a:hover span {
color:#F90;
}


/*Making the font fit the screen, because the tittle is too long*/	
#B_header #H_main {
font-size:46px;
}
