/*========================================
    Billboards 
  ========================================*/
  
.images {
	border:0px solid #ccc;
	position:relative;	
	width:472px;
	height:409px;
	float:left;	
	margin:0;
	padding:0;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
*/
}

.billboards {
 	width:472px;
 	height:409px;
 	color:#000000;
 	padding: 35px 0px 0px 283px;
 	margin: 0px 0px 0px 0px;
	z-index:20;
}

.billboard1 {
	float:left;
	width:472px;
 	height:409px;
	background:url(../images/services/Image04.jpg) no-repeat;
}

.billboard2 {
	width:472px;
 	height:409px;
	background:url(../images/services/Image10.jpg) no-repeat;
}

.billboard3 {
	width:472px;
 	height:409px;
	background:url(../images/services/Image12.jpg) no-repeat;
}

.billboard4 {
	width:472px;
 	height:409px;
	background:url(../images/services/Image14.jpg) no-repeat;
}

.billboard5 {
	width:472px;
 	height:409px;
	background:url(../images/services/Image16.jpg) no-repeat;
}

.box {
	margin: 35px 0px 0px 40px;
}

.box h2 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#e5b453;
	text-align:left;
	margin:0;
	padding:10px 10px 3px 10px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
}

.box p {
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	margin:0;
	padding:0px 0px 13px 4px;
	width:218px;
	color:#f8f2d9;
	text-align:center;
}

