* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}
/* General styles ------------------------- */

.blue_header_bold {
	color:#004799;
	font-size:16px;
	margin-top: 20px;
	padding-left: 35px;
}

h3 {
	color:#e76301;
	margin-bottom: 10px;
}
p {
	margin: 20px 0 0 0
}
.showcase {
	position: relative;
}
.showcase a.controls {
	position: absolute;
	width: 20px;
	height: 32px;
	color: #FFF;
}
.showcase a.previous {
	padding-bottom: 4px;
}
.showcase ul li {
	width: 200px;
	height: 198px;
	float: left;	
	list-style-type: none;
}
.showcase ul li a {
	display: block;	
}
.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}
#title {
	text-align: center; 
	margin-bottom: 20px;
}
.clear {
	clear: both; 
}
.cleartop{
	clear: both; 
	margin-bottom: 25px
}

/* Horizontal showcase ------------------------- */
.showcase#horizontal {	
	margin: 0px auto 0 auto;
	width: 560px;
	height: 183px;
	margin-top: 40px;
}	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}
.showcase#horizontal a.next {
	right: -10px;
	padding-top: 4px;
}
.showcase#horizontal ul {
	position: relative;	
	width: 600px;
	height: 170px;	
	margin: 0 auto;
	margin-right: 27px;	
}



