﻿/* CSS layout */
/* Styles for Content */

* {
	margin:0;
	padding: 0;
}


/*outside container for each servicem */
.servicenm{
	width: 594px;
	height: 500px;
}

.servicenm table {
	width:594px;
	height:500px;
	border:collapse;
	table-layout:fixed;
}

.servicenm td {
	width:198px;
	height:250px;
	background-image: url('../images/panel1.gif');
}

/*inside container for service */
.service {
	width:160px;
	height:240px;
}

.servicenm h1 {
font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:red;
	text-align:center;
	margin:10px 0 0 0;
}

.servicenm p {
	font-size:0.8em;
	margin: 0 1em 0 1em;
}


.servicenm img {
	text-align: center;
}

.findmore {
	background-color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin: 0 1em 0em 1em;
	padding: 0.1em;
	
}
.findmore a, .findmore a:visited {
	color:white;
	text-decoration:none;
}

.findmore td {
	width:185px;
}

.findmore a:hover{
	text-decoration:underline;
	background-color:orange;
}

