@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #666666;
	background-image: url(../pics/page-back.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2A2A2A;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #2A2A2A;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 122px;
} 
#header #header-left {
	height: 122px;
	width: 181px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #header-mid {
	height: 122px;
	position: absolute;
	left: 252px;
	top: 0px;
	background-image: url(../pics/tt-logo.gif);
	width: 633px;
}
#header #header-right {
	height: 122px;
	position: absolute;
	left: 900px;
	top: 0px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px; /* padding keeps the content of the div away from the edges */
	background-color: #2A2A2A;
}
#sidebar1 #ad-sense-left {
	background-image: url(../pics/sidebar1-back.gif);
	background-repeat: repeat-y;
}

#sidebar1 #sidebar1-mid {
	margin-left: 16px;
	margin-right: 30px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 167px; /* padding keeps the content of the div away from the edges */
	background-color: #2A2A2A;
}
#sidebar2 #ad-sense-right {
	padding-left: 30px;
}
#sidebar2 #sidebar2-mid {
	margin-right: 15px;
	margin-left: 17px;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 167px;
} 
#mainContent #sub-sections-top {
	position: relative;
	height: 167px;
}
#sub-sections-top #st-left {
	background-image: url(../pics/documentary-top.jpg);
	position: absolute;
	height: 167px;
	width: 179px;
	left: 12px;
	top: 0px;
}
#sub-sections-top #st-mid {
	background-image: url(../pics/exp-top.jpg);
	position: absolute;
	height: 167px;
	width: 179px;
	left: 210px;
	top: 0px;
}
#sub-sections-top #st-right {
	background-image: url(../pics/tea-top.jpg);
	height: 167px;
	width: 179px;
	left: 408px;
	top: 0px;
	position: absolute;
}
#sub-sections-top #st-rightright {
	background-image: url(../pics/education-top.jpg);
	height: 167px;
	width: 179px;
	left: 606px;
	top: 0px;
	position: absolute;
}
#mainContent #sub-sections-mid {
	position: relative;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
}
#sub-sections-mid #sm-left {
	background-image: url(../pics/documentary-mid.jpg);
	position: absolute;
	height: 31px;
	width: 179px;
	left: 12px;
	top: 0px;
	text-align: center;
}
#sub-sections-mid #sm-mid {
	background-image: url(../pics/exp-mid.jpg);
	position: absolute;
	height: 31px;
	width: 179px;
	left: 210px;
	top: 0px;
	text-align: center;
}
#sub-sections-mid #sm-right {
	background-image: url(../pics/tea-mid.jpg);
	height: 31px;
	width: 179px;
	left: 408px;
	top: 0px;
	position: absolute;
	text-align: center;
}
#sub-sections-mid #sm-rightright {
	background-image: url(../pics/education-mid.jpg);
	height: 31px;
	width: 179px;
	left: 606px;
	top: 0px;
	position: absolute;
	text-align: center;
}
#mainContent #sub-sections-bottom {
	position: relative;
	height: 149px;
}
#sub-sections-bottom #sb-left {
	background-image: url(../pics/documentary-bottom.jpg);
	position: absolute;
	height: 149px;
	width: 179px;
	left: 12px;
	top: 0px;
}
#sub-sections-bottom #sb-mid {
	background-image: url(../pics/exp-bottom.jpg);
	position: absolute;
	height: 149px;
	width: 179px;
	left: 210px;
	top: 0px;
}
#sub-sections-bottom #sb-right {
	background-image: url(../pics/tea-bottom.jpg);
	height: 149px;
	width: 179px;
	left: 408px;
	top: 0px;
	position: absolute;
}
#sub-sections-bottom #sb-rightright {
	background-image: url(../pics/education-bottom.jpg);
	height: 149px;
	width: 179px;
	left: 606px;
	top: 0px;
	position: absolute;
}
#mainContent #t-bar {
	text-align: center;
	height: 12px;
	margin-top: 10px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2A2A2A;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.thrColFixHdr #footer p a {
	color: #8DCA3F;
	text-decoration: none;
}
.thrColFixHdr #footer p a:hover {
	color: #FF00FF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #sub-sections-mid a {
	position: relative;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
	text-decoration: none;
}
#mainContent #left-content {
	display: block;
	float: left;
	width: 320px;
	margin-left: 10px;
}
#mainContent #right-content {
	margin-left: 340px;
	margin-right: 25px;
	line-height: 18px;
}
#mainContent #right-content h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 4px;
}
#sidebar2 #document-menu {
	text-align: center;
	width: 165px;
}
#sidebar2 #document-menu ul {
	list-style-position: outside;
	list-style-type: none;
}
#sidebar2 #document-menu ul li a {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../pics/button-pink.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
}
#sidebar2 #document-menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../pics/button-pink2.gif);
	background-repeat: no-repeat;
}
#sidebar2 #expedition-menu {
	text-align: center;
	width: 165px;
}
#mainContent #contentarea {
	padding: 20px;
	font-size: 11px;
	line-height: 18px;
}

#sidebar2 #expedition-menu ul {
	list-style-position: outside;
	list-style-type: none;
}
#sidebar2 #expedition-menu ul li a {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../pics/button-blue.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #CCFFFF;
	text-align: center;
	padding: 0px;
}
#sidebar2 #expedition-menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../pics/button-blue2.gif);
	background-repeat: no-repeat;
}
#sidebar2 #tea-menu {
	text-align: center;
	width: 165px;
}
#sidebar2 #tea-menu ul {
	list-style-position: outside;
	list-style-type: none;
}
#sidebar2 #tea-menu ul li a {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../pics/button-yellow.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
}
#sidebar2 #tea-menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../pics/button-yellow2.gif);
	background-repeat: no-repeat;
}


#sidebar2 #education-menu {
	text-align: center;
	width: 165px;
}
#sidebar2 #education-menu ul {
	list-style-position: outside;
	list-style-type: none;
}
#sidebar2 #education-menu ul li a {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../pics/button-green.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 0px;
}
#sidebar2 #education-menu ul li a:hover {
	color: #000;
	background-image: url(../pics/button-green2.gif);
	background-repeat: no-repeat;
}









.thrColFixHdr #container #mainContent h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6EA31F;
	text-decoration: none;
}
.ranking {
	width: 100px;
	text-align: right;
	float: right;
	margin-right: 10px;
}
#mainContent #contentarea h4 {
	font-size: 12px;
	font-weight: bold;
	color: #528EFE;
}
#mainContent #sub2-sections-mid {
	position: relative;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
}
#mainContent #sub2-sections-mid a {
	position: relative;
	height: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
	text-decoration: none;
}
#sub2-sections-mid #sm-left {
	background-image: url(../pics/b-filmcourse.gif);
	position: absolute;
	height: 38px;
	width: 179px;
	left: 12px;
	top: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
#sub2-sections-mid #sm-mid {
	background-image: url(../pics/b-blog-entry.gif);
	position: absolute;
	height: 38px;
	width: 179px;
	left: 210px;
	top: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
#sub2-sections-mid #sm-right {
	background-image: url(../pics/b-buy-tea.gif);
	height: 38px;
	width: 179px;
	left: 408px;
	top: 0px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
}
#sub2-sections-mid #sm-rightright {
	background-image: url(../pics/b-education.gif);
	height: 38px;
	width: 179px;
	left: 606px;
	top: 0px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
}
#mainContent .mainlink {
	text-decoration: none;
	color: #4B8A15;
}
.thrColFixHdr #container #mainContent #accept {
	background-color: #2A2A2A;
	height: 160px;
	width: 300px;
	border: 1px solid #AEFE34;
	overflow: auto;
	position: absolute;
	z-index: 1000;
	left: 171px;
	top: 138px;
	padding: 12px;
	visibility: hidden;
}
.thrColFixHdr #container #mainContent #accept a {
	color: #AEFE34;
	text-decoration: none;
	line-height: 18px;
}
