/* Text Styles */
html, body {
	margin:0;
	padding:0;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	background-color:#FFFEF0;
}

a, a:hover {
	color:#2A7719;
	text-decoration:none;
}

a:hover {
	color:#2A7719;
	text-decoration:underlinel
}

li {
	list-style:square;
}

.p, table {
	font-size: 10pt;
}

h1, .h1, h2 {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

h2 {
	color:#666;
}

.text_area {
	border: 1px solid #2A7719;
	width: 300px;
	font-size:11px;
}
.text_box {
	border: 1px solid #2A7719;
	width: 200px;
	font-size:11px;
}
.text_box_tenant {
	border: 1px solid #2A7719;
	width: 150px;
	font-size:11px;
}
.text_box_short {
	border: 1px solid #2A7719;
	width:100px;
	font-size:11px;
}
.text_box_shorter {
	border: 1px solid #2A7719;
	width:40px;
	font-size:11px;
}
.button {
	border: 1px solid black;
	background-color: #2A7719;
	font-size:12px;
	color:white;
}
/* Layout CSS */
#menu {
	float:left;
	width:154px;
	margin:0 0 0 0;
	_margin:0;
}
#content {
	/*padding-left:159px;*/
	float:left;
	width:623px;
}
#content_view_page {
	/*padding-left:190px;*/
	float:left;
}
#topflash {
	width:800px;
}

#footer {
	font-family:tahoma, arial;
	clear:both;
	padding:15px 0 15px 154px;
	font-size:10px;
	color:#999;
	margin:0;
}

#footer a, #footer a:hover {
	text-decoration:none;
	color:#999;
}

/* Search Result Styles */

#search_result_title {
	padding:5px;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#2A7719;
	vertical-align:middle;
}
#search_result_box_border {
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
	font-size: 9pt;
	color: #666666;
}
#search_result_box_border_2{
	padding: 5px;
	padding: 5px;
	font-size: 9pt;
	color: #666666;
}
#search_result_frame {
	border: 1px solid black;
	width: 460px;
}
#search_result_image, #search_result_grid {
	border: 1px solid black;
}
#search_result_grid {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: none;
}
#search_result_grid_2 {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align:center;
	vertical-align:middle;
}
#search_result_grid_3 {
	border-bottom: 1px solid black;
	text-align:center;
	font-size: 9pt;
	color: #666666;
	vertical-align:middle;
	text-align:center;
}
#search_result_description {
	margin: 5px;
}
#search_result_restrictions {
	border-top: 1px solid black;
	padding: 5px;
}

#invisible {
	display:none;
}

#gallery {
  width: 180px;
  height: 100px;
  float: left;
  padding: 20px;
  text-align: center;
}

#gallery img {
	width:180px;
	border:1px solid black;	
}

#lastupdated {
	position:absolute;
	left: 562px;
	top: 111px;
	_top:131px;
}

.imagewithborder {
	border:1px solid black;
}

#slideshowtext {
	position:absolute;
	left:154px;
	top: 161px;
}
