html, body {
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
	
}

body
{
	background-color:#E2E2E2;
    overflow: hidden;
    font-family: Tahoma;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h4{
	font-size:medium;
}

label{
	color:white;
}

label:hover{
	text-decoration: underline;
	font-weight:bold;
	color:white;
}


#loader { 
    padding:0;
    margin:0;
    position:absolute; 
    top:0; left:0; 
    width:100%; height:100%;  
    background-color: #E2E2E2; 
    z-index:999;
    vertical-align:middle; 
}

#header
{
    background-image:url('../images/header-blue.png');
    background-repeat:no-repeat;  
    height:90px;
}

#logoDiv {
	margin-top:10px;
	margin-left:35px;
}

#headerText{
	color:white;
	font-size:small;
	position:absolute;
	left:635px;
	top:25px;
	z-index:998;
}

#servicesImages {
	margin-top:60px;
	text-align:center;
		
}

#footer {
	background-color:#5B5B5B;
	color:white;
	font-size:8pt;
	text-align:center;
	font-family: Tahoma;
	word-spacing: 25px;	
}

#contactDetails {
	margin-top:50px;
}

#legalDiv{
	margin-top:2px;
	margin-left:15px;
	text-align:left;
	font-size:x-small;
}

.contentLeft{
	margin-top:25px;
	margin-left:12px;
	text-align:left;
}

.contentRight{
	margin-top:2px;
	margin-right:12px;
	text-align:left;
}

.photoRightTop{
	margin-top:70px;
	text-align:center;
	border-color: grey;
	border:thin;
}

.mapStyle{
	text-align:right;
	margin-top:25px;
	margin-right:25px;
	width:350px;
	height:375px;	
	border-color: grey;
	border:thin;
}

.imageHomeTop{
	margin-top:20px;
	text-align:right;
}


.newsContent{
	text-align:left;
	margin-top:3px;
	margin-left:15px;
}

.esriDiv {
	padding-top:40px;
	text-align:center;
	font-size:x-small;
	color:#5B5B5B;
}

.serviceParent{
	list-style-image: url('../images/bullet_ball_green.png');
	vertical-align:bottom;
	font-size:small;
	font-weight:bold;
	color:#1061C7;	 
}

.serviceChild{
	padding-top:2px;
	padding-bottom:2px;
	list-style-image: url('../images/bullet_triangle_grey.png');
	font-size:small;
	text-align:justify;
	font-weight:normal;
	color:#000000;
}

.serviceImage{
	padding-top:30px;
}

.clientsListItem{
	list-style-image: url('../images/bullet_ball_green.png');
	vertical-align:bottom;
	margin-left:25px;
}

