/*
	Default style sheet for McWhirter Realty
	Copyright 1999-2004, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2004-Jan-23
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #000000;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

IMG {
  border: 0px;
}

H1 {font-size: 24px; font-weight: bold;}
H2 {font-size: 20px; font-weight: bold;}
H3 {font-size: 16px; font-weight: bold;}
H4 {font-size: 12px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/

.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
}
.bigbold {
	font-size: 16px;
	font-weight: bold;
}
.biggerbold {
	font-size: 20px;
	font-weight: bold;
}
.redtext {
	color: #ff0000;
}
.breakafter {
	page-break-after: always;
}
.form_button {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  cursor: pointer;
  overflow: visible;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  background-color: #558EBA;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0.500em;
  -moz-border-radius: 0.500em;
  -webkit-border-radius: 0.500em;
}

/* Link appearance
*******************************************************************/

a:link		{color: #990000; text-decoration: underline;}
a:visited	{color: #663399; text-decoration: underline;}
a:active	{color: #ff0000; text-decoration: underline;}

.indent10 {
  margin-left: 10px;
}
.indent20 {
  margin-left: 20px;
}
.indent40 {
  margin-left: 40px;
}
.padded_box {
  border: 1px solid #999999;
  padding: 10px;
}
.prop_summary {
  clear: both;
  padding-bottom: 20px;
}
.prop_photo {
	border: 1px solid #000000;
}
.prop_thumb {
  border: 1px solid #000000;
  padding: 5px;
  margin-right: 20px;
}
.prop_details {
  margin-left: 230px;
}
.contact_box1 {
  display: none;
}
.contact_box2 {
  display: none;
}
.reverse_header {
	color: #ffffff;
	background-color: #003366;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	text-align: left;
}
.type_header {
  color: #003366;
  width: 400px;
  border: 1px solid #003366;
  background-image: url(../img/header_bg.jpg);
  padding: 5px 0px 5px 0px;
  text-align: center;
  margin: 0px auto 15px auto;
/*  text-decoration: underline;*/
}
.staff_list {
  background-color: #ffffff;
}
.staff_name {
  font-size: 16px;
}
.staff_title {
  font-size: 12px;
}
.staff_contact {
  font-size: 10px;
}

