/* Global Styles */

/* basic elements */

html {              
  margin: 0;
  padding: 0;
}

body { 
  font: 75% verdana, sans-serif;
  line-height: 1.88889;
  color: #000; 
/*  background: #fff url(/001/blossoms.jpg) no-repeat bottom right; */
  margin: 0; 
  padding: 0;
}

p { 
  margin-top: 0; 
  text-align: justify;
}

p img { 
  margin: 8px;
}

img { 
  border: 0px;
}

h1, h2, h3 { 
  font: normal;
  font-size: 110%;
  letter-spacing: 1px; 
  margin: 0px;
  color: #666;
}

a { 
  text-decoration: none; 
  color: rgb(46, 90, 40);
}

a:link { 
  text-decoration: none; 
  color: rgb(46, 90, 40);
}

a:visited { 
  text-decoration: none; 
  color: rgb(46, 90, 40);
}

a:hover, a:active { 
  text-decoration: underline; 
  color: rgb(46, 90, 40);
}

ul {  
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.hidden {
  visibility: hidden;
}

/* General Layout */
div#top_bar_container { 

}

div#search_box { 
  position: absolute;
  top: 40px;
  right: 10px;
}

span.logo { 
  background: url(/static/images/headings/falling_tree_text.jpg) no-repeat;
  display: block;
  width: 233px;
  height: 69px;
  margin: 0px;
}

span.logo p { 
  display: none;
}

div#container { 
  position: relative;
  width: 980px;
  margin: 30px auto;
  padding-top: 14px;
  background: url(/static/images/headings/falling_tree_logo_small.png) no-repeat top left;
}

div#no_wrapper_container { 
  position: relative;
  width: 90%;
  margin: 10px auto;
}

div#padding_container { 
  margin-left: 76px;
}

div#main_container { 
  position: relative;
  margin: 10px 0px;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding: 10px 0px;
  font-size: 95%;
}

div.default_left { 
  width: 100%;
  height: 286px;
  background: url(/static/images/headings/falling_tree_words_grey.png) no-repeat left top;
}

#main_table { 
  width: 100%;
}

div#main_container td.content_box { 
  background: #eeeeee;
  padding: 15px 5px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

div#main_container td#left_content { 
  width: 20%;
}

#left_content ul li { 
  border: none;
  margin: 0px;
  font-size: 90%;
}

div#main_container td#right_content { 
  text-align: center;
 width: 30%;
}

div#main_container td#main_content { 
  border-left: 10px solid white;  
  border-right: 10px solid white;  
  width: 50%;
}

div#contact {    
  color: #333;
}

div#contact ul {  
  list-style: none;
}

div#contact ul li {  
  display: inline;
  background: transparent url(/static/images/icons/separator.gif) no-repeat scroll right center;
  padding: 0px 7px;
}

div#contact ul li.last {  
  border-right: none;
}

div#top_navigation {  
  position: relative;
  z-index: 10;
}

div#top_navigation a { 
  font-weight: bold;
}

div#top_navigation ul a { 
  font-weight: normal;
  color: rgb(74, 114, 65);
}

div#top_navigation a:link { 
  color: rgb(74, 114, 65);
}

div#top_navigation a:visited { 
  color: rgb(74, 114, 65);
}

div#top_navigation a:hover, div#top_navigation div.selected a { 
  text-decoration: underline; 
  color: rgb(74, 114, 65);
}

div#top_navigation a {  
  display: inline;
  margin-left: 5px;
  padding-right: 10px;
  background: url(/static/images/icons/separator.gif) no-repeat right;
  position: relative;
}

div#top_navigation a.last {  
  background: none;
}


div#footer {  
  margin-top: 10px;
  text-align: right;
  color: #999;
  font-size: 80%;
}

div#border_left { 
  background: url(/static/images/headings/falling_tree_words.png) no-repeat bottom left;
}

div.border div { 
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* about page styles */
.pages_about { 
  min-height: 200px;
}

.pages_about p { 
  
}

.pages_about p img { 
  float: right;
  margin: 4px 4px 4px 20px;
}

img.item_image { 
  width: 100px;
  float: left;
}

/* awards styles */
.awards_home li { 
  margin-bottom: 30px;
}

.awards_home img.awards_image { 
  float: left;
  margin: 4px 4px 0px 0px;
}

/* news items styles */
.news ul {
  margin-top: 10px;
}


/* production team styles */
.production_team .item_body {
  min-height: 100px;
}

.production_team p img {
  float: right;
  width: 100px;
}


/* in production styles */
.in_production ul {
  margin-top: 10px;
}



/* in production styles */
.broadcast_history ul {
  margin-top: 10px;
}

.broadcast_history ul li p {
  min-height: 100px;
}

/* slideshow */
ul.dynamic_slideshow { 
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

ul.dynamic_slideshow li { 
  position: absolute;
  top: 0px;
  left: 0px;
}

#audio { 
  width: 200px;
  margin: 0px auto;
}


/* search */
div.search form { 
  margin-top: 20px;
}