/************
 * BASELINE *
 ************/
/*RESET*/
body {color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* BASE */
strong {font-weight:bold;}
abbr,acronym {border-bottom:1px dotted #000;cursor:help;} 
em {font-style:italic;}
blockquote,ul,ol,dl {margin:1em;}
ol,ul,dl {margin-left:2em;}
ol li {list-style: decimal outside;}

dl dd {margin-left:1em;}
th {font-weight:bold;text-align:center;}
caption {margin-bottom:.5em;text-align:center;}
p,fieldset,table {margin-bottom:1em;}
a { cursor: hand; }
a:hover { text-decoration: none; }
/* FONTS */
body {
*font-size:small;*font:x-small;
	font-family: Arial, "Palatino Linotype", Palatino, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.6;
}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
ul {margin-top:0;margin-bottom:0;}
/**************************************************************************
 * STYLES START HERE.  DO NOT MODIFY ANY CODE ABOVE THIS LINE, ONLY BELOW *
 **************************************************************************/
/*****************
 * COMMON STYLES *
 *****************/
.clear {
	margin: 0;
   padding: 0;
   width: 0;
   height: 0;
   font-size: 1px;
   overflow: hidden;
	clear: both;
}
.hide {
	display: none;
}
div.wrapper {
	position: relative;
	margin: 0 auto;
   width: 939px;
}
#fpss-outer-container {
	margin: 0 auto !important;
	border: 0 !important;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
/*****************
 * HEADER STYLES *
 *****************/
div#header {
	padding: 10px 0 0 0;
   height: 53px;
	background: #333;
}
div#header div.wrapper h1#logo {
	margin: 0 0 0 42px;
	width: 203px;
   height: 40px;
}
div#header div.wrapper h1#logo a {
	display: block;
   width: 203px;
   height: 40px;
   background: transparent url('/images/logo.png') no-repeat 0 0;
}
div#header div.wrapper h1#logo span {
	display: block;
	margin: 0;
   padding: 0;
   width: 0;
   height: 0;
   font-size: 1px;
   overflow: hidden;
}
/***************
 * MENU STYLES *
 ***************/
div#header div.wrapper ul#menu {
	margin: 19px 35px 0 0;
   padding: 0;
   text-align: right;
   width: 100%
}
div#header div.wrapper ul#menu li {
	display: inline;
	margin: 0;
   padding: 0 10px;
   list-style: none;
	border-right: solid 1px #EC3237;
}
div#header div.wrapper ul#menu li a {
   color: #fff;
   font-variant: small-caps;
   text-decoration: none;
}
div#header div.wrapper ul#menu li a:hover,
div#header div.wrapper ul#menu li a.here {
	color: #F9ED34;
   text-decoration: underline;
}
div#header div.wrapper ul#menu li.last {
	border: none;
    padding-right: 0;
}
/****************
 * FOLIO STYLES *
 ****************/
div#folio {
		background: #000000; /* old browsers */
   background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* ie */
}
div#folio div.wrapper {
	    background: #000;
/*    background: transparent url('/images/folio.jpg') no-repeat 0 0; */
}
/******************
 * CONTENT STYLES *
 ******************/
div#content {
	border-top: 36px solid #808080;
   background: #fff;
}
/******************
 * SIDEBAR STYLES *
 ******************/
div#content div.wrapper div#sidebar {
	margin: 45px 0 20px 0;
	width: 335px;
   border: 1px solid #999;
	-moz-border-radius: 10px;
	border-radius: 10px;
   float: left;
}
div#content div.wrapper div#sidebar div#topbar {
	position: relative;
	margin: 2px auto 75px auto;
	width: 330px;
   height: 29px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
   background: #ED3237;
}
div#content div.wrapper div#sidebar div#topbar div#logousa {
	position: absolute;
   top: -35px;
   left: 57px;
	width: 216px;
   height: 148px;
   background: transparent url('/images/logo-usa.png') no-repeat 0 0;
}
div#content div.wrapper div#sidebar h3 {
	margin: 0 15px;
   color: #EC3237;
	text-transform: uppercase;
   font-size: 93%;
}
div#content div.wrapper div#sidebar div.property {
	margin:  0 15px;
   padding: 20px 0 10px 0;
   border-top: 1px solid #ccc;
}
div#content div.wrapper div#sidebar div.property img {
	margin: 0 15px 5px 0;
	float: left;
}
div#content div.wrapper div#sidebar div.property p {
	font-size: 85%;
}
div#content div.wrapper div#sidebar a{
	color: #ed3237;
	text-decoration:none;
}
div#content div.wrapper div#sidebar a:hover{
	text-decoration: underline;
}
/***************
 * COPY STYLES *
 ***************/
div#content div.wrapper div#copy {
    width: 550px;
   padding-top: 48px;
float: right;
}
div#content div.wrapper div#copy.nosidebar {
width: auto;
float: none;
   margin: 0px;
   padding-top: 48px;
}
div#content div.wrapper div#copy.nosidebar h2.properties{
   margin:35px 0 0 0;
   width:180px;
   float:left;
}
div.map {
	float:right;
    margin-top: 34px;
}
div#content div.wrapper div#copy h2 {
	display: block;
   margin: 0 0 16px 0;
   height: 30px;
}
div#content div.wrapper div#copy h2.welcomehome {
	background: transparent url('/images/headline-welcome-home.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.contactus {
	background: transparent url('/images/headline-contact-us.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.aboutus {
	background: transparent url('/images/headline-about-us.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.ourbio {
	background: transparent url('/images/headline-our-bio.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.ourservices {
	background: transparent url('/images/headline-our-services.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.landlord-representation {
	background: transparent url('/images/headline-landlord-representation.jpg') no-repeat 0 0;
    height:37px;
}
div#content div.wrapper div#copy h2.tenant-representation {
	background: transparent url('/images/headline-tenant-representation.jpg') no-repeat 0 0;
    height:37px;
}
div#content div.wrapper div#copy h2.someotheraside {
	background: transparent url('/images/headline-some-other-aside.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2.properties {
	background: transparent url('/images/headline-properties.jpg') no-repeat 0 0;
    height: 37px;
}
div#content div.wrapper div#copy h2.news {
	background: transparent url('/images/headline-news.jpg') no-repeat 0 0;
}
div#content div.wrapper div#copy h2 span {
	display: block;
	margin: 0;
   padding: 0;
   width: 0;
   height: 0;
   font-size: 1px;
   overflow: hidden;
}
div#content div.wrapper div#copy p.ourclient {
	text-align: center;
    align: center;
}
div#content div.wrapper div#copy div.bio {
	margin: 0;
   padding: 20px 0 10px 0;
   border-top: 1px solid #ccc;
}
div#content div.wrapper div#copy div.bio img {
	margin: 0 15px 5px 0;
	float: left;
}
div#content div.wrapper div#copy div.bio a{
	text-decoration: none;
    color:#ed3237;
}
div#copy table {
	margin: 40px 0;
    font-size: 11px;
}
div#content div.wrapper div#copy.nosidebar table td.left{
	text-align: left;
}
div#content a{
	color:#ED363B;
	text-decoration:none;
}
div#content div.wrapper div#copy table a:hover{
	color:#ED363B;
	text-decoration:underline;
}
#copy td {
    padding:10px;
}
#copy tr {
    text-align: center;
    border: solid 1px #ccc;
}
div#content div.wrapper div#copy div img{
	text-align: center;
}
div#content div.wrapper div#copy fieldset {
	padding: 10px;
	border: 1px solid #999;
}
div#content div.wrapper div#copy fieldset div.group {
	margin-bottom: 10px;
	clear: left;
}
div#content div.wrapper div#copy fieldset div.group span{
	color:#EC3237;
}
div#content div.wrapper div#copy fieldset div.group label {
	display: block;
   width: 150px;
   float: left;
}
div#content div.wrapper div#copy fieldset div.group input {
	width: 300px;
}
div#content div.wrapper div#copy fieldset div.group textarea {
	width: 300px;
   height: 150px;
}
div#content div#copy fieldset div.group .btn {
	width: auto;
}

/*********************
 * PROPERTIES STYLES *
 *********************/
 .properties th {
 	font: 26px/1.6 'Roboto';
 }
 .properties td {
 	text-align: left;
 }
 .properties td h3 {
 	float: left;
 	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
 }
 .properties td h4 {
 	float: right;
 	font-size: 16px;
    font-weight: bold;
	margin-bottom: 20px;
 }
 .properties td p {
 	clear: both;
 }
 .properties td {
 	background-position: top right;
    background-repeat: no-repeat;
    font-size: 15px;
 }
 .state-name {
 	font: 30px/1.6 'Roboto';
    font-weight: 400;
    margin: 20px 0 5px -20px;
 }
 #copy table.properties {
 	margin-top: 0;
 }
 .properties td img[src="images/stop-shop.png"] {
 	float: right;
    margin: 0 0 30px 30px;
}
.properties td a.readmore {
	display: block;
    margin: 10px 0 0;
}
.properties tr td:first-child p {
	margin: 0;
}
.properties tr td:first-child h4 {
	display: block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 20px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    width: 300px;
    float: none;
}

/********************
 * SUBFOOTER STYLES *
 ********************/
div#subfooter {
	padding-top: 5px;
	height: 51px;
   background: #808080;
clear: both;
}
div#subfooter div.wrapper form {
	margin: 0 0 15px 15px;
    padding: 10px 0 0 0;
    float: right;
}
div#subfooter div.wrapper form label {
	color: #fff;
   font-variant: small-caps;
   cursor: pointer;
}
div#subfooter div.wrapper form input.submit {
	margin: 4px 0 -4px 0;
}
div#subfooter div.wrapper p#copyright,
div#subfooter div.wrapper p#address {
	display: inline;
	font-size: 12px;
    text-align: center;
   color: #fff;
   margin: 0;
}
div#subfooter div.wrapper p#copyright span,
div#subfooter div.wrapper p#address span {
	margin: 0 10px;
   padding: 0;
	color: #EC3237;
   font-weight: bold;
}
/*****************
 * FOOTER STYLES *
 *****************/
div#footer {
	height: 140px;
    width: 100%;
	background: #333333; /* old browsers */
   background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* ie */
}
div#footer div.wrapper div#logofooter {
	position: absolute;
   top: 23px;
   right: 28px;
	width: 158px;
   height: 30px;
   background: transparent url('images/logo-footer.png') no-repeat 0 0;
}