@charset "UTF-8";
/* CSS Document */


#contact_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


#contact_leftcol
{
	float: left;
	width: 253px;
	height: 460px;
	background: #808080;
	padding: 20px;
	margin: 0 20px 0 0;
}


#contact_leftcol h2
{
	border-bottom: solid 1px #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


/*------------FORM STYLES------------*/


.title
{
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	padding-bottom: 10px;
}


.input
{
	position: relative;
	width: 233px;
	border: 0;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #808080;
	padding: 6px 10px;
	margin: 0 0 20px 0;
}


.text_area
{
	position: relative;
	width: 233px;
	height: 80px;
	border: 0;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #808080;
	padding: 6px 10px;
	margin: 0 0 0 0;
}


#submit_wrapper
{
	position: relative;
	width: 253px;
	margin: 20px 0 0 0;
}


#submit_text
{
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 4px 10px 0 0;
}


#submit
{
	float: left;
	margin: 0 0 0 0;
}


.detect
{
	display: none;
}


/*-------------RIGHTCOL------------*/


#contact_rightcol
{
	float: right;
	width: 606px;
	margin: -50px 0 0 0;
	z-index: 999;
}


#contact_rightcol a
{
	text-decoration: none;
	color: #808080;
}


#contact_rightcol a:hover
{
	text-decoration: none;
	color: #009ACE;
}


#contact_rightcol_row1
{
	position: relative;
	width: 604px;
	height: 368px;
	border: solid 1px #DDDDDD;
	margin: 0 0 0 0;
}


#contact_rightcol_row1 h2
{
	position: relative;
	background: #009ACE;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	padding: 20px;
}


#contact_rightcol_row1_text
{
	position: relative;
	width: 544px;
	padding: 20px;
	margin: 0 0 0 0;
}


#contact_rightcol_row2
{
	position: relative;
	width: 606px;
	margin: 20px 0 0 0;
}


#opening_hours
{
	float: left;
	width: 251px;
	height: 118px;
	border: solid 1px #DDDDDD;
	padding: 20px;
	margin: 0 0 0 0;
}


#opening_hours h2
{
	border-bottom: solid 1px #808080;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 140%;
	color: #808080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#contact_services_slider
{
	float: right;
	width: 293px;
	margin: 0 0 0 0;
}


















