@charset "utf-8";
/* Contact Form Styles */



#contact h3, /*#directions h3*/ {
	margin: 10px 0 0 0;
}
.cssform {
	margin-top: 10px;
	text-align: left;
}
.cssform p {
	width: 270px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #666666;
}
#mailbox .cssform label {
	color: #ffffff;
}
#mailbox .cssform label {
	padding-top: 5px;
}
#mailbox .cssform p {
	width: 200px;
	height: 20px;
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}
.req {
	color: #0060b3;
	font-weight: bold;
	position: absolute;
	margin: 4px 0 0 4px;
	font-size: 24px;
}
.cssform select {
	width: 250px;
}
.cssform textarea {
	width: 250px;
	height: 100px;
}
.go {
	background: #497076;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 3px 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 5px 0 0;
}

.cssform #locationwrap {
	display:none;
	}



/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 20px 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	border-bottom: 1px solid #d3d3d3;
}

.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 7px; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #e6e6e6;
	border-bottom: 1px solid #ddd;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	color: #555555;
	background: url(../images/arrows/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
	background-color: #f8f8f8;
}

.ui-accordion-header:hover {
	background: url(../images/arrows/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
	background-color: #ddd;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #ffffff url(../images/arrows/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	background-color: #eee;
}

.ui-accordion-content {
	background: #ffffff;
	color: #222222;
	font-size: 1em;
}
.ui-accordion-content p {
	
}



/* Tabbed browsing styles */

UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 5px 12px 4px 12px;
	background-color: #ddd;
	color: #555;
	text-decoration: none;
	margin-left: -15px;
	margin-right: 14px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

UL.tabNavigation LI A.selected,  UL.tabNavigation LI A:hover {
	color: #222;
	text-decoration: underline;
}

UL.tabNavigation LI A.selected {
	border-bottom: none;
	padding: 5px 12px;
	background-color: #f8f8f8;
	text-decoration: none;
} 

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs {
	margin-top: 20px;
}

div.tabs > div {
	padding: 10px 0;
	margin-top: 3px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

div.tabs > div h2 {
	margin-top: 0;
}
/*
#first {
	background-color: #f00;
}

#second {
	background-color: #0f0;
}

.waste {
	min-height: 1000px;
}*/
