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

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #d46a42;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	margin: 15px 0px 0px 0px;
}

#container
{
	width: 850px;
	margin: auto;
	border: 15px solid #fff;
	background: #fff;
}

#title
{
	width: 850px;
	height: 118px;
	background-image: url(pics/title.jpg);
	background-repeat: no-repeat;
}

#main
{
	width: 850px;
	height: 291px;
	background-image: url(pics/main.jpg);
	background-repeat: no-repeat;
}

#content
{
	background: #fff;
}

#left
{
	float: left;
	width: 810px;
	padding: 0px 15px 15px 15px;
}

.clear
{
	clear: both;
}

#contact_details
{
	float: right;
	color: #fff;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#contact_details strong
{
	color: #fff;	
}

#contact_details a
{
	color: #fff;
}

h1
{
	font-size: 20px;
	color: #fff;	
	padding: 20px 0px 0px 27px;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
}

h1 strong
{
	font-size: 15px;
}

h2
{
	font-size: 18px;
	color: #000;
	border-left: 5px solid #000;
	padding-left: 10px;
	margin: 15px 0px 0px 0px;
}




#menu
{
	width: 850px;
	height: 40px;
}


#menu ul
{
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-image: url(pics/menu_background.jpg);
	background-repeat: repeat-x;
	color: #000;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li { display: inline; }

#menu ul li a
{
	padding: 10px 0px 0px 0px;
	width: 212px;
	color: #000;
	text-decoration: none;
	float: left;
	height: 30px;
	text-align: center;
	font-size: 13px;
	border-right: 0px solid #fff;
	font-weight: bold;
}

#menu ul li a:hover
{
	color: #fff;
	background-image: url(pics/button_hover.jpg);
	background-repeat: repeat-x;
}





















label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}