DIV#content {
	background-color: #FFFFFF;
	height: 500px;
	background-image: url(background-image.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
DIV#header {
	background-image: url(bg_body.jpg);
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#content-form {
	background-color: #FFFFFF;
}
#footer {
	color: #8B8B8B;
	font-size: 10px;
	text-align: right;
	padding-right: 2px;
}
.title {
	float: left;
	margin-left: 10px;
}
.phone {
	float: right;
	margin-right: 10px;
}
#text {
	FONT-SIZE: 14px;
	COLOR: #535353;
	line-height: 22px;
	text-align: justify;
	width: 625px;
	margin-left: 15px;
	clear: left;
	margin-right: 5px;
}

#text a, a:visited, a:active {
	text-decoration: none;
	color: #3C3C3C;
	border-bottom-width: 2px; border-bottom-style: dashed; border-bottom-color: #0098CA
}
#text a:hover {
	color: #0098CA;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #3C3C3C;
}

#slideshow {
	FONT-SIZE: 13px;
	COLOR: #333333;
	line-height: 22px;
	text-align: justify;
	width: 250px;
	float: right;
	clear: both;
	margin-right: 5px;
}


#slideshow a, a:visited, a:active {
	text-decoration: none;
	color: #3C3C3C;
	border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #0098CA
}
#slideshow a:hover {
	color: #0098CA;
	text-decoration: none;
	border-bottom-style: none;
}
.heading {
	FONT-SIZE: 18px;
	COLOR: #0098CA;
	padding-top: 10px;
}
.companies{
	margin-right: 20px;
	border: solid #333333 1px;

}
.contact-details {
	FONT-SIZE: 16px;
	COLOR: #0098CA;
	padding-left: 15px;
	font-weight: bold;
}
#menu {
	FONT-SIZE: 20px;
	font-weight: bold;
}
#menu li {
	float: left;
	list-style-type: none;
	margin-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 25px;
}
#menu a, a:visited, a:active {
	text-decoration: none;
	color: #0098CA;
}
#menu a:hover {
	color: #333333;
}
#footer a, a:visited, a:active {
	color: #8B8B8B;
	text-decoration: none;
	border-bottom-style: none;
}
#footer a:hover {
	color: #0098CA;
}

/**************** Form styles ****************/

form {
	padding-top: 20px;
}
input, textarea {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #535353;
	font-size: 15px;
	margin-bottom: 0.4em;
	padding: 2px;
	width: 300px;
}
label{
	float: left;
	width: 150px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #0098CA;
	font-size: 16px;
}

.submitbutton{
	margin-top: 20px;
	color: #0098CA;
	font-size: 16px;
	width: 160px;
}
#error
{
	color: #535353;
	font-size: 14px;
}

#error td
{
	color: #535353;
	font-size: 15px;
	line-height: 22px;
}
