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

.FloatLeft{
	display:block;
	margin:5px 10px 5px 5px;
	padding:0;
	border:0;
	float:left;	
}

.ClearIt{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;	
}

.horizontal-images{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #FFF;	
}

.home-image{
	background:url(../images/main/welcome.jpg) no-repeat left top;
	width:783px;
	min-height:389px;
}

.home-image-padding{
	padding:27px 0 0 0;
	color:#565a77;
	font-weight:bold;
	font-size:17px;
	line-height:22px;
	float:left; 	
}

.floatleft-no-margin{
	display:block;
	margin:0;
	padding:0;
	border:0;
	float:left;	
}

.floatright-no-margin{
	display:block;
	margin:0;
	padding:0;
	border:0;
	float:right;	
}

.floatright-no-margin img{
	float:right;	
}

.floatleft-no-margin img{
	border:1px solid #fff;	
}

.image-box-shadow{
	-webkit-box-shadow:4px 4px 3px #7c7c7c;	
	-moz-box-shadow:4px 4px 3px #7c7c7c;	
	box-shadow:4px 4px 3px #7c7c7c;	
}

.backtoletters{
	display:block;
	clear:both;
	margin:10px 0px;
	background:#84a4b3;
	padding:5px;
	width:30%;	
	border-radius:5px;
	box-shadow:1px 1px 2px #7c7c7c;
	display:none;
}

a.backtoletters:link, a.backtoletters:active, a.backtoletters:visited{
	color:#FFF !important;	
}

a.backtoletters:hover{
	color:#ccc !important;	
}

.bluetitle{
	color:#2e8dc1;
	font-size:20px;
	font-weight:bold;	
}