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

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	margin-top: -8px;
}
#header { 
	background-image: url(images/header_bg_beach.jpg);
	height: 107px;
	width: 954px;
	padding: 0px;
}
#leftcolumn {
	text-align: left;
	float: left; 
	width: 570px; 
	height: 457px;
	padding-left: 40px; 
	padding-top: 43px; 
	padding-right: 25px;
	background-image: url(images/home_bg.gif); 
	background-repeat: repeat-y;
}
#rightcolumn {
	text-align: left;
	width: 269px; 
	height: 457px;
	float: right;
	margin-top: -500px;
	margin-left: 635px; 
	padding-left: 27px; 
	padding-top: 43px; 
	padding-right: 23px;
	background-image: url(images/home_bg.gif); 
	background-repeat: repeat-y;
	background-position: right;
}
#subpagecontent {
	text-align: left;
	width: 954px; 
	background-image: url(images/subpage_bg.gif); 
	background-repeat: repeat-y;
}
#recyclecounter {
	float: left; 
	background-image: url(images/recycling_counter.gif); 
	background-repeat: no-repeat; 
	width: 313px; 
	height: 193px;
}
A { color: #990000 }
A:visited { color: #990000 }

a.home { color: #666666; text-decoration: none; }
a.home:visited { color: #666666; text-decoration: none; }
a.home:hover { color: #666666; text-decoration: underline; }
a.home:visited:hover { color: #666666; text-decoration: underline; }

a.home2 { text-decoration: none; }
a.home2:visited { text-decoration: none; }
a.home2:hover { text-decoration: underline; }
a.home2:visited:hover { text-decoration: underline; }

a.home3 { color: #ffffff; text-decoration: none; }
a.home3:visited { color: #ffffff; text-decoration: none; }
a.home3:hover { color: #ffffff; text-decoration: underline; }
a.home3:visited:hover { color: #ffffff; text-decoration: underline; }

TD {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.maintext {
	padding-left: 60px; 
	padding-right: 40px; 
	line-height: 18px;
}

.maptext { 
	line-height: 13px; 
	font-size: 11px;
}

.coupon {
	border: 3px dashed #666666;
	background-image:url(images/coupon_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.coupon2 {
	border: 3px dashed #666666;
	background-color: #FFFFFF;
}

.columns {
	background-image: url(images/column_bg2.gif);
	background-repeat: repeat-y;
}
.columntext2 {
	padding-top: 30px;
	padding-left: 35px;
	padding-right:30px;
	line-height: 19px;
	font-size: 13px;
}

.subpagetext {
	padding-top: 50px;
	padding-left: 50px;
	padding-right:30px;
	line-height: 18px;
	background-image: url(images/subpage_bg.gif);
	background-repeat: repeat-y;
}

.smtext { 
	font-size: 11px; 
	line-height: 13px;
}

.bigtext { font-size: 14px; }

.white { color: #ffffff; }

.coupontext { font-size: 40px; line-height:40px; }

a.mainlink {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding: 9px 15px 8px 15px;
	background-image: url(images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.mainlink:hover {
	color: #666666;
	text-decoration: none;
}
a.mainlink:visited {
	color: #666666;
	text-decoration: none;
}

a.mainlink:visited:hover {
	color: #666666;
	text-decoration: none;
}
a.mainlink2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding: 9px 15px 8px 15px;
}
a.mainlink2:hover {
	color: #666666;
	text-decoration: none;
}
a.mainlink2:visited {
	color: #666666;
	text-decoration: none;
}

a.mainlink2:visited:hover {
	color: #666666;
	text-decoration: none;
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
a.link {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:visited:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 13em;*/
}
#nav ul { /* all list items */
	width: 12em;
	z-index:999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	line-height: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 158px;
	z-index:999;
}
