@charset "utf-8";

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 300px;
}

.table-cell-center {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.table-cell-center div.tcc-cell {
	display: table-cell;
	vertical-align: middle;
}

.three-col {
	width: 100%;
	text-align: center;
	padding: 0px;
}
.three-col .three-col-cell {
	vertical-align: middle;
	min-width: 25%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
}
.three-col .three-col-center {
	margin-left: 10%;
	margin-right: 10%;
}
.four-col {
	width: 100%;
	text-align: center;
	padding: 0px;
}
.four-col .four-col-cell {
	vertical-align: middle;
	min-width: 20%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
}

.twoColHybLtHdr #container {
	width: 90%; 
	background: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
} 

.twoColHybLtHdr #header h1 {
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 20px;
	margin-right: 25px;
}
.twoColHybLtHdr #footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #FFFFFF;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}



.style43 {font-size: 12px}
.style43 {font-size: small;
	background-color: #FFFFFF;
}
.style50 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

div.allframe {
	width: 100%;
}

div.main_content  {
	overflow: visible;
	padding-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1.0em;
}
div.main_content img {
	max-width: 100%;
}
div.main_content h1 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.main_content h2 {
	font-size: medium;
}
div.main_content h3 {
	font-size: medium;
}

.fp-main-image {
	background-image: url(../images/seattle-skyline.jpg);
	background-position: center 9px;
	background-repeat: no-repeat;
	padding-left: 15%;
	max-width: 1920px;
}

#fp-junk-truck-img {
	border: none;
	margin-bottom: 0px;
	max-width: 100%;
}
#fp-junk-truck-img:hover {
	opacity: .8;
}

div.sidebar1 {
	float: left;
	clear: right;
	background-color: #FFFFFF;
	width: 27%;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px dotted black;
	margin-top: 10px;
}

div.headercontainer {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #FBFBFB;
	background-repeat: repeat-x;
	background-position: -80px 2px;
	padding-top: 3px;
	background-image: url(../images/busby-grass-bg.png);
	border-bottom: 1px solid #0F0;
}
div.headercontainer p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333 !important;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin: 3px;
	right: 10px;
	top: 0px;
	text-shadow: 1px 1px 1px #090, 1px 1px 1px #090;
	position: absolute;
}
div.headercontainer p a {
	color: #333 !important;
}
div.headercontainer span {
	font-size: .9em;
	font-weight: normal;
	margin-right: 0px;
}

div.header {
	color: #000000;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
}
.header-logo {
	margin-top: 0px;
	margin-left: 2%;
	outline: none !important;
	vertical-align: middle;
	max-width: 60%;
	min-height: 60px;
}

div.clearer {
	clear: both;
}
div.navcontainer {
	width: 100%;
	padding: 0px;
	border-top: 1px solid #0C3;
	border-bottom: 1px solid #090;
	/*border-bottom: 2px solid #333;*/
	/*background-color: #FBFFF9;*/
	background-color: #292929;
	margin-top: 3px;
	min-height: 5px;
	display: none;
}

div.nav-inner {
	width: 90%;
	margin-left: 5%;
	display: table;
	table-layout: fixed;
	padding: 0px 1% 0px 1%;
}
div.nav-inner a {
	outline: none;
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	/*color: #030;*/
	color: #F2FFF2;
}
div.nav-inner a:hover {
	background-color: #0F0;
	color: #000;
}

div.footerdiv {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/footer_bee-3.png);
	background-position: 0px 15px;
	margin-left: 1%;
	padding-top: 5px;
	
}
div.footerdiv p.footer-call {
	margin-right: 10px;
	font-size: .9em;
	font-weight: bold;
	color: #FBFFF9;
	padding-top: 0px;
	margin-top: 7px;
	text-align: right;
	float: right;
	width: 30%;
}
div.footerdiv p small {
	font-size: 10px;
}
div.footerdiv a {
	color: #A4FFA4;
}
div.footerdiv a:visited {
	color: #EBCDFE;
}
div.footerdiv a:hover {
	color: #0F0;
}

span.style18 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

div.footer_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	border-top: 1px solid #060;
	background: #000000; /* Old browsers */
}



div.footer-message {
	width: 50%;
	float: left;
	color: #FFF;
	text-align: left !important;
	margin-left: 19%;
	position: absolute;
}
div.footer-message p {
	font-size: 1em;
}
.footer-message span {
	font-weight: bold;
	color: #0F0;
}
.footer-message .footermsg_2 {
	margin-left: 40px;
}
.footer-message .footermsg_3 {
	margin-left: 80px;
}

div.slogan_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer-bg-stripe.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.footer_slogan {
	width: 98%;
	margin-left: 1%;
	padding-top: 1px;
	padding-bottom: 2px;
}
div.footer_slogan span {
	color: #FBFFF9;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 2%;
	text-align: center;
	font-style: italic;
	text-shadow: 2px 2px 1px #030;
	font-size: .8em;
}
div.footer_slogan span.slogan-dash {
	
}

.rbvtbum {
	margin-top: -9px !important;
	border: 2px solid #000;
	border-radius: 5px;
}

div.events_ticker {
	border: 1px solid #006200;
	background-color: white;
	padding: 0px 4px 6px 4px;
}

div.events_ticker div {
	background-color: #CFC;
	padding: 5px;
	font-size: 12px;
	margin-top: 6px;
	border: 1px dotted black;
}
div.events_ticker p {
	margin: 0px;
	padding: 0px;
}


div.quickform { }
div.quickform input[type=text] {
	margin-left: 15px;
	width: 220px;
}

.float-left {
	float: left;
}
.floatright {
	float: right;
}

.nomargin {
	margin: 0px;
	padding: 0px;
}

.lfloater {
	float: left;
	margin-right: 10px;
}
.rfloater {
	float: right;
	margin-left: 10px;
}
.midmargin {
	margin: 10px;
}
.bigmargin {
	margin: 25px;
}

p.black_caption {
	font-size: 9px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 4px;
}

.disabled_form {
	background-color: #EAEAEA;
	border: 1px solid black;
}
.disabled_form input[type=text] {
	background-color: #CCC;
}

div.sideimg {
	margin-left: 9px;
}

div.img_hover_nav {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	width: 100%;
}
div.img_hover_nav div.ihn-inner {
	width: 32%;
	text-align: center;
	display: inline-block;
}
div.img_hover_nav div.ihn-inner div {
	height: 80px;
	min-height: 80px;
	width: 90px;
	line-height: 140px;
	text-align: center;
	box-shadow: 5px 5px 4px #999;
}
div.img_hover_nav div:first-child {
	margin-left: 0% !important;
}
div.img_hover_nav div:last-child {
	margin-right: 0% !important;
}
div.img_hover_nav a {
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	color: white;
	height: 100%;
	min-height: 100%;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	display: block;
}
div.img_hover_nav a:hover {
	color: #0F0;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

div.thumbfade {
	padding: 3px;
	margin-top: 5px;
	background-color: #F4FFF4;
	background: -moz-linear-gradient(100% 100% 180deg, #FFF, #D7FFD7);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#D7FFD7), to(#FFF));
	width: 100%;
}
div.thumbfade img {
	border: none;
	float: left;
	margin-right: 10px;
}

div.center {
	text-align: center;
}

div.topmid_outer {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div.footer_outer {
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}

div.page_container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
	overflow: hidden;
}

a.minlogin {
	color: #EFEFEF;
	text-decoration: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	font-size: 14px;
}
a.minlogin:hover {
	color: #F00;
}

div.content_fullwidth {
	width: 100%;
}

div.message_queue_container {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
div.message_queue_container div {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background-color: #000;
}
.user_queue_notices_message {
	color: #FF9;
}
.user_queue_results_message {
	color: #0F0;
}
.user_queue_errors_message {`
	color: #F00;
}

.biglist {
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
}
.biglist li {
	margin: 7px;
}


.compact-nav-toggle {
	float: right;
	background-image: url(../images/compact-nav-toggle.png);
	background-color: #000;
	width: 44px;
	min-height: 44px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	border: 1px solid #0F0;
	border-right: none;
	opacity: .7;
	display: none;
	position: fixed;
	right: -15px;
	top: 60px;
	z-index: 10;
}
.compact-nav-toggle:hover {
	background-color: #0C0;
	border-color: #000;
}
.compact-nav-toggle-active {
	background-image: url(../images/nav-close.png);
	right: -5px;
	opacity: 1;
}


div.nav-inner-compact a {
	display: none;
	border: 1px solid #060;
	margin: 2px;
	border-radius: 3px;
	width: 90%;
}
div.nav-inner-compact-active {
	position: fixed;
	width: 98%;
	overflow: scroll;
	opacity: 0.85;
	background-color: #333;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	z-index: 2;
}

div.nav-inner-compact-active a {
	display: block;
	color: #FFF;
	font-size: large;
	z-index: 3;
	background-color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 5px;
	padding: 6px;
}

div.header-spacer {
	float: left;
	min-height: 66px;
	width: 1px;
	display: none;
}


.buzz-error {
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	background-color: #FF9;
	border: 1px solid #333;
	border-radius: 5px;
	position: fixed;
	top: 40%;
	width: 96%;
}

.all-disabled * {
	background-color: #CCC !important;
	color: #666 !important;
	pointer-events: none !important;
    cursor: default !important;
}

.boxed-section {
	border: 1px solid #CCC;
	-webkit-box-shadow: 11px 13px 16px -8px rgba(0,0,0,0.56);
	-moz-box-shadow: 11px 13px 16px -8px rgba(0,0,0,0.56);
	box-shadow: 11px 13px 16px -8px rgba(0,0,0,0.56);
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FCFDFB;
}




@media screen and (min-width: 720px){.halfer-360 {
	width: 48%;
	float: left;
	margin: 1%;
}} 
@media screen and (min-width: 400px){.halfer {
	width: 48%;
	float: left;
	margin: 1%;
}} 
.halfer-title {
	text-align: center;
}
@media screen and (min-width: 400px){.halfer-title {
	width: 50%;
}}

.faint-border {
	border: 1px solid #CCC;
}

.site-badge {
	float: left;
	margin: 10px;
	display: inline-block;
	min-width: 22%;
	text-align: center;
}
.badge-container {
	height: 160px;
	min-height: 160px;
	text-align: center;
}

.varcol-container {
	width: 100%;
	text-align: center;
}
.varcol {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}

#varcol-service-area {
	
}
#varcol-service-area .varcol {
	min-width: 20%;
}

#fp-social-links {
	margin-top: 20px;
	margin-bottom: 25px;
}