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

.error {
	width:100%;
	border:1px solid #7e0000;
	color:#7e0000;
	background-color:#f4c9c9;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.success {
	width:100%;
	border:1px solid #097900;
	color:#043500;
	background-color:#caf9c6;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#0054a6;
	font-size:24px;
	font-weight:bold;
}

h2 {
	margin:0px 0px 7px 0px;
	padding:0px 0px 2px 0px;
	color:#0054a6;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

h3 {
	margin:0px 0px 6px 0px;
	padding:0px;
	color:#0054a6;
	font-size:16px;
	font-weight:bold;
}

a {
	color:#0cac2a;
	text-decoration:none;
}

a:visited {
	color:#0cac2a;
	text-decoration:none;
}

a:hover {
	color:#0590c4;
	text-decoration:underline;
}

a:active {
	color:#0590c4;
	text-decoration:underline;
}

#logo {
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-430px;
	width:244px;
	height:220px;
	z-index:2;
	behavior: url(iepngfix.htc);
}

#family {
	position:absolute;
	top:16px;
	left:50%;
	margin-left:-130px;
	width:500px;
	height:244px;
	z-index:2;
	behavior: url(iepngfix.htc);
}

.topbar {
	width:100%;
	height:24px;
	padding:6px 0px 6px 0px;
	background-color:#74cef8;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.grass {
	width:100%;
	height:224px;
	background-image:url(images/grass.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.points {
	width:100%;
	height:84px;
	background-image:url(images/bg-points.gif);
	background-repeat:repeat-x;
	background-color:#42b0f8;
}

.nav {
	width:100%;
	height:42px;
	background-image:url(images/bg-nav.gif);
	background-repeat:repeat-x;
	background-color:#005298;
	color:#fff;
}

ul.topnav {
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
	float: left;
	width: 940px;
	font-size: 16px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 12px 8px 11px 9px;
	color: #afdfff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	/*background: url(images/topnav_hover.gif) no-repeat center top;*/
	color:#fff;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 16px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 42px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 284px;
	border: 1px solid #05589d;
	z-index:99;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #4fafff; /*--Create bevel effect--*/
	border-bottom: 1px solid #05589d; /*--Create bevel effect--*/
	clear: both;
	width: 284px;
	z-index:99;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 260px;
	background-color: #228fea;
	padding:8px 12px 8px 12px;
	font-size:14px;
	z-index:99;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #05589d 10px center;
	font-size:14px;
	z-index:99;
}

.content {
	padding:15px 0px 35px 0px;
	z-index:1;
}

.side-buttons {
	width:280px;
}

.side-buttons a, .side-buttons a:visited {
	display:block;
	width:250px;
	height:70px;
	padding:7px 15px 7px 15px;
	background-image:url(images/bg-side-button.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	margin-bottom:6px;
	text-decoration:none;
}

.side-buttons a:hover, .side-buttons a:active {
	display:block;
	width:250px;
	height:70px;
	padding:7px 15px 7px 15px;
	background-image:url(images/bg-side-button-hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	margin-bottom:6px;
	text-decoration:none;
}

.side-button-load {
	display:none;
}

.side-button-title {
	font-size:20px;
	font-weight:bold;
	color:#fff;
}

.side-button-desc {
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

.front-split-left {
	float:left;
	width:310px;
	margin-right:20px;
}

.front-split-right {
	float:left;
	width:310px;
}

.front-row {
	padding-bottom:7px;
}

.front-date {
	font-size:10px;
	font-weight:bold;
	padding-bottom:2px;
}

.front-desc {
	font-size:11px;
}

.bottom {
	border-top:1px solid #ccc;
	padding:10px 0px 25px 0px;
}

.image {
	float:right;
	width:200px;
	margin:0px 0px 10px 10px;
}

.company-logo {
	float:left;
	width:150px;
	margin:0px 10px 0px 0px;
}

.company-info {
	float:left;
	width:480px;
}

.quotelink {
	width:640px;
}

.quotelink a, .quotelink a:visited {
	display:block;
	float:left;
	width:188px;
	height:auto;
	padding:15px 8px 15px 8px;
	background-color:#0590c4;
	border:2px solid #18b6f0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	text-align:center;
}

.quotelink a:hover, .quotelink a:active {
	display:block;
	float:left;
	width:188px;
	height:auto;
	padding:15px 8px 15px 8px;
	background-color:#18b6f0;
	border:2px solid #18b6f0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	text-align:center;
}

.meetformleft {
	float:left;
	width:150px;
	font-weight:bold;
	padding-top:3px;
}

.meetformright {
	float:left;
	width:490px;
	padding-bottom:10px;
}

.meetbox {
	width:200px;
	border:1px solid #999;
	color:#000;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.quoteformleft {
	float:left;
	width:240px;
	font-weight:bold;
	padding-top:3px;
}

.quoteformright {
	float:left;
	width:70px;
	padding-bottom:10px;
}

.quotedrop {
	width:60px;
	border:1px solid #999;
	color:#000;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.quoteformleft2 {
	float:left;
	width:375px;
	font-weight:bold;
	padding-top:3px;
}

.quoteformright2 {
	float:left;
	width:210px;
	padding-bottom:10px;
}

.quotebox2 {
	width:200px;
	border:1px solid #999;
	color:#000;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.formpageleft {
	float:left;
	width:280px;
	margin:0px 10px 0px 10px;
}

.formpageright {
	float:left;
	width:640px;
	margin-left:10px;
}

.ketchup-error-container-alt {
  margin: 10px;
  width: 510px;
  display: none;
}
.ketchup-error-container-alt li {
  background: #f04d5b;
  color: black;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  margin-bottom: 3px;
  boder-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

