@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 10px 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;
	font-size:12px;
	line-height:1.5;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/jb_back.png);
	background-repeat: repeat;
	background-position: center top;
	vertical-align: center;
}
#sponsors {
	height:38px;
	text-align: center;
	padding: 12px 0 0px 0;
	vertical-align: middle;
	background-image: url(images/top_cap.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto auto auto;
	width: 1082px;
}
#container_outer {
	width: 1026px;
	margin: 0 auto auto auto;
	background-image: url(images/wide_back.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px 28px 10px 28px;
	text-align: left;
}
#menubar  {
	padding: 0px 0 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	font-size: 18px;
	background-image: url(images/middle_cap.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1082px;
	margin: 0 auto auto auto;
	height: 41px;
}
#menubar a {
	color:#000;
	padding: 11px 15px 1px 15px;
}
#menubar a:hover {
	color:#999;
	padding: 11px 15px 2px 15px;
}
#mainContent  {
	background-image: url(images/narrow_back.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1082px;
	margin: 0 auto auto auto;
	clear: both;
}#page_content  {
	text-align: left;
	margin: 0 100px 0 100px
}
#video {

}
#vid_item  {
	text-align: center;
	padding: 5px;
	width: 375px;
	vertical-align: middle;
	display: block;
	height: auto;
	clear: both;
	margin: 5px;
}
#home_item {
	padding:0 5px 0 5px;
	text-align: left;
	height: 50px;
	max-height: 50px;
}
#rightcolumn  {
	display: block;
	float: right;
	width: 255px;
	height: 320px;

}
#footer  {
	background-image: url(images/bottom_cap.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1082px;
	height: 230px;
	margin: 0 auto 10px auto;
	clear: both;
}
#blog_item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#strongitem {
	font-weight:bold;
	color:#5ccdf2;
}
#twitter_div {
	padding: 0 5px 0 5px;
}
/* these are the other three spans. classes were used to allow multiuse on a page */
b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;height: 15px;font-size: 1px;
    background-image:url(images/rc.png);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -15px}
b.bbot{background-position: 0 -30px}
b.bbot b{background-position: 100% -45px} 

/* change position and image: bottom-right */
.br {
  background : transparent url(images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}

.blogimage {
	max-width:150px;
	max-height: 100px;
}

.thumbnail:hover, .thumbnail.over{
   border: 1px solid #333333;
}
h1 {
	font-size:18px;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom: 3px solid #5ccdf2;
	padding: 0 5px 0 5px;
}
h2 {
	font-size:16px;
	margin: 0 0 10px 0;
}

h3 {
	font-size:12px;
	font-style: bold;
	margin: 0 0 10px 0;
}
h4 {
	font-size:14px;
	margin: 0 0 5px 0;
	color: #5ccdf2;
}
div {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #5ccdf2; 
	
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #5ccdf2;
	scrollbar-arrow-color: #5ccdf2;
	scrollbar-track-color: #222222;
}
p {
	margin: 0 0 10px 0;
}
ul {
	padding-left: 20px;
}
img {
	border-color:#5ccdf2;
}
a:link {
	color:#5ccdf2;
	text-decoration:none;
}
a:visited {
	color:#5ccdf2;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
	
