.quickReadContainer {
	width: 1024px;
	/* background-color: rgb(38, 235, 201);
	*/
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #949499;
	margin: 0 auto;
}
.homeWrapper{
	margin-bottom: 30px;
	padding-top: 0;
	width: 94%;
	margin: 0 auto;
}
.homeTitle {
	padding-left: 10px;
	padding-top: 38px;
	padding-bottom: 10px;
	font-size: 58px;
	line-height: 45px;
	letter-spacing: -1px;
	color: #FFF;
	font-family: 'Conduit', sans-serif;
	text-transform: uppercase;
}
#intro p {
	padding-left: 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
	color: rgb(88, 89, 91);
}
.homeSubtitle {
	padding-left: 10px;
	padding-top: 38px;
	font-size: 45px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #FFF;
	font-family: 'Conduit', sans-serif;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.backToTop {
	float: right;
	display: inline-block;
	margin-right: 16px;
	font-size: 10px;
	margin-top: -30px;
	cursor: pointer;
	display: none;
}
#quickReadTab {
	background-color: #FFF;
	margin-top: 10px;
	display: block;
}
.tab {
	height: 53px;
	width: 100%;
	font-size: 14px;
	color: rgb(148, 148, 153);
}
.tabTitle {
	padding-top: 20px;
	margin-left: 14px;
	cursor: pointer;
}
.tab h2 {
	font-size: 19px;
	color: rgb(38, 235, 201);
	display: inline-block;
	font-weight: bold;
}
.tab span {
	background: url(../img/tabArrow.png);
	width: 10px;
	height: 12px;
	display: inline-block;
	background-position: top left;
	position: absolute;
	margin-top: 4px;
	margin-left: 5px;
}
.clicked {
	background-position: top right !important;
	display: block;
}
.tabContent {
	/*display: none;*/
	width: 97.2%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.border {
	margin-left:14px;
	width: 96.8%;
	height: 3px;
	background-color: rgb(38, 235, 201);
}

/* SECTION 1 - Page Brief */
.pageExcerpt {
	margin-top: 15px;
}
.pageExcerpt span {
	background: url(../img/linkArrow.png);
	width: 12px;
	height: 10px;
	display: inline-block;
	margin-left: 2px;
	line-height: 12px;
}
#briefList {
	margin: 0px;
	height: 320px;
}
#briefList li,
#homeGuideList li {
	float: left;
	margin-right: 22px;
}
#briefList li:last-child,
#homeGuideList li:last-child {
	margin-right: 0px;
}
#briefList li a,
#homeGuideList li a {
	color: rgb(38, 235, 201);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#homePressThumbs {
	margin: 0px;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#homePressThumbs li img {
	float: left;
	display: inline-block;
	margin-right: 45px;
}
#homePressThumbs li:last-child img {
	margin-right: 0px;
}
#homeGuideList {
	margin: 0px;
	height: 220px;
}
#location {
	margin: 0px;
	height: 60px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
}
#location h3 {
	text-transform: lowercase;
	color: rgb(88, 89, 91);
}
#newyorkInfo {
	float: left;
	width: 33.5%;
}
#dubaiInfo {
	display: inline-block;
}
.view_map {
	width: 57px;
	height: 14px;
	background-image: url('../img/button/view_map.jpg');
	cursor: pointer;
	margin-top: 5px;
}