/* CSS Document */
/* HOME, body#home */

/* two columns, one hanging over the other's border */
#home div#body_outer_home {
	width: auto; border-left-style: solid; border-right-style: solid; /* main code */
	border-left-width: 518px;  /* left column width (incl. margin + border) */
	border-left-color: #FFF;   /* left column color */
	border-right-width: 9px; /* right column width, just padding */
	border-right-color: #FFF;   /* left column color */
	background-color: #FFF; /* center column color */
}
#home div#body_inner_home {
	margin: 0; width: 100%; /* main code */
}
/* left column, Main area */
#home div#splash_outer {
	float: left; position: relative; z-index: 10; /* main code */
	left:-1px; /* to accommodate 1 pixel border on body_inner */
	width: 518px;              /* left column width (incl. margin + border) */
	margin-left: -518px;       /* _negative_ left column width (incl. margin + border) */
}
#home div#splash {
	margin:8px;
	border:1px solid #918879;
	width:500px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
/* right column, Side tabs */
#home div#side_outer {
	float: left; width: 100%; position: relative; z-index: 16; /* main code */
}
#home div#side_outer div.side {
	position:absolute;
	overflow:hidden;
	border:1px solid #918879;
	background:#FBF2E3 url('/site2/wp-content/themes/tcbc2/images/background_tabs.jpg') repeat-x bottom;
	margin:8px 8px 8px 0;
	height:300px;
	width:100%;
}
#home div#side_outer div#tabs {
	position:absolute;
	z-index:30;
	margin:8px 8px 0 0; /* to match top and right of div.side */
	line-height:1em;
	height:1em;
	top:-1em; left:0;
	margin-left:.35em;
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
}
#home div#tabs div.tab { 
	position:relative;
	top:-5px; /* to compensate for border and padding of anchor (below) */
	float:left;
	margin:0 0 0 .3em;
	background:#FBF2E3;
	border:1px solid #918879;
}
#home div#tabs div.tab div.tab_l_corner {
	background:#FBF2E3;
	position:absolute;
	width:1px; height:1px;
	top:-1px; left:-1px;
}
#home div#tabs div.tab div.tab_r_corner { 
	background:#FBF2E3;
	position:absolute;
	width:1px; height:1px;
	top:-1px; right:-1px;
}
#home div#tabs div.tab a {
	display:block;
	padding:3px 7px 1px 7px;
	text-decoration:none;
}
#home div#tabs div.tab a:hover {
	padding-top:1px;
	border-top:2px solid #FFCC33;
}
#home div#tabs div#tab_whats_new.tab {
	z-index:32; /* display this div.tab first and above div.side */
	border-bottom-color:#FBF2E3; /* same color as div.side background */
}
#home div#tabs div#tab_vision_mission.tab {
	z-index:31; /* use cookies to make this display upon first visit? */
	border-bottom-color:#918879;
}
#home div#whats_new.side {
	z-index:22; /* display this div.side first and under div.tab */
}
#home div#vision_mission.side {
	z-index:21; /* use cookies to make this display upon first visit? */
}
#home div.side_content {
	padding:15px;
	font-size:8pt;
}
#home div.side_content h4 { /* title */
	font-size:1.2em;
	margin:.5em 0;
}
#home div.side_content h5 { /* date, author */
	font-family:Verdana;
	text-transform:uppercase;
	color:#666666;
	font-size:90%;
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
}

/* HOME, Highlights */
#home div#highlights { width: 100%; position: relative; z-index: 15; /* main code */ }
#home div#highlights_header {
	border-top:1px solid #918879;
	border-bottom:1px solid #918879;
	background:#C0AC91 url('/site2/wp-content/themes/tcbc2/images/background_nav_global.jpg') repeat 50%; /* 50% to help IE display right */
	padding:3px;
	font-family:Georgia, serif;
	font-weight:bold;
}
#home div#buckets {
	position:relative;
	width:100%;
	height:250px; /* temp */
}
#home div.bucket {
	float:left;
	position:relative;
	height:100%;
	width:20%;
	border-left:1px solid #918879;
}
#home div.bucket:first-child, #home div#highlights_resources {
	border-left:0px none;
	width:19%;
}

#home table#buckets {
	border-collapse:collapse;
	margin:0;
}
#home table#buckets td {
	width:20%;
	border-left:1px solid #918879;
	text-align:left;
	padding:.3em;
	font-family:Arial, sans-serif;
	font-size:8pt;
	vertical-align:top;
}
#home table#buckets td.first_child {
	border-left:0px none;
}

#home table#buckets .bucket img {
	display:block;
	margin:5px;
}
#home table#buckets .bucket_content {
	margin:0 5px 5px 5px;
}
#home table#buckets .bucket_content h3 {
	font-size:150%;
	margin:.1em 0 .5em;
	line-height:1em;
}
#home #buckets #highlights_audio {  }
#home #buckets #highlights_resources { }
#home #buckets #highlights_blog {	 }
#home #buckets #highlights_conferences {  }
#home #buckets #highlights_conferences div.bucket_content img { /* display:none; */ } /* not enough room to display images on home */
#home #buckets #highlights_store {  }

/* END HOME */

