/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body {
	background: #0e5dac;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6e7375;
	}
	
#wrapper{
	background: #f4f4f4 url(../imgs/top_ext.gif) 0 0 repeat-x;
	width: 100%;
	float: left;
	}
* html #wrapper{
	text-align: center;
	}
	
#centerContainer {
	width: 760px;
	margin: 0 auto;
	}
* html #centerContainer {
	text-align: left;
	}
	
/* Header */
#header {
	width: 760px;
	}
	
#header #logo,
#header #animation {
	float: left;
	}
	
#header #logo img {
	border: none;
	}	
	
/* Footer */
#footer {
	width: 100%;
	float: left;
	}
* html #footer {
	text-align: center;
	}
#footer p {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px 4px 20px 0;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
	
	
#content h1 {
	color: #b30000;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	}
	
#content h2 {
	color: #b30000;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 8px 8px 2px 8px;
	}
	
	
	
	
/* Content */
#content {
	float: left;
	width: 760px;
	height: auto;
	padding: 2px 0;
	}

#content p {
	margin: 0 8px 8px 8px;
	}
	
#content a {
	color: #0e5dac;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:hover {
	color: #b30000;
	text-decoration: none;
	font-weight: bold;
	}
	
#content ul, #content ol {
	margin: 0 0 8px 35px;
	}

#content ul.ticks {
	list-style-image: url(../imgs/ticks.gif);
	list-style-type: circle;
	}
#content ul.ticks li {
	margin-top: 5px;
	}
	
/*floats image right of content*/
#content img#right { 
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
	}
/*floats image left of content*/
#content img#left { 
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
	}
	
/* About the Area Table */
table {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 490px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6e7375;
	margin: 0 8px 8px 8px;
	}
	
table tr.content td, table tr.titles {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	width: auto;
	}
table td.borderRight {
	border-right: 1px solid #cccccc;
	}
table tr.content td.area {
	text-align: left;
	font-weight: bold;
	width: 120px;
	}
	
table tr.titles {
	font-weight: bold;
	}
	
/* Staff Profiles */
#staffcontainer {
	width: 33%;
	float: left;
	height: 400px;
	overflow: hidden;
}
* html #staffcontainer {
	text-align: center;
	}

#staff {
	width: 186px;
	margin: 0 auto 20px auto;
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px;
	}
	
#staffDeatils {
	margin-top: 15px;
	overflow: auto;
	}
* html #staffDeatils {
	height: 1%;
}
	
#staff img {
	margin: 0;
	width:183px;
	border: 1px solid #ccc;
	}
#staffDeatils img {
	margin: 0;
	width:253px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 5px;
	}
	
#staff h1, #staffDeatils h1, .contactus .tenantsContact h1 {
	color: #b30000;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	}
#staff h1 {
	margin: 5px 0 5px 0;
	}
	
#staff strong, #staffDeatils strong {
	color: #6e7375;
	}	

#staffDeatils strong {
	line-height: 170%;
	}	
	
#staff a, #staffDeatils a {
	color: #0e5dac;
	font-weight:bold;
	text-decoration:none;
	}
#staff a.more, #staffDeatils a.more {
	line-height: 300%;
	}
	
.contactus .tenantsContact p {
	clear: both;
	}
/* Homepage */

#pow, #row {
	width: 295px;
	background-color: #ececec;
	height: 348px;
	float: left;
	margin-right: 2px;
	text-align: center;
	}

#qs, #email {
	float: left;
	width: 164px;
	height: 173px;
	background-color: #ececec;
	}
	
#qs {
	margin-bottom: 2px;
	}

#pow h4,
#row h4,
#qs h4,
#email h4 {
	color: #919191;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	padding: 2px 0;
	}
	
/* POW / ROW */


#pow .propertyContent,
#row .propertyContent {
	width: 271px;
	overflow: auto;
	margin: 5px auto;
	text-align: left;
	}

#pow .propertyContent img,
#row .propertyContent img {
	width: 271px;
	margin-bottom: 6px;
	}

#pow .propertyContent h3,
#row .propertyContent h3 {
	color: #005cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#pow .propertyContent strong,
#row .propertyContent strong {
	display: block;
	}
	
#pow .propertyContent p,
#row .propertyContent p {
	margin-bottom: 6px;
	margin-left: 0px;
	}
	
#pow .propertyContent a,
#row .propertyContent a {
	color: #ee164f;
	text-decoration: none;
	}
	
/* Quick Search */
#qc form {
	width: 164px;
	float: left;
	}
	
#qs select {
	color: #6e7375;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 140px;
	height: 17px;
	margin: 8px 0 0 12px;
	float: left;
	display: block;
	}
* html #qs select {
	margin: 8px 0 0 5px;
	}
#qs select.first {
	margin: 25px 0 0 12px;
	}
* html #qs select.first {
	margin: 25px 0 0 5px;
	}
	
#qs input {
	display: block;
	float: right;
	margin: 8px 12px 0 0;
	}
* html #qs input {
	margin: 8px 7px 0 0;
	}
	
/* Email Alert */	
#email {
	background: #ececec url(../imgs/email_background.gif) 0 100% no-repeat;
	color: #6e7375;
	}
	
#email p {
	margin: 9px 0;
	text-align:center;
	color: #6e7375;
	}

#email a {
	text-decoration: none;	
	color: #6e7375;
	}