@import url("reset.css");

/* GLOBALS */

ul, ol {
	margin: 0;
	padding: 0;
}

#nav ul li, #sub-nav ul li, .tabs li {
	list-style-type: none;
	float: left;
}

#nav ul li a, #sub-nav ul li a {
	display: block;
	text-decoration: none;
}

.container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

h2 {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #aaa;
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	height: 12px;
	line-height: 12px;
	vertical-align: baseline;
}

h2 span {
	background: none repeat scroll 0 0 white;
	padding: 0 10px 1px 0;
}

h2 span a {
	color: #aaa !important;
	text-decoration: none !important;
}

.button {
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #cc0b0b;
	text-shadow: 0 0 1px #000;
	height: 40px;
	
	/* fallback */
	background-color: #e32a2a;
  background: url(img/button_bg.jpg);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb4e4e), to(#b00404));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fb4e4e, #b00404);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fb4e4e, #b00404);

  /* IE 10 */
  background: -ms-linear-gradient(top, #fb4e4e, #b00404);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fb4e4e, #b00404);
}

.button:hover {
	color: #fff;
	border: 1px solid #fc6969;
	text-shadow: 0 0 3px #000;
}

.in-blue {
	color: #0c6fe4 !important; 
}

.in-green {
	color: #169d2c !important;
}

.in-orange {
	color: #ee9202 !important;
}

em {
	font-style: italic;
}

/* HEADER, NAV */

#header {
	height: 135px;
}

#logo {
	float: left;
	padding: 37px 0 22px;
	margin-left: -30px;
}

#logo a {
	display: block;
	width: 267px;
	height: 76px;
	text-indent: -999em;
	background: url('../img/investor-nation.jpg') top left no-repeat;
}

#nav {
	float: right;
	margin-right: -12px;
}

#nav ul li {
	position: relative;
}

#nav ul li a.link {
	text-indent: -999em;
	height: 18px;
	padding: 60px 20px 57px;
}

#overview a.link {
	width: 87px;
	background: url('../img/overview.png') center 70px no-repeat;
}

#property a.link {
	width: 83px;
	background: url('../img/property.png') center 70px no-repeat;
}

#faqs a.link {
	width: 41px;
	background: url('../img/faqs.png') center 70px no-repeat;
}

#intelligence a.link {
	width: 116px;
	background: url('../img/intelligence.png') center 70px no-repeat;
}

#contact a.link {
	width: 81px;
	background: url('../img/contact.png') center 70px no-repeat;
}

.hidden-nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
	width: 100%;
}

.hidden-nav a {
	color: #616161;
	font-size: 12px;
	padding: 4px 5px;
	font-weight: bold;
}

.hidden-nav a:hover {
	background: rgba(17,103,223,0.6);
	color: #fff;
}

#nav ul li:hover {
	background: #f1f6fd;
}

#sub-nav {
	height: 55px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#sub-nav ul li {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
}

#sub-nav ul li a {
	color: #b3b3b3;
	padding: 20px 40px 20px 14px;
	background: url('../img/arrow.jpg') no-repeat center right;
}

#sub-nav ul li a:hover {
	color: #333;
}

#sub-nav ul li:first-child a {
	padding-left: 0 !important;
}

#sub-nav ul li:last-child a {
	padding-right: 0 !important;
	background: none !important;
}

/* CAROUSEL, LATEST BLOGS */

#main {
	margin-top: 35px;
}

#main-image {
	position: relative;
	padding: 8px;
	width: 750px;
	height: 400px;
	border: 1px solid #eaeaea;
	float: left;
}

.tabs {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 10;
}

.tabs li {
	float: none;
}

.tabs li a {
	display: block;
	height: 16px;
	width: 16px;
	background: #fff;
	margin: 10px 5px 10px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	-o-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

.tabs li a.current {
	background: #f6d745;
}

.panes, .pane {
	position: relative;
	height: 400px;
}

.pane div {
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: rgba(0, 0, 0, 0.8);
	width: 290px;
	padding: 20px 20px 35px;
	color: #fff;
	font-size: 15px;
	font-family: MS Sans Serif,Geneva,sans-serif;
}

.pane div h1 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: normal;
}

.pane div p {
	display: block;
	line-height: 20px;
	margin-bottom: 20px;
}

.pane div a {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 280px;
	padding: 10px 30px 10px 20px;
	background: #f6d745 url('../img/cta-arrow.png') center right no-repeat;
	font-weight: bold;
	color: #111;
	text-decoration: none;
	text-align: right;
}

.pane div a:hover {
	background: #f7d912 url('../img/cta-arrow.png') center right no-repeat;
}

#latest-blogs {
	float: right;
	width: 215px;
}

.title {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #777;
}

.blog-excerpt {
	margin-bottom: 30px;
	cursor: pointer;
}

.blog-excerpt p {
	font-size: 12px;
	color: #a1a1a1;
	margin-top: 10px;
}

.blog-excerpt:hover {
	background: #fffcd1;
}

.blog-excerpt:hover .title {
	color: #333;
}

.blog-excerpt:hover p {
	color: #666;
}

/* SECONDARY, INFOGRAPHIC THING */

#secondary {
	margin-top: 35px;
	padding: 30px;
	background: url('../img/secondary-bg.jpg') top left repeat;
}

#map {
	position: absolute;
	right: -30px;
	top: 0px;
	z-index: 3;
	width: 714px;
	height: 439px;
	display: block;
	background: url('../img/map.png') top left no-repeat;
}

#memphis-pin a {
	position: absolute;
	top: 125px;
	left: 460px;
	width: 145px;
	height: 145px;
	display: block;
	background: url('../img/memphis.png') top left no-repeat;
}

#new-york-pin a {
	position: absolute;
	top: 55px;
	left: 655px;
	width: 88px;
	height: 89px;
	display: block;
	background: url('../img/new-york.png') top left no-repeat;
}

#orlando-pin a {
	position: absolute;
	top: 295px;
	left: 585px;
	width: 88px;
	height: 89px;
	display: block;
	background: url('../img/orlando.png') top left no-repeat;
}

#miami-pin a {
	position: absolute;
	top: 415px;
	left: 520px;
	width: 88px;
	height: 88px;
	display: block;
	background: url('../img/miami.png') top left no-repeat;
}

.pin a:hover {
	cursor: pointer;
	background-position: bottom left !important;
}

#main-points {
	position: relative;
	z-index: 10;
	width: 700px;
}

#secondary h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 30px 0 0 10px;
	padding: 0 0 0 25px;
	background: url('../img/bullet.png') center left no-repeat;
}

#secondary h3 {
	font-size: 14px;
	margin-left: 35px;
}

/* TERTIARY & FOOTER */

#tertiary {
	margin-top: 60px;
}

.property {
	float: left;
	width: 265px;
}

#memphis, #new-york {
	padding-right: 55px;
	margin-right: 54px;
	border-right: 1px solid #cddef4;
}

.property h1 {
	text-transform: uppercase;
	color: #1167df;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 12px 40px;
	background: url('../img/arrow2.png') center left no-repeat;
	margin-bottom: 20px;
}

.tertiary-image {
	position: relative;
	height: 177px;
}

.tertiary-image .property-image {
	padding: 6px;
	border: 1px solid #eaeaea;
}

.tertiary-image:hover .property-image {
	background: #fffcd1;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}

.metric {
	color: #585858;
	margin-top: 15px;
}

.metric .one {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	vertical-align: top;
}

.metric .two {
	display: block;
	vertical-align: bottom;
	text-align: right;
	float: right;
	line-height: 42px;
}

.dollar {
	font-size: 16px !important;
}

.notes {
	font-size: 10px;
	margin: 30px 10px;
}

/* FOOTER */

#footer {
	margin-top: 50px;
	padding: 50px 0 20px 0;
	background: #2c2c2c;
}

.partner {
	float: right;
	color: #fff;
	font-size: 18px;
	text-align: right;
}

#footer-nav {
	margin: 70px auto;
	width: auto;
	font-size: 14px;
	text-align: center;
}

#footer-nav a {
	color: #9d9d9d;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 20px;
}

#footer-nav a:hover {
	color: #fff;
}
