/*
Company:	Manhattan Realty
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
table td, table th {

border: none;


}

div#hd {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}
body.inside div#hd {
	height: 184px;
	background: url(../images/inside-hd-bkg.jpg) no-repeat 0 0;
}

/* Body */
div#bd {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 20px 0;
}
div#ft p.copyright {
	width: 200px;
	margin: 0 0 0 14px;
	font-size: 85%;
	color: #666666;
	padding: 10px 0;
	float: left;
	display: inline;
}
body.inside div#ft p.copyright {
	width: 440px;
}
div#ft div.ft-logos {
	width: 220px;
	margin: 0 0 0 160px;
	text-align: center;
	float: left;
	display: inline;
}
body.inside div#ft div.ft-logos {
	margin-left: 15px;
}


.buttonSearch {
width: 105px;height: 26px;border: none;font-size: 14px; color:#FFF;background: url('../images/search-btn-bg.gif') no-repeat top left;padding: 2px 8px;
}

div#ft div.ft-logos img {
	margin: 0 5px;
}
div#ft p.ft-links {
	width: 260px;
	padding: 10px 0;
	font-size: 85%;
	color: #666666;
	text-align: right;
	float: right;
	display: inline;
}
div#ft a.rss img {
	vertical-align: text-bottom;
	margin-right: 3px;
}
div#ft a:link, div#ft a:visited {
	color: #666666;
}
div#ft a:hover {
	color: #ff6600;
}
/* @end */

/* Second Column Mods */
div.plain-column {
	width: 308px;
	margin: 24px 0 0 46px;
	padding: 0 20px;
	float: left;
	display: inline;
}


/* @group Modules */
/* Logo */
div#logo {
	width: 495px;
	height: 109px;
	background: url(../images/logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}
body.inside div#logo {
	background: none;
	height: 120px;
}

/* New Code June 17, 2009 */
/* Tagline */
p.tagline {
	margin: 80px 0 0 105px;
	position: absolute;
	z-index: 300;
	width: 380px;
	font-size: 123.1%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #347780;
	text-shadow: 2px 1px 2px #b3d5d7;
}
p.tagline strong {
	font-style: italic;
}
/* End New Code June 17, 2009 */

/* Flash */
div#flash {
	width: 618px;
	height: 385px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}

/* Quicksearch */
div#quicksearch {
	width: 375px;
	height: 385px;
	background: url(../images/quicksearch.jpg) no-repeat 0 0;
	float: right;
	display: inline;
}

div#quicksearch h2 {
	margin: 0;
	font-family: Palatino, Times, serif;
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
	text-align: center;
	padding: 50px 0 10px 20px;
}

div#quicksearch form {
	padding: 10px 35px 0 50px;
}

div#quicksearch form div.row {
	clear: both;
	padding: 3px 0 3px 0;
}

div#quicksearch form div.check {
	background: url(../images/orange-check.gif) no-repeat 100% 50%;
	
}

div#quicksearch form div.row label {
	display: block;
	width: 50px;
	padding: 5px 5px 0 0;
	float: left;
	text-align: right;
	font-size: 85%;
}

div#quicksearch form div.row label.textarea {
	padding: 36px 5px 0 0;
}
div#quicksearch form div.row input.txt {
	width: 200px;
	font-size: 85%;
	padding: 3px;
}
div#quicksearch form div.row select {
	font-size: 85%;
	width: 210px;
}
div#quicksearch form div.submit-row input.btn {
	margin: 0 0 0 95px;
	float: left;
	display: inline;
}
div#quicksearch p.req {
	background: url(../images/orange-check.gif) no-repeat 0 50%;
	padding: 5px 3px 5px 20px;
	font-size: 85%;
	color: #38787e;
	width: 50px; /* Added June 24, 2009 */
	margin: 0; /* Added June 24, 2009 */
	float: right;
	display: inline;
	right:30px;
}
div#quicksearch p.intro {
	font-size: 93%;
	font-weight: bold;
	padding: 0 0 0 55px;
	margin: 0 0 7px 0;
}


/* Custom Space Search */
div.custom-space-search {
	width: 378px;
	height: 228px;
	background: url(../images/custom-space-search-bkg.jpg) no-repeat 0 0;
	padding: 35px 35px 0 30px;
	margin: 0 0 0 7px;
	float: left;
	display: inline;
}
div.custom-space-search h2 {
	margin: 0 0 10px 0;
	font-family: Palatino, Times, serif;
	color: #ff6600;
	font-weight: bold;
	font-size: 131%;
}
div.custom-space-search h2 span {
	font-size: 77%;
	color: #576576;
	font-weight: normal;
	padding: 0 0 0 10px;
}
div.custom-space-search p {
	padding: 0 0 0 10px;
	font-size: 93%;
}
div.custom-space-search div.types a {
	display: block;
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	background: url(../images/yellow-btns.gif) no-repeat 0 -31px;
	font-size: 77%;
	margin: 0 4px 6px 0;
	float: left;
	display: inline;
}
div.custom-space-search div.types a:link, div.custom-space-search div.types a:visited {
	color: #0f335c;
	text-decoration: none;
}
div.custom-space-search div.types a:hover {
	background-position: 0 0;
}

/* Contact */
div.contact {
	width: 509px;
	height: 227px;
	background: url(../images/contact-bkg.jpg) no-repeat 0 0;
	padding: 25px 15px 0 20px;
	margin: 8px 0 0 0;
	float: right;
	display: inline;
}
div.contact h2 {
	margin: 0 0 3px 0;
	color: #ff6600;
	font-family: Palatino, Times, serif;
}
div.contact p {
	font-size: 93%;
	margin-bottom: .5em;
}
div.contact img.chat {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.contact p.contact-info {
	font-weight: bold;
	color: #ff6600;
}
div.contact p.contact-info a:link, div.contact p.contact-info a:visited {
	color: #ff6600;
	text-decoration: none;
}
div.contact p.contact-info a:hover {
	text-decoration: underline;
}

/* Types of Realty */
div.types-realty {
	background-color: #efefef;
	margin-left: 14px;
	margin-right: 2px;
	margin-bottom: 15px;
}
div.types-realty div.col {
	width: 222px;
	padding: 8px 12px;
	float: left;
	display: inline;
}
div.types-realty h2 {
	font-size: 131%;
	margin: 0 0 5px 0;
	font-family: Palatino, Times, serif;
	color: #ff6600;
}
div.types-realty p {
	margin: 0 0 7px 0;
	font-size: 85%;
	font-weight: bold;
}
div.types-realty p a {
	display: block;
}
div.types-realty img.pic {
	border: 1px solid #0b1d2d;
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}

/* About */
div.about {
	width: 319px;
	margin: 0 17px 0 14px;
	float: left;
	display: inline;
}
div.finding {
	width: 319px;
	margin: 0 0 0 0;
	float: left;
	display: inline;
}
div.below-market {
	width: 319px;
	margin: 0 2px 0 0;
	float: right;
	display: inline;
}
div.home-cols h3 {
	border: 1px solid #aaadb1;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-size: 116%;
	font-family: Palatino, Times, serif;
	color: #576576;
}
div.home-cols p {
	font-size: 93%;
	padding: 0 2px;
}
div.home-cols ul {
	margin: 0 0 10px 0;
}
div.home-cols ul li {
	list-style: none;
	padding: 0 0 5px 0;
}
div.home-cols ul li a {
	display: block;
	padding: 0 0 0 13px;
	background: url(../images/light-orange-arrow.gif) no-repeat 0 3px;
}
div.home-cols ul li a:hover {
	background: url(../images/dark-orange-arrow.gif) no-repeat 0 3px;
}

/* Tools */
div.tools div.real-estate-tools {
	width: 692px;
	border: 1px solid #e9e9eb;
	background-color: #f4f4f5;
	margin: 0 0 0 14px;
	padding: 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
div.tools div.real-estate-tools h4 {
	margin: 0 0 5px 238px;
	background: url(../images/icon-realestate.gif) no-repeat 0 50%;
	line-height: 26px;
	padding: 0 0 0 28px;
	font-family: Palatino, Times, serif;
	color: #333;
	font-size: 131%;
}
div.tools ul {
	margin: 0;
}
div.tools ul.list1 {
	width: 220px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.tools ul.list2 {
	width: 220px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.tools ul.list3 {
	width: 220px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.tools ul.list4 {
	width: 262px;
	float: left;
	display: inline;
}

div.tools ul li {
	list-style: none;
	font-weight: bold;
	font-size: 100%;
	padding: 3px 0;
}
div.tools ul li a {
	display: block;
	padding: 1px 0 1px 20px;
}
div.tools ul li a:link, div.tools ul li a:visited {
	color: #333;
}
div.tools ul li a:hover {
	color: #ff6600;
}
div.tools ul.list1 li a {
	background: url(../images/yellow-arrow.gif) no-repeat 0 50%;
}
div.tools ul.list2 li a {
	background: url(../images/orange-arrow.gif) no-repeat 0 50%;
}
div.tools ul.list3 li a {
	background: url(../images/green-arrow.gif) no-repeat 0 50%;
}
div.tools ul.list4 li a {
	background: url(../images/blue-arrow.gif) no-repeat 0 50%;
}

div.tools div.useful-links {
	width: 245px;
	border: 1px solid #e9e9eb;
	background-color: #f4f4f5;
	margin: 0 2px 0 0;
	padding: 10px;
	overflow: hidden;
	float: right;
	display: inline;
}
div.tools div.useful-links h4 {
	margin: 0 0 5px 40px;
	background: url(../images/icon-magnify.gif) no-repeat 0 50%;
	line-height: 26px;
	padding: 0 0 0 28px;
	font-family: Palatino, Times, serif;
	color: #333;
	font-size: 131%;
}

/* Content */
div.content {
	background: url(../images/inside-cols-div.gif) repeat-y 439px 0;
	margin: 0 0 20px 0;
}

div.content1col {
	background: url(../images/inside-cols-div.gif) repeat-y 439px 0;
	margin: 0 0 20px 0;
}

/* Main */
div.main {
	width: 400px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

div.main2c {
	width: 800px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

div.main2c2 {
	width: 740px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

div.office-search-blank {
	width: 308px;
	height: 720px;
	margin: 24px 0 0 46px;
	padding: 0 0px;
	float: left;
	display: inline;
	
}

/* Office Space Search */
div.office-search {
	width: 308px;
	height: 539px;
	margin: 24px 0 0 46px;
	background: url(../images/inside-search-bkg.jpg) no-repeat 0 0;
	padding: 0 20px;
	float: left;
	display: inline;
}
div.office-search h2 {
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-family: Palatino, Times, serif;
}
div.office-search p {
	font-size: 85%;
}
div.office-search p.req {
	color: #ff0000;
	font-weight: bold;
	padding: 0 0 0 105px;
	margin: 0 0 5px 0;
}
div.office-search p.reqR {
	color: #ff0000;
	font-weight: bold;
	padding: 0 0 0 105px;
	margin: 0 0 5px 0;
}

div.office-search label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 5px 0 0;
}
div.office-search label.multiline {
	padding-top: 0;
}
div.office-search input.txt {
	width: 180px;
	font-size: 85%;
	padding: 3px;
}
div.office-search div.row span {
	font-size: 85%;
	font-weight: bold;
	padding: 0 3px;
}
div.office-search input.txt-short {
	width: 69px;
	font-size: 85%;
	padding: 3px;
}
div.office-search div.row {
	padding: 6px 0;
}
div.office-search div.submit-row {
	text-align: center;
	padding: 15px 0 0 0;
}


/* Side */
div.side {
	width: 154px;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}
div.side h3 {
	margin: 0 0 10px 0;
	color: #427daf;
	font-size: 108%;
}

div.side ul {
	margin: 0 0 20px 0;
}
div.side ul li {
	list-style: none;
	padding: 4px 0;
	font-size: 108%;
}
div.side ul li a:link, div.side ul li a:visited {
	color: #666666;
}
div.side ul li a:hover {
	color: #ff6600;
}

/* Pic Left */
img.picleft {
	margin: 4px 10px 10px 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav {
	width: 513px;
	height: 109px;
	background: url(../images/nav-bkg.jpg) no-repeat 0 0;
	float: right;
	display: inline;
}
body.inside div#nav {
	background: none;
}
div#nav ul {
	margin: 0;
	padding: 29px 0 0 0;
}
body.inside div#nav ul {
	padding: 39px 0 0 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 116%;
	padding: 0; /* Changed this line June 17, 2009 */
	line-height: 44px;
	text-indent: -9000px;
}

/* Changed Code June 17, 2009 */
div#nav ul li#n-home a {
	width: 51px;
	background: url(../images/nav.gif) no-repeat 0 13px;
}
div#nav ul li#n-search a {
	width: 141px;
	background: url(../images/nav.gif) no-repeat -51px 13px;
}
div#nav ul li#n-listings a {
	width: 230px;
	background: url(../images/nav.gif) no-repeat -192px 13px;
}
div#nav ul li#n-contact a {
	width: 88px;
	background: url(../images/nav.gif) no-repeat -422px 13px;
}

div#nav ul li#n-home a:hover, div#nav ul li#n-home a.active {
	background: url(../images/nav.gif) no-repeat 0 -51px #fafafb;
}
div#nav ul li#n-search a:hover, div#nav ul li#n-search a.active {
	background: url(../images/nav.gif) no-repeat -51px -51px #fafafb;
}
div#nav ul li#n-listings a:hover, div#nav ul li#n-listings a.active {
	background: url(../images/nav.gif) no-repeat -192px -51px #fafafb;
}
div#nav ul li#n-contact a:hover, div#nav ul li#n-contact a.active {
	background: url(../images/nav.gif) no-repeat -422px -51px #fafafb;
}

/* End Changed Code June 17, 2009 */
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #38787e;
	font-family: "Arial Narrow", Arial, sans-serif;
}
div.main2c h1 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #38787e;
	font-family: "Arial Narrow", Arial, sans-serif;
}

div.main2c2 h1 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #38787e;
	font-family: "Arial Narrow", Arial, sans-serif;
}

/* @end */

/* @group Common Text Styles */
div.main {
	color: #262626;
}
div.main p {
	font-size: 93%;
	line-height: 160%;
}
div.main2c {
	color: #262626;
}
div.main2c p {
	font-size: 93%;
	line-height: 160%;
}

div.main2c2 {
	color: #262626;
}
div.main2c2 p {
	font-size: 93%;
	line-height: 160%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */