@charset "UTF-8";
@import url(wireframe.css);
@import url(html.css);

.accessible {
	height: 0;
	width: 0;
	text-indent: -999em;
	overflow: hidden;
	display: none;
}
.clr {
	clear: both;
}
h3.large {
	font: normal 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#content h3.newstitle {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
	#content h3.newstitle a {
		text-decoration: none;
	}
h3.pagetitle {
	font: 18px/24px Arial, Helvetica, sans-serif;
}
#content p.createdate {
	margin-bottom: 0;
}
#wrapper ul.menu, #wrapper ul.menu .collapsed, #wrapper ul.menu .leaf, #wrapper ul.menu .expanded, #wrapper li.leaf {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

/*Buzz */
#content p.buzzdate {
	margin: 0;
}
.views-row {
	margin-bottom: 20px;
}

/*For text editor */
body#edit-body, body#edit-user-registration-help, iframe.ImagePreviewArea body {
	background: #fff;
	font-size: 12px;
}
	body#edit-body p, body#edit-user-registration-help p {
		margin-bottom: 20px;
	}
	body#edit-body ul, body#edit-user-registration-help ul {
		margin: 0 0 20px 18px;
	}
	body#edit-body a.videobutton, body#edit-body a.bigbutton, body#edit-body a.learnbutton {
		text-indent: 0;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		height: auto;
		width: auto;
	}
	

/* Search Results */
.search_field {
	width: 120px;
	display: inline-block;
}
#search_results {
	margin-top: 20px;
	}
#search_results .search_result_item {
	padding:8px 0;
	border-bottom:none;
	border-top:solid 1px #ddd;
	}
#search_results .search_result_item a {
	font-size: 12px;
	text-decoration: none;
	}

#search_results .search_result_link {
	}
#search_results .search_result_description {
	}
#search_results .search_result_zipcode {
	}
#search_results .search_result_category {
	}
	
/* News/Buzz */

.item-list .pager {
	text-align: right;
}
	.item-list ul.pager li {
		display: inline;
		margin: 0;
		padding: 2px 5px;
	}
	.item-list li a.active {
		color: #4268DD;
		text-decoration: none;
	}
		.item-list ul.pager li.pager-current {
			color: #FFF;
			background: #839DEC;
		}
a.startButton {
	display: block;
	width: 127px;
	height: 33px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/startButton.png) no-repeat;
}