/* @override http://cartoncouncil.pubdynstaging.com/css/styles.css */

/* CSS Reset */

* {
	margin: 0;
	padding: 0;
}

/* Universal Styles */

body {
	background: url(../images/bg_body.jpg) repeat-x #F1F1F1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #808080;
}

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

a:hover, a:active {
	color: #c28970;
	text-decoration: none;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #cad682;
	margin-bottom: 2px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #50a5c6;
}

#container {
	position: relative;
	width: 909px;
	height: 857;
	margin: 0 auto 0 auto;
	background: url(../images/bg_main.jpg) repeat-x left 137px;
}

#logo {
	position: absolute;
	width: 642px;
	height: 214px;
	left: -223px;
	top: -137px;
	background: url(../images/logo.jpg) no-repeat;
	z-index: 2;
}

#main {
	position: relative;
	width: 909px;
	height: 559px;
	margin-top: 137px;
	float: left;
}

#corner_tr {
	position: absolute;
	width: 8px;
	height: 10px;
	top: 0;
	right: 0;
}

#corner_br {
	position: absolute;
	width: 8px;
	height: 10px;
	top: 549px;
	right: 0;
}

#corner_bl {
	position: absolute;
	width: 8px;
	height: 10px;
	top: 549px;
	left: 0;
}

#shadow_left {
	position: absolute;
	width: 44px;
	height: 559px;
	left: -44px;
	background: url(../images/shadow_left.jpg) no-repeat;
}

#shadow_right {
	position: absolute;
	width: 44px;
	height: 559px;
	right: -44px;
	background: url(../images/shadow_right.jpg) no-repeat;
}

#navigation {
	position: absolute;
	height: 20px;
	top: -31px;
	right: 0;
}

#navigation a {
	height: 16px;
	padding: 4px 19px 0 19px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 11px;
}

#navigation a:link, #navigation a:visited {
	background: url(../images/navigation.gif) no-repeat center 0;
	color: #c28970;
}

#navigation a:hover, #navigation a:active {
	background: url(../images/navigation.gif) no-repeat center -20px;
	color: #63523a;
}

#navigation .on {
	height: 16px;
	padding: 4px 19px 0 19px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 11px;
	background: url(../images/navigation.gif) no-repeat center -40px;
	color: #ffffff;
	cursor: default;
}

#content {
	position: absolute;
	top: 101px;
	left: 131px;
	width: 365px;
	height: 195px;
	z-index: 1;
}

#content.main {top: 80px;}

#content h1 {
	font-size: 24px;
	color: #cad682;
	display: block;
	float: left;
	line-height: 30px;
	margin: 4px 5px 0 0;
}

#content p {
	font-size: 11px;
	color: #808080;
	line-height: 20px;
	margin-top: 14px;
}

#content a:link, #content a:visited {
	font-weight: bold;
}

#content a:hover, #content a:active {
	font-weight: bold;
}

#footer {
	position: relative;
	width: auto;
	height: auto;
	clear: left;
	padding: 19px 0 0 30px;
	font-size: 10px;
	color: #4d4d4d;
	z-index: 1;
}

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

#footer a:hover, #footer a:active {
	color: #c28970;
	text-decoration: none;
	border-bottom: dotted 1px #c28970;
}

/* Homepage */

.home {
	background: url(../images/bg_home.jpg) repeat-x;
}

#cartons {
	position: absolute;
	width: 436px;
	height: 637px;
	top: 82px;
	left: 498px;
	background: url(../images/cartons.jpg) no-repeat;
	z-index: 2;
}

#grass {
	position: absolute;
	width: 576px;
	height: 123px;
	top: 272px;
	left: -14px;
	background: url(../images/grass.jpg) no-repeat;
	/*z-index: 1;*/
}

#corner_tr.home {
	background: url(../images/corner_tr-home.jpg) no-repeat;
}

#corner_br.home {
	background: url(../images/corner_br-home.jpg) no-repeat;
}

.blue {
	background: url(../images/corner_br-blue.jpg) no-repeat;
	z-index: 2;
}

#corner_bl.home {
	background: url(../images/corner_bl-home.jpg) no-repeat;
}

/* Subpages */

.reduce {
	background: url(../images/bg_reduce.jpg) 545px 0px no-repeat;
}

.renew {
	background: url(../images/bg_renew.jpg) 510px 0px no-repeat;
}

.recycle {
	background: url(../images/bg_recycle.jpg) 563px 0px no-repeat;
}

.about {
	background: url(../images/bg_about.jpg) 588px 0px no-repeat;
}

#callout {
	position: absolute;
	top: 417px;
	left: 42px;
	width: 363px;
	padding: 11px 0 11px 87px;
}

#callout p {
	line-height: 17px;
}

#callout ul {
	line-height: 19px;
	list-style: disc outside;
	margin-left: 14px;
	color: #cad682;
}

#callout li {
	font-size: 10px;
	line-height: 12px;
}

#callout ul li span {
	color: #808080;
}

.callout_reduce {
	background: url(../images/callout_reduce.jpg) left 10px no-repeat;
}

.callout_renew {
	background: url(../images/callout_renew.jpg) left top no-repeat;
}

.callout_about {
	padding:0;
	margin: 0;
}

#where {
	position: absolute;
	width: 260px;
	height: 117px;
	top: 395px;
	right: 0;
	background: url(../images/bg_where.jpg) no-repeat #dcecf4;
	z-index: 1;
	padding: 33px 33px 11px 93px;
}

#where.main {
	top:125px;
	left: 0;
	background: none;
	padding:0;
	width:auto;
}


#where.main a {border: 0;}

#thumbnails {
	position: absolute;
	top: 355px;
	left: -130px;
	width: 561px;	
}
#thumbnails img {
	float: left;
	border: none;
	outline: none;
}

/* subpage drop downs */

#dropdown_sub {
	z-index: 2;
}

#dropdown_sub:link, #dropdown_sub:visited {
	width: 191px;
	height: 18px;
	background: url(../images/dropdown_sub.jpg) left top;
	font-size: 13px;
	color: #808080;
	line-height: 13px;
	padding: 5px 0 0 10px;
	display: block;
	position: absolute;
	left: 93px;
	top: 98px;
	z-index: 2;
}

#dropdown_sub:hover, #dropdown_sub:active {
	background: url(../images/dropdown_sub.jpg) left bottom;
	color: #cad682;
	z-index: 2;
}

#button_go:link, #button_go:visited {
	width: 26px;
	height: 25px;
	background: url(../images/button_go.jpg) left top;
	display: block;
	position: absolute;
	left: 299px;
	top: 96px;
}

#button_go:hover, #button_go:active {
	background: url(../images/button_go.jpg) left bottom;
}

ul.dropdown {
	background: #fff;
	border: 3px solid #dcedf4;
	display: block;
	width: 180px;
	list-style: none;
	line-height: 11px;
	height: 0;
	overflow: scroll;
	overflow-x: hidden;
	display: none;
	position: absolute;
	left: 100px;
	top: 98px;
	cursor: pointer;
	z-index: 2;
}

ul.dropdown li {
	width: 191px;
	display: block;
	cursor: pointer;
	z-index: 2;
}

ul.dropdown li a:link, ul.dropdown li a:visited {
	color: #808080;
	background-color: #fff;
	width: 191px;
	padding: 10px 0 10px 10px;
	display: block;
	cursor: pointer;
	z-index: 2;
}

ul.dropdown li a:hover, ul.dropdown li a:active {
	color: #fff;
	padding: 10px 0 10px 10px;
	background-color: #cad682;
	width: 191px;
	display: block;
	cursor: pointer;
	z-index: 2;
}

/* recycle page tabs */

ul.tabs {
	font-size: 13px;
	position:absolute;
	top:0;
	left:0;
	height: 29px;
	display: block;
	list-style: none;
	line-height: 13px;
	margin: 0;
	width: auto;
}

ul.tabs li {
	width: 73px;
	height: 29px;
	display:inline-block;
	text-align: center;
	margin: 0;
	display: inline;
	margin-left: 0px;
	}
	
html>body ul.tabs li {
	width: 73px;
	height: 29px;
	display:inline-block;
	text-align: center;
	margin: 0;
	display: inline;
	margin-left: -5px;
	}

ul.tabs li.on {
	display:inline-block;
	width: 90px;
	height: 22px;
	padding-top: 8px;
	text-decoration: none;
	background: url(../images/tabs.jpg) center 0;
	color: #cad682;
	font-size: 15px;
	line-height: 15px;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

/* Tab Additions */

#tabbed{position:absolute; left:47px; top:365px; width:375px; height:150px; padding:0; background:url(../images/callout_recycle.jpg) left 47px no-repeat;
	z-index: 2;
}

html>body #tabbed{position:absolute; left:47px; top:369px; width:375px; height:150px; padding:0; background:url(../images/callout_recycle.jpg) left 47px no-repeat;
	z-index: 2;
}

.fragment{position:absolute; left:85px; top:59px; height: 115px;width: 350px;}

.fragment ul{margin-left:15px; color: #cad682}

.fragment li{margin:5px 0}

.fragment li span {color: #808080}

.fragment p {
	margin-bottom: 7px;
}

.ui-tabs-hide{display:none}

.ui-tabs-nav a{display:inline-block; white-space: nowrap; width:73px; height:23px; color:#c28970; text-decoration:none; line-height:15px; background:url(../images/tabs.jpg) center -35px;  outline:0; text-align: center;}

.ui-tabs-nav a:hover{background:url(../images/tabs.jpg) center -65px}

.ui-tabs-nav .ui-tabs-selected a{display:inline-block; width:90px; height:29px; padding-top:1px; text-decoration:none; z-index:2; margin-top:0; color:#bdce72; font-size:15px; line-height:15px; background:url(../images/tabs.jpg) center 0px;}

.ui-tabs-nav .ui-tabs-selected a:hover{display:inline-block; width:90px; height:29px; padding-top:1px; text-decoration:none; z-index:2; margin-top:0; color:#bdce72; font-size:15px; line-height:15px; background:url(../images/tabs.jpg) center 0px}

.ui-tabs-nav a span{line-height:25px; width: 73px;}

.ui-tabs-nav .ui tabs-selected a span{line-height:25px; width: 90px;}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.popup{position:relative; z-index: 2; display:none; border-collapse:collapse; background:#FFF; background-repeat:no-repeat; padding:10px; top:90px; border:1px ridge #dfdfdf}
#why_pop{top:90px}
#how_pop{top:110px}
#where_pop{top:100px}

#TB_overlay{position:fixed; z-index:100; top:0px; left:0px; height:100%; width:100%}

#PopOver{position:absolute; z-index:100; top:0px; left:0px; height:100%; width:100%;}

.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat}
.TB_overlayBG{background-color:#000; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; width: 100%;}

* html #TB_overlay{/* ie6 hack */     position:fixed; width: 100%;      height:expression(document.body.scrollHeight+'px')}

#TB_window{position:relative; background:#dcedf4 url(../images/tb_bg.jpg) repeat-x center top; z-index:102; color:#000; border:4px solid #525252; text-align:left; margin: 150px auto 0; width:775px; height: 330px;}

* html #TB_window{/* ie6 hack */ position: absolute; top:0; left: 50%; margin-left:-387px;}

#TB_content{height:330px}

#TB_citylist {
	float: left;
	margin: 25px;
	width: 235px;
	margin-bottom: 40px;
}


#TB_citylist ul.dropdown_city {
	background: #fff;
	border: 3px solid #dcedf4;
	display: block;
	list-style: none;
	line-height: 11px;
	overflow: auto;
	height: 255px;
}

#TB_citylist ul.dropdown_city li {
	display: block;
	color: #50A5C6;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}


#TB_citylist p {
	padding-right: 32px;
	color: #808080;
	font-size: 11px;
	line-height: 21px;
}

#TB_citylist em {
	color: #50A5C6;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

#TB_citylist span {
	font-size: 13px;
	line-height: 18px;
}

#TB_map{float:left; margin:25px; border:1px solid #50A5C6; width:225px; height:236px}

#TB_text{float:right; width:450px; margin-top:25px;  display: block;}

#TB_text h1{color:#50A5C6; font-size:18px; font-weight:bold; margin-bottom: 10px;}

#TB_text p{color:#808080; font-size:11px; line-height:21px; margin-right: 10px; margin-bottom: 10px;}

#TB_text em{color:#50A5C6; font-size:13px; font-weight:normal; font-style:normal; line-height:18px}

#TB_text span{font-size:13px; line-height:18px}

#TB_directions:link, #TB_directions:visited{width:163px; height:26px; background:url(../images/tb_drivingdirections.gif) no-repeat left top; display:block; margin-top:10px; float:left}

#TB_ok:link, #TB_ok:visited{width:93px; height:26px; background:url(../images/tb_ok.gif) no-repeat left top; display:block; margin-top:0px; margin-left:10px; float:left}

sub {
	font-size: 11px;
	font-style: italic;
}