@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:verdana,tahoma,arial;
	font-size:28px;
	color:#009;
	line-height:40px;
}
h2 {
	font-family:verdana,tahoma,arial;
	font-size:18px;
	color:#009;
	line-height:28px;
}
h3 {
	font-family:verdana,tahoma,arial;
	font-size:22px;
	color:#009;
}
p {
	font-family:verdana,tahoma,arial;
	font-size:14px;
	color:#1f1f1f;
	line-height: 1.5em;
}
.small {
	font-family:verdana,tahoma,arial;
	font-size:12px;
	color:#1f1f1f;
	line-height: 1.5em;
}
.smalll {
	font-family:verdana,tahoma,arial;
	font-size:10px;
	color:#1f1f1f;
	line-height: 1.5em;
}
#bg {
	background-color: #BECDD6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.text {
	font-family:verdana,tahoma,arial;
	font-size:14px;
	color:#1f1f1f;
	line-height: 1.5em;
}
#header {
	background-image: url(../images/header.jpg);
	height: 231px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 586px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 40px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 104px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.testimonialTitle {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#greybox {
	width: 560px;
	background-color: #E7E7E7;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bluebox {
	width: 560px;
	background-color: #6FF;
	border: 1px dotted #6CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#testi {
	width: 560px;
	background-color: #ffffcc;
	border: 2px dotted #ffff66;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 10px;
}
table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 15px;
color: #404040;
width: 440px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; } 