.page-title { height: auto; position: relative;  padding-bottom: 20px;}

	.page-title h2 { line-height: 85px; }

	.page-title .description { color: #FFFFFF; }

	.page-title .views { position: absolute; top: 55px; left: 0; color: #FFFFFF;font-size: 12px; }

#ScribbleMap { height: 500px; width: 100%; background-color: #CCCCCC; border-bottom: solid 1px #CCCCCC; }

.mapList { width: 170px; height: auto; float: left; margin-top: 25px; margin-right: 70px; }

	.mapList .header { position: relative; border-bottom: solid 1px #CCCCCC; width: 100%; height: auto; }

	.mapList .more { border-top: solid 1px #CCCCCC; width: 100%; }

		.mapList .more a { float: right; color: #333333; height: auto; }
		
	.mapList .header h3 { font-weight: bold; }

	.mapList ul { margin-top: 7px; }
	.mapList li { position: relative; list-style-type: none; cursor: pointer; width: 170px; height: 37px; overflow: hidden; margin-bottom: 10px; }

		.mapList li:hover { background-color: #CCCCCC; }

		.mapList li .details { height: 35px; position: absolute; left: 40px; top: 0; right: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

			.mapList li .details .views { font-size: 11px; color: #666666; }

		.mapList li .thumbnail { width: 35px; height: 35px; border: solid 1px #CCCCCC; margin-right: 5px; float: left; }

		.mapList li a { color: #333333; }

.clear { clear: both; }

.contentLinks { width: 100%; position: relative; background-color: #f8f9fa; border-bottom: solid 1px #CCCCCC; }

	.contentLinks .wrapper { position: absolute; right: 10px; top: 12px; }

.kmlLink { padding: 10px; }

	.kmlLink a { color: #333333; }

.page-title .search { position: absolute; right: 20px; top: 27px; width: 150px; color: #FFFFFF; }

.page-title .inputWrapper { position: relative; }

	.page-title .inputWrapper input { width: 122px; height: 15px; }

	.page-title .inputWrapper .searchIcon { width: 19px; height: 19px; background-color: #00FF00; position: absolute; right: 0; cursor: pointer; top: 0; background: url(/assets/views/site/css/images/header-ico.png) no-repeat 0 0; background-position: -235px 1px; background-repeat: no-repeat; }

.subnav { height: 32px; background: #f5f5f5; border-bottom: 1px solid #ececec; font-family: 'sourceSans', arial, serif; font-size: 14px; line-height: 16px; color: #5da700; font-weight: bold; padding-top: 15px; }
	.subnav a { font-weight: normal; color: #777777; font-size: 13px; margin-right: 15px; }
		.subnav a:hover { color: #5da700; }
	.subnav span { padding: 0 5px; }
	.subnav .pop { color: #333333; font-weight: bold; margin-left: 10px; }
	.subnav .popWrapper { float: right; }
	.subnav .popWrapper a.active { color: #416bcc; font-weight: bold;}

.searchContent { margin-top: 15px; }

	.searchContent h2 { color: #666666; }
.results { margin-top: 10px; }

	.results .item { width: 310px; height: 75px; overflow: hidden; cursor: pointer; float: left; position: relative; background-color: #FFFFFF; border: solid 1px #CCCCCC; margin: 5px;padding: 5px;
                     -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;
                      -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; 
                       -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; 
                        -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; 
	}

		.results .item:hover { background-color: #ececec; }

		.results .item img { float: left; width: 75px; height: 75px; }

		.results .item .details { overflow: hidden; position: absolute; left: 90px; right: 10px; top: 7px; bottom: 7px; }

		.results .item .views { position: absolute; right: 0; bottom: 0; padding: 2px; background-color: #CCCCCC; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; border-left: solid 1px #999999; border-top: solid 1px #999999; z-index: 1; }

		.results .item .details .description { font-size: 12px; line-height: 12px; }

		.results .item .details a { color: #444444; font-size: 14px; font-weight: bold; white-space: nowrap; line-height: 19px; }

.paging { margin-top: 20px; background-color: #F5F5F5; padding: 15px; }

	.paging ul { margin-left: auto; text-align: center; margin-right: auto; }

		.paging ul li { cursor: pointer; display: inline; list-style-type: none; margin-right: 5px;padding: 5px 8px; }

			.paging ul li a { color: #666666; }
            .paging ul li a:hover { color: #5da700; font-weight: bold; }

            .paging ul li.active { background-color: #C2D0EF; }
			.paging ul li.active a { color: #416bcc; font-weight: bold; }
			
