
/* Services page style */

#rates
{
	position: relative;
	float: right;
	display: inline;
	width: 254px;
	margin: 0px 0px 10px 15px;
}

#rates_top
{
	background-image: url(../images/254_top.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 12px;
	font-size: 1px;
}

#rates_middle
{
	background-image: url(../images/254_middle.gif);
	background-repeat: repeat-y;
	width: 254px;
}

#rates_text
{
	width: 244px;
	margin-left: 5px;
}

#rates_heading
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
	color: #669999;
	margin: 0px 0px 10px 0px;
}

#rates_bottom
{
	background-image: url(../images/254_bottom.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 12px;
	font-size: 1px;
}


.rate
{
	float: right;
	text-align: right;
}

.rate_description
{
	float: left;
}


.service_heading
{
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: #669999;
	padding: 5px;
}

.service_body
{
	padding: 5px;
}

