@charset "utf-8";

/*----------------------------------------- general styles ----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #000 url(../images/backg_with_sidebar2.gif) repeat-y left top;
}


/* when site is being edited with Contribute - comment out the 'letter-spacing' style below */
body {
	background: #000 url(../images/backg_masthead.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	/* letter-spacing: 1px; */
}

#container {
	width: 100%;
	position: relative;
}

.bulletedList {
	margin-left: 25px;
}
.clear {
	clear: both;
}

.bulletedList li {
	padding-bottom: 15px;
}

.unbulletedList {
	margin-left: 250px;
	list-style-type: none;
}
.unbulletedList   li {
	margin-bottom: 10px;
}

.pressList {
	margin-bottom: 40px;
}

.pressList li {
	color: #333;
	font-weight: bold;
}

.pressListInline {
	list-style: none;
}

.pressListInline li {
	display: inline;
	border-right: 1px solid #666;
	padding: 0 20px;
}

.pressListInline li.last {
	border-right: none;
}	

/*----------------------------------------- /general styles ----------------------------------*/





/*----------------------------------------- masthead / navbar ----------------------------------*/

#masthead {
	background: #000 url(../images/backg_masthead.gif) repeat-x left top;
	height: 164px;
	width: 989px;
	position: relative;
}

/* this is the logo / home button */
h1 {
	display: block;
	background: url(../images/logo.gif) no-repeat left top;
	width: 259px;
	height: 61px;
	text-indent: -9999px;
	position: absolute;
	top: 52px;
	left: 66px;
	z-index: 200;
}
h4 {
	margin-top: 25px;
	font-weight: bold;
	font-size: 1em;
}


h1 a {
	display: block;
	height: 61px;
	width: 259px;
}

/* this is the marketing message at the very top of the design */
#masthead h4 {
	font-size: 12px;
	color: #CCC;
	font-style: italic;
	position: absolute;
	top: 4px;
	right: 4px;
}

#nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#navList {
	list-style-type: none;
}

#navList li {
	display: inline;
	float: right;
	background: url(../images/nav_line.gif) no-repeat right bottom;
	padding: 58px 4px 4px 0;
}

#navList a {
	color: #CCC;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	padding: 58px 4px 4px 12px;
}
#navList a span {
	text-transform: uppercase;
}


#navList a:hover {
	background: url(../images/rollover.gif) repeat-x bottom;
}


/*----------------------------------------- /masthead / navbar ----------------------------------*/




/*----------------------------------------- Featured Properties / Flash / home page only ----------------------------------*/

#featuredProperties h2 {
	display: none;
}

#featuredProperties {
	padding-bottom: 30px;
}

/*----------------------------------------- /Featured Properties / Flash / home page only ----------------------------------*/




/*----------------------------------------- Main Content area ----------------------------------*/

/* this moves the area over to allow for the sidebar to slide into place */
#mainContent {
	padding-left: 366px;
	font-size: .8em;
	line-height: 18px;
	background: url(../images/backg_with_sidebar.gif) repeat-y;
}

.fullPage #mainContent {
	padding-left: 25px;
	background-image: none;
}

#mainContent p {
	padding-bottom: 18px;
}

#mainContent a {
	text-decoration: none;
	color: #E42E2E;
}

#mainContent a:hover {
	color: #CCC;
	background-color: #E42E2E;
}


#content {
	position: relative;
	background-color: #FFFFFF;
}

#mainContentWrap {
	width: 550px;
	padding-left: 20px;
	padding-top: 20px;
}

.fullPage #mainContentWrap {
	width: 891px;
}

/*----------------------------------------- /Main Content area ----------------------------------*/




/*----------------------------------------- Sidebar ----------------------------------*/

#sidebar {
	width: 326px;
	position: absolute;
	z-index: 300;
	top: 0px;
	left: 40px;
	background-color: #333;
	color: #FFF;
}

/* sets base line for sidebar headers using the home page specs - override for specific pages as necessary */
#sidebar h2 {
	background: url(../images/header_welcome.gif) no-repeat;
	height: 198px;
	width: 40px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: -40px;
	top: 0px;
}

#whoPage #sidebar h2, #contactPage #sidebar h2 {
	background: url(../images/header_team.gif) no-repeat;
}

#clientsPage #sidebar h2 {
	background: url(../images/header_clients.gif) no-repeat;
}

#taxPage #sidebar h2 {
	background: url(../images/header_cities_towns.gif) no-repeat;
	height: 254px;
}

#marketPage #sidebar h2 {
	background: url(../images/header_ri_glance.gif) no-repeat;
	height: 254px;
}

#servicesPage #sidebar h2,
#pressPage #sidebar h2 {
	background: url(../images/header_contact_left.gif) no-repeat;
	height: 254px;
}

#propertiesPage #sidebar h2 {
	background: url(../images/header_search.gif) no-repeat;
	height: 254px;
}

#sidebar p {
	padding: 18px 12px 0 18px;
	font-size: .8em;
	line-height: 16px;
}

/* this is the Quick Search area's header */
#homePage #sidebar h3 {
	background-image: url(../images/header_quicksearch.gif);
	height: 27px;
	width: 325px;
	text-indent: -9999px;
	margin-top: 14px;
}

/*----------------------------------------- /Sidebar----------------------------------*/




/*----------------------------------------- Footer----------------------------------*/

#footer {
	text-align: right;
	background: #000 url(../images/backg_with_sidebar2.gif) repeat-y left top;
	width: 989px;
}

.fullPage #footer {
	background-image: none;
}

#footerNav {
	list-style-type: none;
	font-size: 9px;
	width: 600px;
	text-align: right;
	float: right;
	margin-top: 50px;
}

#footerNav li {
	display: block;
	padding: 0 10px 10px 10px;
	float: left;
	width: 20%;
}

#footerNav a {
	text-transform: lowercase;
	color: #CCC;
	text-decoration: none;
}

#footerNav a:hover {
	color: #E42E2E;
	text-decoration: underline;
}

#footerNav a span {
	text-transform: uppercase;
}

#homePage #footerNav {
	display: none;
}

#footer .addressList {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 10px;
	padding-top: 20px;
}

/*----------------------------------------- /Footer----------------------------------*/



/*----------------------------------------- Headers ----------------------------------*/

#mainContent h2 {
	height: 340px;
	width: 30px;
	text-indent: -9999px;
	float: right;
	margin: 0 -40px 0 5px;
}

#whoPage #mainContent h2 {
	background: url(../images/header_who.gif) no-repeat;
}

#servicesPage #mainContent h2 {
	background: url(../images/header_services.gif) no-repeat;
}

#clientsPage #mainContent h2 {
	background: url(../images/header_successes.gif) no-repeat;
}

#successesOffice {
	background: url(../images/header_successes_office.gif) no-repeat !important;
	height: 531px !important;
}

#successesIndustrial {
	background: url(../images/header_successes_industrial.gif) no-repeat !important;
	height: 531px !important;
}

#successesLand {
	background: url(../images/header_successes_land.gif) no-repeat !important;
	height: 531px !important;
}

#successesVintage {
	background: url(../images/header_successes_vintage.gif) no-repeat !important;
	height: 531px !important;
}

#successesRetail {
	background: url(../images/header_successes_retail.gif) no-repeat !important;
	height: 531px !important;
}

#marketPage #mainContent h2 {
	background: url(../images/header_market.gif) no-repeat;
}

#taxPage #mainContent h2 {
	background: url(../images/header_tax.gif) no-repeat;
}

#contactPage #mainContent h2 {
	background: url(../images/header_contact.gif) no-repeat;
}

#pressPage #mainContent h2 {
	background: url(../images/header_press.gif) no-repeat;
}

/*----------------------------------------- /Headers ----------------------------------*/




/*----------------------------------------- Active pages----------------------------------*/

/* do NOT shorthand the properties for this entry - it must been written like this to preserve the rollover effect */
#whoPage #whoButton, #propertiesPage #propertyButton, #servicesPage #servicesButton, #clientsPage #clientsButton, #marketPage #marketButton, #taxPage #taxButton, #pressPage #pressButton, #contactPage #contactButton {
	background-image: url(../images/rollover.gif);
	background-repeat: repeat-x;
}

/*----------------------------------------- /Active pages----------------------------------*/




/*----------------------------------------- The Team sidebar ----------------------------------*/

.teamEntry {
	width: 290px;
	padding: 10px 5px 25px 15px;
	clear: both;
	background: url(../images/backg_teamentry.gif) no-repeat center bottom;
}

.teamLast  {
	background-image: none;
}

.teamEntry a,
#sidebar a {
	color: #e42e2e;
	text-decoration: none;
}

.teamEntry a:hover,
#sidebar a:hover {
	color: #CCC;
	background-color: #ad0000;
}

.teamEntry img {
	float: left;
	border: 1px solid #000000;
	margin-right: 16px;
}

.teamList {
	list-style-type: none;
	font-size: .8em;
	padding-bottom: 10px;
}

.teamName {
	font-weight: bold;
}

.teamBigPic {
	float: right;
	margin: 5px 5px 0 10px;
	border: 1px solid #666666;
}


/*----------------------------------------- /The Team sidebar ----------------------------------*/




/*----------------------------------------- Partner logos - Who We Are page ----------------------------------*/

#partnersList {
	list-style-type: none;
	margin-bottom: 50px;
}

#partnersList  li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------- /Partner logos - Who We Are page ----------------------------------*/




/*----------------------------------------- Clients and Successes content ----------------------------------*/

#successesMenu {
	width: 540px;
	position: fixed;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#clientsList {
	list-style: none;
	padding: 5px 5px 12px 10px;
	font-size: .8em;
}
#clientsList li {
	padding-bottom: 3px;
}

/* succcessList is the actual links of successes categories */
#successesList {
	list-style: none;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	/*width: 280px;
	float: right;
	margin-top: 20px;*/
}

#successesList li {
	display: block;
	padding: 0 10px;
	float: left;
	width: 150px;
	text-align: left;
}
	
#successesList a {
	padding: 1px 5px;
}

/*#successesMain {
	margin-top: 150px;
}*/


/* successEntry is used for each individual entry on these pages */
.successEntry {
	border-top: 1px solid #CCC;
	width: 535px;
	display: block;
	clear: left;
	padding-bottom: 10px;
}

.successEntry dt {
	padding-right: 25px;
	float: left;
	padding-top: 5px;
	margin-bottom: 8px;
}

.successEntry dd {
	padding-top: 5px;
}

.successEntry img {
	border: 3px solid #666;
}
.successEntry dd img {
	border-style: none;
}


.successEntry .bulletedList li {
	padding-bottom: 3px;
}

#clientsFlash {
	padding: 15px 20px 15px 30px;
/*	width: 250px;
float: left;*/
}

/*----------------------------------------- /Clients and Successes content ----------------------------------*/



/*----------------------------------------- Stylin some Tables!  Use on the Market and Tax pages ----------------------------------*/


.marketTable {
	width: 280px;
	border: 1px solid #CCCCCC;
	margin: 20px 0 25px 20px;
	padding: 0 2px 0 0;
	font-size: 0.8em;

}

.marketTable  td {
	width: 25%;
	padding: 3px 0 3px 15px;
}

.headerRow {
	background-color: #000000;
	color: #FFFFFF;
}

.categoryRow {
	background-color: #666;
	font-weight: bold;
}

#taxRateTable {
	width: 540px;
	margin-bottom: 20px;
}

#taxRateTable  th, #taxRateTable td {
	padding: 3px;
	width: 10%;
	text-align: center;
}

.taxRateHeaders {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: normal;
}

#taxRateTable  td.municipalityColumn   {
	text-align: left;
	width: 20%;
	padding-left: 10px;
}

.taxRateOdd {
	background-color: #CCC;
}

#riMap {
	float: left;
	margin: 0 10px 25px 0;
}

.communitiesList {
	list-style-type: none;
}

.communitiesList li {
	padding-bottom: 2px;
}

.communityDiv {
	float: left;
	width: 240px;
	padding-left: 20px;
	font-size: .8em;
}

.communityDiv a {
	text-decoration: none;
	color: #FFFFFF;
}

.communityDiv a:hover {
	color: #E42E2E;
	text-decoration: underline;
}

.addressListBig {
	list-style-type: none;
}

#sidebar .addressListBig {
	padding: 15px 10px 0 20px;
	font-size: .8em;
}

#taxPage #mainContentWrap p {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#taxPage #mainContentWrap p.last {
	margin-bottom: 1px;
	padding-bottom: 5px;
}




/*----------------------------------------- /Stylin some Tables!  Use on the Market and Tax pages ----------------------------------*/



/*----------------------------------------- Properties pages ----------------------------------*/

#sidebar #listingsSidebarButtons {
	margin: 10px 5px 12px 20px;
	list-style: none;
}

#listingsSidebarButtons a {
	color: #FFF;
	font-size: .8em;
	text-decoration: none;
	position: absolute;
	left: 30px;
	top: 8px;
}

#listingsSidebarButtons a:hover {
	color: #C00;
	text-decoration: underline;
}

#listingsSidebarButtons li {
	background: #000 url(../images/listings_sidebar_button.gif) no-repeat left top;
	margin: 0 0 20px 0;
	width: 250px;
	height: 27px;
	position: relative;
}




/*----------------------------------------- /Properties pages ----------------------------------*/


/* KLUDGE - fixes some layout issues by adding a non-semantic p tag at the bottom of pages that have short content or need to have a block level element to ensure the sidebar displays correctly - my apologies in advance */
.necessaryEvil {
	height: 60px;
}

#contactPage .necessaryEvil {
	height: 180px;
}

#pressPage .necessaryEvil {
	height: 220px;
}
