@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#fffdfd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4F4F4F;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #container #msBkgrd {
	clear:both;
	padding:20px;
	background:#FFF;
	border:1px #FDF2EB solid;
	margin-top:45px;
}
.twoColFixLtHdr #header {
	width:738px;
	clear:both;
	height:120px;
	background:url(../images/header_bkgrd.jpg) repeat-x bottom;
	border-bottom:1px #F0F0F0 solid;
}
.twoColFixLtHdr #secHeader {  
	background:#FFF;
	height:214px;
	width:740px;
	float:left;
	clear:both;
}
.twoColFixLtHdr #secHeader #indTeaser h1{
	font-size:2.00em;
	margin: 0 0 -10px 0;
	color:#FFF;
}
#indTeaser p{
	line-height:1.3em;
}
#indTeaser{
	width:400px;
	margin: 90px 0 0 20px;
}
#indTeaser a{
   color:#000;
   text-decoration:none;
   border-bottom:1px #000 dashed;
}
.twoColFixLtHdr #content {
	float: left;
	width:430px;
	margin: 0 0 40px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.twoColFixLtHdr #content h1{
	margin-top:0px;
	color:#026BAD;
	border-bottom:1px #026BAD solid;
	padding-bottom:5px;
}
.twoColFixLtHdr #sidePanel {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 30px 30px 0;
	padding: 0;
}
h3{
	font-size:1.3em;
	color:#333333;
	margin:0 0 13px 0;
	font-weight:normal;
}
h1{
	font:1.50em "Arial Narrow", Arial;
	font-weight:bold;
	margin:21px 0;
	padding:0;
	color:#333333;
}
.blue {
	color:#36abd9; 
}
.darkGreen{
	color:#078c8c;
}
#teaserHolder{
	width:228px;
	height:90px;
	padding:34px 0 0 30px;
	margin-bottom:12px;
}
.twoColFixLtHdr #conIndexHolder {
	background:#F0F6F9;
	padding:20px 10px;
	float: left;
	clear:both;
	width:719px;
	height:136px;
	margin: 15px 0 0 0;
}
.twoColFixLtHdr #container #mainContentHolder {
	width:100%;
}
p, ul{
	line-height:1.8em;
}
/*.twoColFixLtHdr #footer { 
	padding: 60px 10px 0 20px;
	height:170px;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 7px 0 0 0; 
	color:#0C4DA2;
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
   color: #016EAF;
   text-decoration:none;
}
a:visited {
   color: #016EAF;
   text-decoration:none;
}
a:hover {
	color:#F16721;
	text-decoration:underline;
}
#prop {
	width:143px;
	height:172px;
	padding:4px;
	border:1px #E18459 solid;
	margin-right:11px;
}
	
/*-----------------Form------------------*/

input, textarea{
	border:#e3e9ef 1px solid;
}

label {
	display:block;
	font-weight:bold;
}
form p{
	margin:0 0 5px 25px;
}
.chkRad label {
display:inline;
}
.clearIt {
	clear:both;
}
select {
	margin:5px 0 8px 30px;
}
fieldset{
	margin-bottom:20px;
	padding:20px;
	border:#FBE6D7 1px solid;
}
legend{
	color:#FF9900;
	font-weight:bold;
	padding:0 5px 0 5px;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}

/*-----------------Form Ends------------------*/

.twoColFixLtHdr #container #nav h1 {
	margin:55px 0 0 250px;
	float:left;
}
.twoColFixLtHdr #container #header #logo {
	margin:8px 0 0 20px;
	width:181px;
	height:88px;
	float:left;
}
.twoColFixLtHdr #container #mainContentHolder #mainContent a #teaser {
	border:1px #CCCCCC solid;
	margin:11px 0 0 0;
	padding:15px;
	height:42px;
	background:url(../images/available_letting_properties.jpg) no-repeat top right;
}
.twoColFixLtHdr #container #footer {
	text-align:center;
}
.twoColFixLtHdr #container #msBkgrd #mainContentHolder #conIndexHolder #conIndex {
	width:494px;
	background:#FFF;
	height:136px;
	border:1px #E2E9ED solid;
	float:left;
}
.twoColFixLtHdr #container #msBkgrd #mainContentHolder #conIndexHolder #conIndex img{
	margin:-22px 3px 3px 3px;
	float:left;
}
.twoColFixLtHdr #container #msBkgrd #mainContentHolder #conIndexHolder #indexNews {
	width:171px;
	padding:0 20px;
	float:left;
	height:136px;
	background:#FFF;
	border:1px #E2E9ED solid;
	margin-left:10px;
}
#footer{
	font-size:0.92em;
}
#footer, #header ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header li {
	display:inline;
	margin:0 13px;
/*	border:1px #CCC solid;*/
}
#header form{
	margin:0px;
}
#header input.inFld{
	width:150px;
	border:1px #e3e9ef solid;
}
#vendors{
	margin:1.5em 0 -2.00em 0;
	padding:0 20px;
}
#vendors li {
	display:inline;
	margin:0 23px;
}
#navUtility {
	margin:0.1em 0 -1.5em 0;
}
#navUtility li {
	display:inline;
	margin:0 5px;
}
.twoColFixLtHdr #container #msBkgrd #nav {
	float:left;
	clear:both;
	width:740px;
	clear:both;
	margin:2px 0 0 0;
	padding:4px 0 0 0;
	height:32px;
	background:url(../images/nav_bkgrd.jpg) no-repeat 0 0;
}
p.leadContent {
	color:#0292E8;
	font-size:1.17em;
}
blockquote{
	background: url(../images/quote.gif) no-repeat left top;
/*	line-height:1.4em;*/
	padding-left: 60px;
	text-indent: 40px;
}
.SubNavTb{
	font-weight:normal;
}
.twoColFixLtHdr #sidePanel a.navLink{
	color:#F16722;
	font-weight:bold;
}
p.indexNews{
	line-height:1.3em;
	font-size:0.92em;
}