<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ## Homepage page layout and atyle */

/*-----tooltip popup box's-----*/
div#qTip {
display: none;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
opacity: 0.90;
-moz-opacity: 0.90;
filter: alpha(opacity=90);
background-color:#333333;
border-left: #9D0000 solid 5px;
color: #FFF;
font-size:0.7em;
position: absolute;
z-index: 1000;
width:200px;
line-height: 1.4em;
}
div#qTip h2{
    height: 12px;
    margin: -18px 0 0 140px;
background: url(img/arrow.gif) no-repeat top right;
width:40px;
}

/* Main layout */
#page-wrap {
/*margin-top: -16px;*/
background: url(imgs/nav-hang2.jpg) no-repeat;
background-position: center 223px;
font-family:"Lucida Grande", Verdana, Arial;
}	



#flash-wrap {
width: 950px;
height: 235px;
}

#flash-wrap img {
display: block;
}
#section-content {
margin: 0;
padding-bottom: 1em;
width: 705px;
background: none;
float: left;
font-size: .9em;
}

#section-content p {font-size:1.05em;}

#intro {
padding: 10px 10px 10px 2px;
}

#intro div {
background: none;
}

#intro h2 {
/*background: url(imgs/home-welcome.gif) no-repeat;
width: 456px;
height: 45px;*/
}

#intro h2 span {
margin: -1px 0 0 -1px;
padding: 0;
border: none;
background: transparent;
background-image: none;
display: block;
width: 1px;
height: 1px;
overflow: hidden;
}

#section-nav {
padding: 10px 0 10px 10px;
background: url(imgs/section-nav-hme.jpg) 0 50px no-repeat;
width: 235px; /*245px*/
float: left;
margin-top: -50px;
position: relative;
z-index: 500;
}

/* Features, Events, and News */
#section-nav div.lift div {
border: 0;
}
#content {
margin: 0;
padding: 0 0 22px 0;
width: 705px;
float: left;
background: #FFF url(imgs/home-content-tr.gif) right 0 no-repeat;
}
#page-col1 {
padding-right: 6px;
width: 222px; /* 228 */
float:left;
} 

#page-col2 {
padding: 0 0 0 8px;
width: 222px; /* 230 */
float:left;
}

#page-col3 {
padding: 0 0 0 8px;
width: 220px; /* 228 */
float: right;
margin:0;
}
#movie_feature {
width: 460px;
height: 222px;
border:#CCCCCC solid 1px;
float:left;
padding: 12px 0;
}
#features {
padding: 12px 0;
width: 225px;
background: #FFF;
float: left;
}

#features img {
border-bottom: 1px solid #FFF;
display: block;
}

#features div.lift div {
padding: 7px 7px 0 10px;
background: #D9D5BE;
line-height: 1.4;
}

#page div.lift {
background: url(imgs/lift-off-white.jpg) 100% bottom no-repeat;
}

#page div.context-home { /* new lift-off image here */ 
background:url(imgs/lift-off-home-info.jpg) 100% bottom no-repeat;
} 

#events {
padding: 12px 0 12px 10px;
width: 220px;
float: left;
}

#events li {
margin-right: 5px;
display: inline;
}

#events em {
padding: 0 0 0 8px;
}

#news {
padding: 12px 0 12px 10px;
background: #FFF url(imgs/home-content-tr.gif) right 0 no-repeat;
width: 220px;
float: left;
}

/* Page style */
#section-content h3 {
margin-bottom: 7px;
border-bottom: none;
color: #666;
text-transform: uppercase;
font-size: 1.15em;
}

#section-content a {
color: #666;
font-size: 0.95em;
font-weight: bold;
text-decoration: none;
}

#section-content a:hover {
text-decoration: underline;
}

#features p {
margin-bottom: 0.75em;
}

#features h4 {
color: #000;
font-size: 1.35em;
line-height: 1.2;
font-weight:normal;
}

p.img-border img {
padding: 1px;
border: 1px solid #CCC;
}

#context-nav a, #quick-link a {
font-size: 1.1em;
}

#section-content .more a {
font-size: .9em;
}

#home-content {
/*background:#FFFFFF url(imgs/home-content-tr.gif) no-repeat scroll right 0;*/
float: left;
margin: 50px 0 0;
width: 850px;
}

/*#home-content td, th {
	font-size: 1em;
}*/</pre></body></html>