@charset "utf-8";
/* CSS Document */


/*********************************/
/*******    Showcase Mod   *******/
/*********************************/

.showcase {
	margin-bottom: 5px;	
	min-height: 203px;
}

.showcase a {
text-decoration: none;
color: #006;
}

.showcase a:hover {
text-decoration: none;
color: #009;
}

.showcase p {
	text-align:justify;
	margin-bottom: 10px;
	line-height: 16px;
	padding:0px;
}

.showcase h1 {
	font-size:16px;
	margin-top: 0px;
	margin-left: -3px;
	padding-bottom: 3px;
	}

.showcase_image {
float:left;
margin: 0px;
padding: 0px;
border: 1px #CCC solid;
margin-top: -5px;
margin-bottom: 2px;
margin-right: 8px;
}

/* The following code controls the style of the featured clients frontpage module */

#featured_client {
width: 523px;
padding: 11px;
margin-top: 10px;
margin-bottom: 10px;
border: #4a79a5 1px solid;
background:url(../elements/featured_bg_tile_x.jpg) repeat-x;
}

#featured_client_information {
float: right;
width: 313px;
}

#featured_client h1 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: -5px;
	padding: 0px;
	color: #fff;
	font-size:24px;
	line-height: 24px;
}

#featured_client h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#featured_client a {
	color: #036;
	font-size:16px;
	text-decoration: none;
}

#featured_client a:hover {
	color:#06F;
}


#featured_client p {
	text-align:justify;
	color: #FFF;
	padding: 0px;
	line-height: 14px;
	font-size:12px;
	margin-bottom: 5px;
}


#featured_client img {
	border: #003 1px solid;
}