/* CSS Document */
body
{
	background-color: #CCCCCC;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

p
{
	margin-top: 0;
	padding-top: 0;
}

h1, #page_content h1
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #01367C;
	margin: 0 0 10px 0;
	padding: 0;
}

h2
{
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

h3
{
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

a img {
	border: none;
}

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: darkblue;
}

a:hover
{
	text-decoration: underline;
	color: black;
}

a:active
{
	text-decoration: none;
	color: #FF9527;
}

#wrap
{
	text-align: left;
	width: 760px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#page
{
	width: 760px;
	background-color: #FFFFFF;
}

#top
{
	height: 96px;
	padding-top: 23px;
	text-align: left;
	padding-left: 169px;
	background: url(/elements/header.jpg) no-repeat;
}

#top img
{
	margin-right: 7px;
	border: thin solid black;
	float: left;
}

#mid
{
	background-image: url(/elements/content_bkg.gif);
	background-repeat: repeat-y;
	width: 760px;
	float: left;
}

#mid #c1
{
	margin: 0px;
	padding: 0px;
	width: 159px;
	float: left;
}

#mid #c1_inset { margin: 7px; }

#mid #c2
{
	margin: 0px;
	padding: 0px;
	width: 411px;
	float: left;
}

#mid #c2_inset { margin: 7px; }

#mid #c3
{
	margin: 0px;
	padding: 0px;
	width: 190px;
	float: left;
}

#mid #c3_inset { padding: 7px; }

#mid #c3 input, #mid #c3 select
{
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#mid #c3 input { width: 95%; }

#mid #c3 input.submit
{
	width: 95%;
	margin-bottom: 0px;
}

#mid .container { width: 397px; }

form
{
	padding: 0;
	margin: 0;
}

#bot
{
	background-image: url(/gmacimages/bottomnavbackground.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	clear: left;
}

#bot a:link, #bot a:visited
{
	color: white;
	padding-left: 10px;
}

#bot a:hover, #bot a:active
{
	color: orange;
	padding-left: 10px;
}

/* buttons on search results page */
.property_action_button a
{
	text-align: center;
	display: block;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 3px;
	border: 1px solid #000000;
}

.property_action_button_nomargin a
{
	text-align: center;
	display: block;
	line-height: 18px;
	margin-bottom: 0px;
	border: 1px solid #000000;
}

.property_action_button a:link, .property_action_button a:visited, .property_action_button_nomargin a:link, .property_action_button_nomargin a:visited
{
	color: black;
	display: block;
	text-decoration: none;
	background: #FF9527;
}

.property_action_button a:hover, .property_action_button a:active, .property_action_button_nomargin a:hover, .property_action_button_nomargin a:active
{
	color: white;
	display: block;
	background: #01367C;
	text-decoration: none;
}

div.section { margin-bottom: 20px; }

div.section h2
{
	font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #01367C;
	border-left: 1px solid #FD8225;
	border-bottom: 1px solid #FD8225;
	padding-left: 5px;
	margin: 10px 0;
}