@charset "UTF-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:.9em;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 281px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 291px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#submainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 
.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: 8px;
}
.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;
}

a:link,
a:visited
{
color:#99cccc;
}

a:hover
{
color:#FF6600;
}


#header{
padding-right:20px;
margin:3px 0px;
}

#header a:link,
#header a:visited
{
color:#FFFFFF;
text-decoration:none;
}

#header a:hover
{
color:#FF6600;
}



#navbar {
display:block;
/* position : absolute; */
width:770px;
margin: 0 40px 10px 40px;
}

#navbar ul,
#navbar ul li {
height: 43px;
list-style-type: none;
margin: 0;
margin-right: 25px;
padding: 0;
}

#navbar ul li.last{
margin:0px;
}

#navbar li {
display: inline;
float: left;
}

li span{ display:none;}

#nav_watch {display:block; background:url(../images/structure/nav_watch_trailer.png) 0px 0px no-repeat; height:43px; width:121px;}
#nav_watch a:link,#nav_watch a:visited { display:block;background:url(../images/structure/nav_watch_trailer.png) 0px 0px; height:43px; width:121px;}
#nav_watch a:hover { display:block;background:url(../images/structure/nav_watch_trailer_hover.png) 0px 0px; height:43px; width:121px; }

#nav_buy {display:block; background:url(../images/structure/nav_buy_the_dvd.png) 0px 0px no-repeat; height:43px; width:87px;}
#nav_buy a:link,
#nav_buy a:visited { display:block;background:url(../images/structure/nav_buy_the_dvd.png) 0px 0px; height:43px; width:87px;}
#nav_buy a:hover { display:block;background:url(../images/structure/nav_buy_the_dvd_hover.png) 0px 0px; height:43px; width:87px; }

#nav_news {display:block; background:url(../images/structure/nav_in_the_news.png) 0px 0px no-repeat; height:43px; width:93px;}
#nav_news a:link,
#nav_news a:visited { display:block;background:url(../images/structure/nav_in_the_news.png) 0px 0px; height:43px; width:93px;}
#nav_news a:hover { display:block;background:url(../images/structure/nav_in_the_news_hover.png) 0px 0px; height:43px; width:93px; }

#nav_discuss {display:block; background:url(../images/structure/nav_discuss.png) 0px 0px no-repeat; height:43px; width:129px;}
#nav_discuss a:link,
#nav_discuss a:visited { display:block;background:url(../images/structure/nav_discuss.png) 0px 0px; height:43px; width:129px;}
#nav_discuss a:hover { display:block;background:url(../images/structure/nav_discuss_hover.png) 0px 0px; height:43px; width:129px; }

#nav_guide {display:block; background:url(../images/structure/nav_toolkit.png) 0px 0px no-repeat; height:43px; width:161px;}
#nav_guide a:link,
#nav_guide a:visited { display:block;background:url(../images/structure/nav_toolkit.png) 0px 0px; height:43px; width:161px;}
#nav_guide a:hover { display:block;background:url(../images/structure/nav_toolkit_hover.png) 0px 0px; height:43px; width:161px; }


h1.hidden,
h1.hidden span,
h3.hidden span{
display:none;
}

#header{
text-align:right;
}

#banner{
background-color:#000;
height:295px;
text-align: center;
}

#banner_sub{
height:88px;
text-align: center;
}


.header_watch{
background:transparent url(../images/home/header_watch_PPTV.png) no-repeat scroll 0%;
height:53px;
}

.header_story{
background:transparent url(../images/home/header_the_story_continues.jpg) no-repeat scroll 0%;
height:74px;
}

.header_news{
background:transparent url(../images/home/header_more_news.jpg) no-repeat scroll 0%;
height:47px;
}

.header_tribal_resources{
background:transparent url(../images/home/header_tribal_resources.jpg) no-repeat scroll 0%;
height:74px;
}

.header_news_and_notes{
background:transparent url(../images/home/news_and_notes.jpg) no-repeat scroll 0%;
height:74px;
}


.header_links{
background:transparent url(../images/home/header_important_links.jpg) no-repeat scroll 0%;
height:46px;
}

.header_explore{
background:transparent url(../images/home/header_explore_the_issues.png) no-repeat scroll 0%;
height:48px;
}

.module{
border: #666666 solid 2px;
padding: 10px;
margin-bottom:20px;
}

.alert ul {
list-style-type: none;
padding: 0em;
margin: 0em;
}

.sidebar_text{
font-size:11px;
margin:6px;
line-height:14px;
text-align:left;
}

.sidebar_text ul li{
margin-bottom:10px;
}

.alert{
margin-top:25px;
}

.alert li {
text-align:left;
background-image: url(../images/structure/icon_alert.png);
background-repeat: no-repeat;
padding-left: 1em;
margin-left:0px;
margin-right:0px;}

.alert li h4 {
margin-left:40px;
margin-right:0px;}

#buydvd{
float:right;
}

.alt{
background-color:#666666;
}

.blogtitle{color:#FF6600;

}

.blogdate{
font-size:.8em;
color:#666666;
}

.clipinfo{
display:none;
}