@charset "utf-8";
body {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/page_bg_green.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-right: 1px solid #2e6c2d;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContentWhole {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #footer {
	background-image: url(../images/footer_gr.png);
	height: 86px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	vertical-align: bottom;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer a {
	text-decoration: none;
	color:#2e6c2d;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
li {
		background: url(../images/house_bullet.png) no-repeat 0px 2px;
		list-style: none;
		padding-left: 28px;
		margin-bottom: 6px;
}
h1 {
	color: #2e6c2d;
}
.disclaimer {
	border: 1px dashed red;
	margin-top:15px;
	margin-bottom: 15px;
	padding: 5px;
}
.twoColFixRtHdr #mainContentWhole img {
			padding: 3px;
			margin: 5px;
			border-color:#666;
}
.twoColFixRtHdr #mainContent img {
			padding: 3px;
			margin: 5px;
			border-color:#666;
}
.col1advert {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	display: block;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
/*  FORM STYLE ---------------------------------- */

#application_form {
	font-size: 1em;
}
#application_form .label {
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#reset {
	margin-left: 240px;
	background-color: #91ab90;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
}

input#subscribe {
	margin-left: 50px;
	background-color: #91ab90;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
}

select#refer, select#purpose,  select#Current_Accommodation, select#Adverse_Credit_History, select#Employment_Status, select#Stauts
{
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	width: 300px;
}

input#name, input#email, input#phone_no, input#fax, input#tel1, input#tel2, input#employers_name, input#postiton_or_course, input#employer_tel1, input#employer_tel2, input#NInumber, input#current_landlord, input#landlord_tel1, input#landlord_tel2, textarea#address, textarea#comments, textarea#details, textarea#previous_address1, textarea#previous_address2, textarea#previous_address3, textarea#work_or_college_address, textarea#landlords_address, textarea#children, textarea#pets, textarea#other {
	width: 300px;
	background-color: #bacdba;
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 1em;
	margin-top: -2px;
}

input#Time_at_previous_address1, input#Time_at_previous_address2, input#Time_at_previous_address3{
	width: 100px;
	background-color: #bacdba;
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 1em;

}


input#name:focus,
input#phone_no:focus,
input#fax:focus,
input#email:focus,
input#tel1:focus,
input#tel2:focus,
input#Time_at_previous_address1:focus, 
input#Time_at_previous_address2:focus, 
input#Time_at_previous_address3:focus,
input#employers_name:focus, 
input#postiton_or_course:focus, 
input#employer_tel1:focus, 
input#employer_tel2:focus, 
input#NInumber:focus, 
input#current_landlord:focus, 
input#landlord_tel1:focus, 
input#landlord_tel2:focus,
textarea#comments:focus,
textarea#address:focus,
textarea#detail:focus, 
textarea#previous_address1:focus, 
textarea#previous_address2:focus, 
textarea#previous_address3:focus, 
textarea#work_or_college_address:focus, 
textarea#landlords_address:focus, 
textarea#children:focus, 
textarea#pets:focus, 
textarea#other:focus, 
select#refer:focus,
select#purpose:focus,
select#Stauts:focus, 
select#Current_Accommodation:focus, 
select#Adverse_Credit_History:focus, 
select#Employment_Status:focus
{
	background-color: #e2f5e2;
}


/*  END OF FORM STYLE ---------------------------------- */

div.figure {
	float: left; 
	width: 522px;
	margin: 15px 10px 5px 10px;
}

.figure img {

	padding: 10px;
}

.figure p {
	font: bold italic 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #fff;

	padding: 5px;
	margin: 10px 0 0 0;
}
.small {
	font-size : 8pt;
	text-align: center;
	line-height: 80%;
	}
