/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	line-height: 16px;
	color: #333333;
}

A:link { 
	color: #182586; 
	font-weight: bold;
}

A:visited { 
	color: #182586; 
	font-weight: bold;
}

A:hover { 
	color: #B3B3D1; 
	font-weight: bold;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

.footernav:link { 
	color: #182586;
	font-weight: normal;
	font-size: 10px;
}

.footernav:visited {
	color: #182586;
	font-weight: normal;
	font-size: 10px;
}

.footernav:hover { 
	color: #B3B3D1; 
	font-weight: normal;
	font-size: 10px;
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.blue_header {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000066;
}

.page_header {
	height:30px;
	border-bottom: 1px solid #9B9AC2;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}

.page_headertxt {
	width: 420px;
	padding-top:6px;
}

.alert 
{ 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px; 
	color: #000066; 
}

.form_req
{ 
	font-weight: bold; 
}

.footer {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #6767A3;
}

.property_text {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.listoffice
{
	color: #6767A3;
	font-style: italic;
}

.propinfo {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.proplisting {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.property_title {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}

/*------------------------------------------------------------------------------------------------
  left navigation classes
------------------------------------------------------------------------------------------------*/

.leftnavln {
	border-bottom: 1px solid #FFFFFF;
}

.leftnav:link
{
	float: left;
	width: 112px;
	padding: 3px 12px 3px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.leftnav:hover 
{
	background: #9B9AC2;
	font-weight: normal;
	color: #FFFFFF;
}

.leftnav:visited 
{
	float: left;
	width: 112px;
	padding: 3px 12px 3px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.leftnav_on:link
{
	float: left;
	width: 112px;
	padding: 3px 12px 3px 12px;
	background: #9B9AC2;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.leftnav_on:hover 
{
	float: left;
	width: 112px;
	padding: 3px 12px 3px 12px;
	background: #9B9AC2;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.leftnav_on:visited 
{
	float: left;
	width: 112px;
	padding: 3px 12px 3px 12px;
	background: #9B9AC2;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}


/*------------------------------------------------------------------------------------------------
  detail classes
------------------------------------------------------------------------------------------------*/

.detail_left {
	padding-right: 10px; 
}

.detail_right {
	background: #EFEFEF; 
	padding: 10px;
	width: 160px;
}

.detail_thumb {
	/*border: 1px solid #CCCCCC; */
	padding-top: 10px;
}

/*------------------------------------------------------------------------------------------------
 form spam check, do not remove
------------------------------------------------------------------------------------------------*/

.emailspmchk {
	width:5px;
	visibility:hidden;
}

