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

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px solid red;
}
html, body {    
   height: 100%;
   font: 12px/170% 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
   background: #eae5dd url(images/) center top repeat-x;
   color: #313131;
}

 ::-moz-selection {
  	color:#79A325;
 }
 
 ::selection {
	color:#79A325;
}

/* links */
a, a:visited {	
	color: #207d4d;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #207d4d;	
}
h1 {
	font-size: 2.9em;
	color: #207d4d;	
}
h2 {
	font-size: 2.5em;
	color: #978764;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 0px 10px 12px 10px;	}

/* Lists */
ul, ol {
	margin: 0px 0px 20px 30px;
	padding: 0px;	
}
ul { 
	list-style-image: url(images/list_bullet.gif);
}

li {
	margin: 0px 0px 3px 20px;
}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #207d4d;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}



/*--------------------------------------------------------------------------------------------------
-------------------------------------------- SITE LAYOUT -------------------------------------------
----------------------------------------------------------------------------------------------------*/


#container {
   min-height: 100%;
   margin-bottom: -200px;
   position: relative;
}

#header {
	overflow: hidden;
	width: 100%;
	background: #D7CCBB url(images/nav_background.gif) bottom repeat-x;
}

#header-inner {
	overflow: hidden;
	position: relative;
	width: 940px;
	height: 142px;
	margin: 0 auto;
	background: transparent url(images/) center repeat-x;
}


#content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#content-inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px 30px 0px;
}

#footer {
   height: 200px;
   position: relative;
   background: #D6CCBB url(images/recycle_background.gif);
}

#footer-inner {
	width: 940px;
	height: 180px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

.clearfooter {
   height: 200px;
   clear: both;
}

#logo {
	float: left;
	width: 575px;
	height: 77px;
	background: transparent url(images/shred-safe.png) no-repeat;
	margin: 10px 0px 15px 0px;
}

#slogan {
	width: 250px;
	height: 50px;
	top: 20px;
	left: 0px;
}


/*--------------------------------------------------------------------------------------------------
-------------------------------------------- NAV ---------------------------------------------------
----------------------------------------------------------------------------------------------------*/
#nav {
	clear: both;
	overflow: hidden;
	width: 940px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#nav ul {
	overflow: hidden;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: 235px;
	text-align: center;
}

#nav ul li a, #nav ul li a:visited {
	display: block;
	line-height: 40px;
	color: #fff;
	background: #D7CCBB url(images/nav_arrows.gif) no-repeat;
}

#nav ul li a:hover {
	color: #a3ec48;
	text-decoration: none;
}


#header-show-info {
	position: absolute;
	width: 341px;
	height: 27px;
	top: 0px;
	right: 0px;
	text-align: right;
}


/*--------------------------------------------------------------------------------------------------
-------------------------------------------- CLASSES & ELEMENTS ------------------------------------
----------------------------------------------------------------------------------------------------*/

.one-third {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.two-thirds {
	width: 620px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.half {
	width: 450px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.margin-right {
	float: left;
	margin-right: 20px;
}

.margin-left {
	float: right;
	margin-left: 20px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.inline-block {
	display: inline-block;
}



/*--------------------------------------------------------------------------------------------------
-------------------------------------------- HOME ---------------------------------------------------
----------------------------------------------------------------------------------------------------*/

#home-header-img {
	width: 940px;
	height: 300px;
	background: #ffffff url(images/TGIG_main_header.jpg) no-repeat;
	margin: 0px 0px 30px 0px;
}


#intros h1 {
	font-size: 72px;
	line-height: 83px;
	letter-spacing: -2px;
	color: #ccf792;
}

#intros p {
	color: #fff;
}

#home-header {
	overflow: hidden;
	background: #deffff url(images/header_background.gif) bottom repeat-x;
	padding-bottom: 30px;
}

#home-header-inner {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

#home-header-inner a:hover {
	color: #fff;
}

#header-show-info {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: -1.5px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #978764;
}

#header-show-info label {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
}


#agenda-table {
	width: 600px;
	text-align: left;
}

#agenda-table tr td img {
	float: right;
	vertical-align: middle;
}

#agenda-table tr td {
	width: 205px;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #ccc;
}

#agenda-table tr td.time {
	width: 150px;
}

/*--------------------------------------------------------------------------------------------------
-------------------------------------------- FOOTER ------------------------------------------------
----------------------------------------------------------------------------------------------------*/

#footer {
	color: #978764;
}

#footer p {
	clear: both;
	font: 12px/20px "Arial";
	color: #978764;
	padding: 0px;
}

#footer h3 {
	color: #978764;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul {
	list-style: none;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul li {
	float: left;
	list-style-image: none;
	margin: 0px 10px 0px 0px;
}

#footer ul li a {
	font: 12px "Arial";
}

#footer ul li a:hover {
	color: ;
}

#sponsors {
	margin: 0px 0px 25px 0px;
}

#sponsors img {
	vertical-align: middle;
}


.pads {padding-bottom: 66px;}


<!—[if lt IE 7]>
   <link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]—>