/* CSS Document */

body {
	background-color: #fee6cc;
	margin: 10px 0 0 0;
	padding: 0;
	font: normal 10px verdana, sans-serif;
}

a, a:visited, a:active {
	color: #a02f00;
}

form {
	margin: 0;
	padding: 0;
	height: 0;
}

table {
	font: normal 10px verdana, sans-serif;
	text-align: left;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
	float: left;
	width: 120px;
	line-height: 20px;
	color: #a02f00;
}

select {
	font: normal 10px Verdana, sans-serif;
	width: 150px;
}

input {
	font: normal 10px Verdana, sans-serif;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

textarea {
	font: normal 10px Verdana, sans-serif;
	border: 1px solid #999;
	overflow: auto;
	padding: 2px;
}

table {
	border-collapse: collapse;
}

.formWrap {
	margin-left: 20px;
	clear: both;
}

.formRow {
	margin-bottom: 10px;
	width: 98%;
}

.formAction {
	margin-top: 20px;
}

.formNote {
	color: #999;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 940px;
}

#header {
	margin-bottom: 10px;
}

#content {
	background-color: #fff;
	border: 1px solid #a02f00;
}

#innercontent {
	padding: 10px;
	margin-bottom: 30px;
}

#footer {
	color: #cf8c5f;
	font-size: 9px;
	text-align: center;
	padding: 0 150px;
}

h1.pagetitle {
	font-size: 12px;
	margin: 0 0 10px 0;
}

h2 {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background-color: #a02f00;
	padding: 3px;
	margin: 0;
}

.subnav {
	font-size: 12px;
	margin: 0 0 10px 0;
}

h2.message {
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
}

h3.message {
	font-weight: normal;
	color: #555;
}

.left {
	float: left;
	display: inline;
}

.right {
	width: 718px;
	float: left;
	display: inline;
	margin-left: 10px;
	border: 1px solid #999;
}

#menu {
	width: 160px;
	display: inline;
	float: left;
}

#menu h2 {
	text-align: center;
}

#menu ul {
	border-bottom: #999;
	list-style: none;
	background-color: #f0f0f0;
	border: 1px solid #999;
	border-top: 0;
}

#menu li {
	border-top: 1px solid #999;
	
}

#menu a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 152px;
	padding: 3px;
}

#menu a.current {
	background-color: #fee6cc;
}

#propertyContainer{
	width: 740px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#propertyContainer h2 {
	text-align: center;
}

#propertyContent {
	border: 1px solid #999;
	border-top: 0;
	padding: 10px;
	width: 718px;
}

div#propertyList {
	width: 100%;
}

div#propertyList h2 {
	text-align: center;
}

div#propertyList table {
	width: 100%;
}

table#list th {
	background-color: #f0f0f0;
}

#aerialPhoto {
	display: inline;
	float: left;
	text-align: center;
}

#address {
	margin-top: 10px;
	text-align: center;
}

#address a {
	margin-top: 5px;
	display: block;
}

#buildingList {
	display: inline;
	float: left;
	margin-left: 15px;
}

table#list {
	border-collapse: collapse;
	margin-bottom: 10px;
	font: normal 10px verdana, sans-serif;
}

table#list a {
	text-decoration: none;
}

table#list a:hover {
	text-decoration: underline;
}

table#list td, table#list th {
	border: 1px solid #999;
	text-align: left;
	padding: 3px;
}

td.letter {
	width: 60px;
}

#propertyContent #buildingList {
	width: 260px;
}

#propertyContent #buildingList table {
	width: 260px;
}

img.hasFiles {
	float: right;
}

/*=============================*/

#adminNav {
	display: block;
}

#nav {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 0px solid #555;
	font: bold 11px Verdana, sans-serif;
	
}

#nav li {
	list-style: none;
	margin: 0;
	display: inline;
}

#nav li a {
	padding: 3px 0.5em;
	margin-left: 0px;
	border: 1px solid #a02f00;
	border-bottom: none;
	background: #f5bc7f;
	text-decoration: none;
}

#nav li a:link { color: #a02f00; }
#nav li a:visited { color: #a02f00; }

#nav li a:hover {
	color: #a02f00;
	background: #fff;
	border-color: #a02f00;
}

#nav li a#current {
	background: white;
	border-bottom: 1px solid white;
	color: #a02f00;
}

/*=============================*/

#toggle {
	padding: 3px 0;
	margin-left: 0;
	font: bold 11px Verdana, sans-serif;
	float: right;
}

#toggle li {
	list-style: none;
	margin: 0;
	display: inline;
}

#toggle li a {
	padding: 3px 0.5em;
	margin-left: 0px;
	border: 0;
	background: transparent;
	text-decoration: none;
}

#toggle li a:link { color: #a02f00; }
#toggle li a:visited { color: #a02f00; }

#toggle li a:hover {
	color: #fff;
	background: #a02f00;
	border-color: #a02f00;
}

#toggle li a#current {
	background: #a02f00;
	border-bottom: 1px solid #a02f00;
	color: #fff;
}

/*=============================*/

table.admin {
	font: normal 10px verdana, sans-serif;
}

table#userlist th.title, table#propertytable th.title {
	background-color: #999;
	border: 1px solid #999;
	text-align: center;
	color: #fff;
}

table.admin th {
	padding: 8px;
	font-weight: bold;
	text-align: left;
	background-color: #f0f0f0;
	color: #000;
}

table.admin td {
	padding: 8px;
	text-align: left;
	cursor: default;
}

.altbg {
	background-color: #fee6cc;
}

.adminPad {
	padding: 10px;
}

#adminMenu {
	display: inline;
	float: left;
	width: 180px;
	margin-right: 20px;
}

#adminMenu li {
	background-color: #a02f00;
	color: #fff;
	margin-bottom: 10px;
	padding: .6em;
}

#adminMenu li a {
	background-color: #a02f00;
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 12px;
}

#adminMenu li a:hover, #adminMenu li a#current {
	color: #f5bc7f;
}

#adminContent {
	display: inline;
	float: left;
}
label.twoRows {
	margin-bottom: 20px;
	vertical-align: top;
}

div.checkboxWrap {
	height: 20px;
}

input.checkbox {
	width: auto;
	margin-bottom: 0px;
}

.thumb {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#galleryPhoto{


   width: 422px;

}







