@charset "UTF-8";
/* CSS Document */

a { /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*:focus { 
	outline: none; 
	}

#proCol1 {
	float: left;
	height: 100%;
	width: 258px;
	padding: 10px 0px 15px 0px ;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2;
	letter-spacing: 3px;
	}
	
#proCol2 {
	float: left;
	height: 100%;
	width: 550px;
	border-right: solid 1px #990000;
	border-left: solid 1px #990000;
	display:none;
}

#proCol2intro {
	float: left;
	min-height:569px;
	border-left: solid 1px #990000;
	padding: 10px 0 0 10px;
}


#proCol3 {
	float: left;
	height: 100%;
	width: 85px;
	display:none;
}


#proCol1 a:hover{
	color:#990000;
	}

.arrow, .arrow a:link, .arrow a:visited, .arrow a:hover, .arrow, a:active{
	color:#FFFFFF;
	text-decoration:none;
	border:none;	
	}	

.deadMenu, .deadMenu a:link, .deadMenu a:visited{
	color:#888888;
	padding: 0 0 0 10px;
	}
	
.truman, .truman a:link, .truman a:visited{
	color:#990000;
	padding: 0 0 0 10px;
	}
	
.liveMenu a:link, .liveMenu a:visited {
	color: #000000;
	}
	
.liveMenu 	{
	border-color: #333333;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0 0 0 20px;
}

.subMenu, .subMenu a:link, .subMenu a:visited {
font-size:10px;
padding: 0 0 8px 5px;
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 0px;
font-weight:100;

}
	
.invisible {
	display:none;
	}
.visible {
	display:block;
	}	
	

.actLinks, .actLinks a:link, .actLinks a:visited{
	color: #990000;
	}	
	
.uLinks a:link{
	color: #222222;
	}
	
.categoryL, a.categoryL:link, a.categoryL:visited{
	color: #222222;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.categoryH, a.categoryH:link, a.categoryH:visited{
	color: #990000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a img.bordered {border:3px solid #888888;}
a:hover img.bordered {border: 3px solid #990000;}

img.borderedH {border:3px solid #990000;}
a img.borderedH {border:3px solid #990000;}
a:hover img.borderedH {border: 3px solid #990000;}


a.categoryL:hover{
	color: #990000;
}

#proWindow {
	margin: 0 0px 0 260px;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 1px;
}

#proPic {
	padding: 10px;	
	border-bottom: solid 1px #990000;
	width: 100%;
	height:296px;
}

#proDesc {
	padding: 10px 10px 15px 10px;
	width: 530px;
	min-height:239px;
	display:block;
	}
		
#proThumb {
	width:70px;
	height: 296px;
	padding: 10px;
	float:left;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#awards {
	padding: 10px 26px 10px 0;
	float:right;
	width:50px;
	font-weight:bold;
	font-size:13px;
	min-height: 224px;
	}
	
#arrows {
	float:right;
	}


