/* css style sheet for jwsurveyors.co.uk */
/* created in October 2006 by Isabelle Jackson - http://www.isabellejackson.co.uk  */



html {width:100%;font-size:101%;}

body {
	background-color: #9999ff;
	font-family: "Georgia", serif;
	font-size: 85%;
}

#banner {
	background-color: white;
	background-image: url(../images/houses.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 1px 1px 0px 1px;
}

banner_logo {
	background-color: White; text-align: center; width: 90%;
}

#banner_survey {
	background-color: white;
	background-image: url(../images/surveys.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 1px 1px 0px 1px;
}

#banner_area {
	background-color: white;
	background-image: url(../images/area.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 1px 1px 0px 1px;
}

#banner_contact {
	background-color: white;
	background-image: url(../images/contact.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 1px 1px 0px 1px;
}

#banner_lease {
	background-color: white;
	background-image: url(../images/lease.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 1px 1px 0px 1px;
}

#container {
	background: White;
	width: 90%;
	border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
	height: auto;

}

#container1 {
	background: White;
	width: 90%;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
		border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
	height: auto;
}

#container2 {
	background: White;
	width: 90%;
	background-image: url(../images/bg_container3.jpg);
	background-repeat: no-repeat;
	background-position: left;
		border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
}

#container3 {
	background: White;
	width: 90%;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
		border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
}

#container4 {
	background: White;
	width: 90%;
	background-image: url(../images/bg_container4.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
}

#container5 {
	background: White;
	width: 90%;
	background-image: url(../images/bg_container5.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: solid;
	border-color: Navy;
	border-width: 0px 1px 1px 1px;
}


#menubar {
	display: inline;
	width: 90%;
	padding: 5px;


}

#text_main {
	width: 80%;
	text-align: justify;
	margin: 3%;
	border: 1px;
	border-color: Silver;
	border-style: solid;
	background-image: url(../images/rics.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#text{
	width: 80%;
	text-align: justify;
	margin: 3%;
	border: 1px;
	border-color: Silver;
	border-style: solid;
}

#text_map {
	width: 80%;
	text-align: justify;
	margin: 3%;
	border: 1px;
	border-color: Silver;
	border-style: solid;
	/*background-image: url(../images/map.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; */
	height: auto;
}

#copyright {

	padding: 10px;
}

a {
	text-decoration: none; font-weight: bold; color: Navy;
}

a:hover {
	color: Red;
}


.right {
	float: right; margin: auto;
}

.clear {
	clear: both;
}
.copyright {
	font-size: .8em; color: White; font-weight: lighter;
}

p {
	text-align: left;
	padding: 10px;
	font-size: 1em;
}

img {
	border: none;
}

h5 {
	font-size: 1.1em; color: Navy; padding-left: 10px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px;
	text-align: center;
}

.list {
	list-style: circle;
	list-style-position: inside;
	padding: 10px;
}


.contact {
	border-style: solid;
	border-color: #B0C4DE;
	border-width: 1px 0px 0px 0px;
	font-size: .9em;
}

.contact1 {
	border-style: solid;
	border-color: #B0C4DE;
	border-width: 1px 1px 0px 0px;
	font-size: .9em;
}

.registration {
	border-top: 1px Silver solid; float: right; width: 40%; font-size: .8em; text-align: right;
}