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

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#AFC9B6;
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	color:#025949;
	font-weight:bold;
	font-style:italic;
	font-size:18pt;
	margin-left:20px;
}

.heading-sub {
	font-family:Arial, Helvetica, sans-serif;
	color:#025949;
	font-weight:bold;
	font-style:italic;
	font-size:24pt;
	margin-left:20px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#333;
	margin-left:30px;
	margin-right:20px;
}

a {
	color:#025949;
	text-decoration:none;
}

.left-column {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #025939;
}

.menu-bg {
	background-image:url(images/menu-bg.png);
	background-repeat:no-repeat;
	background-color:#FFF;
}

.top {
	background-image:url(images/logo-top.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	padding-top:10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-top-color: #025939;
	border-right-color: #025939;
	border-bottom-color: #025939;
	border-left-color: #025939;
}

.hr {
	color:#024873;
}

.sidebar-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333;
	margin-left:10px;
	margin-right:10px;
}

#ul {
	float: left;
	margin-left:30px;
}

#ul li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

#quote
{
	display: block;
	width: 162px;
	height: 35px;
	background-image:url(images/quote-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#quote:hover
{
	background-image:url(images/quote-hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#policy
{
	display: block;
	width: 162px;
	height: 35px;
	background-image:url(images/policy-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#policy:hover
{
	background-image:url(images/policy-hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.servicestitles {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #134A33;
	margin-right: 20px;
	margin-left: 30px;
}
