body {
	background: #92D041 url("/i/top-body-bg-2.png") 0 -4px repeat-x;
}

strong {
	font-weight: bold;	
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

	#header {
		position: relative;
		background: #eee;
		margin: 40px 0 0 0;
		padding: 35px 0 0 20px;
		height: 103px;
	}

a#logo {
	position: absolute;
	top: -22px;
	left: 20px;
	display: block;
	margin: 0 0 0 0;
}

#strapline {
	display: block;
	margin: 0 0 10px 0;
}

#search-box {
	position: relative;
	width: 565px;
	height: 29px;
	background: #77b12b;
	margin: 0;
	padding: 5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #668d33;
	border-bottom: 1px solid #668d33;
}

	#search-input {
		display: block;
		border: 0;
		padding: 5px;
		width: 480px;
		font-size: 16px;
		float: left;
		margin: 0 7px 0 0;
		font-weight: bold;
	}
	
	#search-button {
		display: block;
		width: 65px;
		height: 30px;
		float: left;
	}
	

#infobar {
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: #000 url("/i/info-bar-bg.png") 0 0 repeat-x;
	
}

	#infobar a {
		color: #fff;
		text-decoration: none;
	}
	
		#infobar a:hover {
			color: #92d041;
			text-decoration: underline; 
		}

	#infobar span {
		font-weight: bold;
		color: #92d041;
	}
	
	
#content {
	background: #eee;
	padding: 20px 0;
	width: 100%;
}

	#left-sidebar {
		width: 159px;
		padding: 0 20px;
		float: left;
		border-right: 1px #ddd solid;
	}
	
		#left-sidebar h3 {
			font-size: 21px;
			margin: 0 0 5px 0;
		}
		
		#left-sidebar h3 a {
			font-size: 20px;
			font-weight: bold;
			color: #222;
			text-decoration: none;
		}
		
		#left-sidebar h3 a:hover {
			color: #77b12b;
		}
		
			#left-sidebar ul {
				padding: 0 0 20px 0;
			}
		
				#left-sidebar ul li {
					line-height: 18px;
					font-size: 14px;
				}
				
					#left-sidebar ul li a {
						font-size: 14px;
						color: #000;
						text-decoration: none;
					}
					
						#left-sidebar ul li a:hover {
							background-color: #77b12b;
							color: #000;
						}

	#float-container {
		width: 540px;/*580*/
		padding: 0 20px;
		float: left;
	}
	
		#float-container-homepage {
			width: 760px;
			float: left;
			padding: 0 0 0 20px;
		}
	
	#right-sidebar {
		float: right;
		padding: 0;
		width: 159px;/*199*/
		padding: 0 20px;
		border-left: 1px #ddd solid;
	}

p.hitext {
	font-size: 14px;
	line-height: 18px;
	width: 750px;
	margin: 0;
	padding: 20px 0 10px 0;	
}

	p.hitext a {
		font-size: 16px;
		color: #000;
	}
	
	p.hitext a:hover {
		background: #77b12b;
		text-decoration: none;
	}	
	
#homepage-columns {
	margin: 0;
	padding: 20px 0 0 40px;	
}

.columna {
	width: 170px;/*240*/
	padding: 0 10px 0 0;
	float: left;
}

	.columna h1 {
		margin-bottom: 10px;
	}

	.columna h1,
	.columna h1 a {
		font-size: 26px;
		text-decoration: none;
		font-weight: bold;
		color: #222;
	}
		.columna h1 a:hover {
			color: #77b12b;
		}

	.columna ul {
	}
	
		.columna ul li {
			line-height: 24px;
			font-size: 16px;
		}
		
			.columna ul li strong {
				font-size: 16px;
			}
	
		.columna ul li a {
			font-size: 16px;
			text-decoration: none;
			color: #000;
		}
			
			.columna ul li a:hover {
				background-color: #77b12b;
				color: #000;
			}
	
	
	
	
#map-container {
	border-bottom: 1px #ddd solid;
	width: 540px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
	
#map-container div {
	border: 10px solid #fff;
	width: 520px;
	margin: 20px 0 0 0;
}

	#map-container img {
		display: block;
		width: 520px;
		height: 400px;
	}
	
	a.collapse-map {
		background: transparent url("/i/link-arrow-0.png") 0 0 no-repeat;
		padding: 1px 0 3px 25px;
		font-size: 12px;
		line-height: 18px;
		color: #000
	}
	
	a.collapse-map:hover {
		font-weight: bold;
	}
	
	#legend {
		display: none;
		background: transparent url("/i/legend.png") 0 0 no-repeat;
		border: 0 !important;
		width: 330px;
		height: 25px;
	}

#listing-container {
	margin: 0 0 0 0;	
}

#listing-container.details-page {
	width: 540px !important;	
}

	.listing-record {
		margin: 0 0 0 0;
		padding: 10px;
		margin: 0 0 10px 0;
	}
	
	.listing-record-vtn {
		background: #f8f8f8;
	}
	
	.listing-record-normal {
		background: #f0f0f0;
	}
	
	.listing-record-limited {
		background: #f0f0f0;
	}
	
	.listing-record-no-bg {
		padding: 0 !important;
	}
	
		.record-head {
			margin-bottom: 8px;	
			padding-left: 0;
			background: transparent url("/i/_tc-logo.png") 0 8px no-repeat;
		}
		
	
		.vtn {
			padding-top: 30px;
			background: transparent url("/i/vtn-record-logo.png") 0 0 no-repeat;
		}
	
		.listing-record h1 {
			margin: 0 0 3px 0;
			font-size: 18px;
			line-height: 22px;
			color: #000;
		}
	
			.listing-record h1 a {
				font-size: 18px;
				line-height: 22px;
				color: #000;
			}
			
			.listing-record h1 a:hover {
				background: #92d041;
				color: #000;
				text-decoration: none;
			}
		
		.listing-record h2 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.record-buttons {
			margin: 0 0 10px 0;
		}
		
		.record-buttons a {
			font-family: verdana, aria, sans-serif;
			padding: 2px 5px;
			background: #76b425;
			font-size: 10px;
			font-weight: bold;
			color: #fff !important;
			text-decoration: none;
		}
		
		.record-buttons span {
			font-family: verdana, aria, sans-serif;
			padding: 2px 5px;
			background: #76b425;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		
			.record-buttons a.red {
				background: #e90000;
				color: #fff;
			}
			
		.record-buttons a:hover {
			background: #231f20;
			color: #fff;
		}
			
		.record-more-details {
			line-height: 16px;
			color: #3d3d3d;
		}
		
			.record-more-details a {
				color: #3D3D3D;
				text-decoration: underline;
				text-decoration: none;
			}
			
				.record-more-details a:hover {
					color: #000;
					text-decoration: underline;
				}
			
#tab-container {
	margin: 20px 0 0 0;
}
		
ul.record-tabs {
	height: 24px;
}
		
	ul.record-tabs li {
		float: left;
		margin: 0 2px 0 0;
	}
		
		ul.record-tabs li a {
			height: 19px;/*24*/
			padding: 5px 15px 0 15px;
			background: #231f20;
			color: #92d041;
			float: left;
			display: block;
			text-decoration: none;
			font-weight: bold;
			font-size: 14px;
		}
		
		ul.record-tabs li a:hover {
				background: #000;
				color: #abe75d;
			}
		
		ul.record-tabs li a.selected {
			background: #92d041 !important;
			color: #231f20 !important;
		}
		
		.tab-content {
			background: #92d041;
			clear: both;
			padding: 20px 20px 20px 20px;
			line-height: 18px;
			font-size: 14px;
			/*background: #92d041 url("/i/top-body-bg-2.png") 0 100% repeat-x;*/
			background: #92d041;
		}
		
		
		.tab-content h1 {
			font-size: 22px;
			margin: 20px 0;
		}
		
		.tab-content p {
			font-size: 14px;
			margin: 20px 0;
			line-height: 18px;
		}
		
		.tab-content p a,
		.tab-content a {
			font-size: 14px;
			color: #231f20;
			text-decoration: underline;
		}
		
			.tab-content p a:hover,
			.tab-content a:hover {
				background: #a9ec52;
				text-decoration: none;
			}
			
		.tab-content strong {
			font-size: 14px;
		}
		
		.tab-content table {
			border-collapse: collapse;
			margin: 20px 0 10px 0;
			width: 100%;
		}
		
		.tab-content table th {
			padding: 3px 7px;
			border: 1px solid #231f20;
			font-size: 12px;
			background: #231f20;
			color: #92d041;
		}
		
		.tab-content table td {
			padding: 3px 7px;
			border: 1px solid #231f20;
			font-size: 12px;
			background: #f5f5f5; 
		}
		
		#record-map-container {
			border: 5px solid #98d943;
			margin: 0 0 20px 0;
		}
		
			#record-map-container img {
				display: block;
				width: 490px;
			}
		
		
#page-container {
	padding: 20px 80px 20px 0;	
}

	#page-container h1 {
		font-size: 18px;
		margin: 0 0 20px 0;	
	}

	#page-container p {
		font-size: 14px;
		line-height: 16px;
		margin: 15px 0;
	}

	
	
			
	
#footer-logo img {
	display: none;
}	
		
#footer {
	position: relative;
	margin: 0 0 0 0;
	text-align: left;
	padding: 0;
	background: #92D041 url("/i/top-body-bg.png") 0 0 repeat-x;
}

#footer-container {
	position: relative;
	width: 940px;
	margin: 0 auto;	
	padding: 20px 0 30px 0;
}

#footer-logo {
	position: absolute;
	top: -13px;
	left: 0;
	width: 150px;	
}

#footer-column-container {
	width: 940px;
	padding: 10px 0 20px 0;
}

	.footer-column { 
		width: 200px;
		float: left;
		padding: 0 30px 0 0;
		line-height: 16px;
	}
	
		.footer-column h3 {
				margin: 0 0 5px 0;
				padding: 0;
			}
			
			.footer-column h3 a {
				font-size: 16px !important;
				font-weight: bold;
				text-decoration: none;
				color: #222 !important;
			}
			
			.footer-column h3 a:hover {
				background: #eee !important;
				color: #000;
			}
	
		.footer-column span {
			white-space: nowrap;
			font-size: 10px !important;
			color: #648b30;
		}
		
				.footer-column span a {
					color: #222 !important;
					text-decoration: none;
					font-size: 11px !important;
				}
				
				.footer-column span a:hover {
					background: #eee !important;
					color: #000;
				}
		
		
		
		
		
		
		
		
		
		
		
		
#footer-copy {
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 0 30px 0 0;
}		

	#footer span {
		padding: 0 0 0 0;font-size: 11px;
	}

	#footer a {
		font-size: 11px;
		color: #222;
	}
	
	#footer a:hover {
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	




