/* LAYOUT */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #14244C;
}

#Wrapper {
	width:935px;
	margin:10px auto;
	position:relative;
	text-align:left;
	border: 1px solid #FFFFFF;
	background-color: f3f3f3;
}

#Offices-Masthead {
	position:relative;
	height: 109px;
	width: 935px;
}
#Masthead #Logo {
	position:absolute;
	left:10px;
	top:10px;
}

#Navigation {
	height: 36px;
	line-height:12px;
}

#Navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Navigation ul li {
	list-style-type:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F3F3F3;
}
#Navigation ul li a {
	display:block;
	padding: 10px 10px 14px 10px;
	color: #00265D;
	text-decoration: none;
	font-weight: bold;
}
#Navigation ul li a:hover {
	color: white;
	background-color: #00275D;
	}

#ContentArea {
	background-image:url(../design/content-area-bg.jpg);
	background-repeat:repeat-y;
	
}

#Footer {
	padding:10px;
	color: #00265D;
	background-color: #E5E8ED;
}

/* Column Layouts */

#SoloColumn {
	padding: 10px;
	float:right;
	width: 745px;
}
#LeftColumn {
	margin-right: 20px;

}
#RightColumn {
	float:right;
	width: 360px;
}
#CentreColumn { float:left; }

.full-width { width:780px; }
.one-third { width:260px; }
.two-thirds { width:520px; }
.one-half { width:390px; }

#SoloColumn.padding { padding:10px; }
#LeftColumn.padding { padding:10px 5px 10px 10px; }
#RightColumn.padding { padding:10px 10px 10px 5px; }
#CentreColumn.padding { padding:10px 5px 10px 5px; }

/* Utilities */

.clear-both {
	clear:both;
	font-family:monospace;
}

/* Type */

body, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0.5em;
	color: #00265D;
}
h1	{font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0.5em;
	color: #00265D;
}
h2	{
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0.5em;
	color: #637B9F;
}


p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:1em;
	line-height: 120%;
}

#Footer {
	font-size:0.9em;
	color: #14244C;
	background-color: #B9C4D2;
}#Wrapper #mastheadColumn {
	float: left;
}
#LeftMast {
	float: left;
	background-color: #5F4200;
	height: 100%;
	width: 222px;
}
#leftNav {
	background-color: #7288A5;
	width: 160px;
	float: left;
	color: #F3F3F3;
	min-height: 500px;
	margin-right: 10px;
	height: 100%;
}
#leftNav ul{
	list-style-type:none;
	margin:0px;
	color: #F3F3F3;
	font-weight: bold;
	padding: 0px;
	
}
#leftNav ul li{
	list-style-type:none;
	margin:0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	font-size: 13px;
	color: #637B9D;
}

#leftNav ul li a {
	display:block;
	padding: 10px 18px 10px 18px;
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
#leftNav ul li a:hover{
	background-color: #14244C;
}
#RightColumn {
	float: right;
	width: 200px;
}

.PlainTable {
	width:720px;
	border-collapse:collapse;
}

/* Heading cells only */
.PlainTable th {
	background-image:url(../design/table-grad.png);
	background-repeat:repeat-y;
	background-position:left;
	text-align:center;
	color:white;
}

/* Applies to all cells in the table */
.PlainTable th, .PlainTable td {
	padding:4px;
	vertical-align:middle;
}

.PlainTable tr {
	color: #00265D;
	vertical-align: top;
	background-color:#fefcde;
}
.PlainTable td.RedStatus {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 5px;
}
.PlainTable td.Status {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 5px;
}
.PlainTable td.Area {
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	width: 50px;
	font-size: 11px;
}
.PlainTable td.description {
	padding: 5px;
	font-size: 11px;
	vertical-align:middle;
}
.PlainTable td.Image {
	text-align:center;
}
.list {
	list-style-image: url(../design/blue-bullet.gif);
	font-size: 13px;
	color: #00265D;
	line-height: 160%;
}
.rhPic {
	margin-top: 140px;
}
.clientLogo {
	padding: 10px;
	text-align: center;
}

.propertyimagecell img
{
	/* width:248px; */
}
.statuscell
{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	vertical-align:center;
}
.statuscell p
{
	margin:0 0 10px 0;
	
}