body {
	background-color:#EDEDED;
	background-image:-webkit-linear-gradient(#EDEDED 0%,#a8a8a8 100%);
	background-image:-moz-linear-gradient(#EDEDED,#A8A8A8);
	background-image:-ms-linear-gradient(#EDEDED,#A8A8A8);
	background-image:-o-linear-gradient(#EDEDED,#A8A8A8);
	background-image:linear-gradient(#EDEDED,#A8A8A8);
	background-repeat:no-repeat;
	color:#636363;
	margin:0;
	padding:0;
	font-weight:300;
	font-size:15px;
	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
}

#trailimageid {
    font-size: .75em;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 520px;
    height: 0;
    z-index: 9999999
}

@keyframes fadein {
	from {
		opacity:0;
	}
	
	to {
		opacity:1;
	}
}

@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity:0;
	}
	
	to {
		opacity:1;
	}
}

@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity:0;
	}
	
	to {
		opacity:1;
	}
}

@-o-keyframes fadein {
	/* Opera */
	from {
		opacity:0;
	}
	
	to {
		opacity:1;
	}
}

#header {
	display:block;
	position:fixed;
	width:100%;
	margin-right:50%;
	top:0;
	z-index:5000;
	height:164px;
	background:#FFF;
}

#header_content {
	position:relative;
	max-width:1262px;
	margin:auto;
}

#header.tiny {
	height:100px;
	position:relative;
	margin-top:/* 	transition: height 2s; */
-19px;
}

/* required for anchor links and fixed header */
a[name] {
	padding-top:110px;
	margin-top:-110px;
	display:inline-block;
}

.logo {
	position:absolute;
	top:5px;
	position:absolute;
	left:20px;
	width:321px;
	height:156px;
	z-index:81;
	width: 200px !important;
	height: auto !important;
}

#header.tiny .logo {
	top:5px;
	left:15px;
	width:100%;
	max-width:80%;
	height:auto;
}

#header.tiny .logo img {
	width:100px!important;
	height:53px!important;
 	transition: width 1s;
 	transition: height 1s; 
}

#back-top-wrapper div a {
	width:40px;
	height:40px;
	opacity:1;
}

#back-top {
	display:none;
}

#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:20px;
	overflow:hidden;
	z-index:10000;
}

#back-top span {
	display:block;
	width:40px;
	height:45px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	color:#CCC;
	font-size:40px;
	opacity:.5;
}

#back-top span:hover {
	color:#000;
	opacity:1;
}

#phone {
	float:right;
	color:#000;
	font-size:16px;
	padding:25px 20px 0 0;
	text-align:right;
	font-weight:700;
	display:none;
	-webkit-animation:fadein 2s;
	-moz-animation:fadein 2s;
	-ms-animation:fadein 2s;
	-o-animation:fadein 2s;
	animation:fadein 2s;
}

#phone a {
	color:#000;
	text-decoration:none;
}

#phone a:hover {
	color:#4d7703;
	text-decoration:underline;
}

#phone.show {
	display:block;
}

#phone.hide {
	display:none;
}

#phone_extra {
	padding:15px 0;
	font-size:14px;
	text-transform:uppercase;
	color:#94D60A;
}

#phone_extra.middle {
	position:absolute;
	top:40px;
	left:25%;
	width:450px;
	font-size:36px;
}

#phone_extra.show {
	display:block;
}

#phone_extra.hide {
	display:none;
}

#social_bbb.hide {
	display:none;
}

#social_bbb.show {
	display:block;
}

#hello_bar {
	position:absolute;
	top:140px;
	right:20px;
	z-index:5000;
	-webkit-animation:fadein 4s;
	-moz-animation:fadein 4s;
	-ms-animation:fadein 4s;
	-o-animation:fadein 4s;
	animation:fadein 4s;
}

#hello_bar.hide {
	display:none;
}

#hello_bar.show {
	display:block;
}

.hello_button {
	font-size:14px;
	font-weight:700;
/* 	border-radius: 10px 10px 0px 0px; */
	padding:5px 40px;
	border-top:#9FCA97 solid 8px;
}

#hello_bar a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#4d7703;
/* Old browsers */
	background:-moz-radial-gradient(center,ellipse cover,#4d7703 0%,#6e9b1a 50%,#4d7703 100%);
/* FF3.6+ */
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#4d7703),color-stop(50%,#6e9b1a),color-stop(100%,#4d7703));
/* Chrome,Safari4+ */
	background:-webkit-radial-gradient(center,ellipse cover,#4d7703 0%,#6e9b1a 50%,#4d7703 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-radial-gradient(center,ellipse cover,#4d7703 0%,#6e9b1a 50%,#4d7703 100%);
/* Opera 12+ */
	background:-ms-radial-gradient(center,ellipse cover,#4d7703 0%,#6e9b1a 50%,#4d7703 100%);
/* IE10+ */
	background:radial-gradient(ellipse at center,#4d7703 0%,#6e9b1a 50%,#4d7703 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d7703',endColorstr='#4d7703',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}

#hello_bar a:hover {
	color:#fff;
	background:#87b02e;
/* Old browsers */
	background:-moz-radial-gradient(center,ellipse cover,#87b02e 0%,#87B02E 50%,#87b02e 100%);
/* FF3.6+ */
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#87b02e),color-stop(50%,#87B02E),color-stop(100%,#87b02e));
/* Chrome,Safari4+ */
	background:-webkit-radial-gradient(center,ellipse cover,#87b02e 0%,#87B02E 50%,#87b02e 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-radial-gradient(center,ellipse cover,#87b02e 0%,#87B02E 50%,#87b02e 100%);
/* Opera 12+ */
	background:-ms-radial-gradient(center,ellipse cover,#87b02e 0%,#87B02E 50%,#87b02e 100%);
/* IE10+ */
	background:radial-gradient(ellipse at center,#87b02e 0%,#87B02E 50%,#87b02e 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b02e',endColorstr='#87b02e',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}

#top_nav {
	position:absolute;
	top:25px;
	right:30px;
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
	color:#7C7C7C;
	width:600px;
	white-space:nowrap;
}

img {
	border:none;
}

#owl-logos {
	padding: 50px 0;
}

#owl-logos .item {
	margin:3px;
	text-align: center
}

#owl-logos .item img {
	display:block;
	max-width:100%;
	height:auto;
	margin:auto;
}

#owl-slider .item img {
	display:block;
	width:100%;
	height:auto;
}

#pagecell {
	position:relative;
	margin:0 auto;
	width:100%;
}

#home_container {
	background-color:#EFF0F0;
}

#content_container {
	width:100%;
	max-width:1262px;
	margin:auto;
	padding-top:198px;
	background-color:#FAFBFD;
}

#content_container.mobile {
/* margin-top: 63px; */
	padding-top:0;
}

#content_container.interior {
	background-color:#FFF;
}

#sidebar {
	float:right;
	font-size:16px;
	width:288px;
	margin-left:5px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	padding-left:10px;
}

#sidebar.hide {
	display:none;
}

#sidebar.sidebar_interior {
	float:left;
}

#sidebar div.socials a {
	font-size:36px;
}

#content {
	text-align:left;
	height:auto!important;
	padding:10px 50px 20px;
	margin:0 0 0 300px;
	letter-spacing:normal;
	white-space:normal;
	font-size:20px;
}

#content.sideright {
	margin:0 300px 0 0;
}

#content.text_small {
	font-size:14px;
}

#content.text_medium {
	font-size:17px;
}

#content.text_large {
	font-size:20px;
}

#content.full,#content.photos {
	margin:0;
}

#venue_cms {
	margin:5px;
}

p {
	line-height:1.25;
}

div#footer {
	color:#000;
	font-size:12px;
	text-align:center;
	z-index:5;
	background-color:#B6B6B6;
	padding-top:20px;
	padding-bottom:30px;
	font-weight:700;
}

div#footer a:link,div#footer a:visited {
	color:#555;
	text-decoration:none;
}

div#footer a:hover {
	color:#043182;
	text-decoration:underline;
}

.contact_info {
	margin:12px 0;
	font-size:1.9em;
	color:#959595;
}

.contact_info a:link {
	text-decoration:none;
	color:#959595;
}

.contact_info a:hover {
	text-decoration:none;
}

a {
	outline:none;
}

a:link,a:visited {
	color:#6B9A2B;
	text-decoration:none;
}

a:visited {
	color:#6B9A2B;
	text-decoration:none;
}

a:hover {
	color:#4d7703;
	text-decoration:underline;
}

li .inline_list_left {
	float:left;
	width:5em;
}

li .inline_list_right {
	float:right;
	width:5em;
}

#venueweather_interior {
	max-width:600px;
}

#venueweather {
	max-width:400px;
	margin:auto;
}

.weather_table,.weather_table tr td {
	padding:5px;
	border:none;
}

.weather_temperature {
	font-size:50px;
	font-weight:100;
	line-height:40px;
}

.weather_temparature_c {
	font-size:16px;
}

.weather_temparature_c_degrees {
	font-size:10px;
}

.weather_string {
	font-size:28px;
	font-weight:100;
	line-height:32px;
	clear:left;
}

.weather_img {
	border-radius:5px;
	box-shadow:0 0 6px #7d7d7d;
}

.weather_observation_time {
	font-size:10px;
}

#venueweather_interior_detailed {
	width:100%;
	color:#fff;
	text-shadow:1px 1px #000;
	border:1px #000 solid;
	background-size:cover;
}

table.venue {
	margin:5px auto;
	padding:5px 0;
	width:100%;
	border:none;
}

table.venue tr td {
	padding:5px;
}

table.venue th {
	color:#116FCF;
	font-weight:400;
	font-size:16px;
}

table.nomargin {
	margin:0;
}

table.nopadding {
	padding:0;
}

table.nolines tr td {
	border:none;
}

#mobile_phone {
/* position:fixed; */
	top:164px;
	width:100%;
	height:120px;
	overflow:visible;
/* need visible for drop downs */
	z-index:99;
	text-align:center;
/* background-color: #030303; */
}

#bottom_nav {
	margin:10px 0 25px;
}

#bottom_subnav {
	margin:20px;
}

#bottom_subnav a {
	color:#000!important;
	font-weight:700;
	font-size:16px;
	padding:0 10px;
	border-right:#000 solid 1px;
	text-decoration:none;
}

#bottom_subnav a.last {
	border-right:none;
}

#bottom_subnav a:hover {
	color:#0E60C0!important;
	text-decoration:none!important;
}

#bottom_subnav a.text_small {
	font-size:12px;
}

#bottom_subnav a.text_medium {
	font-size:14px;
}

#bottom_subnav a.text_large {
	font-size:16px;
}

#navigation {
	position:fixed;
	top:164px;
	width:100%;
/* max-width:1262px; */
	height:55px;
	overflow:visible;
/* need visible for drop downs */
	z-index:99;
	text-align:center;
	background-image:url(../images/nav-background.png);
	background-repeat:no-repeat;
	background-size:cover;
}

#navigation.hide {
	display:none;
}

#navigation.show {
	display:block;
}

#header.tiny #navigation,#header.tiny #mobile_phone {
	top:80px;
/* 	transition: top 2s; */
}

#navigation .shell,#bottom_nav .shell {
	position:relative;
	height:55px;
}

#navigation ul.main,#bottom_nav ul.main {
	list-style:none;
	position:relative;
	display:inline-block;
	white-space:nowrap;
	margin:0;
	padding:0;
	height:55px;
}

#navigation ul li,#bottom_nav ul li {
	display:inline-block;
	float:none;
	margin:0;
	height:34px;
	position:relative;
	margin-top:8px;
	text-align:center;
	border-right:#000 solid 2px;
/* Add the following to any elements to fade in */
	-webkit-animation:fadein 2s;
	-moz-animation:fadein 2s;
	-ms-animation:fadein 2s;
	-o-animation:fadein 2s;
}

#navigation ul li.last,#bottom_nav ul li.last {
	border-right:none;
}

#navigation ul li a,#bottom_nav ul li a {
	height:21px;
	line-height:18px;
	padding-top:8px;
	padding-right:18px;
	padding-left:18px;
	float:left;
	display:inline;
	font-weight:700;
	color:#000!important;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none!important;
}

#navigation ul li a.text_small,#bottom_nav ul li a.text_small {
	font-size:12px;
	line-height:12px;
	padding-top:10px;
	padding-right:6px;
	padding-left:6px;
}

#navigation ul li a.text_medium,#bottom_nav ul li a.text_medium {
	font-size:14px;
	line-height:14px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}

#navigation ul li a.text_large,#bottom_nav ul li a.text_large {
	font-size:16px;
	line-height:18px;
	padding-right:18px;
	padding-left:18px;
}

#navigation ul li a:hover,#navigation ul li a.hover,#navigation ul li a.nav_active,#bottom_nav ul li a:hover,#bottom_nav ul li a.hover,#bottom_nav ul li a.nav_active {
	color:#57831F!important;
}

#bottom_nav ul li .dd {
	display:none;
}

#navigation ul li .dd {
	position:absolute;
	top:34px;
	left:-9999px;
	text-align:left;
/* padding-top:2px; */
	min-width:200px;
	box-shadow:rgba(0,0,0,0.5) 0 5px 10px;
	z-index:99;
}

#navigation ul li:hover .dd {
	left:0;
}

#navigation ul li .dd ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation ul li .dd ul li {
	float:none;
	display:block;
	padding:0;
	margin:0;
	height:auto;
	border:none;
	text-align:left;
	border:1px #DDD solid;
/* border-bottom:none; */
}

#navigation ul li .dd ul li.last {
	height:32px;
}

#navigation ul li .dd ul li a {
	color:#FFF;
	background-color:rgba(212,212,212,0.87);
	float:none;
	display:block;
	white-space:nowrap;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:8px;
	padding-left:8px;
	font-size:11px;
	margin:0;
}

#navigation ul li .dd a:hover,#navigation ul li .dd a.hover,#navigation ul li .dd a.nav_active,#navigation ul li .dd ul li:hover .subdd {
	text-decoration:none;
	color:#FFF!important;
	background-color:#3e3e3e;
}

.nolink {
	cursor:default;
}

#navigation ul li .dd ul li .subdd {
	position:absolute;
	top:0;
	left:-9999px;
	min-width:200px;
	z-index:100;
	box-shadow:rgba(0,0,0,0.5) 0 0 10px;
}

#navigation ul li .dd ul li:hover .subdd {
	left:180px;
}

#navigation ul li .dd ul li .subdd ul li {
	background-color:#EDEDED;
	margin:0;
	width:100%;
	height:31px;
	position:relative;
	display:block;
	text-align:left;
}

#navigation ul li .dd ul li .subdd ul li.last {
	height:32px;
}

div#main_nav {
	position:absolute;
	right:0;
	top:12px;
	padding-top:20px;
	width:682px;
	height:39px;
	z-index:98;
	text-align:right;
	padding-right:20px;
	font-size:12px;
	z-index:12;
}

div#main_nav_header {
	position:absolute;
	right:0;
	top:0;
	width:682px;
	height:12px;
	z-index:99;
	text-align:right;
	padding-right:70px;
}

div#main_nav span {
	padding-top:22px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	margin:0;
	border-left:1px #182023 solid;
	border-right:1px #182023 solid;
}

div#main_nav a:link {
	color:#E4E8EB;
	text-decoration:none;
}

div#main_nav a:visited {
	color:#E4E8EB;
	text-decoration:none;
}

.main_nav_links a:link {
	color:#E4E8EB;
	text-decoration:none;
}

a #main_nav_web_design {
	color:#2671e0;
	font-size:18px;
	letter-spacing:0;
	font-weight:400;
}

a:hover #main_nav_web_design {
	color:#2671e0;
	text-decoration:none;
	border-left:1px #2671e0 solid;
	border-right:1px #2671e0 solid;
}

a #main_nav_hosting {
	color:#f32525;
	font-size:18px;
	letter-spacing:0;
	font-weight:400;
}

a:hover #main_nav_hosting {
	color:#f32525;
	text-decoration:none;
	border-left:1px #f32525 solid;
	border-right:1px #f32525 solid;
}

a #main_nav_domain {
	color:#2fb62f;
	font-size:18px;
	letter-spacing:0;
	font-weight:400;
}

a:hover #main_nav_domain {
	color:#2fb62f;
	text-decoration:none;
	border-left:1px #2fb62f solid;
	border-right:1px #2fb62f solid;
}

a #main_nav_web_marketing {
	color:#f60;
	font-size:18px;
	letter-spacing:0;
	font-weight:400;
}

a:hover #main_nav_web_marketing {
	color:#f60;
	text-decoration:none;
	border-left:1px #f60 solid;
	border-right:1px #f60 solid;
}

a.more {
	font-size:85%;
	font-weight:700;
	text-transform:uppercase;
}

.calendar {
	z-index:99999;
}

div#print {
	display:none;
}

div#print_footer {
	display:none;
}

#content img {
	border:0;
}

#content ul,ol {
	margin-left:20px;
	padding-left:20px;
}

#content ol li {
	padding-bottom:5px;
}

#content ul li {
	list-style:disc;
	padding-bottom:5px;
}

#content div.ammapObjectList ul li:before {
	content:none;
}

hr {
	border:none;
	border-top:1px #DDD solid;
	padding:0;
	margin:10px 0;
}

h1 {
	color:#57831F;
	font-size:24px;
	margin:10px 0;
}

h1.text_small {
	font-size:24px;
}

h1.text_medium {
	font-size:28px;
}

h1.text_large {
	font-size:32px;
}

h2 {
	color:#6ea100;
	font-size:18px;
	margin:10px 0;
}

h2.text_small {
	font-size:18px;
}

h2.text_medium {
	font-size:22px;
}

h2.text_large {
	font-size:26px;
}

h3 {
	color:#94D60A;
	font-size:16px;
	margin:0;
}

h4 {
	font-size:14px;
	margin:0;
}

h5 {
	font-size:12px;
	margin:0;
}

.interior_nav {
	background-color:#fff;
	padding:5px 20px 0;
	margin:10px 20px 0;
	font-weight:700;
}

.interior_nav a.active {
	text-decoration:none;
	color:#a1a1a1;
}

.interior_nav ul {
	padding-left:4px;
}

.interior_nav li {
	list-style:none;
	padding-bottom:12px;
	margin-bottom:0;
}

.interior_nav li a.active:after {
	content:"►";
	color:#a1a1a1;
	padding-left:10px;
	vertical-align:middle;
}

.module {
	background-color:#fff;
	padding:10px 20px 20px;
	margin:20px;
	line-height:18px;
}

.module ul {
	padding-left:4px;
}

.module li {
	list-style:none;
	padding-bottom:6px;
	margin-bottom:0;
}

.module li:before {
	content:"►";
	color:#87B02E;
	padding-right:5px;
	vertical-align:middle;
}

.module h2 {
	font-size:24px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
}

.module h2 img {
	vertical-align:middle;
	margin:0 5px 0 0;
}

#content p {
	display:block;
}

.nowrap {
	white-space:nowrap;
}

.nowrap img.check {
	padding-right:5px;
}

#content .narrow_left_column {
	width:200px;
	float:left;
	padding-right:10px;
}

#colem {
	float:right;
	width:288px;
	margin-left:20px;
	margin-top:0;
	margin-right:10px;
	margin-bottom:10px;
	padding-left:10px;
}

.two_equal_col_container {
	padding-right:288px;
	width:auto;
}

div#nav-right {
	position:absolute;
	z-index:5;
	top:81px;
	right:5px;
	height:39px;
	width:280px;
	white-space:nowrap;
	border:0;
}

div#nav-right img {
	border:none;
}

div#nav-left {
	position:absolute;
	left:0;
	top:81px;
	white-space:nowrap;
	border:0;
	height:39px;
	width:350px;
	border:0;
	z-index:12;
}

div#message {
	position:absolute;
	z-index:5;
	top:0;
	right:250px;
	z-index:999;
}

div#right-box-search {
	background-repeat:no-repeat;
	height:11px;
	width:155px;
	padding-bottom:5px;
}

#search_container {
	position:relative;
	z-index:4;
	top:0;
	left:0;
	width:180px;
	height:31px;
	margin:auto;
	text-align:center;
	transition:all 750ms ease;
}

#navigation ul li.search_li {
	width:180px;
	transition:all 750ms ease;
}

#navigation ul li.search_li:hover {
	width:280px;
	background-color:#757575;
}

#navigation ul li.search_li:not(hover) {
	width:180px;
}

#search_box {
	position:absolute;
	top:60px;
	right:76px;
	width:auto;
	height:50px;
	margin:auto;
	z-index:2;
}

input.search_input {
	color:#7C7C7C !important;
	font-size:12px !important;
	font-family:monospace !important;
	width:200px;
	margin-top:5px;
	background-color:#FFF;
	border:2px solid #93D734 !important;
	transition:all 750ms ease;
}

#navigation ul li.search_li:hover .search_input {
	width:190px;
}

#navigation ul li.search_li:not(hover) .search_input {
	width:100px;
}

li.search_li:hover #search_container {
	width:278px;
}

li.search_li:not(hover) #search_container {
	width:180px;
}

input.search_input:not(:focus) {
	background-color:#FFF;
}

.search_icon {
	background-image:url(../images/search.png);
	background-position:left center;
	background-repeat:no-repeat;
	outline-style:none;
	outline-width:0;
}

input.search_icon[type="text"] {
	padding-left:25px;
}

div#search_for_auto_complete {
	margin:auto;
	position:absolute;
	top:150px;
	left: 0;
	right: 0;
	width:80%;
	height: 500px;
	overflow: scroll;
	background-color:#FFF;
	padding:20px;
	z-index:99999;
	-khtml-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px #CCC solid;
	border-top:none;
	border-radius:4px;
	-khtml-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
	-ms-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
	-o-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
	-moz-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
	box-shadow:rgba(0,0,0,0.5) 0 0 10px;
}

#auto_close {
	display:inline;
	position:absolute;
	right:15px;
	cursor:pointer;
}

ul.contacts {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	z-index:9;
}

ul.contacts div.header {
	text-align:left;
	padding:10px;
	font-size:14px;
	font-weight:500;
	z-index:9;
}

ul.contacts div.footer {
	text-align:center;
	padding:10px;
	margin:0 0 10px;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
	z-index:9;
}

ul.contacts div.footer:hover {
	background-color:#EDEDED;
}

ul.contacts li:hover {
	background-color:rgba(117,117,117,0.8);
	cursor:pointer;
	z-index:9;
}

li.search_footer {
	background:none!important;
}

li.contact {
	list-style-type:none;
	display:block;
	margin:0;
	padding:5px;
	height:auto;
	z-index:9;
	background-color:#FFF;
	cursor:pointer;
}

li.contact div.image {
	float:left;
	width:11px;
	height:11px;
	margin-right:8px;
	margin-left:8px;
}

li.contact div.name {
	font-weight:500;
	font-size:12px;
	line-height:1.2em;
	color:#000;
}

ul.contacts li:hover div.name {
	color:#FFF;
}

li.contact div.email {
	font-size:12px;
	color:#666;
	padding-left:28px;
}

ul.contacts li:hover div.email {
	font-size:12px;
	color:#ccc;
	padding-left:28px;
}

li.contact div.results {
	font-size:10px;
	color:#363636;
}

/*Begin Forms*/
.sc_table_form {
	margin:auto;
	padding:2px;
}

.sc_table_tr_td_label_form {
	text-align:right;
	width:40%;
}

.sc_table_tr_td_value_form {
	text-align:left;
	width:60%;
}

.sc_form_required {
	color:red;
	float:right;
	font-size:10px;
}

.sc_form_textbox {
	width:400px;
}

.sc_form_textarea {
	width:400px;
}

.sc_form_separator_label {
	font-weight:700;
	width:100%;
}

.sc_form_separator {
	height:1px;
}

#sc_form_textbox_address_street {
	width:200px;
}

#sc_form_textbox_city {
	width:160px;
}

#sc_form_textbox_State {
	width:40px;
}

#sc_form_textbox_Zip {
	width:70px;
}

/*End Forms*/
.checkbox {
	background-color:#790102;
}

select {
	font-size:10px;
	color:#000;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#858585;
}

textarea {
	font-size:10px;
	color:#000;
	background-color:#fff;
	border:#858585 1px solid;
}

.quote_form {
	color:#DDD;
	margin-bottom:5px;
	width:195px;
	padding:5px;
}

input.quote_form {
	height:12px;
	border:1px #DDD solid;
}

.input-button {
	border:0;
}

.form,textarea,input[type="text"],input[type="tel"],input[type="email"],input[type="password"] {
	color:#363636;
	font-size:18px;
	font-family:monospace;
	border:1px solid #DDD;
	background-color:#FFF;
	padding:3px 10px;
	margin:0;
	margin-bottom:5px;
	border-radius:20px;
	outline-style:none;
	outline-width:0;
}

input[type="submit"],input[type="cancel"],input[type="reset"],input[type="button"] {
	background-color:#54801d;
	background-image:-webkit-linear-gradient(#6B9A2B,#54801D);
	background-image:-moz-linear-gradient(#6B9A2B,#54801D);
	background-image:-ms-linear-gradient(#6B9A2B,#54801D);
	background-image:-o-linear-gradient(#6B9A2B,#54801D);
	background-image:linear-gradient(#6B9A2B,#54801D);
	font-size:11px;
	color:#FFF;
	display:inline-block;
	overflow:hidden;
	padding:6px 14px;
	margin:5px;
	text-transform:uppercase;
	cursor:pointer;
	border:1px #8FB5DB solid;
	letter-spacing:1px;
	border-radius:15px;
	box-shadow:0 0 1px #54801d;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}

input[type="submit"]:hover,input[type="cancel"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	background-color:#f2f2f2;
	background-image:-webkit-linear-gradient(#FFF,#f2f2f2);
	background-image:-moz-linear-gradient(#FFF,#f2f2f2);
	background-image:-ms-linear-gradient(#FFF,#f2f2f2);
	background-image:-o-linear-gradient(#FFF,#f2f2f2);
	background-image:linear-gradient(#FFF,#f2f2f2);
	border:1px #54801d solid;
	background-color:#FFF;
	color:#54801d;
}

textarea {
	background-color:#FFF;
	border:1px #CCC solid;
}

form {
	margin:0;
	padding:0;
}

a.button {
	background-color:#54801D;
	background-image:-webkit-linear-gradient(#6B9A2B,#54801D);
	background-image:-moz-linear-gradient(#6B9A2B,#54801D);
	background-image:-ms-linear-gradient(#6B9A2B,#54801D);
	background-image:-o-linear-gradient(#6B9A2B,#54801D);
	background-image:linear-gradient(#6B9A2B,#54801D);
	color:#FFF;
	font-size:11px;
	font-weight:500;
	overflow:hidden;
	padding:6px 14px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	border:1px #8FB5DB solid;
	letter-spacing:1px;
	border-radius:15px;
	box-shadow:0 0 1px #729EC7;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}

a.button:hover {
	background-color:#f2f2f2;
	background-image:-webkit-linear-gradient(#FFF,#f2f2f2);
	background-image:-moz-linear-gradient(#FFF,#f2f2f2);
	background-image:-ms-linear-gradient(#FFF,#f2f2f2);
	background-image:-o-linear-gradient(#FFF,#f2f2f2);
	background-image:linear-gradient(#FFF,#f2f2f2);
	border:1px #729EC7 solid;
	color:#729EC7;
	text-decoration:none;
}

input[type="submit"].terminate,a.terminate {
	background-color:#d20700;
	background-image:-webkit-linear-gradient(red,#d20700);
	background-image:-moz-linear-gradient(red,#d20700);
	background-image:-ms-linear-gradient(red,#d20700);
	background-image:-o-linear-gradient(red,#d20700);
	background-image:linear-gradient(red,#d20700);
}

input[type="submit"].terminate:hover,a.terminate:hover {
	background-color:#FFF;
	background-image:none;
	color:red;
	border:1px #d20700 solid;
}

div#right-box-divider {
	width:155px;
	border-bottom:1px solid #CCC;
}

label {
	font-weight:700;
	color:#334d55;
	white-space:nowrap;
}

#mastheadnav {
	margin:0;
	height:39px;
	padding:0;
	white-space:nowrap;
	border:none;
	background-color:#C0C3C5;
	box-shadow:inset 10px 0 10px -10px #767676,inset -10px 0 10px -10px #767676;
}

#navBar {
	margin:0 0 0 79%;
	padding:0;
}

.dot {
	vertical-align:text-bottom;
}

#breadcrumbs {
	position:relative;
	z-index:4;
	top:0;
	left:0;
	width:auto;
	height:14px;
	margin-right:315px;
	padding:0 0 8px;
	color:#999;
	font-size:12px;
	white-space:nowrap;
}

#breadcrumbs a {
	color:#999;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#87B02E;
}

.footnote {
	font-size:9px;
	color:#999;
	line-height:14px;
}

fieldset {
	padding:5px;
	margin:5px;
	border:1px solid #87B02E;
	border-radius:5px;
	background-color:#F0F0F0;
	box-shadow:0 0 2px #CCC;
}

legend {
	color:#FFF;
	padding:5px;
	margin:5px;
	border:1px solid #CCC;
	background-color:#87B02E;
	text-align:left;
	border-radius:5px;
}

legend a:link {
	color:#fff;
	text-decoration:underline;
}

legend a:hover {
	color:#fff;
	text-decoration:none;
}

#slider {
	position:relative;
	-webkit-animation:fadein 2s;
	-moz-animation:fadein 2s;
	-ms-animation:fadein 2s;
	-o-animation:fadein 2s;
}