* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background:#84aac8 url(images/bodybg.png) repeat-x;
	color:#444;
	font-family: Arial;
	font-size: 12px;
}
a {text-decoration: none;}
img {border: 0;}
.clear {clear: both;}
h1 {
	font-size: 26px;
	margin: 12px 0;
	font-weight: normal;
}
h2 {
	font-size: 19px;
}
p {
	margin: 15px 0;
	line-height: 18px;
}
.content {
	padding: 0 25px;
	min-height: 500px;
}
.spacer {
	margin-bottom: 80px;
}
#frame {
	width: 800px;
	margin: 0 auto 0 auto;
	position: relative;
}
#telephone {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 20px;
	padding-left: 30px;
	background: url(images/tel.gif) no-repeat 0 center;
}
#header{
	background: url(images/headerbg.png) no-repeat 0 0;
	height: 100px;
	position: relative;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 220px;
	top: 74px;
}
#nav ul ul {
	display: none;
	background: #adca89;
}
#nav ul li {
	float: left;
	font-size: 16px;
	position: relative;
}
#nav ul  li  a {
	display: block;
	padding: 0 25px;
	color: #005687;
}
#nav > ul > li > a {
	border-right: 1px solid #fff;
}
#nav ul li a.last {border: 0;}
#nav ul li a:hover,
#nav ul li a.selected {
	color: #fff;
}
#nav ul ul {
	padding-top: 5px;
	list-style: outside;
	position: absolute;
	z-index: 10000;
	top: auto;
	left: 0;
	white-space: nowrap;
}
#nav ul ul li {
	float: none;
	display: block;
	padding: 5px 0;

}
#nav ul ul li a {
}
#nav ul li:hover ul {
	display: block;
}


#outer-content-frame {
	background: #fff;
	padding-bottom: 0px;
	position: relative;
}
#content-frame {
	padding: 20px 35px;
}
/*
#side-bar {
	float: left;
	text-align: center;
	width: 182px;
	line-height: 16px;
	color: #777;
}
#side-bar img.top-image {
	margin-bottom: 15px;
}
*/
#content {
/*	margin-left: 195px;*/
}
#footer {
	background: #005687;
	color: #fff;
	height: 25px;
	padding: 0 20px 0 20px;
}
#footer p {
	float: left;
	line-height: 23px;
	margin: 0;
	font-size: 11px;
	width: 40%;
}
#footer p.developed-by {
	float: right;
	width: 40%;
	text-align: right;
}
#footer p.developed-by a {
	color: #fff;
	text-decoration: underline;
}
div.bottom-background {
	height: 12px;
	background: url(images/bottombg.png) no-repeat 0 0;
}
.full-width {
	width: 100%;
}
.row { 
	margin-left: 0px;
	margin-right: 0px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.features {
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-quart {
	width: 25%;
	padding: 0 10px;
	float: left;
	position: relative;
}
.col-quart div {
	padding: 10px;
	height: 168px;
	position: relative;
}
.col-quart div a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 168px;
	width: 100%;
	z-index: 10000;
}
.col-quart h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.col-quart:first-child div {
	background: #fff;
	color: #333;
}
.col-quart + .col-quart div {
	background: #adca89;
	color: #fff;
}
.col-quart + .col-quart + .col-quart div {
	background: #888;
	color: #fff;
}
.col-quart + .col-quart + .col-quart + .col-quart div {
	background: #888;
	color: #fff;
}
.carousel {
	position: relative;
	height: 330px;
	width: 100%;
}
.carousel img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel img.selected {
	display:block;
}
ul.points {
	list-style: none;
}
ul.points li {
	line-height: 18px;
	font-size:14px;
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(images/dot.gif) no-repeat left center;
}