	/* === page layout == */
html
{
  height: 99%;
/*  background-image: url(img/hbg-g.gif);
  background-color: #0b2d4b;
  background-image: url(img/stafftile1.gif);
  background-repeat: repeat-x;
  background-position: 60px -20px; */
}
                         
body
{
    margin: 0;
	padding: 0;
	line-height: 150%;
	background-color: #0b2d4b;
	background-image: url(img/stafftile1.gif);
	background-repeat: repeat-x;
	background-position: 60px -20px;
  }

*
{
  margin: 0;
  padding: 0;
  font-family:  verdana, sans-serif; 
  color: #000000;
  text-align: left;
  font-size: 14px;
}

#first-wrap {

  display: block; 
  /*height: 100%;  */
  /*position: relative; */
  position: absolute;
  left:115px;
  width: 700px;
  padding: 0 15px;
  overflow: visible;
  }
#second-wrap {
  position: relative; 
  display: block;
  background-image: url(img/boardbg1.gif);
  background-repeat: repeat-y;
  z-index:100;
}
/*#second-wrap-top {
	height: 18px;
	position: relative;
	top: -10px;
    /*background-image: url(img/cbk-top.gif);
	background-repeat: no-repeat;*/
	/*left: -40px;*/
	/*width: 700px;
	height: 18px;

	background-repeat: no-repeat;
	background-position:left;*/
	/*z-index: 2000;
}*/

/* === Header === */
#header {
  height: 175px;
  width: 700px;
  background-image: url(img/head7.gif);
  background-position: -70px -20px;
  position: relative;
  z-index: 1500;
}


/* === Menu === */

#sidebar {
  position: absolute;
  left: 10px;
  top:170px;
  width:120px; 
  height:100%; 
  overflow: hidden;  
  background-color: #0b2d4b;
  list-style: none;
  z-index:1000;
   } 

#menubar {
   height: 40px;
   width: 700px;
   background: transparent;
   position: absolute;
   left:145px;	
   top: 145px;
   z-index:1000;
}

#menu
{
  display: inline;
  height: 80px;
  margin: 0 0 0 0;
  list-style: none; 
  font-weight: bolder;
  font-size: 12pt;
  font-weight: bold;
 
}

#menu li {
  float: left;
  display: inline;
  list-style: none; 
}

#menu a {
/*  display: table-row; */
  background-color: inherit;
  text-decoration: none;
  text-align: left;
}

#menu a:link 
{
  display: inline;
  position: relative;
  top: 8px;
  color: #fff; /* green of banner=#46f200; */
  padding: 13px 25px;
}
#menu a:visited {
  display: inline;
  position: relative;
  top: 8px;
  color: #fff; 
  padding: 13px 25px;
	
}
#menu a:hover, #menu a:active
{
  position: relative;
  top: 8px;
  background-image: url('img/hover.jpg');
  background-repeat: no-repeat;
  color: #fff;
  background-position: 0px 10px; 

}

#menu li a.selected, #menu li a.selected:visited
{
  position: relative;
  top: 8px;
  background-image: url('img/selected.jpg');
  background-repeat: no-repeat;
  background-position: 0px 10px;    
  text-decoration: none;
  color: #46f200;
  z-index: 2000;
}
#menu a.lg:visited {
  position: relative;
  top: 8px;
  color: #fff;
  background: transparent;
  }
#menu a.lg:hover, #menu a.lg:active {
  position: relative;
  top: 8px;
  background-image: url('img/hover-lg.jpg');
  background-repeat: no-repeat;
  color: #fff;
  background-position: 18px 10px; 
}
#menu a.selected-lg, 
#menu li a.selected-lg:visited
{
  display: inline;
  background-image: url(img/selected-lg.jpg);
  background-repeat: no-repeat;
  background-position: 18px 8px;    
  text-decoration: none;
  color: #46f200;
}
/* === content === */
.content {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(img/cbk-top.gif);
	background-repeat: no-repeat;
	}
.contentpad {
	padding: 0 40px;
	}
.halign {
	position: relative;
	width: 700px;
	right: 30px;
	top: -10px;
	z-index: 5;
	height: 16px;
}
.balign {
   position: absolute;
   width: 700px;
   left: 0px;
   bottom: 0px;
   z-index: 5;
   height: 16px;
   }
.clear, 
p.clear {
	clear: both;
	}
p.author {
	font-size: 90%;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}
	
.content a {
	color: blue;
	font-weight: bold;
	}
.content p {
	margin: 0 0 12pt 0;
}

.podcasts p {
	margin: 0 0 12pt 0;
	font-size: 10pt;
	line-height: 12pt;
}

h1, h2, h3 {
	font-weight:lighter;
	margin: 0;
	color: #CC7F32; /*#003EFF; this is blue */
	padding: 15px 0 5px 0;
	line-height: 1.1em;
	}
h1,
h1 i {
	font-weight: lighter;
	font-size: 30px;
	color: #CC7F32;
	margin-bottom: 10px;
	}
h2,
h2 i {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 0px;
	line-height: 120%;
	color: #CC7F32;
	}
h3,
h3 i,
h3 a:link{
	font-size: 18px;
	font-weight: bold;
	color: #CC7F32;
	padding: 10px 0 5px 0;
	}
h3 link{
	color: #CC7F32;
	}
h4,
h4 i {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
.content ul,
.content li{
	list-style-type: disc;
	margin-left: 20px;
	
}
.title {
	font-weight: normal;
	font-style: italic;
	color: #003EFF;
}
.norm {
	font-weight: normal;
	}
.backnav {
	margin: 0;
	float: right;
}
object {
	float: left;
}
table {
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
}
table td,
table tr {
	font-size: 95%;
	padding: 0 10px;
    border: 1px solid gray;
}

.rmm {
	float: left;
	margin: 0px 8px 0px 0;
	text-align: left;
	font-size: 95%;
	padding: 0;
	border: none;
}
.noborder {
	border: 0;
	margin: 0 auto;
	padding: 10px 20px 10px 0;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}
a.noborder {
	margin: 0 auto;
	vertical-align: top;
	padding: 10px 20px 20px 0;
}
.nobordernomargin {
	border: 0;
	margin: 0 auto;
	}
.lborder {
	border-left: 1px solid gray;
	margin: 0;
	padding: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	vertical-align: top;
}
img.noborder {
   margin-top: 5px;
   margin-right: 10px;
   }
.button {
	vertical-align:middle;
	margin: 0 10px 0 0;
}
.inset {
	width: 300px;
	margin: 5px auto 10px auto;
	padding: 0 10px;
	border: 1px solid black;
	background-color: #fffcab;
	font-style: italic;
}
/* === testimonials === */
#testimonial {
	border: 1px solid black;
	background-color: #fffcab;
}
#testimonial blockquote {
	margin: 10px 20px;
}
#testimonial h1,
#testimonial h2,
#testimonial h3,
#testimonial h4 {
	margin: 0 20px;
}
/* === images === */
a img{
border: 1px solid #fff;
}
a img:hover {
	border: 1px solid blue;
}	
.dvdimg {
	clear: left;
	float: left;
	margin: 0 20px 20px 0; 
	}
.contentimg {
	clear: left;
	float: left;
	margin: 10px 10px 10px 0;
}
.center {
	display: block;
	margin: 0 auto;
}
.floatright {
	float: right;
	margin: 0 0 0 10px;
}
.floatright {
	float: right;
	margin: 0 0 0 10px;
}
.floatleft {
	float: left;
	margin: 0 10px 0 0;
}
.snapshot, 
.snapshot-black {
	float: left;
	padding: 5px;
	border: 1px solid #000;
	margin: 5px;
}
.snapshot-black {
	background-color: #000000;
	}
/* === far-rt === */

#rsidebar { /* place after close of second-wrap div */
	/*position: absolute;
	width: 280px;
	top: 150px;
	left: 720px;*/
	position: absolute;
	width: 280px;
	left: 750px;
	top: 170px;
	padding: 10px;
	line-height: 120%;
	}
#rsidebar img {
	clear: both;
	float: left;
	padding-top: 10px;
}
#rsidebar h1,
#rsidebar h2,
#rsidebar h3,
#rsidebar h4 {
	clear: both;
	padding-top: 20px;
	font-weight: normal;
	color: #00FF7F; /*#7FFF00;*/
	}
#rsidebar.article, 
#rsidebar.article h1,
#rsidebar.article h2,
#rsidebar.article h3,
#rsidebar.article h4 {

	background-color: #fffcab;
	color:#000;
	}

/*=== player ===*/
#player {
	position: relative;	
	left: 20px;
}
#player-sidebar {
  width: 300px;
  padding: 0 10px 10px 10px;
  position:absolute;
  top: 0px;
  left: 370px;
  background-image: url(img/player-sidebar-bk.png);
}
#player-sidebar ul,
#player-sidebar li,
#player-sidebar p {
	color: #fff;
	font-size: 90%;
	line-height: 1em;
}
#player-sidebar ul,
#player-sidebar p {
		margin: 10px 0;
}
#player.rmm {
	float: left;
	margin-left: -40px;
}
.rmm-p {
	position: relative;
	left:50px;
	padding-right: 60px;

}

/*=== breadcrumbs ===*/
#breadcrumb {
	float: right;

	padding: 0 0 0 0;
	text-decoration: none;

	color: #999;
	font-size: 90%;
}
#breadcrumb a {
	background-image:  url(img/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	color: #999;
}
#breadcrumb a:hover {
	color: blue;
	text-decoration: underline;
	}
.margin-auto {
	width: 800px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.rap, rap p {
	font-style: italic;
	font-weight: bold;
	font-size: 95%;
	line-height: 140%;
	color: #CC0000;
	text-decoration: none;
	margin: auto;
	width: 400px;

} 
.hint a:link { color:red; text-decoration:none; }
.hint a:visited { color:red; text-decoration:none; }
#hintlist.hint a:hover { color: red;text-decoration:underline; background-color: yellow; }
.hint a:active {color:#009900; font-weight: bold;}