* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
html { height: 100%; }
html, body {
	background: #f0ead6 url('../gfx/bg-fade.jpg') repeat-x;
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #111;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #1d6763;
	border-bottom: 1px dotted #1d6763;
}
a:hover { border-bottom-style: solid; }
p { margin: 8px 0; }
.headerbar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 96px;
	background-color: #1d6763;
}
.callnowbar {
	position: absolute;
	top: 96px;
	width: 100%;
	height: 32px;
	background-color: #568d8a;
}
.wrapper {
	width: 960px;
	margin: 10px auto 0;
}
.wraphead {
	height: 12px;
	background: url('../gfx/bg-box-top-t.png') no-repeat right;
}

.logo, .callnow {
	position: relative;
	display: block;
	float: right;
	clear: both;
	padding: 10px 0;
	left: 10px;
	border-width: 0;
}
.callnow { padding: 6px 0; }

.menu {
	position: absolute;
	width: 254px;
	margin-left: 9px;
}
.fl_menu {
	background: url('../gfx/bg-menu-t.png');
	margin-top: 106px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
.fl_menu li.current ul a {
	border-right: 0;
}
.fl_menu a {
	margin: 0 7px;
	padding: 0 5px;
	display: block;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: -1px;
}
.fl_menu ul { display: none; }
.fl_menu li.current ul, ul.subcur { display: block; }
.fl_menu ul a {
	font-size: 18px;
	padding-left: 20px;
}
.menufoot {
	background: url('../gfx/bg-menu-bottom-t.png');
	height: 17px;
}
.wrapbody {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url('../gfx/bg-box-middle-t.png') repeat-y right;
	margin: 106px 0 0;
	padding-left: 256px;
}
.wrapboxes { position: relative; background: url('../gfx/bg-boxes.gif') no-repeat bottom left; }


h1 {
	float: left;
	font-size: 42px;
	letter-spacing: -2px;
	color: #fff;
	margin: -45px 10px 0;
	position: relative;
	text-transform: lowercase;
	z-index: 10;
}
.content { margin: 10px 10px 0; }
.fl_rsslinks {
	margin: 0 10px;
	padding-bottom: 30px;
}
h2 {
	color: #1d6763;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
}
.front h2 {
	display: inline;
	line-height: 28px;
	margin-right: 3px;
}
.front {
	font-size: 15px;
	line-height: 28px;
}
hr {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-top: 10px;
	clear: both;
}
.wrapfoot {
	height: 10px;
	background: url('../gfx/bg-box-bottom-t.png') no-repeat right;
}
.footer {
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
}
.fl_blogpost1, .fl_blogpost2 { border-bottom: 1px dotted #ccc; }
.cms_imgleft, .cms_imgright { border: 1px dotted #1d6763; }
.cms_imgleft:hover, .cms_imgright:hover { border-style: solid; }
h2 { clear: both; }

input, textarea, select {
	margin-right: 5px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #999;
	background-color: #fff;
	border: 1px dotted #1d6763;
}
input:hover, textarea:hover, select:hover {
	border-style: solid;
	background-color: #fff;
}
input:focus, textarea:focus, .emailsub, select:focus {
	border-style: solid;
	background-color: #eee;
	color: #333;
}
select { color: #333; padding: 2px 0; }

.frontbox { width: 47%; float: left; padding: 0 1%; }
.firstfront { padding-left: 0; margin-right: 1%; border-right: 1px dotted #ccc; }
#imgrotate {
	width: 700px;
	height: 289px;
	overflow: hidden;
}
#imgrotate img {
	position: absolute;
	display: none;
	width: 700px;
	max-height: 289px;
}
