/* CSS Document */
#container {
	border: 2px solid #007e7f;
}
.servicetitle{
	font-weight: bold;
	font-size: 18px;
	color: #007e7f;
}
.servicesub{
	font-weight: bold;
	font-size: 14px;
	color: #007e7f;
}
.services strong {
	color: #007e7f;
}
.menucurrent, a.links, a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.menucurrent {
color: #115053;
font-style: italic;
}
a.links {
	color: #007e7f;
}
a.links:hover {
	color: #115053;
}
ul {
margin-left: 30px;
}
li{
padding-bottom: 10px;
padding-left: 5px;
list-style-position: outside;
list-style-image: url(images/blue-tick.gif);
}
.lunar{
float: right;
margin: 0 0 0 10px;
padding: 0;
display: inline;
}
.rightfloat, .rightcorner, .rightcontent  {
float: right
}
.leftfloat, .leftcorner, .service, .leftcontent {
float: left
}
.leftcorner, .rightcorner {
margin: -1px;
padding: 0;
}
.service {
width: 202px;
margin-top:12px;
overflow: hidden;
}
.navlist a {
    display: block;
	width: 202px;
   	font-weight: bold;
	font-size: 14px;
	color: #007e7f;
    text-decoration:none;
    background-image:url(images/service-rollover.gif);
    padding: 9px 0 0 5px;
	height: 25px;
}
.navlist a:hover { 
    background-position: 0 -34px;
    color: #ffffff;
}
.leftcontent, .rightcontent {
width: 300px;
}
.rightcontent p, .leftcontent p {
margin: 5px;
}
.line {
background-image: url(images/service-line.gif);
background-repeat: repeat-x;
background-position: center;
}
.info, .inforight, .serviceright {
	border: 1px solid #007e7f;
	background-image: none;
	background-color:#FFFFFF;
	width: 285px;
}
* html .info, .inforight {
	width: 287px; 
	w\idth: 285px;
}
.info {
	margin-right: 10px;
}
.inforight {
	margin-left: 13px;
}
.serviceright {
width: 357px;
margin-left: 13px;
}
* html .serviceright {
	width: 359px; 
	w\idth: 357px;
}
.servicediv {
padding: 3px 5px;
}
.info td {
	background-image: url(images/table-divide.gif);
    background-repeat: no-repeat;
	font-size: 1px;
	height: 1px;
}
.subinfo td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
td.highlight {
background-color: #e1ebeb;
border-bottom-color: #007e7f;
}
.subinfo.last td {
border-bottom: none;
} 