body{
    font-family: Arial, Helvetica, sans-serif;
	background-color: #EDF3F0;
    background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
}

.content {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-color: #E5EDE9;
	text-align: left;
}

.contentBack{
    background-color: #E5EDE9;

}
.nav{
    padding-bottom: 5px;
	padding-top: 0px;

}
.contentIndex {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-color: #E5EDE9;
	text-align: left;
	padding-left: 15px;
}

.service{
    background-image: url(images/service_background.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top:10px;
	padding-right:15px;

}

p, td {
	
	font-size: 12px;
	color: #496271;
	line-height: 20px;
}
.p_index{
    padding: 10px 30px 10px 18px;

}
.p_content{
    padding: 0px 30px 10px 18px;

}

li{
    font-size: 12px;
	color: #496271;

}

.footer p{
    text-align:left;
	padding-top: 20px;
	font-size: 10px;
	line-height: 15px;

}
a{
    color: #969977;
 
}
a:hover{
    color: #000;
 
}
.services li{
    color: #496271;

}
.serviceslink{
    padding-left:10px;

}
.spotlight{
    background-image: url(images/service_background.jpg);

}
h2{
	
	font-size: 13px;
	
	color: #496271;
	line-height: 21px;
}

/* styling of the container. */ 
a.myPlayer { 
display:block; 
width: 175px; 
height:140px; 
text-align:center; 
margin:0 10px 15px 0; 
float:left; 
border:1px solid #999; 
} 

/* play button */ 
a.myPlayer img { 
margin-top:0px; 
border:0px; 
} 

/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
border:1px solid #000; 
}