
body{
font-family: Trebuchet MS, verdana, helvetica;
margin:0;
padding:0;
line-height: 20px;
background-color:#000000;
background-repeat:repeat-y;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{


width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url('../images/blue_texture_bg-merged.jpg');
background-repeat:repeat-y;
}

#topsection{
width:1000px;
height: 251px; /*Height of top section*/
background-image:url('../images/headers/part1_head.jpg');
background-repeat:no-repeat;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 1000px;;
}

#contentcolumn{
margin-left: 215px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/

}

#footer{
clear: both;
width: 1000px;


}

#footer a{
color: #FFFF80;
}

.innertube{

margin-top: 0;
}

.mediabarcontainer{
border-left:1px dashed #587e84;
float:right; 
width:180px;
}
.mediabar{

width:180px; 
margin-top:0px;

 padding:0px; 
margin-bottom:12px;

 }

.mediabarm{
margin-left:22px;

padding-bottom:120px;
}
#sbcaption{
font-size:11px;

width:140px;
margin-left:22px;
color:#000000;
line-height: normal;
text-align: left;
padding-top:5px;
letter-spacing:normal;



}

.notabs{

float:left;
 border-top:0;
font-size:14px;
color:#000000;
width:775px;

text-align:justify;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;


background-repeat: repeat;
}

div.sdmenu {
	width: 200px;
	font-family: verdana, arial;
	font-size: 11px;
margin-left:10px;
margin-top:110px;

	background: url(bottom.gif) no-repeat  right bottom;
	color: #41330b;
}

div.sdmenu div{
	background: url(toptitle.gif) no-repeat;
	overflow: hidden;
	font-size:11px;

}
div.sdmenu div.collapsed {
	height: 24px;
}
div.sdmenu div span {

	display: block;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: pointer;


}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);

	
}
div.sdmenu div a {
	padding-left:6px;
	background-image: url(linkbg.gif);
	display: block;
text-decoration: none;
	color: #000000;
	line-height:16px;
	padding-bottom:5px;
		padding-top:5px;
}
div.sdmenu div a.current {
	background-image:url(linkbg_current.gif);
}
div.sdmenu div a:hover {
	
	color: #646464;
	text-decoration: none;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {


}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;

 font: bold 12px arial, sans-serif;
background-image:url(../images/blue_tabbg2.gif);
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border-bottom: none;

 text-decoration: none;
}

ul.tabbernav li a:link { color: #454901; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;


}

ul.tabbernav li.tabberactive a
{
 background-image:url(../images/blue_tabactive.gif);
color:#cccf55;
}

ul.tabbernav li.tabberactive a:hover
{
color:#cccf55;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:0;
font-size:14px;
color:#ffffff;
font-family: arial, helvetica;
text-align:justify;
padding-left:20px;
padding-right:48px;
background-image:url(../images/bkgrnd_tile_blue.gif);

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.define{
border-bottom:1px dashed #000000;
cursor:pointer;
}
