/* master.css */
body {
	font-size:1.0em;
	background-color:#262626;
	line-height:16px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
}

#container { 
	background-color:#F2F2F2;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	margin-bottom:50px;
}

#header { 
	height:60px;
	background-color:#E4E8F2;
	opacity:0.93;
}

#logo {  
	text-align:left; 
	padding-top:18px;
	padding-left:20px; 
}

#logo a{ 
	color:#000A75; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:30px; 
	font-variant:small-caps; 
}

#menu { 
	background-color:#E4E8F2;
	width:869px; 
	height:30px; 
	padding-right:1px;
}

#menu ul { 
	margin-left:14px;
}

#menu ul li{ 
	display:inline-block;
	float:left;
	padding-right:31px; 	 
	height:32px;
}

#menu a { 
	display:block;  
	color:#000A75; 
	font-size:14px; 	
	text-transform:uppercase; 
	font-weight:bold; 
	text-decoration:none; 
	padding-top:3px;
	padding-right: 20px;

}

#menu a:hover{  
	text-decoration:underline;

}

#content { 
	margin-top:30px; 
	width:870px; 
	padding:5px 0px 20px 1px;
}

#content h1 {  
	font-variant:small-caps;  
	font-size:1.5em; 
	color:#000; 	
	background-color:#E8E8E8;
	opacity:0.9; 
	width:330px; 
	padding:5px 0 5px 20px; 
	margin-top:7px;
}

#content p { 
	color:#000;
	line-height:auto;
	font-size:13px;
}

#reel {
	margin-left:70px;
	margin-right:70px;
	padding-top:5px;
}

#bio {
	margin-left:13px;
	margin-right:70px;
	margin-bottom:8px;
	margin-top:15px;
	padding:5px;
}

#bio img {
	padding:5px 30px 5px 33px;
	float:left;
}

#bio p {
	padding-left:30px;
}

#chart {
	padding-top:8px;
}

#chart a {
	text-decoration:underline;
	color:#000A75;
}

.chart {
	margin-left:40px;
	margin-right:95px;
	margin-bottom:8px;
	padding:5px;
	height:200px;
}

.left {
	padding-right:20px;
	width:305px;
	float:left;
}

.left img {
	border-width:0;
}

.right {
	margin-left:305px;
}

.title {
	font-weight:bold;
}

#tab {
	margin-left:10px;
	margin-right:15px;
	margin-bottom:8px;
	margin-top:15px;
	padding:5px;
	height:566px;
}


#tab td {
	padding:6px 8px;
}

#tab img {
	border-width:0;
}

#footer {
	color:#000;
}

*/




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
