/* home page css */
.leftcoltxt{
margin:0 10px 0 10px;
}

.rightcoltxt{
margin:0 10px 0 10px;
}

.logobox {
background:#9BC32F;
height:72px;
margin-top:5px;
}

.showlogo {
background: url(../images/eslogo.jpg) no-repeat 225px 6px; 
border:0px solid red;height:72px;
}

.centrecontent {
margin:17px 10px 10px 10px;
border:0px solid yellow;
height:102px;
}

.centrebox1 {
background: #ECEBE7 url(../images/centreimage1.jpg) 0px 0px no-repeat; 
float:left;
height:9em;
width:232px;
}
.centrebox2 {
background: #ECEBE7 url(../images/centreimage2.jpg) 0px 0px no-repeat;
float:right;
margin-left:2px;
height:9em;
width:232px;
}
.centrebox3 {
background: #ECEBE7 url(../images/centreimage3.jpg) 0px 0px no-repeat; 
float:left;
height:9em;
width:232px;
}
.centrebox4 {
background: #ECEBE7 url(../images/centreimage4.jpg) 0px 0px no-repeat;
float:right;
margin-left:2px;
height:9em;
width:232px;
}

.centrebox1content {
padding:25px 5px 2px 80px;
}
.centrebox2content {
padding:25px 80px 2px 12px;
}
.centrebox3content {
padding:25px 5px 2px 80px;
}
.centrebox4content {
padding:25px 80px 2px 12px;
}


input {
color: #666666;
font: 1.0em arial;

}


textarea {
 background-color: #CCCCCC;
 color: #ffffff;
}
