@charset "utf-8";
/* CSS Document */
.content_container {
	background:url(/images/secondary_bottom_bg.jpg) no-repeat;
	background-position:bottom;
	padding:.5em .7em 2em .7em;
}

.content {
	width:100%;
}

.content h3 {
	font-size:1.6em;
	color:#1c7e59;
}

.content p {
	padding:.8em 0 0 0;
}

.search_holder .input_bg {
	position:relative;
	left:12px;
	margin:0 0 1em 0;
}

.search_holder .submit_btn {
	position:relative;
	top:8px;
	left:10px;
}

.search_holder {
	margin:2em .5em 0 .5em;
}

.search_holder h3 {
	border-bottom:1px dotted #104e90;
	margin:.9em 0 .8em 0;
}

.search_results {
	margin:2em 0 2em 0;
	
}

.search_results h4 {
	padding:0;
}

.search_results p {
	padding:0;
}

.pagination a, .pagination .current{
	margin:0 2px;
	padding:0 3px;
}
