/*
------------------------------------------------------ 
PBS Station Prototype CSS
------------------------------------------------------
 
======================================================
Global Styles 
======================================================
*/

html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding:0;
	margin: 0;
	background-image:url(../images/gavel2gavel/vert-blue.gif);
}

img
{
	border: 0;
}

a:link
{
	color: #003366;
	text-decoration: none;
}

a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

p.smalltext
{
	font-size: 10px;
	color: #333;
	padding: 0;
	margin: 0;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}

/*
______________________________________________________ 
 
======================================================
Shell Container Style 
======================================================
*/

#shell
{
	width: 760px;
	text-align: left;
	padding: 0;
	margin: auto;
}

#first_background
{
background-image: url(../images/gavel2gavel/top-left-bg-box.gif);
background-repeat: no-repeat;
background-position: top;
}

#topright_background
{
background-image: url(../images/gavel2gavel/white-bar.gif);
background-repeat: no-repeat;
background-position: left;
}

#archives-topright_background
{
background-image:url(../images/gavel2gavel/archive-topright.gif);
background-repeat: no-repeat;
background-position: left;
}

#botright_background
{
background-image: url(../images/gavel2gavel/front-filler.gif);
background-repeat: repeat-y;
}

#botright_background-ROUND
{
background-image: url(../images/gavel2gavel/front-box-roundbottom.gif);
background-repeat: no-repeat;
background-position: top-left;
height: 80px;
}

#botleft_background
{
background-image: url(../images/gavel2gavel/white-box.gif);
background-repeat: no-repeat;
background-position: top-left;
}

#archives_background
{
background-image: url(../images/gavel2gavel/big-box.gif);
background-repeat: no-repeat;
background-position: top-left;
padding: 0 0 0 31px;
}


#contact_background
{
background-image: url(../images/gavel2gavel/small-box.gif);
background-repeat: no-repeat;
background-position: top-left;
padding: 0 80px 0 31px;
}

#archives_background2
{
background-image: url(../images/gavel2gavel/extrabig-box.gif);
background-repeat: repeat-y;
background-position: top-left;
padding: 0 0 0 31px;
}

#topbar_background
{
background-image:url(../images/gavel2gavel/top-long.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
background-color: none;
height: 125px;
padding: 5px 0 0 0;
}

#archives_bottom
{
background-image: url(../images/gavel2gavel/bigbox-bottom.gif);
background-repeat: no-repeat;
background-position: top-left;
padding: 0 0 0 31px;
}

#sidebar-image-wrap
{
	padding: 0 10px 2px 0;
	margin: 0;
	border: 0;
	float: right;
}

#rightside-image-wrap
{
	padding: 0 10px 2px 0;
	margin: 0;
	border: 0;
	float: right;
}

.archives-spacing
{
	padding: 3px;
	border-top: solid 1px #ffffff;
	
}

.archives-no-lines
{
	padding: 3px;
	
}

#streams {height: 312px /*can delete height later*/; width: 325px; float:right; display:inline; background-color:#ccc; margin-right:11px;}
.cleardiv {clear:both; line-height:0;}
