#blog-paging > a:hover {
	text-decoration: none;
}

.blog-clear {
	overflow: hidden;
	width: 100%;
}

a.arrow-right:link, a.arrow-right:visited {
	width: 0px; 
	height: 0px; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 10px solid #b22d28;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

a.arrow-right:hover {
	border-left: 10px solid #ffffff;
}

a.arrow-left:link, a.arrow-left:visited {
	width: 0px; 
	height: 0px; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 				
	border-right: 10px solid #b22d28; 
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

a.arrow-left:hover {			
	border-right: 10px solid #ffffff; 
}

.blog-categories li {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.blog-date-tags {
	border-top: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #404040;
	font-size: 1.3em !important;
}

#page #content #primary-content #content-well #blog-listing .blog-date-tags span a {
	color: #00609E;
	font-weight: bold;
}
#page #content #primary-content #content-well #blog-listing .blog-date-tags span a:visited {
	color: #463991;
}

.blog-item {
	margin-bottom: 50px;
}

.blog-item h3 {
	font-family: arial;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	line-height:24px;
	letter-spacing: 0em;
}

.blog-item h3 a:link, .blog-item h3 a:hover, .blog-item h3 a:visited {
	color: rgb(0, 95, 158);
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

#blog-listing {
	margin: 25px 0px;				
}

#blog-paging {
	text-align: center;
	background-color: #072f53;
	color: #ffffff;
	padding: 3px 0px 6px 0px;
}

#blog-paging span {
	display: inline;
	vertical-align: bottom;
	line-height: 1.4em;
	color: #ffffff;
}

.blog-photo-left {
	padding: 0px 10px 10px 0px;
}

.blog-photo-right {
	padding: 0px 0px 10px 10px;
}

#page #content #primary-content #content-well #blog-listing p {
	margin-bottom: 10px;
}

a[class*='quarter-'] {
	font-family: 'Lato',sans-serif;
	font-size: 1.6em;
	line-height: 1.0em;
	font-weight: bold;
	padding: 3px 25px 5px 25px;
	color: #ffffff !important;
}

a.quarter-off {
	background-color: #00639a;
	color: #ffffff;
}

a.quarter-on:hover,
a.quarter-off:hover {
	background-color: #0e3256;
	color: #ffffff !important;
	text-decoration: none !important;
}

a.quarter-on {
	background-color: #0e3256;
}

.years-select {
   float: left;
   clear: right;
   width: 100px;
   height: 29px;
   overflow: hidden;
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAdCAIAAADTrV4KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVJJREFUeNrsl72tg0AQhH3wMqiBiJSYKhA1ECBBRkQH1AAZLRBRASEZKWVAxJ9HXumEnm2ELDnwsROcFnYJ5vPcYUTbtjfWOWmMgGExLIb1Q/pb15UpMCyGxbC+p23bsAohPuheNFkE5bPuJWABgXgIBg+SpWna9tCZfCkIi2yT/3meoyjq+/45Pujatl0Uha7rsnucMgVhybyQtTRNwzB8OYYWVgAldgcZVBMW3ML/NE3gRc4ty4rjOM/zf5O4iRZFicjiEdTLslChPixKBwTPMia+7zdN03WdHHMcBzfBCGNyz6JGgV35jomo61q9ZNEqz3gUwzAEQTCOI2YMwyjL0jTN5zFaL/c2lCAIAQAlSZJlGVoocAnj+5fgGQ5qHvD7c1peuq7reR4V+9337sEXP0BVVfwdc/ZPKTFm8ecOw2JYDIthMSwWw2JYDOsndBdgAACKD8a4IOhlAAAAAElFTkSuQmCC) no-repeat right #ddd;
}
									
.years-select select {
	-webkit-appearance: none;
	font-family: 'Lato',sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.0em;
	background: transparent;
	width: 125px;
	padding: 3px 5px;
	border: none;
	height: 29px;
	outline: none;
	cursor: pointer;
}

.years-select option {
	background: transparent;
	outline: none;
}

#blog-listing .blog-item p .read-more { color: #008a00; }
#blog-listing .blog-item p .read-more:hover { color: #008a00; }
#blog-listing .blog-item p .read-more:visited { color: #015E01; }