/* CSS Document */
.top
{
	background: url('images/top.jpg');
	background-repeat: no-repeat;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
}

.help_left
{
	background: #ffffff;
	height:90px;
}

.help_bar
{
	background: url('images/help_grad.jpg') #ffffff;
	background-repeat: repeat-x;
	height:20px;
	border-right: 2px solid #999999;
}

A.nav:Link, A.nav:Visited, A.nav:Active
{
	color: #ffffff;
	padding-left: 25px;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	background:url('images/linkB.jpg');
	background-repeat: no-repeat;
	height: 24px;
	width: 190px;
	padding-top:3px;
}
A.nav:Hover
{
	background:url('images/linkH.jpg');
}

.services
{
	background:url('images/services_grad.jpg');
	height: 276px;
	color: #000000;
	font-size:11px;
	font-family: verdana;
	padding-left:5px;
	padding-right: 5px;
	padding-top:5px;
	background-repeat: no-repeat;
}

A.title:Link, A.title:Visited, A.tiel:Active
{
	font-family:verdana;
	padding-left:25px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

A.title:Hover
{
	text-decoration: underline;
}

A.service:Link, A.service:Visited, A.service:Active
{
	font-family: arial narrow;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

A.service:Hover
{
	text-decoration: underline;
}

.maintext
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	padding-left:8px;
}

.quote
{
	font-family: verdana;
	font-size: 16px;
	color: 999999;
	padding: 5px;
	border-left: 1px dashed #cccccc;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
}
