body {
	margin:50px 0px; padding:0px;
	background-image:url('../pics/shared/background.jpg');
	text-align:center;
	color:black;
	font-family: "Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size: 14px;
}

h1 {
    font-size: 24px;
}
	
#float {
	position: relative;
	width:904px;
	height:700px;
	background-image:url('../pics/shared/bg.jpg');
	background-repeat: no-repeat;
	margin:0px auto;
	text-align:left;
}

#inner {
    float:left;
}

#billboard {
    clear:both;
	position: relative;
	top: 136px;
	left: 224px;
	width: 640px;
	height: 361px;
	text-align:left;
	background-image:url('../pics/shared/billboard.jpg');
	background-repeat: no-repeat;
	z-index: 0;
}

#billboard > div.jScrollPaneContainer {
    
}

#billboard < div.jScrollPaneContainer < div {
}

#filmBox {
    border: 1px solid white;
    width: 140px;
    opacity: 0.85;
    background-color: #c2d2e7;
    float:right;
    z-index: 2;
    position: relative;
    top: -180px;
    right: 700px;
    padding:10px;
    color: #333333;
    font-size: 11px;
}

#shadowRight {
    position: absolute;
    right: 0;
    background-image:url('../pics/shared/shadow_right.png');
    width: 4px;
	height: 700px;
}	

#shadowBottom {
    background-image:url('../pics/shared/shadow_bottom.png');
    width: 904px;
	height: 4px;
	margin:0px auto;
}

#text {
	/*margin:0px auto;*/
	width: 620px;
	height: 345px;
	text-align:left;
	overflow: auto;
}

#palisade {
	position: relative;
	top: 187px;
	left: 300px;
	width: 604px;
	height: 68px;
	text-align:left;
}

#palisade div {
    float:left; 
    padding-right: 18px;
    margin-top: 6px;
}

#footer {
	position: relative;
	top: 206px;
	left: 10px;
	width: 880px;
	height: 20px;
	text-align:left;
}

#footerNav {
	float: left;
}
#footerIcons {
    position: absolute;
    right: 0;
}

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

#billboard a:link, #billboard a:visited {
    color:#000;
    text-decoration: none;
}
#billboard a:hover {
    text-decoration: underline;
}


#menu {
    position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 10px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    list-style:none outside none;
}

#menu ul li {
    list-style-type:none;
    position:relative;
    float: left;
}

#menu ul li a {
    background-image:url('../pics/shared/navButton.png');
    width: 143px;
	height: 19px;
	display:block;
	margin-left: 4px;
	border: 1px solid white;
	text-align: center;
	padding-top: 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

#menu ul li a:hover {
    color: #990000;
}

#menu ul li a.active {
    color: #990000;
}

#menu ul ul {
    visibility:hidden;
    display: block;
    position:absolute;
    height:0;
    left:0;
    top:20px;
    margin: 0px;
    padding-top: 12px;
    z-index: 10;
}

#menu ul ul li {
    display: block;
    float: none;
    white-space: nowrap;
    width: auto;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul {
    visibility:visible; 
}

#menu ul ul li a {
    opacity: 0.85;
    background-color: #b9c6de;
    font-size: 11px;
    height: 16px;
    text-align: left;
    padding-left: 8px;
    width: 135px;
}


#footerNav ul {
    margin: 0px;
    padding: 0px;
    list-style:none outside none;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

#footerNav ul li {
    list-style-type:none;
    position:relative;
    float: left;
}

#footerNav a {
    font-weight: bold;
    font-size: 11px;
    margin-right: 20px;
}




.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 10px;
	left: 10px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

img.img_intext {
  float: left;
  padding: 8px 12px 8px 0px;
}

