body
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	margin:0;
	/*overflow: auto; background-image: url(../images/logoBG.jpg); background-position: top left; background-repeat: no-repeat;*/
}

h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

p
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin: 0px;
}

a:link
{
	color: #333;
	text-decoration: underline;
}
a:visited
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
	color: #333;
	text-decoration: none;
}
a:active
{
	color: #333;
	text-decoration: underline;
}

.headerContact
{
	width: 270px;
	text-align: right;
}
.main
{
    padding:0px;
	border: 1px solid #999;
	width: 790px;
	border-collapse:collapse;
}

/* *** tool bar **** */

.leftContent
{
    width:180px;
}

div#toolbar
{
	padding-top: 0px;
	width: 180px;
	text-align: right;
	background-color: transparent;
}

div#toolbar p
{
	width: 180px;
	height: 22px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
}



#toolbar a:link
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:visited
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbar a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-image: url(../../images/arrow.gif);
	background-position: 195px 9px;
	background-repeat: no-repeat;
	background-color: #999;
	text-indent: 13px;
}

#toolbar a:active
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

/* ****** quick search ******* */


.searchButton
{
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}


/* START Search Elements */
 
/* Drop downs */
.d
{ 
	width: 300px;
	font-size:10px;
}

/* Half drop downs */
.dh
{ 
	width: 146px;
	font-size:10px;
}


/* Small drop downs */
.ds
{ 
	width: 190px;
	font-size:10px;
}

/* Half drop downs small */
.dhs
{ 
	width: 92px;
	font-size:10px;
}

/* Property type Parent class */
.p
{ 
	background-color:#cccccc;
}

/* Property type child class */
.c
{ 
	background-color:#cdcdcd;
}

.l
{
	font-family:"arial,sans-serif";
}

.r
{
	padding:10px;
	background-color:#999;
	color:white;
	
}

/* Search button */
.sb
{ 
	font-size:10px;
}

td
{
	font-size:11px;
}

/* area free text input area */
.ia
{ 
	width: 300px;
	font-size:10px;
}

/* END Search Elements */


