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

/************ Code to reset tags for all pages ***************/
* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl, fieldset,
address {
    padding: 10px 0;
}
li, dd, blockquote {
    margin-left: 1em;
}
fieldset {
    padding: .5em;
}
div {
	overflow: hidden;
}
img { border: none;
}
/*********** top level divs and containers ****************/
body {
	color:#4c4d4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
	background-color:#EEE;
}

a, a:link, a:active, a:visited {
color: #0086FF;
text-decoration: underline;
}

a:hover {
color: #0086FF;
text-decoration: none;
}

#screenwrap {
	width: 900px;
	text-align: left;
	margin: 5px auto 20px;
}
#header {
	height:134px;
	background-image:  url("images/leicester-property-rent.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 20px;
}

h1 {
color: #004771;
padding: 0 0 20px 0;
text-align: center;
font-size: 1.8em;
}

h2 {
padding: 0 0 10px 0;
font-size: 1.15em;
}

.left_column, .right_column {
width: 427px;
float: left;
height: 16em;
margin-bottom: 2em;
}

.right_column {
border-left: 1px solid #004771;
}

.left_column {
border-right: 1px solid #004771;
}

.image {
width: 185px;
}

.address {
width: 242px;
text-align: center;
}

.address strong {
font-size: 1.2em;
}

.left_column div {
float: left;
}

.right_column div {
float: right;
}

.button {
clear: both;
}

.left_column .button {
clear: both;
}

.button a {
	width: 410px;
	height: 70px;
	display: block;
	background-image:  url("images/blue-button.gif");
	background-repeat: no-repeat;
	background-position: center 0px ;
color: #fff;
text-decoration: none;
font-size: 1.1em;
}

.button a:hover {
	background-position: center -71px ;
}

.button a img {
	display: block;
float: left;
margin: 5px 15px;
}

.right_column .button, .right_column .button a img, .right_column .button a span {
float: right;
}

.button a span {
	display: block;
height: 70px;
width: 300px;
float: left;
padding: 10px;
}

#content p {
clear: both;
}

#footer {
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#footer p {
border-top: 1px solid #ccc;
margin: 20px 20px 10px 20px;
color: #666;
font-size: 0.7em;
text-align: center;
line-height: 1.5em;
}

/******************* form styleing ************************/

#hform {
	display: none;
}

form .left_column, form .right_column {
	border: none;
	height: auto;
padding: 0 5em 0 0;
width: 21em;
}

form p {
clear: both;
overflow: hidden;
}

label {
float: left;
display: block;
width: 10em;
padding: 0 10px 0 0;
font-size: 0.85em;
}

input, select, textarea {
float: left;
display: block;
padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

input:hover, select:hover, textarea:hover {
background-color: #eee;
}

input {
width: 11em;
}

#furnished,#unfurnished,#partfurnished {
width: 1em;
}

textarea {
width: 11.2em;
height: 7em;
}

select {
width: 11.7em;
}

p.error, .req {
color: #f00;
font-weight: bold;
}

input.error, select.error, textarea.error {
border: 1px solid #f00;
}

#submit {
width: 7em;
background-color: #eee;
cursor: pointer;
}