.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #F4C400;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.035em;


}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;



}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #F0C000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1.25em;
	height: 20px;
	width: 90px;
	border: #000000;
	background-color: #FFCC00;


}

/* VEBRA SEARCH */

div#s-content {
margin-left: 0px !important; 
}

div#s-features {
margin-top: 350px !important;
}

div#s-content legend {
margin-left: 0px !important;
}

div#contactDetails
{
    display: block;
    width: 100%;
}

div#openingHours
{
    display: block;
    width: 100%;
    border-top: solid 2px #f4c710;
    border-bottom: solid 2px #f4c710;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;

}

div.office
{
    width: 240px;
    margin-bottom:40px;
}

div.left
{
    float: left;
    clear: both;
}

div.right
{
    float: right;
}

div.tel
{
    margin: 10px 0 10px 0;
}

div.clear
{
    clear: both;
}

a.yellowButton
{
    display:block;
    height:17px;
    width: 115px;
    background: url("images/yellow_btn.gif");
    font-size: 10px;
    font-weight:bold;
    text-align: center;
    padding-top:2px;
    color: #333333;
}

a.yellowButton:hover
{
    text-decoration:none;
    background: url("images/white_btn.gif");

}
