@charset "utf-8";
/* CSS Document */

/* -------------------- LEGACY CAGOV STYLES ---------------------  */
/* --------------------     3/12/2018     ----------------------  */
/* -------------- Angela.Barlow@wildlife.ca.gov ----------------  */


/*--------------- 3-D effect graphic button ----------------------*/
a.button-smooth {
	background: transparent url('/Portals/_default/Skins/CAgov_oceanside/images/sample/legacy/button-background-end.png') no-repeat top right;
	color: #253b5a;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	height: 46px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}
a.button-smooth span {
	background: transparent url('/Portals/_default/Skins/CAgov_oceanside/images/sample/legacy/button-background.png') no-repeat top left;
	display: inline-block;
	line-height: 36px;
	padding: 2px 0 8px 6px;
}
a.button-smooth img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
a.button-smooth:hover {
	background-position: bottom right;
	color: #253b5a;
	outline: none; /* hide dotted outline in Firefox */
}
a.button-smooth:hover span {
	background-position: bottom left;
	padding: 3px 0 7px 6px; /* push text down 1px */
}
/*--------------------- end buttons ----------------------------*/

.indent {
	padding-left: 42px;
}
.half_width_list {
	float: left;
	padding: 0 4%;
	width: 40%;
}
.cleaner {
	clear: both;
	height: 2px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
.tagline {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
.textBoldRed {
	color: #CC3300;
	font-weight: bold;
}
.photo_caption {
	font-weight: bold;
}