/* MAIN LAYOUT */
body {
    margin: 0;
    background: #fff;
    min-width: 240px; 
    -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}
	.ie7 body,
	.ie8 body {
	    min-width: 860px; /* media queries are not supported in ie7/8 without a polyfill */
	}
	.main {
	    background: #fff;
	    padding: 40px 0 60px;
	    min-height: 300px;
	}
	.inner {
	    max-width: 1100px;
	    margin: 0 auto;
	    padding: 0 30px;
	}
	.ie6 .inner {
	    width: 960px;
	}
	.no-sidebar .content-container {
	    float: none;
	    width: 100%; /* makes content container full width when there is no sidebar */
	}
	.sidebar { /* this is the sidebar element */
	    margin-top: 12px;
	}
	.no-sidebar .sidebar {
		display: none;
	}
	
	.page-title {width: 857px; margin: 0 auto; margin-top: 40px; margin-bottom: 13px;}
	.page-title h1 {font-size: 26px; line-height: 27px; color: #0d5c13; text-transform: uppercase;}
	.lime-bar-top {background: url("../images/lime-bar-top.png") no-repeat; height: 31px; width: 890px; position: relative; margin: 0 auto 55px auto;}
	
	
.highlight{ color:#005925;}
.highlight-alt{ color:#86bd3d;}
.cycle-prev, .cycle-next{cursor:pointer;}
.property-list{display:inline-block; clear:both;}
	
	article {width: 1000px; margin: 0 auto;}
	#page-article {width: 866px; margin: 0 auto; padding-left: 6px;}
	
	.content p {margin-bottom: 30px; font-size: 14px; line-height: 20px; color: #313131; font-weight: 400;}
	.content ul li {list-style-type: disc; font-size: 14px; line-height: 20px; color: #313131; font-weight: 400;}

/* HEADER */
.header {
    background: #fff;
	margin: 0 auto;
	width: 985px;
	margin-bottom: 5px;
}
	.header .inner {
	    padding-top: 20px;
	    position: relative;
	    min-height: 72px;
	}

	/* Brand */
	header .brand, header .brand:hover {
	    float: left;
	    color: #fff;
	    display: inline-block;
	}
		.brand h1 {
		    margin: 0;
		    padding: 0;
		    font-size: 48px;
		    font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		    color: #fff;
		    font-weight: 600;
		    font-stretch: normal; /* default value. No font stretching */
		    line-height: 1em;
		}
		.brand p {
		    color: #888;
		    margin-bottom: 22px;
		}

/* NAVIGATION */

	/* Primary navigation */
	.header .inner .unit {
		position: relative; /* used to position the main navigation */
	}
	.header .primary ul {
		position:absolute;
		bottom: 25px;
		right: 45px; /* positions the main navigation */
	}
	.header .primary li {
	    float: left;
	    padding-bottom: 14px;
	    margin: 0 5px;
	    position: relative;
	    white-space: nowrap; /* forces text to never wrap onto a second line */
	}
	.header .primary li a {
	    color: #3a3a3a;
		font-size: 16px;
		font-family: 'Open Sans';
		padding: 6px 8px;
		display: block;
		line-height: 9.56px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.header .primary li a:hover {
		text-decoration: none;
	}
	.header .primary li.section a,
	.header .primary li.current a {
	    color: #0e6914;
		font-weight: 600;
	}
	.header .primary li.section:after,
	.header .primary li.current:after {
	    content: '}'; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
	    display: block;
	    position: absolute;
	    left: 50%;
	    margin-left: -7px;
	    bottom: -7px;
	    font-family: 'WebSymbolsRegular';
	    font-size: 30px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	}

	/* Secondary navigation */
	.main .secondary h3 {
	    font-size: 20px;
	    color: #AAA;
	    margin: 0 0 8px 0;
	    font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
	    font-weight: normal;
	}
	.main .secondary {
	    border-bottom: 1px solid #e5e5e5;
	}
		.main .secondary ul {
		    padding: 0;
		    margin: 0;
		}
		.main .secondary li {
		    border-top: 1px solid #e5e5e5;
		    position: relative;
		    list-style-type: none;
		    margin-bottom: 0;
		}
			.main .secondary li .arrow { 
			    color: #b80000;
			    padding-right: 5px;
			    display: block;
			    font-size: 15px;
			    line-height: 20px;
			    position: absolute;
			    left: 2px;
			    top: 7px;
			    -moz-transition: 0.2s; /* this transition moves the arrow from left:2px to left:6px */
			    -webkit-transition: 0.2s;
			    transition: 0.2s;
			}
		.main .secondary li a:hover .arrow {
		    left: 6px; /* this sets the final position for the arrow transition */
		}
		.main .secondary li a { /* side nav link styling */
		    padding: 10px 0;
		    display: block;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    font-size: 11px;
		    color: #333;
		    line-height: 17px;
		    border-bottom: none;
		    font-family: 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, sans-serif;
		}
		.main .secondary li .text {
		    padding-left: 28px;
		    display: block;
		}
		.main .secondary li.current a.current {
			color: #b80000;
			background-color: #EDEDED;
		}
		.main .secondary li.section,
		.main .secondary li.current {
		    background-color: #F3F3F3;
		}
			.main .secondary li.section a,
			.main .secondary li.current a {
			    color: #000;
			}
		

		/* Secondary navigation 2-5 levels deep */
		.main .secondary ul ul {
			display: none;
		}
		.secondary ul li.current ul,
		.secondary ul li.section ul { /* Only show child pages from selected parent */
			display: block;
		}
		.secondary li.current ul ul {
			display: none;
		}
		.main .secondary ul ul li a { padding-left: 10px; } /* Indent all sidebar navigation levels*/
			.main .secondary ul ul li a .arrow { left: 12px; }
			.main .secondary ul ul li a:hover .arrow { left: 16px; }

		.main .secondary ul ul ul li a { padding-left: 20px; }
			.main .secondary ul ul ul li a .arrow { left: 22px; }
			.main .secondary ul ul ul li a:hover .arrow { left: 26px; }

		.main .secondary ul ul ul ul li a { padding-left: 30px; }
			.main .secondary ul ul ul ul li a .arrow { left: 32px; }
			.main .secondary ul ul ul ul li a:hover .arrow { left: 36px; }
			
		.main .secondary ul ul ul ul ul li a { padding-left: 40px; }
			.main .secondary ul ul ul ul ul li a .arrow { left: 32px; }
			.main .secondary ul ul ul ul ul li a:hover .arrow { left: 36px; }

		.main .secondary li a:hover,
		.main .secondary li.section a:hover,
		.main .secondary li.current a:hover {
			color: #b80000;
		}




/* MIXED */
header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after { /* clearfix */
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.search-bar form input.action,
.header .primary li a,
.footer a { /* adds color transition when links/inputs on hover */
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer a.brand { color: #333; margin-left: 0; }
.footer a.brand:hover { color: #B80000; }
body h1 span.amp {
    font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",Georgia;
    font-style: italic;
}


/* FOOTER */
.footer {
    color: #fff;
    background: #323334;
    padding: 20px 0;
	height: 290px;
	width: 100%;
}
	.footer a {
	    color: #fff;
	}
	.footer a:hover {
	    
	}
	.footer .left {
	    float: left;
	    display: block;
	    margin-bottom: 10px;
		width: 360px;
		border-right: 1px solid #fff;
		padding-bottom: 24px;
		padding-right: 30px;
		margin-right: 25px;
	}
	.footer .middle {
		
	}
	.footer .right {
	    float: right;
	    display: block;
	    margin-bottom: 10px;
		border-left: 1px solid #fff;
		padding-left: 30px;
		padding-right: 7px;
	}
	.footer span {
	    padding: 0 3px;
	    color: #bbb;
	}
	.footer .primary,
	.footer .primary ul {
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
		.footer .primary li {
		    display: inline;
		}
	.ie6 .footer .primary li,
	.ie7 .footer .primary li { /* this is a bugfix for ie6/7 */
	    display: inline;
	    zoom: 1;
	    margin-right: 10px;
	}
	.footer .primary li:after { /* adds '/' to separate the footer navigation items */
	    padding: 0 3px 0 5px;
	    content: '/';
	    color: #999;
	}
	.footer .primary li:last-child:after {
	    content: ''; /* makes sure last nav item doesn't have a '/' following it */
	}
	.footer .arrow {
	    padding: 0 8px 0 5px;
	    color: #b80000;
	    font-size: 13px;
	}
	.footer .primary .nav-open-button {
	    display: none; /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
	}
	
	.footer-box {width: 750px; margin: 0 auto;}
	.footer-box h6 {line-height: 14px; font-weight: bold; margin-bottom: 6px;}
	.footer-box p {font-size: 12px; line-height: 16px; margin-top: 3px;}
	.footer-box ul li {font-size: 12px; line-height: 16px; margin-bottom: 2px;}
	.footer .contact-us {text-align: center; margin-bottom: 25px; margin-top: 30px; width: 127px; margin-left: auto; margin-right: auto; display: block;}
	.footer .contact-us h6 {font-size: 13px; line-height: 17px; font-weight: 400; text-transform: uppercase; border: 1px solid #82bc1b; padding: 4px 23px; border-radius: 20px;}
	.footer .copyright {text-align: center; font-family: "PT Sans"; font-size: 14px; line-height: 16px; color: #fff; margin-top: 8px;}
	.footer .copyright img {margin: 0px 10px; position: relative; top: 6px;}
	.clear {clear: both;}
	.footer .right p:nth-child(2) {margin-bottom: 10px;}
	.footer .middle ul {margin-top: 5px;}
	.footer .middle h6 {/*border-left: 1px solid #fff; padding-left: 25px; margin-left: -26px;*/}
	
	.sign-off-icon {margin: 50px 0 70px 0;}

/* PAGE SPECIFIC LAYOUT */

	/* Homepage */
	.cycle-prev {background: url("../images/cycle-prev.png") no-repeat; height: 27px; width: 16px; float: left; position: relative; bottom: 290px; left: -25px;}
	.cycle-next {background: url("../images/cycle-next.png") no-repeat; height: 27px; width: 16px; float: right; position: relative; bottom: 290px; left: 25px;}
	.grey-glow {background: url("../images/grey-glow.png") no-repeat; height: 26px; width: 1064px; position: relative; margin: 0 auto; top: 2px;}
	.hero-container .academy-banner {background: url("../images/banner1.png") no-repeat center; height: 483px; width: 1026px;}
	.hero-container .tenant-banner {background: url("../images/banner2.png") no-repeat center; height: 483px; width: 1026px;}
	.hero-container .landlord-banner {background: url("../images/banner3.png") no-repeat center; height: 483px; width: 1026px;}
	.hero-container .brokerage-banner {background: url("../images/banner4.png") no-repeat center; height: 483px; width: 1026px;}
	.hero-container .development-banner {background: url("../images/banner5.png") no-repeat center; height: 483px; width: 1026px;}
	.hero-container ul {margin: 0;}
	.hero-container {width: 1026px; margin: 0 auto;}
	.center-logo-lines {background: url("../images/center-logo-lines.png") no-repeat; height: 84px; width: 884px; position: relative; margin: 20px auto 0 auto;}
	.service-bucket-text {margin: 20px 0;}
	.service-bucket-text h2 {
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 24px;
		color: #006838;
		height: 50px;
		text-align: center;
		width: 245px;
		display: inline-block;
		vertical-align: top;
		border-right: 2px solid #bfdc86;
	}
	.service-bucket-text > h3:nth-child(3) {line-height: 50px;}
	.service-bucket-text > h3:nth-child(4) {line-height: 50px; border-right: none;}
	.service-bucket-images a {margin: 5px 15px 70px 15px;}
	.whole-foods {background: url("../images/whole-foods.png") no-repeat center; height: 151px; width: 213px; position: relative; display: inline-block;}
	.bbb-north-village {background: url("../images/bbb-north-village.png") no-repeat center; height: 151px; width: 217px; position: relative; display: inline-block;}
	.starbucks-cook-crossing {background: url("../images/starbucks-cook-crossing.png") no-repeat center; height: 154px; width: 217px; position: relative; display: inline-block;}
	.fair-field-inn {background: url("../images/fair-field-inn.png") no-repeat center; height: 151px; width: 217px; position: relative; display: inline-block;}
	.founder {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 34px; color: #808285; margin: 10px auto 70px auto; text-align: center; width: 930px;}
	
	/* Contact Us */
	.contact-page h1 {font-size: 23.52px; line-height: 32.08px; color: #0e6914; font-weight: 600;}
	.contact-page h2 {font-size: 20px; line-height: 32.08px; color: #0e6914; font-weight: 300;}
	.contact-page.content > h3:nth-child(5) {margin-top: 35px;}
	.contact-page h3 {font-size: 20px; line-height: 30px; color: #313131; font-weight: 600;}
	.contact-page h4 {font-size: 18px; line-height: 30px; color: #313131; font-weight: 400; margin-bottom: 7px;}
	.contact-page.content > h5:nth-child(7) {margin-top: 40px;}
	.contact-page h5 {font-size: 20px; line-height: 30px; color: #313131; font-weight: 600; margin-top: 30px; margin-bottom: 15px;}
	.contact-page p {font-size: 14px; line-height: 18px; color: #313131; font-weight: 400;}
	.contact-logo {position: relative; float: right;}
	.contact-map {/*position: relative; float: right; bottom: 70px;*/ position: absolute; margin-left: 475px; margin-top: 200px; text-align:center;}
	.middleColumn {display: inline-block; float: right;}
	#Form_ContactForm_Interest {width: 310px;}
	#Form_ContactForm_OtherInterest {width: 270px;}
	#Form_ContactForm_Name {width: 375px;}
	#Form_ContactForm_Company {width: 350px;}
	#Form_ContactForm_Address {width: 360px;}
	#Form_ContactForm_Phone {width: 315px;}
	#Form_ContactForm_Email {width: 380px;}
	#Form_ContactForm_Source {width: 235px;}
	#Form_ContactForm_Message {width: 430px; max-width: none;}
	blockquote {quotes: none; margin-bottom: 30px;}
	.contact-page.content > h4:nth-child(5) > br:nth-child(2) {margin-bottom: 15px;}
	
	/* About */
	/*.about-page-text p {font-size: 14px; line-height: 20px; color: #313131; font-weight: 400;}
	.about-page-text ul li {list-style-type: disc; font-size: 14px; line-height: 20px; color: #313131; font-weight: 400;}*/
	.content.about-page {margin-top: -30px;}
	.about-page p {/*margin-bottom: 18px;*/}
	.about-page img {margin: 30px 0px 15px 0px;}
	.about-page ul {margin-bottom: 20px;}
	.ferguson-quote {margin: 60px 0 65px 0;}
	.about-page h3 {font-size: 18px; line-height: 26px; color: #0e6914; font-style: italic; margin-top: 60px; margin-bottom: 10px;}
	.about-page h4 {font-size: 18px; line-height: 26px; color: #0e6914; font-weight: 600; margin-bottom: 65px;}
	.about-page .bio-list {margin-top: 50px;}
	.about-page .bio-list h3 {font-size: 18px; line-height: 30px; color: #313131; font-weight: 600; font-style: normal; margin-top: 0;}
	.about-page .bio-list h4 {font-size: 16px; line-height: 22px; color: #313131; font-weight: 600; margin-bottom: 0;}
	.about-page .bio-list h5 {font-size: 14px; line-height: 22px; color: #313131; font-weight: 400;}
	.about-page .bio-list p {font-size: 14px; line-height: 20px; color: #313131; font-weight: 400; width: 390px;}
	.grey-line {margin-bottom: 10px;}
	.grey-line img {float:right; margin: -13px 0px 0px 0px;}
	.bio-odd {float: left;}
	.bio-even {float: right;}
	.bio-name {margin-bottom: 10px;}
	.bio-story {margin-top: 18px;}
	
	/* Services */
	.services-page {margin-top: -30px;}
	.services-page h2 {font-size: 18px; line-height: 30px; color: #313131; font-weight: 700; text-decoration: underline; width: 290px; margin-top: 50px; margin-bottom: 15px;}
	.tenant-rep-text > h3:nth-child(1) {margin-top: 0;}
	.retail-text > p:nth-child(2) {margin-bottom: 70px;}
	.services-page p {font-size: 14px; line-height: 30px; color: #313131; font-weight: 400;}
	.services-page ul li {font-size: 14px; line-height: 25px; color: #313131; font-weight: 400; list-style-type: disc;}
	.content.services-page > p:nth-child(3) > img:nth-child(1) {float: right; position: relative; bottom: 30px;}
	.content.services-page > p:nth-child(2) {float: left; width: 425px;}
	.content.services-page > p:nth-child(9) > img:nth-child(1) {float: right; position: relative; bottom: 30px;}
	.content.services-page > p:nth-child(8) {float: left; width: 435px; margin-bottom: 70px;}
	
	/* Properties */
	fieldset {border: 0;}
    .organize {/*display: block; margin: -25px 0 15px 0; float: left;*/margin:0 0 15px 0; text-align:left; color: #313131; font-size: 20px; line-height: 26px; font-weight: 600; }
    select {width: 200px;}
	#sort-type {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		width: 170px;
		font-size: 20px;
		line-height: 32px;
		color: #313131;
		margin-bottom: 2px;
		padding: 0;
		border-color: #7f7f7f;
		margin-left: 10px;
	}
	#sort-type > option:nth-child(1) {border-bottom: 1px solid #313131; padding-bottom: 3px;}
	#sort-type > option:nth-child(2) {border-bottom: 1px solid #313131; padding-bottom: 3px;}
	#sort-type > option:nth-child(3) {border-bottom: 1px solid #313131; padding-bottom: 3px;}
	#sort-type > option:nth-child(4) {padding-bottom: 3px;}
	.property-box {float: left; margin-bottom: 40px;}
	div.property-box:nth-child(2) {margin-left: 25px; margin-right: 25px;}
	div.property-box:nth-child(5) {margin-left: 25px; margin-right: 25px;}
	div.property-box:nth-child(8) {margin-left: 25px; margin-right: 25px;}
	.property-box h3 {font-size: 20px; line-height: 20px; color: #fff; font-weight: 600; text-transform: uppercase; text-align: center; vertical-align: middle; display: inline-block; width: 185px;}
	.property-box h4 {font-size: 20px; line-height: 20px; color: #fff; font-weight: 400; text-align: center; background-color: #82bc1b; padding: 4px 0 8px 0;}
	.pagination {font-size: 20px; line-height: 18px; color: #313131; font-weight: 400; text-transform: uppercase; text-align: center; width: 100%; margin: 15px auto 70px auto;}
	
	/* Property Detail Show */
	.content.property-show {height: 490px; margin-top: -20px;}
	.property-visuals{float:left;}	
	.property-visuals{width:450px;}
	#property-map{width:450px;height:360px;}	 
	#google-map{width:450px; height:350px; position:relative;}
	#property-image {width:450px;height:360px;}
	.property-detail {float: right; width: 370px; margin-left: 40px;}
	.property-detail h2 {font-size: 20px; text-transform: uppercase; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #818285; line-height: 24px; margin-left: 5px;}
	.property-detail p, .property-detail span {font-size: 18px; font-family: "Montserrat"; color: #838487; line-height: 22px; margin: 14px 0 14px 5px;}
	.clear-box {display: inline-block;}
	.property-brochure {text-align: center; background-color: #86bd3c; padding: 5px 0; width: 430px; margin: 25px auto 0 auto;}
	.property-brochure a {color: #fff; font-family: "Montserrat", Arial, Helvetica, sans-serif; font-size: 22px;}
	.property-detail > p:nth-child(9) > span:nth-child(3) {font-size: 16px;}
	.property-detail > p:nth-child(9) > span:nth-child(5) {font-size: 16px; text-transform: uppercase;}
	.property-detail > p:nth-child(9) > span:nth-child(7) {font-size: 16px; text-transform: uppercase;}
	.property-detail > p:nth-child(9) > span:nth-child(1) {position: relative; bottom: 8px;}
	.property-brochure > a:nth-child(1):hover {color: #fff;}
.map-popover h2{font-size:13px; font-weight:bold; margin:0 0 5px 0;}
.map-popover p{font-size:11px; line-height:14px;}

.google-map{width:857px; margin:0 auto 30px auto; text-align:center;}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
.show{display:block;}
.hide{display:none;}
#map {
	width: 100%;
	height: 500px;
	margin:0;
}
.property-header{ text-align:center; width:100%;display:inline-block; margin:0 0 30px 0;}
.property-header .btn{font-size:16px; color:#ffffff; background-color:#82bc1b; padding:10px 15px 10px 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	text-transform:none;
	margin:0 auto;
	float:none;
	background-repeat:no-repeat;
}
.property-header a.btn:after{content:' ' ; display:none;}
.property-header .btn:hover{border:1px solid #82bc1b; background-color:#ffffff; color:#82bc1b;	background-repeat:no-repeat;}
.GoogleMapPage .properties .lime-bar-top, .PropertyLandingPage .properties .lime-bar-top{margin:0 auto 30px auto; }
.icon-grid{background-image:url('../images/icon-grid.png') !important;background-position:10px 5px !important;}
.icon-map{background-image:url('../images/icon-map.png') !important; background-position:10px 1px !important; padding-left:65px !important;}
 .btn.icon-grid:hover{background-image:url('../images/icon-grid-rev.png') !important;}
 .btn.icon-map:hover{background-image:url('../images/icon-map-rev.png') !important;}
.btn-standard{color:#82bc1b; font-weight:bold;}