@charset "utf-8";
/* CSS Document */
body {
background-color:#996600;
margin:0;
}
.site {
width: 760px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-align:left;
}
.headerSpace{
background-color:#8b5400;
height:20px;
}
.header{
height:101px;
padding-top:5px;
background-image:url(images/bk_01.gif);
background-repeat:no-repeat;
}
.nav {
height:32px;
background-color:#CC6600;
font-family:Tahoma;
font-size:14px;
color:#FFFFFF;
}
.topContent{
height:72px;
background-image:url(images/bk_02.gif);
}
.mainContent {
background-color:#FFFFFF;
background-image:url(images/bk_03.gif);
background-position:top;
background-repeat:no-repeat;
}
.newsColumn {
width:200px;
border-right:1px solid #996600;
}
.rightColumn {
width:180px;
border-left:1px solid #996600;
}
.titleText {
font-size:16px;
color:#996600;
font-weight:bold;
}
.titleText2 {
font-size:16px;
color:#990000;
font-weight:bold;
}
.titleText3 {
font-size:14px;
color:#000000;
font-weight:bold;
}
.nav a:link {
color:#FFFFFF;
text-decoration:none;
}
.nav a:active {
color:#FFFFFF;
text-decoration:none;
}
.nav a:visited {
color:#FFFFFF;
text-decoration:none;
}
.nav a:hover {
color:#FFFFFF;
text-decoration:underline;
}
/*VideoLightBOx*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}