/* CSS Document */

	
#sidebar_news {
	display: none;
	}
	
#content {
  min-height: 540px;
}

* html #content {
  height: 540px;
}


#contact_details h2 {
	margin-top: 30px;
	line-height: 22px;
	}
	
#contact_details h4 {
	color: #6292b8;
	margin-bottom: 5px;
	}
	
.details strong {
	float: left;
	width: 50px;
	font-weight: normal;
	color: #666;
	}
	
.details {
	margin-bottom: 20px;
	margin-top: 5px;
	}
	
.radio-list table input{
    width: auto !important;
    float: left;
    height: auto;
    min-height: 1px;
    border: none;
    background: none;
}

.radio-list table label{
    width: auto !important;
    float: left;
    padding: 3px 20px 0 5px;
}