﻿/**** Google Map Box ****/
#imageBox
{
	background-color: #FFFFFF;
	height: 200px;
	margin: auto;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 300px; 
}


/**** Main News Box ****/
#mainNewsBox
{
	background-color: #FFFFFF;
	height: 250px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 950px; 
}

/**** Google Map Box ****/
#googleMapBox
{
	background-color: #FFFFFF;
	height: 350px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 950px; 
}

/**** Customers Box ****/
#customersBox
{
	background-color: #FFFFFF;
	height: 500px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 950px; 
}
#customersBox iframe
{
	height: 450px;
	margin: 25px 25px 25px 25px;
	width: 900px;
}

/**** Customers ****/
.customer
{
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
.customer a
{
	color: #007FFF;
}
.customer a:hover,
.customer a:visited:hover
{
	background-color: #007FFF;
	color: #FFFFFF;
}
.customer a:visited
{
	color: #007FFF;
}







/**** Accreditation Images ****/
#accreditationImage
{
	margin-top: 30px;
	padding-top: 170px;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

#accreditationImage h4
{
	text-align: left;
}

/**** Main Page Feature ****/
#mainpagefeature  	
{
	background: #d3d3d3 url(../../../../images/Home/Tear.png) repeat center center; /*#316EAA*/
	position: relative;
	height: 400px;
	margin: 0;
	padding: 0;
    overflow: hidden;
    /*border-bottom: 1px solid #000000;*/
    /*border-top: 1px solid #0D4782;*/
}
/*#mainpagefeature h1
{
	color: #FFFFFF;
}*/
#mainpagefeature h2
{
	color: #FFFFFF; /*CEB95A;*/
}
/*#mainpagefeature p
{
	color: #FFFFFF;
	font-size: 16px;
}*/