body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(media/bknd.gif);
	margin: 0px;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 15px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDCA8;
	padding-right: 10px;
	padding-left: 10px;
}
/************** header tag styles **************/

h1{
	color: #333333;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h2{
 font: bold 115% Arial,sans-serif;
 color: #572A6D;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #412153;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.textbknd {
	background-color: #E9E7DA;
} 

.rightsidetop {
	background-image: url(media/rightsidegrad-bknd.png);
	background-repeat: repeat-x;
	border: 1px solid #E9E7D8;
	width: 256px;
	display: block;
	margin: 5px;
	padding: 3px;
	background-color: #E9E7D8;
	text-align: left;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rightside {
	background-image: url(media/rightsidegrad-bknd.png);
	background-repeat: repeat-x;
	border: 1px solid #DADBA2;
	width: 256px;
	display: block;
	margin: 5px;
	padding: 2px;


}

.rightside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rightside img{
	border: medium solid #dbdca9;
	margin: 3px;
}

.rightside p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 4px;
	margin-left: 4px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #92953A;
	text-align: center;
}
.copyright img {
	border: thin solid #DADBA2;
}

.associatedimg {
	border: thin solid #DADBA2;
	padding: 5px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.bottommenu {
	text-align: center;
	background-color: #552869;
	color: #E9E7D9;
}
a.bottommenu {
	background-color: #552869;
	color: #E9E7D9;
}

.rightsideshadow{
	background-image: url(media/rightsidedropshadow.jpg);
}

.imgpadding {
	padding: 4px;
}

/*********** #Menu Link styles ***********/


#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 26px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(media/menubknd1.jpg);
}

#globalNav img{
/*	margin-bottom: -4px;*/
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}


#globalLink{
	position: absolute;
	height: 26px;
	min-width: 640px;
	margin: 0px;
	left: 7px;
	z-index: 100;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 794px;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #E9E7D9;
	font-weight: bold;
	margin: 0px;
	border-right: 1px solid #E9E7D9;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
		height: 26px;
}

a.glink:hover{
  	background-image: url(media/menubknd2.jpg);
	text-decoration: none;
	}

/********* form and related tag styles *********/

form {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

label{

}
				
input{
	font-family: Arial,sans-serif;
	background-color: #E9E7D9;

}

.searchmlscell {
	background-image: url(media/searchmls-bknd.jpg);
	background-repeat: no-repeat;
	width: 274px;
	height: 60px;
}

.searchmls {
	color: #E9E7D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.searchboxbknd {
	background-image: url(media/formfield-bknd.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
}

/********* Listing Section Styles *********/


.listingsection {
	width: 620px;
	margin: 5px;
	padding: 2px;

}

.listingsection h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
.listingsection img{
	border: medium solid #dbdca9;
	margin: 3px;
}

.listingsection img a{
	border: medium solid #dbdca9;
	margin: 3px;
}
.listingsection a:hover img {
	border: medium solid #93963B;
	margin: 3px;
}
.listingsection p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 4px;
	margin-left: 4px;
}

.location {
	clear: right;
	float: right;
	padding-right: 5px;
}


.listingsection tbody tr.odd {
	background-color: #E9E7DA;
	background-image: url(media/tableodd-bknde.jpg);
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #93963B;
}

.listingsection a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.listingsection a:hover {
	color: #000000;
	text-decoration: underline;
}

/********* Full Listing Section Styles *********/


.listingfullinfo {
	margin: 5px;
	padding: 2px;
}
.listingfullinfo p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 4px;
	margin-left: 4px;
}
.listingfullinfo .price {
	font-size: 15px;
	font-weight: bold;
}

.listingfullinfo img{
	border: medium solid #dbdca9;
	margin: 3px;
}

.listingfullinfo ul {
margin:0px;
padding:0px 0px;
list-style-type:none;
z-index:100;
}

.listingfullinfo li{
float:left;
position:relative;
border-right:1px solid #666666;
}


/********* End Full Listing Section Styles *********/

.rightsidefeaturebttm {
	background-image: url(media/rightfeaturebttmshad.jpg);
}

.buyersellerexpand {	background-color: #E9E7DA;
	background-image: url(media/tableodd-bknde.jpg);
	background-repeat: repeat-x;
	width: 600px; margin-left:15px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: -10px;
}

.mortgagecalculator {
	background-image: url(media/rightsidegrad-bknd.png);
	background-repeat: repeat-x;
	background-position: top;
}

.optional {
	padding-top: 2px;
	padding-bottom: 2px;
}



a.headerlist, a.headerlist:visited{
	font-size: 15px;
	color: #412153;
	font-weight: bold;
	margin: 0px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding-top: 10px;
}

a.headerlist:hover{
 	text-decoration: underline;
	color: #000000;
	}

/********* Who We Are Styles *********/
.whoweare img{
	border: medium solid #dbdca9;
	margin: 3px;
}
.logo {
	height: 92px;
	width: 211px;
	position: absolute;
	left: 134px;
	top: 3px;
	z-index: 5;
}

#flashcontent {
	position:relative;
	visibility: visible;
	z-index:0;
}
.logobknd {
	background-image: url(media/logo-homepage.jpg);
	background-repeat: no-repeat;
}
#pageNumbers {
	text-align: right;
	width: 622px;
	margin-bottom: 5px;
}
#pageNumbers a 
{
	color: #452356;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border: thin solid #452356;
}

#pageNumbers a:visited 
{
color: #000000;
text-decoration: none;
}

#pageNumbers a:hover 
{
	color: #452356;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border: thin solid #92953A;
	background-image: url(media/tableodd-bknde.jpg);
	background-position: 20px;
}

#pageNumbers .selected
{
	color: #E9E7DA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border: thin solid #92953A;
	background-position: 20px;
	background-color: #92953A;
}

#pageNumbersmall {
	text-align: right;
	width: 622px;
	margin-bottom: 5px;
}
#pageNumbersmall a 
{
	color: #452356;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

#pageNumbersmall a:visited 
{
color: #000000;
text-decoration: none;
}

#pageNumbersmall a:hover 
{
	color: #452356;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

#pageNumbersmall .selected
{
	color: #E9E7DA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #4B255E;
}


.logo-otherpagesbknd {
	background-image: url(/media/logo-otherpages.jpg);
}

.textlarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

