/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
/*  background-color: #d9dee1; */
background:url('images/gradient_bg.jpg') repeat-x #3d3d3d;
  color: #333333;
  font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
img{
	border: 0px none transparent;
	text-align: center;
}
/* Commonly used to style page titles. */
h1 {
  font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Arial, Helvetica, sans-serif;
  color: #171796;
  font-size: 18pt;
  font-weight:100;
  /* font-weight: bold; */
  line-height: 36pt;
  margin: 0px;
  padding: 0px;
}
/* Commonly used to style section titles. */
h2 {
font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Arial, Helvetica, sans-serif;	
  color: #171796;
  font-size: 14pt;
  font-weight: 900;
  line-height: 18pt;
  margin: 0px;
  padding: 0px;  
}
/* Commonly used to style section titles. */
h3 {
font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Arial, Helvetica, sans-serif;	
  color: #171796;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px;
  padding: 0px;  
}
h4 {
font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Arial, Helvetica, sans-serif;	
  color: #171796;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0px;
  padding: 0px;  
}
h5 {
font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Arial, Helvetica, sans-serif;	
  color: #171796;
  font-size: 9px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;  
}

p{
	font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 7pt 0px 7pt 0px;
	padding: 0px;
	text-align: left;
	
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #171796;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #3b62a6;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #009933;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #009933;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #171796;
}

#background{
	background:url('/images/bg_drop.png') repeat-y center;
	margin: 0px auto;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
/*  background-color: #d9dee1;*/
	background-color: #fff;
  margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 766px;
  /* border: 1px #999 solid 3px #999 solid 3px #999 solid 3px #999 solid; */
}

#outerWrapper #breadcrumbs {
	background-color:#efefef;
	font-size: 10px;
	padding: 2px;
	color: #999;
}

#outerWrapper #breadcrumbs A:link, #outerWrapper #breadcrumbs A:active, #outerWrapper #breadcrumbs A:visited {
	color: #999;
	text-decoration: none;
}

#outerWrapper #breadcrumbs A:hover{
	color: #009933;
}

#outerWrapper #header {
  background-color: #ffffff;
  margin: 0px;
  padding: 10px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: 70px; /* 90 */
  background-image: url(/images/header/bg.png);
  background-repeat: repeat-x;
}

#outerWrapper #header #linkSearchTel{
	float: right;
}

#outerWrapper #mastHead{
	height: 203px;
	background-color: #000000;

}

#outerWrapper #topNav{
	height: 50px;
	background-color: #000000;
}

#outerWrapper #topNav img{
	border: 0px;
}

#outerWrapper #sectionBar{
	height: 5px;
	background-color: #002395;
}

#outerWrapper #featured{
	height: 200px;
	background-color: #000000;
}

#outerWrapper #colBar{
	height: 10px;
	background-color: #002395;
}

#outerWrapper #contentWrapper{

	background-color: #FFFFFF;
}


#outerWrapper #contentWrapper #content{
	background-color: #FFFFFF;
	border-right: solid 1px #efefef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #content form{
	background-color: #efefef;
	padding: 5px;
}

#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 0px;
  width: 170px;
}

#outerWrapper #contentWrapper #leftColumn1 h1{
	background-color:#004b96;
	color:#FFFFFF;
	padding: 5px;
	font-size: 12pt;
	line-height: 12pt;
	font-weight:normal;
}

#outerWrapper #contentWrapper #leftColumn1 #filterResults h1{
	background-color: #009933;
}

#outerWrapper #contentWrapper #leftColumn1 #sectionNav {
  background-color: #eaeaea;
  border: 1px solid #000;
	font-weight: bold;  
}

#outerWrapper #contentWrapper #leftColumn1 #filterResults{
	padding: 0px;
	margin: 0px;
	background-color: #efefef;
	border: 1px solid #999;
}

#outerWrapper #contentWrapper #leftColumn1 #filterResults h2{
	padding: 0px;
	margin-left: 2px;
	font-size: 12px;
}

#outerWrapper #contentWrapper #leftColumn1 #filterResults ul{
	padding: 5px;
	margin: 2px 4px 2px 4px;
	border-bottom: 1px solid #ccc;	
	width: 150px;
}

#outerWrapper #contentWrapper #leftColumn1 #filterResults ul li{
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
}

#outerWrapper #contentWrapper #leftColumn1 #navHeader{
	height: 30px;
	background-color: #002395;
	color: #fff;
	margin: 0px;
	width: 100%;
	padding: 5px;
}

#outerWrapper #contentWrapper #leftColumn1 a img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link, #outerWrapper #contentWrapper #leftColumn1 a:active, #outerWrapper #contentWrapper #leftColumn1 a:visited{
	text-decoration: none;
	color: #171796;
}


#outerWrapper #contentWrapper #leftColumn1 ul{
	font-size: 12px;
	list-style-type: none;
	width: 160px;
	margin: 0px 0px 5px 0px;
	/* border-left: 2px #009933 solid;
	border-right: 2px #009933 solid; */
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}

#outerWrapper #contentWrapper #leftColumn1 ul li{
	margin: 1px 1px 3px 1px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #fff;
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #ffffff; /* #eaeff5 */
  /* border: solid 1px #CCC;  */

  float: right;
  padding: 20px 10px 30px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;

}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 170px 0 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #contentWide {
  margin: 0 0px 0 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content #commercialSearch, #outerWrapper #contentWrapper #contentWide #commercialSearch{
	border: 1px #CCCCCC solid;
	background-color: #efefef;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#outerWrapper #contentWrapper #content #commercialSearch p, #outerWrapper #contentWrapper #contentWide #commercialSearch p{
	margin: 10px 0px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  font-size: 12px;
  padding: 10px 10px 10px 190px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 0px;
  color: #999;
  border-top: 1px solid #efefef;
}

/* #outerWrapper #footer a, #outerWrapper #footer a:link, #outerWrapper #footer a:active, #outerWrapper #footer a:visited{
	color: #FFF;
} */

#outerWrapper #footer ul{
	padding: 0px;
	margin: 0px;
}

#outerWrapper #footer ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #999;
	/* white-space: nowrap; */
}

.photoWrapLeft{
	float:left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px solid #999;
}

.photoBorder{
	margin: 0px;
	padding: 2px;
	border: 1px solid #999;
	font-style: italic;
	font-size: 10px;
	color:#666;	
/*	width: 385px; */
}

#topicArea, .topicArea{
	background-color: #efefef;
	border: 1px #ccc solid;
	padding: 5px;
	margin: 10px 0px;
	clear: both;
}

#logo{
	width: 235px;
	float: left;
}

#Search{
	margin-left: 255px;
	text-align: right;
}
.newsItem {
	border-bottom: #CCCCCC dotted 1px;
	margin: 5px 0px;
	padding: 5px 0px;
}
.fullStory {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #FFFFFF;
	text-decoration: none; 
	padding-top: 2px; 
	padding-right: 4px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	font-weight: bold;
	border: solid #CCCCCC;
	border-width: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}
A:hover.fullStory{	
	color:#FFFFFF;
	background-color: #171796;
	text-decoration: none;
}

.commercialResult, .lettingResult{
	padding: 2px;
	border: 1px solid #999;

	margin: 0px 0px 10px 0px;
	overflow:auto;
	background-image: url(/images/bg-panel.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 110px;
}

.commercialResultFirst, .lettingResultFirst{
	padding: 2px;
	border: 1px solid #999;
	margin: 0px 0px 10px 0px;
	overflow:auto;
	background-image: url(/images/bg-panel.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 110px;
}

.commercialPhoto, .lettingPhoto{
	float: left; 
	margin: 0px;
	padding: 2px;
	/* background-color: #efefef; */
	width: 144px;
}

.commercialPhoto a img, .lettingPhoto a img{
	padding: 2px;
	border: 1px solid #999;
	background-color: #fff;
}

.commercialPhoto ul, .lettingPhoto ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commercialPhoto ul li, .lettingPhoto ul li{
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;	
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 2px 0px;
	background-color: #efefef;
	background-image:url(/images/buttons/b-bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
}

.commercialPhoto ul li a, .commercialPhoto ul li a:link, .commercialPhoto ul li a:active, .commercialPhoto ul li a:visited, .lettingPhoto ul li a, .lettingPhoto ul li a:link, .lettingPhoto ul li a:active, .lettingPhoto ul li a:visited{
	color: #000;
}

.commercialPhoto ul li.newInstruction, .lettingPhoto ul li.newInstruction{
	color: #fff;
	background-color: #C00;
	text-transform:uppercase;
	font-weight:bold;
		background-image: none;
}

.commercialPhoto ul li.featuredProperty, .lettingPhoto ul li.featuredProperty{
	color: #fff;
	background-color: #002395;
	text-transform:uppercase;
	font-weight:bold;
		background-image: none;
}

.lettingPhoto ul li.letsWithPets{
	color: #000;
	background-color: #FC0;
	/* font-weight:bold; */
	background-image: none;
}

.commercialCopy, .lettingCopy{
	margin: 0px 0px 0px -231px;
	padding: 0px 2px 0px 0px;
	float:right;
	width: 232px;
}

.commercialCopy p, .lettingCopy p{
	margin: 0px;
	padding: 0px;
}

.commercialCopy ul, .lettingCopy ul{
	padding: 5px 0px 5px 10px;
	margin: 5px 5px 5px 10px;
	list-style: square;	
	color: #666;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.commercialCopy ul li, .lettingCopy ul li{

}

#filterCurrent{
	border: 1px solid #CCC;
	background-color: #efefef;
	padding: 2px;
}

#filterCurrent ul{
	list-style-image: url(/images/buttons/cross.gif);
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#filterCurrent ul li{

}

.person{
	clear:left;
	text-align: left;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #efefef;
}

.person h3{
	display: inline;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: left;
	line-height: 15px;
}

.person .jobTitle{
	color: #060;
	font-style:italic;
	font-size: 14px;
}

.catPlusTen{
	font-weight: bold;
	font-size: 16px;
}

.catPlusFive{
		font-weight: bold;
	font-size: 14px;
}



.listCol1{
	float: left;
	width: 150px;
	display:inline-block;
	padding: 0px;
	margin: 0px;
	clear: left;	
}

.listCol2{
	width: 150px;	
		display:inline-block;
		float:right;
	padding: 0px;
	margin: 0px;	
	clear: right;
}

.bottomCap { 
	background: url('/images/bottom_cap_drop.png') no-repeat center;
	height: 46px;
	margin: 0px auto;
}

.topCap { 
	background:url('/images/top_cap_drop.png') no-repeat bottom center;
	height: 28px;
	margin: 0px auto;
}
