/* Fixes of the layout problem */
.icons {
	height: 32px;
}
/* Splash Page CSS */
.global #index {
	width: 916px;
	_width: 940px;
}
.global #appContent {
	float: left;
}
.global #index, .global #appContent {
	padding-left: 12px;
	padding-right: 12px;
}
.global .pagename {
	height: auto;
}
.global .pagename h1 {
	font-size: 30px;
	color: #EF6B00;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
}
.global .pagename h2 {
	font-size: 15px;
	color: #666;
}
.global .pagename ul {
	height: 1%;
	overflow: hidden;
	list-style: none;
}
.global .pagename ul li {
	float: left;
	background: url(../images/global/green_bullet.gif) 0 6px no-repeat;
	padding-left: 15px;
}
.global .pagename ul li.col1 {
	width: 265px;
}
.global .pagename ul li.col2 {
	width: 190px;
}
.global .pagename ul li.col3 {
	width: 280px;
}
.global .location_selector {
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.global .location_selector ul {
	/*width: 840px; old: 840px
	_width: 820px; old: 820px
	margin-right: auto;*/
	margin-left: -5px;
	list-style: none;
}
.global .location_selector ul li {
	display: inline;
	float: left;
	margin-left: 20px;
}
.global .location_selector ul li a {
	display: block;
	width: 288px; /*old: 375px*/
	height: 227px; /*old: 295px*/
	text-indent: -9999px;
}
.global .location_selector ul li a#sf {
	background: url(../images/select_area/san-francisco.jpg) 0 0 no-repeat;
}
.global .location_selector ul li a#sf:hover {
	background-position: left bottom;
}
.global .location_selector ul li a#nyc {
	background: url(../images/select_area/new-york.jpg) 0 0 no-repeat;
}
.global .location_selector ul li a#nyc:hover {
	background-position: left bottom;
}
.global .location_selector ul li a#dc {
	background: url(../images/select_area/washington-dc.jpg) 0 0 no-repeat;
}
.global .location_selector ul li a#dc:hover {
	background-position: left bottom;
}
.global .testimonials {
	float: left;
	clear: both;
	margin-right: 0;
	margin-bottom: 20px;
}
.global .testimonials .testimonial_box {
	display: inline;
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
}
.global .testimonials .speech_bubbles {
	margin-right: 10px;
}
.global .testimonials p {
	width: 220px;
	height: auto;
	overflow: hidden;
}
.global .testimonials .nyt_logo {
	vertical-align: bottom;
	margin-top: 5px;
	margin-left: 2px;
}
.global #footerlinks {
	/*display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;*/
	margin-top: 20px;
}
/*.global #footerlinks .footerlinkset {
	display:inline;
	margin-left: 80px;
	margin-right: 80px;
}*/
.gray_text {
	color: #666;
}
