/* Note - CSS Properties are in alphabetical order */
/* Note - Selectors and Pseudo Classes will not appear in the HTML markup. They are dynamically written into every element by the JS called "offspring.js". */
/* Usable Pseudo Classes : "first-child", "last-child", "nth-child-#", "nth-child-odd", "nth-child-even", and "only-child". */

/* PAGE ELEMENTS */
* {
	margin: 0;
	padding: 0;
	}

body { 
	/* background: #fff url(/assets/images/bg_gradient_gray.gif) 0 0 repeat-x;
	background: url(/assets/images/scotusbg.jpg) 0 0; */
	background: #928167 url(/assets/images/SupremeCourtBG.jpg) 0 0;
	background-attachment: fixed;
	color: #000;
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 13px;
	height: 100%;
	text-align: center;
	width: 100%;
	}
	
h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.fontArial{
	font-family: Arial, Helvetica, sans-serif;
}	
.subTitle2
{
	color:#631500;
	font-size:14px;
	font-weight: bold;
	font-family:Georgia;
	padding-bottom:5px;
}

.subTitle2 p
{
	font-size:12px;
	color: #804402;
	padding-bottom:5px;
	
}
.tvProgramDesc
{
	font-size:12px;
	color: black;
	padding-left:25px;
	font-weight: normal;
	font-family:arial;
	padding-bottom:10px;
}

.tvProgramDesc p
{
	color: black;


}
.subTitle2Indent
{
	padding-left:50px;
	color:#955403;
	font-size:12px;
}

.TVSchduelBoxYellow
{
	color:#631500;
	font-size:14px;
	font-weight: bold;
	font-family:Georgia;
}

.TVSchduelBox
{
	color:#631500;
	font-size:12px;
	font-weight: bold;
	font-family:Georgia;
}

.TVSchduelBox p
{
	font-size:10px;
	color: #84807a;
	padding-top:4px;
	padding-bottom:12px;
}
.TVSchduelBoxIndent
{
	padding-left:10px;
	color:#955403;
	font-size:11px;
}

.subTitle3
{
	font-size:12px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 10px;
}

.segTxt{
	font-size:12px;
	font-weight: bold;
}
.indent
{
	padding-left: 20px;
	padding-bottom: 24px;
}

p, ul, ol, dl, table {
	padding-bottom: 10px;
	} 

ul li {
	padding: 0 0 0 0px;
	}
	
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	}
	
tr td { 
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top; 
	}
	
acronym {
	background: #FFFBCF;
	border: 0;
	cursor: help;
	}

hr {
	display: none;
	}

img {
	border: 0;
	}
	
a { 
	color: #5c1400;
	text-decoration: none;
	}

a:hover { 
	color: #0a305c;
	text-decoration: none;
	}
	
a:focus {
	outline: none;
	}

/* MAIN DIVS */
#page-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 969px;
	}
	
#container {
	background: url(/assets/images/bg_page_middle.png) 0 0 repeat-y;
	float: left;
	width: 969px;
	}
	
#header {
	/*background: #003471 url(/assets/images/bg_gradient_blue.gif) 0 0 repeat-x;*/
	background: url(/assets/images/SC_header.png) no-repeat;
	float: left;
	padding-bottom: 0px;
	width: 960px;
	height:150px;
	}
	
#header .innercontent {
	padding-right: 20px;	
	}

#nav-header {
	background: #cacaca;
	float: left;
	margin-top: 0px;
	width: 960px;
	}
	
#nav-header p {
	padding: 0;
	}
	
#content {
	float: left;
	padding-bottom: 30px;
	width: 960px;
	min-height: 380px;
	}
	
#content .innercontent {
	padding: 10px;
	}
	
.content-pad {
	padding-left:10px;
}

.content-left {
	padding: 0 30px 0 0;
	float:left;
		}
	
/*#footer 
{
	background: url(/assets/images/bg_page_bottom.png) 0 100% no-repeat;
	color: #959595;
	font-family: arial, verdama, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	width: 969px;
	}
*/

#footer 
{
	background: url(/assets/images/bg_page_bottom.png);
	font-family: arial, verdama, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	color:#76521b;
	margin-bottom: 1em;
	}
	
#legal {
	padding: 0em 2em 1.2em 1em; 
	height:20px;
	background: url(/assets/images/bg_page_bottom.png);
	width: 95%;
	}

.copyright
{
	float:left;
	padding: .5em;
}
	
.search {

	padding: .5em;
	float:right;
}

#legal a {
	color: #959595;
}


/* Educator's Page */
.educators p {padding-right: 10px;}
ul {padding: 0 5px 0 30px;}


/* LOGOS */
#logo-supremecourt {
	margin-top: -12px;
	padding: 15px 0px 10px 9px;
	}
	
#logo-supremecourt h1 a {
	background: url(/assets/images/spacer.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 90px;
	width: 696px;
	}
	
#cspanBlock h1 a
{
	background: url(/assets/images/spacer.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 196px;
	}	
#cspanBlock h1 span 
{
	display: none;
}
	
#logo-supremecourt h1 span {
	display: none;
	}

/* #logo-cspan {
	padding-top: 7px;
	border:solid 5px red;
	}

#logo-cspan h2 {
	background: url(/assets/images/logo_cspan.png) no-repeat;
	height: 65px;
	width: 178px;
	}
	
#logo-cspan h2 span {
	display: none;
	}
*/

/* NAV - GLOBAL */
#nav-global {
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	color: white;
	padding-top: 11px;
	text-align: right;
	font-size: 12px;
	/* background-image:url('/assets/images/redBanner.jpg');
	border:solid 2px red;*/
	width:510px;
	height:30px;
	
	
	}

#nav-global a {
	color: white;
	text-decoration: none;
	}
	
#nav-global a:hover {
	color: #3f0d0c;
	text-decoration: underline;
	}
	
#nav-global a.on, #nav-global a.on:hover {
	color: #c00;
	text-decoration: none;
	}



/* NAV - MAIN HORIZONTAL */	
#nav-main-horizontal {
	float: left;
	}
	
#nav-main-horizontal li a {
	border-right: 1px solid #fff;
	}
	
#nav-main-horizontal ul {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav-main-horizontal ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	}
	
#nav-main-horizontal ul li a span {
	display: none;
	}
	
#nav-main-horizontal ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	}
	
#nav-main-horizontal ul li a:hover {
	background-position: 0 -43px;
	}

#nav-main-horizontal ul li a.on {
	background-position: 0 -43px;
	}

/* 1st Button - The Supreme Court Space */
#nav-main-horizontal #nav-byroom a {
	background-image: url(/assets/images/nav_h_VirtualTour.gif);
	width: 118px;
	}
	
#nav-main-horizontal #nav-bypresident a {
	background-image: url(/assets/images/nav_h_CurrentCourt.gif);
	width: 119px;
	}

#nav-main-horizontal #nav-JusticeOwnWords a {
	background-image: url(/assets/images/nav_h_JusticesOwnWords.gif);
	width: 119px;
	}
#nav-main-horizontal #nav-buildingthecourt a {
	background-image: url(/assets/images/nav_h_BuildingSC.gif);
	width: 119px;
	}			


#nav-main-horizontal #nav-FormerHomes a {
	background-image: url(/assets/images/nav_h_FormerHomes.gif);
	width: 119px;
	}

#nav-main-horizontal #nav-TVSchedule a {
	background-image: url(/assets/images/nav_h_TVPrograms.gif);
	width: 119px;
	}	
	
#nav-main-horizontal #nav-int-historians a {
	background-image: url(/assets/images/nav_h_Experts.gif);
	width: 119px;
	}
	
#nav-main-horizontal #nav-SCTimeline a {
	background-image: url(/assets/images/nav_h_Timeline.gif);
	width: 119px;
	}	


/* NAV - BY ROOM - VERTICAL */
#nav-byroom {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;}

#nav-byroom ul {
	padding:0px;
	margin:0px 0px 10px 0px;}
	
#nav-byroom ul li {
	padding:0px;
	margin:0px;}
	
#nav-byroom li {
	border-top:1px solid #fff;}

#nav-byroom a span {
	display:none;}
	
#groundfloor a {
	background: url(/assets/images/nav_groundfloor.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#groundfloor a:hover { 
    background: url(/assets/images/nav_groundfloor.gif) repeat 0px -42px; 
}

#groundfloor_linkactive  a {
	background: url(/assets/images/nav_groundfloor.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}
	
#firstfloor  a {
	background: url(/assets/images/nav_firstfloor.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#firstfloor a:hover { 
        background: url(/assets/images/nav_firstfloor.gif) repeat 0px -42px; }
	
#firstfloor_linkactive  a {
	background: url(/assets/images/nav_firstfloor.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}

	
#secondfloor a {
	background: url(/assets/images/nav_secondfloor.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#secondfloor a:hover { 
        background: url(/assets/images/nav_secondfloor.gif) repeat 0px -42px; }
	
#secondfloor_linkactive a {
	background: url(/assets/images/nav_secondfloor.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}

#thirdfloor a {
	background: url(/assets/images/nav_thirdfloor.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#thirdfloor a:hover { 
        background: url(/assets/images/nav_thirdfloor.gif) repeat 0px -42px; }
	
#thirdfloor_linkactive a {
	background: url(/assets/images/nav_thirdfloor.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}
	
	
#grounds a {
	background: url(/assets/images/nav_thegrounds.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#grounds a:hover { 
        background: url(/assets/images/nav_thegrounds.gif) repeat 0px -42px; }
	
#grounds_linkactive a {
	background: url(/assets/images/nav_thegrounds.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}
	
	
#westwing a {
	background: url(/assets/images/nav_westwing.gif) repeat 0px 0px;
	height:42px;
	width:204px;
	display:block;}

#westwing a:hover { 
        background: url(/assets/images/nav_westwing.gif) repeat 0px -42px; }

#westwing_linkactive a {
	background: url(/assets/images/nav_westwing.gif) repeat 0px -42px;
	height:42px;
	width:204px;
	display:block;}

	
	
/* NAV - POPULAR - VERTICAL */
.popular {
	list-style:none;
	margin:0px;
	padding:2px 0px 20px 16px;}
	
.popular li	{
	margin:0px 0px 3px 0px;}
	
.popular a	{
	text-decoration:underline;
	color:#1e508f;}
	
/* NAV - MAIN VERTICAL */	
#nav-main-vertical {
	float: left;
	width: 128px;
	}
	
#nav-main-vertical li.first-child {
	border-top: 1px solid #fff;
	}

#nav-main-vertical li a {
	border-bottom: 1px solid #fff;
	}
	
#nav-main-vertical ul {
	margin: 0;
	padding: 0;
	}
	
#nav-main-vertical ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	}
	
#nav-main-vertical ul li a span {
	display: none;
	}
	
#nav-main-vertical ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 128px;
	}
	
#nav-main-vertical ul li a:hover {
	background-position: 0 -40px;
	}

#nav-main-vertical #nav-byroom a {
	background-image: url(/assets/images/nav_v_VirtualTour.gif);
	}
	
#nav-main-vertical #nav-bypresident a {
	background-image: url(/assets/images/nav_v_CurrentCourt.gif);
	}
	
#nav-main-vertical #nav-JusticeOwnWords a {
	background-image: url(/assets/images/nav_v_JusticesOwnWords.gif);
	}
	
#nav-main-vertical #nav-int-historians a {
	background-image: url(/assets/images/nav_v_Experts.gif);
	}
	
#nav-main-vertical #nav-FormerHomes a {
	background-image: url(/assets/images/nav_v_FormerHomes.gif);
	}
	
#nav-main-vertical #nav-TVSchedule a {
	background-image: url(/assets/images/nav_v_TVPrograms.gif);
	}

#nav-main-vertical #nav-buildingthecourt a {
	background-image: url(/assets/images/nav_v_BuildingSC.gif);
	}
	
#nav-main-vertical #nav-SCTimeline a {
	background-image: url(/assets/images/nav_v_Timeline.gif);
	}	



/* SEARCH - GLOBAL */
#search-global {
	margin-top: 30px;
	position: relative;
	text-align: right;
	}
	
#search-global p {
	padding: 0;
	}
	
#search-global .form-field-search {
	position: relative;
	z-index: 3;
	}

#search-global .btn-arrow {
	right: 4px;
	position: absolute;
	top: 1px;
	z-index: 4;
	}

/* PAGE OPTIONS */
.page-options .column-right {
	min-width: 398px;
	width: 410px;
	text-align:right;
	}
	
.page-options p {
	padding: 0;
	}
	
.page-breadcrumbs {
	color: #636363;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	}
	
.page-breadcrumbs a, .page-breadcrumbs a:hover {
	color: #959595;
	}

.page-options .form-email-updates 
{
	
	}

.page-controls {
	float: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding-right: 20px;
	}
.page-controls-right {
	float: right;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding-right: 20px;
	}	
	
.page-controls a, .page-controls a:hover {
	color: #959595;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	}
	
.page-controlsYellow {
	float: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding-right: 20px;
	}
	
.page-controlsYellow a, .page-controls a:hover {
	color: #a86a1e;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	}	

/* OWN THE DVD */
.box-owndvd	{
	height:198px;
	width:263px;
	background: url(../images/owndvd.jpg) 0 0 no-repeat;
	margin-bottom:10px;}

.box-owndvd p	{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#666666;
	padding:55px 110px 0px 18px;}

.box-owndvd a {
	padding:3px 0px 0px 18px;
	margin-top:0px;
	color:#b51f23;
	font-size:12pt;
	text-decoration:underline;}
	
/* WHITE HOUSE ON DEMAND */
.box-ondemand	{
	height:109px;
	width:263px;
	background: url(../images/bg_box_on-demand.png) 0 0 no-repeat;
	margin-bottom:14px;}
	
/* COLUMNS */
#column-content 
{
	font-family:Arial;
	float: left;
	width: 666px;
	}
	
#column-content p {
	margin: 0 30px 0 0;
	}

#column-content-home {
	float: left;
	width: 666px;
	}
	
#column-content-home p { 
	margin: 0 30px 0 0;
	}
	
#column-sidebar {
	float: right;
	margin-right: -6px;
	margin-right: -3px;
	width: 267px;
	}
	
.column-left {
	float: left;
	}
	
.column-right {
	float: right;
	}
	
.column-left-half {
	float: left;
	width: 50%;
	}
	
.column-right-half {
	float: right;
	width: 50%;
	}


#box-title-id .column-right {
	float: right;
	text-align:right;
	padding-bottom:7px;
	}

	

/* BOXES */
.box {
	margin-bottom: 1em;
	}

.content-header	{
	margin: 0px 0px 20px 0px;
	}

/* BOX - LIGHT GRAY ---TV Schedule Box*/
.box-lightgray {
	background: #bb975f;
	border: 1px solid #76521b;
	padding: 8px;
	width: 245px;
	}
	
.box-lightgray .box-wrapper {
	/*background: #fff;*/
	background:#fefdf8 url(../images/tvScheuldeBG.png) 0 0 no-repeat;
	border: 1px solid #B7B7B7;
	}
	
.box-lightgray .box-content {
	color: #5c1400;
	font-family: georgia, arial, sans-serif;
	font-size: 13px;
	padding: 0px 15px 15px 15px;
	}
	
.box-AD {
	padding: 0px 15px 15px 15px;
	width: 245px;
	border:solid 1px red;
	}




/* BOX - BLUE SHADOW */
.box-blueshadow .box-top {
	background: url(/assets/images/bg_box_blue_top.gif) 0 0 no-repeat;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	}
	
.box-blueshadow .box-content {
	background: url(/assets/images/bg_box_blue_middle.gif) no-repeat;
	padding: 5px 11px 0 11px;
	}
	
.box-blueshadow .box-bottom {
	background: url(/assets/images/bg_box_blue_bottom.gif) 0 0 no-repeat;
	height: 7px;
	margin-top: -7px;
	line-height: 1px;
	font-size: 1px;
	}


/* BOX - GRAY BORDER */
.box-grayborder {
	border: 1px solid #76521b;
	width: 261px;
	}
	
.box-grayborder .box-content {
	padding: 20px;
	padding-bottom: 10px;
	text-align: center;
	}





/* BOX - GRAY WITH WHITE SHADOW */
.box-gray-whiteshadow {
	background: #c39b5f;
	border: 1px solid #76521b;
	padding: 10px;
	text-align: center;
	}
	
.box-gray-whiteshadow .box-wrapper {
	background: #fff;
	border: 1px solid #bbb;
	text-align: left;
	}
	
.box-gray-whiteshadow .box-wrapper .box-top {
	background: url(/assets/images/bg_box_white_top.gif) 0 0 no-repeat;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	}
	
.box-gray-whiteshadow .box-wrapper .box-middle {
	background: url(/assets/images/bg_box_white_left.gif) 0 0 repeat-y;
	}
	
.box-gray-whiteshadow .box-wrapper .component-gallery {
	padding: 0 8px;
	text-align: center;
	}



/* BOX - DARK GRAY - Player & Vertical Nav Section */
.box-darkgray {
	/*background: #7f4503;*/
	background: url(/assets/images/playerBG.jpg) 0 0 repeat-x;
	float: left;
	padding-bottom: 8px;
	width: 100%;
	}
	
.box-darkgray .box-title {
	padding: 10px 10px 0 10px;
	}


/* BOX - SHADOW WHITE */
.box-shadowwhite {
	background: #fff;
	border: 1px solid #bbb;
	float: left;
	}
	
.box-shadowwhite .box-top {
	background: url(/assets/images/bg_box_white_top.gif) 0 0 no-repeat;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	}
	
.box-shadowwhite .box-middle {
	background: url(/assets/images/bg_box_white_left.gif) 0 0 repeat-y;
	padding: 8px;
	padding-top: 2px;
	}
	
.box-shadowwhite .component-video {
	height: 316px;
	text-align: center;
	width: 512px;
	}

/* BOX - DARK GRAY WITH WHITE SHADOW */
.box-darkgray-whiteshadow {
	background: #c39b5f;
	padding: 10px;
	text-align: center;
	}
	
.box-darkgray-whiteshadow .box-title {
	padding: 5px 0 21px 10px;
	}
	
.box-darkgray-whiteshadow .box-title p {
	padding: 0;
	}
	
.box-darkgray-whiteshadow .box-wrapper {
	text-align: left;
	}
	
.box-darkgray-whiteshadow .box-wrapper .box-top {
	background: url(/assets/images/bg_box_white_top.gif) 0 0 no-repeat;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	width:920px
	}
	
.box-darkgray-whiteshadow .box-wrapper .box-middle {
	background: #fff url(/assets/images/bg_box_white_left.gif) 0 0 repeat-y;
	padding: 8px;
	padding-top: 2px;
	width: 904px;
	}
	
.box-darkgray-whiteshadow .box-wrapper .component-video {
	height: 316px;
	text-align: center;
	width: 512px;
	}
	
.box-darkgray-whiteshadow .box-wrapper .box-content {
	font-size: 13px;
	padding: 35px 25px;
	width: 320px;
	}
	
.box-content a {
	text-decoration: underline;
	}
	

/* BOX - CALLOUT */
.box-callout {
	font-size: 12px;
	width: 230px;
	}
	
.box-callout .tv-title {
	font-size: 16px;
	}
	
.box-callout .box-top {
	background: url(/assets/images/bg_callout_blue_top.gif) 0 0 no-repeat;
	height: 8px;
	line-height: 1px;
	font-size: 1px;
	}

.box-callout .box-content {
	background: url(/assets/images/bg_callout_blue_middle.gif) repeat-y;
	padding: 5px 10px 15px 10px;
	}
	
.box-callout .box-bottom {
	background: url(/assets/images/bg_callout_blue_bottom.gif) 0 0 no-repeat;
	height: 9px;
	margin-top: -9px;
	line-height: 1px;
	font-size: 1px;
	}
	
.box-callout .box-content p {
	padding-bottom: 5px;
	}
	
/* BUTTONS */
.button {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	}
	
.button span {
	display: none;
	}
	
.btn-submit {
	background-image: url(/assets/images/btn-submit.gif);
	height: 26px;
	width: 70px;
	}
	
.btn-submit-white {
	background-image: url(/assets/images/btn_submit_white.gif);
	height: 26px;
	width: 70px;
	}
	
.btn-submit-gray {
	background-image: url(/assets/images/btn_submit_gray.gif);
	height: 26px;
	width: 70px;
	}

.btn-arrow {
	background: url(/assets/images/icon_arrow_right_gray.gif) 50% 50% no-repeat;
	border: 0;
	cursor: pointer;
	height: 15px;
	width: 15px;
	}
	
.btn-arrow span {
	display: none;
	}
	
.btn-send {
	background: url(/assets/images/btn_send.gif) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	width: 92px;
	}
	
.btn-send span {
	display: none;
	}

/* FORMS */
#form-email-updates .form-field-search {
	position: relative;
	top: 1px;
	vertical-align: top;
	width: 160px;
	}
	
#form-email-updates button {
	vertical-align: top;
	}
	
.form-field-search {
	background: url(/assets/images/bg_form_shadow.gif) no-repeat;
	border: 0;
	color: #959595;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	height: 14px;
	padding: 3px 2px 0px 5px;
	}
	
.form-text, .form-textarea {
	background: url(/assets/images/bg_form_shadow.gif) no-repeat;
	border: 0;
	color: #959595;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	height: 14px;
	padding: 3px 2px 0px 5px;
	}

.form-field-embed {
	border: 1;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	height: 14px;
	padding: 1px 1px 1px 2px;
	width: 200px;
	}



/* LISTS */
.list-arrows {
	margin: 0;
	padding: 0;
	}
	
.list-arrows li {
	background: url(/assets/images/icon_arrow_right_red.gif) no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 22px;
	}
	
.list-arrows li a {
	text-decoration: underline;
	font-style: normal;
	}
	
.list-arrows li a:hover {
	color: #3c70ad;
	}





/* HEAD - GRAPHIC 1 */
.head-border {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 47px;
	margin-bottom: 0;
	}
	
.head-border span {
	display: none;
	}
	
#head-tvschedule {
	background-image: url(/assets/images/head_tvschedule.png);
	width: 240px;
	}
	
#head-featuredvideos-cf {
	background-image: url(/assets/images/head_featuredvideos.png);
	width: 610px;
	}
	
#head-seeothervideos-cf {
	background-image: url(/assets/images/head_seeothervideos.gif);
	width: 382px;
	}
	
	
#head-bypresident-cf {
	background-image: url(/assets/images/head_othervideos_events.gif);
	width: 288px;
	}
	
	
/* Cover Flow Header - Justices in their own words  */
#head-JusticeOwnWords-cf {
	background-image: url(/assets/images/head_InTheirOwnWordsvideos.png);
	width: 610px;
	height:33px;
	}
	
	
/* Cover Flow Header - Historian  */
#head-historians-cf {
	background-image: url(/assets/images/head_HistoriansJournalists.png);
	width: 610px;
	height:33px;
	}
	
/*  FormerHome Cover Flow */	
#head-FormerHome-cf {
	background-image: url(/assets/images/head_FormerHomes.gif);
	width: 610px;
	height:33px;
	}
	
	
#head-TVSchedule-cf {
	background-image: url(/assets/images/head_tvschedule.png);
	width: 275px;
	}
	
	
#head-withproductioncrew-cf {
	background-image: url(/assets/images/head_othervideos_behind.gif);
	width: 339px;
	}
	
	
#head-byroom-cf {
	background-image: url(/assets/images/head_VirtualTour.gif);
	width: 610px;
	height:33px;
	}


#head-ifyoulikethisvideo {
	background-image: url(/assets/images/head_ifyoulikethisvideo.gif);
	width: 232px;
	margin-bottom: -7px;
	}
	
#head-presscontact {
	background-image: url(/assets/images/head_presscontact.png);
	width: 240px;
	/*margin-bottom: -22px;*/
	}
	
#head-cspancontact {
	background-image: url(/assets/images/head_cspancontact.gif);
	width: 235px;
	height:20px;
	margin-bottom: -12px;
	}
	
#head-factsheets {
	background-image: url(/assets/images/head_factsheets.gif);
	width: 230px;
	height: 30px;
	/*margin-bottom: -7px;*/
	}

#head-other {
	background-image: url(/assets/images/head_CspanOriginal.gif);
	height: 40px;
	width: 230px;
	}
	
#head-bios {
	background-image: url(/assets/images/head_bios.png);
	width: 235px;
	height:33px;
	/*margin-bottom: -1px;*/
	}

#head-othervideos-president {
	background-image: url(/assets/images/head_InTheirOwnWordsvideos.png);
	width: 610px;
	height:33px;
	}
	
#head-othervideos-events {
	background-image: url(/assets/images/head_othervideos_events.gif);
	width: 358px;
	}
	
#head-othervideos-historians {
	background-image: url(/assets/images/head_othervideos_hist.gif);
	width: 339px;
	}
	
#head-othervideos-behind {
	background-image: url(/assets/images/head_othervideos_behind.gif);
	width: 339px;
	}
	
#head-othervideos-staff {
	background-image: url(/assets/images/head_othervideos_staff.gif);
	width: 400px;
	}
	
#head-othervideos-gallery {
	background-image: url(/assets/images/head_othervideos_gallery.gif);
	width: 275px;
	}
	
#head-othervideos-room {
	background-image: url(/assets/images/head_othervideos_room.gif);
	width: 287px;
	}
	
#head-meetcrew {
	background-image: url(/assets/images/head_meetcrew.gif);
	width: 189px;
	margin-bottom: -7px;
	}
	
#head-emailtofriendbox {
	background-image: url(/assets/images/head_emailtofriend.gif);
	width: 248px;
	}

/* HEAD - NORMAL */	
.head-normal {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 5px;
	
	}
	
.head-normal span {
	display: none;
	}
	
#head-explore {
	background-image: url(/assets/images/PlayerHeader_PreviewSC.gif);
	width: 260px;
	height:14px;
	}
	
#head-featuredvideos-light {
	background-image: url(/assets/images/head_featuredvideos_light.gif);
	width: 159px;
	}

#head-bypresident {
	background-image: url(/assets/images/subTitle_CurrentCourt.gif);
	width: 397px;
	height:27px;
	}
	
#head-byroom {
	background-image: url(/assets/images/subTitle_VirtualTour.gif);
	width: 185px;
	height:27px;
	}
#head-buildCourt {
	background-image: url(/assets/images/subTitle_BuildingTheCourt.gif);
	width: 348px;
	height:27px;
	}
#head-press {
	background-image: url(/assets/images/subTitle_Press.gif);
	width: 600px;
	height:27px;
	}
	
#head-transcript {
	background-image: url(/assets/images/subTitle_Transcript.gif);
	width: 600px;
	height:27px;
	}	

#head-inTheNews {
	background-image: url(/assets/images/subTitle_InTheNews.png);
	width: 600px;
	height:27px;
	}

#head-Historian 
{
	background-image: url(/assets/images/subTitle_Experts.gif);
	width: 600px;
	height:27px;
}

	
#head-meetcrew-dark {
	background-image: url(/assets/images/head_meetcrew_dark.gif);
	width: 141px;
	}

#head-email-confirm {
	background-image: url(/assets/images/head_emailconfirm.gif);
	width: 186px;
	}
	
#head-about {
	background-image: url(/assets/images/head_about.png);
	width: 600px;
	height:27px;
	}

#head-Timeline{
	background-image: url(/assets/images/subTitle_InteractiveTimeline.gif);
	width: 285px;
	height:27px;
	}
	
#head-educators {
	background-image: url(/assets/images/head_educators.png);
	width: 600px;
	height:27px;
	}
	
#head-searchresults {
	background-image: url(/assets/images/head_searchresults.png);
	width: 600px;
	height:27px;
	}
	
#head_contentupdates {
	background-image: url(/assets/images/head_contentupdates.png);
	width: 600px;
	height:27px;
	}
	
#head-bypresident-light {
	background-image: url(/assets/images/subTitle_JusticesInTheirOwnWords.gif);
	width: 397px;
	height:27px;
	}
	
#head-events-light {
	background-image: url(/assets/images/PlayerHeader_InTheirOwnWords.gif);
	width: 260px;
	height:14px;
	}

#head-formerhome {
	background-image: url(/assets/images/subTitle_FormerHomesOfTheCourt.gif);
	width: 390px;
	height:27px;
	}

/* Player Header - Historians */
#head-historians-light {
	background-image: url(/assets/images/PlayerHeader_SCExperts.gif);
	width: 230px;
	height:14px;
	}
	
#head-crew-light {
	background-image: url(/assets/images/head_crew_light.gif);
	width: 334px;
	}
/*  Former Home Player Header */	
#head-FormerHome-light {
	background-image: url(/assets/images/PlayerHeader_FormerHomes.gif);
	width: 248px;
	height:14px;
	}
#head-tvschedule {
	background-image: url(/assets/images/head_tvschedule.png);
	width: 181px;
	height:27px;
	}
#head-tvschedule_Sub {
	background-image: url(/assets/images/subTitle_TVPrograms.gif);
	width: 600px;
	height:27px;
	}

#head-TVProgram-light {
	background-image: url(/assets/images/PlayerHeader_SCWeek.gif);
	width: 190px;
	height:14px;
	}

/* Virtual Tour Player */	
#head-byroom-light {
	background-image: url(/assets/images/PlayerHeader_VirtualTour.gif);
	width: 120px;
	height:14px;
	}
#head-RelatedLinks
{
	background-image: url(/assets/images/head_RelatedLinks.png);
	width: 240px;
}

/* ICONS */
.icon {
	background-color: transparent;
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 3px 20px;
	}
	
.icon-email {
	background-image: url(/assets/images/icon_email.gif);
	}

.icon-print {
	background-image: url(/assets/images/icon_print.gif);
	vertical-align:middle;
	}





/* TABLE - PRESIDENTS */
#table-grid-presidents {
	margin-right: auto;
	margin-left: auto;
	}

#table-grid-presidents tr td {
	padding-right: 20px;
	width: 150px;
	}
	
#table-grid-presidents tr td.last-child {
	padding-right: 0px;
	}
	
#table-grid-presidents tr.row-pres-picture td {
	padding-bottom: 10px;
	}
	
#table-grid-presidents tr.row-pres-name td {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 15px;
	}
	
.thumb-president {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 150px;
	width: 150px;
	}
	
.thumb-president:hover {
	background-position: 0 -150px;
	}
	
.thumb-president span {
	display: none;
	}
	
#thumb-pres-washington {
	background-image: url(/assets/images/pres_fam_washington.jpg);
	}
	
#thumb-pres-jefferson {
	background-image: url(/assets/images/pres_fam_jefferson.jpg);
	}
	
#thumb-pres-monroe {
	background-image: url(/assets/images/pres_fam_monroe.jpg);
	}
	
#thumb-pres-adams {
	background-image: url(/assets/images/pres_fam_adams.jpg);
	}	
	
#thumb-pres-jackson {
	background-image: url(/assets/images/pres_fam_jackson.jpg);
	}
	
#thumb-pres-lincoln {
	background-image: url(/assets/images/pres_fam_lincoln.jpg);
	}
	
#thumb-pres-mckinley {
	background-image: url(/assets/images/pres_fam_mckinley.jpg);
	}
	
#thumb-pres-roosevelt {
	background-image: url(/assets/images/pres_fam_roosevelt.jpg);
	}

#thumb-pres-wilson {
	background-image: url(/assets/images/pres_fam_wilson.jpg);
	}	
	
#thumb-pres-harding {
	background-image: url(/assets/images/pres_fam_harding.jpg);
	}	

#thumb-pres-hoover {
	background-image: url(/assets/images/pres_fam_hoover.jpg);
	}	
	
#thumb-pres-fdr {
	background-image: url(/assets/images/pres_fam_fdr.jpg);
	}
	
#thumb-pres-truman {
	background-image: url(/assets/images/pres_fam_truman.jpg);
	}

#thumb-pres-eisenhower {
	background-image: url(/assets/images/pres_fam_eisenhower.jpg);
	}
	
#thumb-pres-kennedy {
	background-image: url(/assets/images/pres_fam_kennedy.jpg);
	}
	
#thumb-pres-nixon {
	background-image: url(/assets/images/pres_fam_nixon.jpg);
	}
	
#thumb-pres-ford {
	background-image: url(/assets/images/pres_fam_ford.jpg);
	}

#thumb-pres-carter {
	background-image: url(/assets/images/pres_fam_carter.jpg);
	}
	
#thumb-pres-reagan {
	background-image: url(/assets/images/pres_fam_reagan.jpg);
	}
	
#thumb-pres-bush {
	background-image: url(/assets/images/pres_fam_bush.jpg);
	}
	
#thumb-pres-clinton {
	background-image: url(/assets/images/pres_fam_clinton.jpg);
	}
	
#thumb-pres-gwbush {
	background-image: url(/assets/images/pres_fam_gwbush.jpg);
	}

#thumb-pres-obama {
background-image: url(/assets/images/pres_fam_obama.jpg);
}




/* TABLE - THUMBs */
.table-thumbs tr td {	
	padding-bottom: 10px;
	}
	
.table-thumbs tr td.col-thumb {	
	padding-right: 15px;
	}





/* THUMBS */
.thumb-small {
	background: url(/assets/images/bg_thumb_small.gif) no-repeat;
	height: 70px;
	width: 70px;
	}
	
.thumb-large {
	background: url(/assets/images/bg_thumb_large.gif) no-repeat;
	height: 175px;
	margin: 0 15px 5px 0;
	position: relative;
	width: 175px;
	z-index: 3;
	}





/* POPUP */
#pop-body {
	background: #A9C7E7;
	}
	
#pop-container {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	}
	
#pop-content {
	padding: 20px 30px;
	}
#pop-content  p{
	color: #000000;
	}
	

#pop-content  .pop-content-invalid-email{
	color: #FF0000;
	}
	
	
#pop-content .form-text {
	width: 245px;
	}
	
#pop-content .form-textarea {
	height: 110px;
	width: 310px;
	}

#pop-content-right-box {
	padding-top: 4px;
	color: #000000;
	float: right;
	}
	
#pop-content-right-box a{
	cursor: pointer;
	text-decoration: underline;
	}	
	
#pop-content-thanks a{
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
	}
	
#round-top {
	background: transparent url(/assets/images/bg_round_blue_top.png) no-repeat;
	height: 29px;
	font-size: 1px;
	line-height: 1px;
	width: 543px;
	}
	
#round-middle {
	/*background: transparent url(/assets/images/bg_round_blue_middle.png) repeat-y;*/
	width: 400px;
	color: #A9C7E7;
	}
	
#round-bottom {
	background: transparent url(/assets/images/bg_round_blue_bottom.png) no-repeat;
	height: 32px;
	font-size: 1px;
	line-height: 1px;
	width: 543px;
	}





/* COLOR */
.color-white {
	color: #fff !important;
	}

.color-red {
	color: #c00 !important;
	}
	
.color-blue {
	color: #5c1400 !important;
	}
	
.color-blue-light {
	color: #5c1400 !important;
	}
	
.color-blue-dark {
	color: #1e508f !important;
	}
	
.color-gray {
	color: #898989 !important;
	}
	
.color-gray-dark {
	color: #666 !important;
	}
	
.color-red-dark {
	color: #791c02 !important;
	}
	
.color-blue-dark2 {
	color: #0a246a !important;
	}	

.ivJ {
	color: #791c02 !important;
	font-weight:bold;
	}
	
.ivH {
	color: #0a246a !important;
	font-weight:bold;
	}


/* SIZE */
.size-xlarge {
	font-size: 22px;
	}

.size-large {
	font-size: 18px;
	}

.size-medium {
	font-size: 15px;
	}
	
.size-normal {
	font-size: 13px;
	}

.size-small {
	font-size: 11px;
	}





/* FONT */
.font-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.font-verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	





/* LINKS */

#nolink	{
	text-decoration: none;
	color: black;
	}

a.link-embed {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
	
a.link-embed:hover {
	color: #fff;
	}

.link-blue-underline {
	color: #039;
	text-decoration: underline;
	}
.link-blue-nouline {
	color: #039;
	text-decoration: none;
	}	
	
.link-blue-light-underline {
	color: #06c;
	text-decoration: underline;
	}
	
.link-white, .link-white:hover {
	color: #fff;
	}





/* LINEs */
.line-dotted {
	border-top: 2px dotted #999;
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0px 15px 0px;
	position: relative;
	z-index: 2;
	}





/* ALIGNMENT */
.align-center {
	text-align: center;
	}
	
.align-left {
	text-align: left;
	}
	
.align-right {
	text-align: right;
	}

.valign-top {
	vertical-align: top;
	}	

.valign-middle {
	vertical-align: middle;
	}
	
.valign-bottom {
	vertical-align: bottom;
	}

#thumb-FLady-LauraBush {
	background-image: url(/assets/images/Flady_LauraBush.jpg);
	}



/* FLOATS / CLEARS */
.clear {
	clear: both;
	}
	
.float-left {
	float: left;
	}
	
.float-right {
	float: right;
	}

.links
{
	font: normal 12px Arial, Helvetica, sans-serif;
}

.links ul
{
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.links ul li.link_ext
{
	margin: 1px 1px 1px 0px;
	padding: 10px 5px 0px 30px;
	background: url(/assets/images/icon-link_external.gif) 5px 11px no-repeat;
}

/* EMBED LINK */

.embedCodeBox {
	display:none;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	}



/*  AD */

.AD_img
{
	 border:0px;
	 padding-top:0px;
	 padding-bottom:5px;
}

/* Buiding the Court Buttons */
#buttonBox
{
	background-color:#121212;
	/* height:170px;*/
	width:902px;
	text-align:center;
	
}
.Excavation
{
	background-color:#121212;
}

#buildingDesc
{
	color:#ffffff;
	font-size:12px;
	padding:0px 0px 20px 0px;
	width:600px;
	text-align:left;
	margin:0px auto;
}

.buildingTitle
{
	color:#f8d570;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.his_DesTitle
{
	font-size:12px;
	font-weight:bold;
}

.his_Desc
{
	font-size:12px;
	font-weight:normal;
	padding:6px 2px 20px 30px;
}

.his_Desc p
{
	padding-bottom:15px;
}
.inthenews
{
	padding-bottom:20px
}
.inthenews span
{
	font-style:italic;
}


