*
{
	padding: 0;
	margin: 0;
	border: none;
}

body
{
	background: #34221a url("../../backgrounds/body.png") top center no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
}

a
{
	text-decoration: none;
	color: white;
	text-decoration: underline;
}

p
{
	margin: 5px 0;
}

#tl_container
{
	width: 940px;
	margin: 0 auto;
}

#tl_skipnav
{
	display: none;
}

#tl_header
{
	background: url("../../backgrounds/header.png") 0 0 no-repeat;
	height: 220px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	margin-bottom: 12px;
}

#tl_header h1 a
{
	background: url("../../logos/tl.png") 0 0 no-repeat;
	width: 210px;
	height: 158px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 16px;
	bottom: 33px;
}

#tl_header p
{
	position: absolute;
	left: 240px;
	top: 170px;
	font-weight: bold;
	margin-right: 20px;
}

#tl_header_nav
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#tl_header_nav .tl_bg
{
	background-color: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	opacity: 0.2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#tl_header_nav ul
{
	color: #b0cf38;
	list-style-type: none;
	padding: 10px;
	position: relative;
}

#tl_header_nav li
{
	display: inline;
}

#tl_header_nav li:after
{
	content: " | ";
}

#tl_header_nav li:last-child:after
{
	content: "";
}

#tl_header_nav li a
{
	color: #b0cf38;
	font-weight: bold;
	text-decoration: none;
}

#tl_nav
{
	background: url("../../patterns/nav.png") 0 0 repeat-x;
	height: 50px;
	margin-bottom: 12px;
	border: 1px #c8c1ad solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	list-style-type: none;
}

#tl_nav li
{
	float: left;
}

#tl_nav li a
{
	color: #705e54;
	display: block;
	margin: 11px 12px 0 12px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 11px;
	text-decoration: none;
}

#tl_nav li.tl_active a,
#tl_nav li a:hover
{
	padding: 5px 10px;
	border-top: 1px #a99f89 solid;
	border-right: 1px #bbb3a0 solid;
	border-bottom: 1px #bbb3a0 solid;
	border-left: 1px #bbb3a0 solid;
	background-color: #aaa08a;
	color: #4b382f;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
}

#tl_body h2
{
	display: none;
}

#tl_main,
#tl_sidebar
{
	margin-bottom: 0px;
}

#tl_main
{
	width: 620px;
	float: left;
}

#tl_welcome object
{
	margin: 5px 0 20px 0;
	display: block;
}

#tl_welcome ul
{
	padding-left: 50px;
}

#tl_calculator h3
{
	background: url("../../icons/calculator.png") 0 0 no-repeat;
	padding-left: 36px;
}

#tl_sidebar
{
	width: 310px;
	float: right;
}

#tl_contest h3
{
	background: url("../../icons/contest.png") 0 0 no-repeat;
	padding-left: 36px;
}

#tl_challenge
{
	/*padding-bottom: 120px;*/
}

#tl_sidebar #tl_challenge h3
{
	background: url("../../icons/40.png") 0 0 no-repeat;
	padding-left: 36px;
}

#tl_sidebar #tl_challenge .tl_bg
{
	background-image: url("../../backgrounds/40.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#tl_sidebar #tl_challenge .tl_button
{
	margin-top: 150px;
}

#tl_footer
{
	clear: both;
	height: 202px;
	padding: 35px;
	background: url("../../backgrounds/footer.png") 0 0 repeat;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

#tl_footer,
#tl_footer a
{
	color: #48402f;
	text-decoration: none;
}

#tl_footer_nav
{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#tl_footer_nav li
{
	margin-bottom: 8px;
}

#tl_meta
{
	width: 410px;
	position: absolute;
	top: 35px;
	right: 35px;
}

#tl_meta ul
{
	list-style-type: none;
}

#tl_meta ul li
{
	display: inline-block;
	margin-right: 2px;
}

#tl_meta ul li a
{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#tl_meta_tig
{
	margin-bottom: 15px;
}

#tl_meta_tig a
{
	width: 158px;
	height: 31px;
	background: url("../../logos/tig.png") 0 0 no-repeat;
}

#tl_meta_staples a
{
	width: 92px;
	height: 47px;
	background: url("../../logos/staples.png") 0 0 no-repeat;
}

#tl_meta_staples_foundation a
{
	width: 125px;
	height: 75px;
	background: url("../../logos/staplesfoundation.png") 0 0 no-repeat;
}

#tl_meta_pci
{
	margin: 15px 0;
}

#tl_meta_pci a
{
	width: 55px;
	height: 69px;
	background: url("../../logos/pci.png") 0 0 no-repeat;
}

#tl_meta_dream a
{
	width: 69px;
	height: 69px;
	background: url("../../logos/dream.png") 0 0 no-repeat;
}

#tl_meta_esteam a
{
	width: 121px;
	height: 36px;
	background: url("../../logos/esteam.png") 0 0 no-repeat;
}

#tl_meta_behold a
{
	width: 270px;
	height: 23px;
	background: url("../../logos/behold.png") 0 0 no-repeat;
}

.tl_module
{
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.tl_module h3
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	line-height: 32px;
}

.tl_module h4,
.tl_module h5,
.tl_module h5 a
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #accb3b;
	margin-bottom: 5px;
}

.tl_module h5
{
	font-size: 18px;
}

.tl_module p
{
	line-height: 16px;
}

.tl_module .tl_bg
{
	background-color: #8e7d71;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#tl_main .tl_module h3
{
	color: #ef8b46;
}

#tl_sidebar .tl_module h3
{
	color: #4b382f;
}

#tl_main .tl_module
{
	padding: 10px 23px;
}

#tl_main .tl_module .tl_bg
{
	opacity: 0.3;
}

.tl_button
{
	text-align: right;
	margin-top: 15px;
}

.tl_button a,
.tl_button span,
button.tl_button
{
	background: url("../../patterns/button.png") 0 0 repeat-x;
	height: 27px;
	line-height: 27px;
	padding: 6px 15px;
	color: white;
	border: 1px #708841 solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
}

button.tl_button
{
	height: auto;
	padding: 4px 15px;
}

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

.tl_button a:active
{
	background-position: 0 -27px !important;
	color: #fafafa;
}

#tl_calculator .tl_button a
{
	background: url("../../patterns/button_bright.png") 0 0 repeat-x;
	border: 1px #0b9d84 solid;
}

.tl_image
{
	display: inline-block;
	background-color: #bbb3a0;
	border: 10px #bbb3a0 solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tl_image span
{
	width: 255px;
	height: 192px;
	display: block;
	background: url("../../patterns/image.png") 0 0 repeat-x;
	border: 1px #c3bcab solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
}

.tl_image span img
{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#tl_getinvolved_schools,
#tl_getinvolved_individuals
{
	width: 277px;
}

#tl_getinvolved_schools
{
	float: left;
}

#tl_getinvolved_individuals
{
	float: right;
}

.tl_clear
{
	height: 0;
	line-height: 0;
	clear: both;
}

.tl_number
{
	display: block;
	width: 29px;
	height: 29px;
	background: url("../../backgrounds/number.png") 0 0 no-repeat;
	text-align: center;
	color: #176e2b;
	line-height: 27px;
	font-size: 18px;
	font-weight: bold;
}

ol.tl_ol
{
	list-style-type: none;
}

ol.tl_ol > li
{
	clear: left;
	margin: 10px 0;
}

.tl_ol .tl_number
{
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

.tl_ol h5
{
	margin-left: 39px;
	line-height: 18px;
	padding-top: 5px;
}

.tl_ol *
{
	margin-left: 39px;
}

.tl_ol p *,
.tl_ol h5 *
{
	margin-left: 0;
}

#tl_getinvolved p.tl_image
{
	margin-left: 0;
}

#tl_who
{
	color: #4b382f;
}

#tl_who h3
{
	background: url("../../icons/who.png") 0 0 no-repeat;
	padding-left: 36px;
}

#tl_who p
{
	margin: 10px 0;
}

#tl_who ul
{
	list-style-type: none;
	margin-bottom: 30px;
}

#tl_who ul li
{
	margin: 20px 0;
}

#tl_who ul li p
{
	margin: 0;
}

#tl_who ul li a
{
	display: block;
	width: 100%;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #4b382f;
	font-weight: bold;
}

#tl_who #tl_meta_tig a
{
	padding-top: 48px;
	background: url("../../logos/tig_white.png") 0 0 no-repeat;
}

#tl_who #tl_meta_tiged a
{
	padding-top: 75px;
	background: url("../../logos/tiged.png") 0 0 no-repeat;
}

#tl_who #tl_meta_staples a
{
	padding-top: 57px;
}

#tl_who #tl_meta_staples_foundation a
{
	padding-top: 85px;
	background: url("../../logos/staplesfoundation.png") 0 0 no-repeat;
}

#tl_who #tl_meta_pci a
{
	padding-top: 84px;
	background: url("../../logos/pci_white.png") 0 0 no-repeat;
}

#tl_who #tl_meta_dream a
{
	padding-top: 84px;
}

#tl_who #tl_meta_behold a
{
	padding-top: 35px;
}

#tl_who #tl_meta_esteam a
{
	padding-top: 51px;
}

#tl_main #tl_faqs h3
{
	color: white;
	padding-left: 36px;
	background: url("../../icons/faq.png") 0 0 no-repeat;
}

#tl_aboutus .tl_image,
#tl_challenge .tl_image
{
	float: left;
	margin-right: 20px;
}

#tl_aboutus .tl_image span,
#tl_challenge .tl_image span
{
	width: 132px;
	height: 132px;
	background: url("../../patterns/image_small.png") 0 0 repeat-x;
}

#tl_faqs
{
	clear: both;
	padding-top: 25px;
}

.tl_faq h4 a
{
	color: white;
	background-color: #34221a;
	background-image: url("../../widgets/expandable.png");
	background-position: 13px 0;
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	font-size: 13px;
	padding: 0 33px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.tl_expanded h4 a
{
	background-position: 13px -30px;
}

.tl_faq dl
{
	line-height: 18px;
	margin: 15px 15px 0 35px;
}

.tl_faq dl dt
{
	background: url("../../widgets/bullet.png") 0 4px no-repeat;
}

.tl_faq dl dt
{
	color: white;
	font-weight: bold;
}

.tl_faq dl dt,
.tl_faq dl dd
{
	padding-left: 15px;
}

.tl_faq dl dd
{
	margin: 10px 0;
}

#tl_challenge_whatis
{
	margin-left: 174px;
}

#tl_challenge_whatnow
{
	padding-top: 20px;
	padding-left: 35px;
	clear: left;
}

#tl_challenge_whatnow h4
{
	background: url("../../icons/faq.png") 0 0 no-repeat;
	padding-left: 35px;
	margin-left: -40px;
	line-height: 32px;
}

#tl_challenge ol li ul
{
	list-style-type: none;
	margin-left: 0;
}

#tl_challenge ol li ul li
{
	margin: 10px 0;
}

#tl_challenge ol li ul li a
{
	font-weight: bold;
	font-size: 14px;
	background-image: url("../../icons/challenges.png");
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	padding-top: 12px;
	padding-left: 60px;
	text-decoration: underline;
}

#tl_challenge ol li ul li ul li
{
	margin-left: 60px;
}

#tl_challenge ol li ul li ul li {
	margin-top: 0;
}

#tl_challenge ol li ul li ul li a
{
	background-image: none;
	height: auto;
	padding-top: 0;
	font-weight: normal;
	display: block;
	padding-left: 0px;
	font-size: 12px;
}

#tl_challenge_energy a
{
	color: #ffcc1b;
	background-position: 0 0;
}

#tl_challenge_citizenship a
{
	color: #b5e051;
	background-position: 0 -50px;
}

#tl_challenge_water a
{
	color: #21d0ed;
	background-position: 0 -100px;
}

#tl_challenge_food a
{
	color: #f8962f;
	background-position: 0 -150px;
}

#tl_challenge_transport a
{
	color: white; /*#854e33;*/
	background-position: 0 -200px;
}

#tl_challenge_resources a
{
	color: #83b263;
	background-position: 0 -250px;
}

#tl_challenge_consumption a
{
	color: #da2a30;
	background-position: 0 -300px;
}

#tl_challenge_home a
{
	color: #b798d4;
	background-position: 0 -350px;
}

#tl_resources h3
{
	background: url("../../icons/resources.png") 0 0 no-repeat;
	padding-left: 36px;
}

#tl_downloads h3
{
	background: url("../../icons/downloads.png") 0 0 no-repeat;
	padding-left: 36px;
}

ul.tl_ul
{
	list-style-type: none;
}

ul.tl_ul li
{
	background: url("../../widgets/bullet_brown.png") 0 1px no-repeat;
	padding-left: 12px;
	margin: 5px 0;
}

ul.tl_ul li a
{
	color: #4b382f;
}

a:hover
{
	text-decoration: underline;
}



