/*
	Default style sheet for Roberts Commercial Real Estate
	Copyright 1999-2007, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2007-09-09
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #696969;
	background-color: #FFFFFF;
}

INPUT, TEXTAREA {font-size: 12px;}

H1 {
	color: #0A321A;
	font-size: 18px;
	font-weight: bold;
}
H2 {
	color: #0A321A;
	font-size: 16px;
	font-weight: bold;
}
H3 {
	color: #0A321A;
	font-size: 14px;
	font-weight: bold;
}
H4 {font-size: 12px; font-weight: bold;}

H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

FORM {margin: 0px 0px 0px 0px;}

UL, DD, LI {
	padding-left: 15px;
	margin-left: 15px;
}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

IMG {
	border: 0px;
}

OBJECT {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.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;
}
.moreleading {line-height: 150%;}
.indent {padding-left: 15px}
.redtext {
	color: #CC0000;
}
.boldgreentext {
	font-weight: bold;
	color: #0A321A;
}
.graytext		{
	color: #999999;
}
.form_button {
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	background-color: #0A321A;
  border: 1px solid #CCCCCC;
  border-radius: 0.500em;
  -moz-border-radius: 0.500em;
}
.box_bullet {
	list-style: square outside;
}
.photo_right {
	float: right;
	padding-left: 10px;
}
.photo_left {
	float: left;
	padding-right: 10px;
}

/* Link appearance
*******************************************************************/

a:link		{color: #990000; font-weight: bold; text-decoration: none;}
a:visited	{color: #996600; font-weight: bold; text-decoration: none;}
a:active	{color: #FF0000; font-weight: bold; text-decoration: none;}
a:hover		{color: #FF0000; font-weight: bold; text-decoration: underline;}

/* Page layout specs
*******************************************************************/
.brown_stripe {
	width: 100%;
	height: 10px;
	background-color: #B4965A;
}
.nav_column {
	width: 200px;
	padding: 0px 0px 0px 17px;
}
.main_menu_item {
	color: #FFFFFF;
	padding: 15px 0px 0px 0px;
}
div.main_menu_item a:link {
	color: #FFFFFF;
	font-weight: normal;
}
div.main_menu_item a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
div.main_menu_item a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
.sub_menu_item {
	color: #FFFFFF;
	padding: 0px 0px 5px 15px;
}
div.sub_menu_item a:link {
	color: #FFFFFF;
	font-weight: normal;
}
div.sub_menu_item a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
div.sub_menu_item a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
.curr_menu_item {
	color: #B4965A;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}
div.curr_menu_item a:link {
	color: #B4965A;
	font-weight: bold;
}
div.curr_menu_item a:visited {
	color: #B4965A;
	font-weight: bold;
}
.home_copy {
	font-weight: bold;
	line-height: 150%;
	padding: 0px 15px 0px 15px;
	text-align: justify;
}
.news_head {
	color: #0A321A;
	font-weight: bold;
}
.tagline {
	color: #B4965A;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.interior_body {
	width: 700px;
	padding: 10px 20px 0px 10px;
}
.header {
	color: #0A321A;
	font-size: 16px;
	font-weight: bold;
}
.propnotes {
	font-size: 10px;
	color: #224d77;
	font-weight: bold;
}
.revnotes		{
	color: #ffffff;
	background-color: #224d77;
	font-weight: bold;
}
.propphoto {
	position: absolute;
	visibility: hidden;
}
.thumbphoto {
	padding-left: 20px;
}
.idbox {
  color: #000000;
  line-height: 200%;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  font-weight: bold;
  padding: 10px 20px 20px 20px;
  background-image: url(../img/idbox_background.jpg);
/*  border: 2px solid #0A321A;*/
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.idbox img {
  margin-top: 10px;
}
.staff_bio p {
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
}
div#news_body p {
  text-align: justify;
}