/* CSS Document */

html {
	padding-top: 25px;
}

body {
	padding-top: 20px;
	width: 820px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #580043;
	min-height: 400px;
}

#container {
	width: 820px;
	margin: auto;
	padding-top: 10px;
	background: url(../images/bgTop.png) no-repeat top;

}

#powered {

width:820px;
margin:0 auto 0 auto;
padding:3px 40px 0 0;
font-size:0.7em;
color:#333333;
text-align:right;

}

#powered p {

text-align:right;
padding-right:20px;

}

#contentContainer {
	background: url(../images/bgSides.png) repeat-y;
	margin-top: 40px;
	margin-bottom: -50px;
	padding: 3px;	
	min-height: 350px;
}

#content {	
	padding: 0 25px;
	position: relative;
	top: -15px;
}


#footerContainer{
background: url(../images/bgBottom.png) no-repeat;
min-height: 56px;
}

#navContainer {
	width: 820px;
	position: absolute;
	top: 30px;
}

#siteNav ul
{	
list-style-type: none;
font-size: 0.95em;
padding-left: 0;
margin-left: 0;
margin-right: 35px;
color: White;
float: right;
font-family: arial, helvetica, sans-serif;
}

#siteNav ul li { display: inline; }

#siteNav ul li a
{
padding: 1em;
background-color: #580043;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#siteNav ul li a:hover
{
background-color: #ff7f00;
color: #fff;
}

#siteNav ul li {
	display: inline;
}

#flash {
	width: 100%;
	height: 75px;
	background: url(../images/logo.gif) no-repeat top left;
}


#contextNav {
	float: left;
	border-right: dotted 2px #ff7f00;
	padding-right: 15px;
	width: 180px;
	margin-top: 15px;
}

#home {
	padding-left: 215px;
	padding-top: 30px;
}

#imgBox {
	float: right;
	margin-left: 20px;
}
	

.twoColumnMain {
	padding-left: 215px;
	padding-right: 30px;
	padding-top: 30px;
}

#secondaryLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondaryLinks ul li {
	margin: 6px 0;
	
}

#secondaryLinks ul li a {
	display: block;
	color: #fff;
	width: 180px;
	padding: 8px 0 8px 6px;
	background: url(../images/contextNavLink.png) no-repeat;
	text-decoration: none;
}

#secondaryLinks ul li a:hover {
	background: url(../images/contextNavLinkHover.png) no-repeat;
}

/********* TYPOGRAPHY **********/

h1 {
	color: #580043;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2px;
	padding-bottom: 0;
}

h2 {
	color: #ff7f00;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

p {
	text-align: justify;
	line-height: 120%;
}

a, a:visited {
	color: #ff7f00;
}

a:hover {
	color: #9f0078;
}

a img {
	border: none;
}

/********* FORMS **********/


form {
	margin: 8px 0 0 0;
	padding: 8px;
}

.floatContainer {
	float: left;
	width: 100%;
}

#propertySearch #searchForm .searchField label {
	width: 25%;
}

#quickSearch .searchField input, #quickSearch .searchField label, #searchForm .searchField label {
	width: auto;
	padding: 0;
}

#searchForm {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 2px #ff7f00;
}

#searchForm  .searchField label {
	font-size: 0.95em;
}

.searchField {
	width: 100%;
	padding: 6px;
	clear: both;
}

label {
	width: 40%;
	float: left;
	padding-right: 8px;
	font-weight: bold;
}

input {
	width: auto;
	float: left;
	font-size: 0.95em;
}

select, textarea {
	font-size: 0.95em;
}

.searchField .area {
		width: 33%;
		float: left;
	}
	
.searchField .area input {
		width: auto;
		float: left;
		padding-right: 15px;
	}
	
	.buttonBox {
		padding-top: 15px;
	}
	
	#rLabel {
	margin: 0 20px 8px 8px;
	font-weight: bold;
	display: inline;
}

.radios label, .radios input {
	width: auto;
	float: none;
}

fieldset {
	border: dotted 1px #ff7f00;
	margin: 15px 0;
	padding: 8px;
}



/*********** CONTACT US *************/

.branchdetails {
		padding-bottom: 25px;
		width: 98%;
	}
	
	.branchdetails h2 {
		padding-bottom: 5px;
		padding-top: 10px;
		font-size: 1.6em;
	}
	
	.detailLabel {
	margin: 0;
	width: 15%;
	float: left;
	font-weight: bold;
}

	.details {
		width: auto;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;

}

/********* SEARCH RESULTS *********/

#searchResults {
	width: 98%;
}

.list {
	width: 100%;
}

.list tr td.propertyAddress {
	background: #fff0e1;
	padding: 6px;
}

.list tr td.propertyAddress a {
	font-weight: bold;
}

.list tr td.propertyStatus {
	font-weight: bold;
}

td.pageList {
	text-align: right;
}

td.thumbnail a img {
	border: solid 1px #ff7f00;
}

td.thumbnail a:hover img {
	border: solid 1px #580043;
}

/********* PARTICULARS ********/

.particular {
	text-align: center;
}

/********** GENERAL ***********/

.floatContainer {
	float: left;
	width: 100%;
}

.clearer {
	clear: both;
}

.rightAlignedImage {
padding-left: 10px; 
border-left: solid 2px #ff7f00;
}

.error {
	color: #CC0000;
}
