#grid {
	float: left;
	position: relative;
	height: 484px;
	margin-top: 10px;
	padding-bottom: 30px;
	width: 761px;
}

.loading {
	background: url(../images/loading.gif) center 200px no-repeat;
}

#footer {
	margin-top: 10px;
}

.item {
	position: absolute;
	visibility:hidden;
	padding: 3px;
}

.popup {display: none}

#tooltip {
	width: 388px;
	position: absolute;
	left: -194px;
	z-index: 9;
	display: none;
	background: #fff;
	border: 1px solid #999999;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#tooltip h5 {
	background: #808080;
	font-size: 10px;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
}

#tooltip h4 {
	color: #18578D;
	font-weight: bold;
	text-transform: uppercase;
}

#tooltip img.float_left {
	float: left;
	margin: 10px;
}

.popup_content {
	float: left;
	width: 210px;
	font-size: 12px;
	line-height: 15px;
	margin: 10px;
	padding: 10px 0 5px 10px;
}

.popup_content p {
	margin: 8px 0;
}

.popup_content p.more_info {
	border-top: 1px solid #ccc;
	padding: 8px 0 6px 0;
	font-weight: bold;
	line-height: 21px;
}

.popup_content p.more_info img {
	margin: 0 0 -2px 3px;
}

#tooltip strong {
	text-transform: uppercase;
	color: #279CCE;
}

.item span {
	position: absolute;
	left: 3px;
	bottom: 3px;
	background: #4D4D4D;
	display: block;
	color: #fff;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.item_90_90 span {
	font-size: 8px;
	letter-spacing: 0.2em;
	width: 82px;
	padding: 3px 4px;
}
.item_126_126 span {
	font-size: 10px;
	width: 114px;
	padding: 4px 6px;
}
.item_126_192 span {
	font-size: 10px;
	width: 110px;
}
.item_192_192 span,
.item_192_126 span {
	width: 176px;
}

#item_2 {
	width: 126px;
	height: 192px;
	left: 66px;
	top: 16px;
}
#item_3 {
	width: 192px;
	height: 126px;
	left: 198px;
	top: 16px;
}
#item_4 {
	width: 192px;
	height: 126px;
	left: 0;
	top: 214px;
}
#item_5 {
	width: 192px;
	height: 192px;
	left: 198px;
	top: 148px;
}
#item_6 {
	left: 396px;
	top: 16px;
	width: 126px;
	height: 126px;
}
#item_7 {
	width :126px;
	height: 192px;
	left: 66px;
	top: 346px;
}
#item_8 {
	top: 346px;
	width: 192px;
	left: 198px;
	height: 126px;
}
#item_9 {
	width: 324px;
	height: 258px;
	top: 148px;
	left: 396px;
}
#item_10 {
	width: 192px;
	height: 192px;
	top: 148px;
	left: 528px;
}
#item_11 {
	width: 126px;
	height: 126px;
	left: 66px;
	top: 346px;
}
#item_12 {
	width: 192px;
	height: 258px;
	top: 478px;
	left: 198px;
}
#item_13 {
	top: 16px;
	left: 528px;
	height: 126px;
	width: 192px;
}
#item_14 {
	width: 126px;
	height: 126px;
	left: 528px;
	top: 346px;
}
#item_15 {
	width: 126px;
	height: 192px;
	left: 396px;
	top: 148px;
}
#item_17 {
	width: 126px;
	height: 126px;
	left: 396px;
	top: 346px;
}

.button a {
	background: #d0e8f8 url(../images/button.gif) repeat-x left top;
	display: block;
	padding: 15px 10px;
	font-size: 17px;
	line-height: 20px;
	color: #4a95c7;
}
.button a:hover {
	color: #0067AC;
}
.button span {
	display: block;
	padding: 0 20px 0 0;
	background: url(../images/home/button_arrow.png) right center no-repeat;
}

/* Homepage tweaks 2015 */
.home-about {
	border-top: 1px solid #ccc;
	padding: 20px 40px;
}
.home-about h2 {
	text-align: center;
	text-transform: uppercase;
	color: #18578D;
	font-size: 23px;
	line-height: 1.2;
}
.home-about p {
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
.home-about .text-wrapper {
	margin: 0 auto;
	max-width: 600px;
}
.home-about .cta, .home-about .cta a {
	display: block;
}
.home-about .cta {
	margin-top: 10px;
}