/* ::::::::::::::::::::::::::::::::::::::::::::: COMMON CLASSES ::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ........................ Body Class ........................ */ 
body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;margin:0px;padding:0px;text-align:center; color:#7D8183}
/* ........................ Body Center ........................ */
.container{width:780px; margin:0 auto;padding:0px;top:0px;border:0px}
/* ...................... Table Alignment ...................... */
table{border:0px; margin:0px;padding:0px}
/* ........................ P and H Tags ....................... */
h1, h2, h3, h4, h5, h6, form{margin:0px;padding:0px}
/* ::::::::::::::::::::::::::::::::::::::::::::: END COMMON CLASSES :::::::::::::::::::::::::::::::::::::::::::::::: */
/* ........................ Font Arial ........................ */
.fv07{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:7px;}
.fv08{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8px;}
.fv09{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; letter-spacing: 2px;}
.fv10{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.fv11{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.fv12{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.fv14{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
.fv15{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:15px;}
/* ....................... Fonts and links Forground/Background Colors ....................... */
.white{color:#FFF}
.blue{color:#002EB3}
.green{ color:#266A4E}
.fgreen{ color:#A6DCC5}
.black{ color:#000000}
.dgreen{ color:#008E8F}
.black{color:#000000}

/* ........................ Bullets ........................ */ 
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(bullet.gif);
background-repeat: no-repeat;
padding-left: 1.3em;
margin: .4em 0;
}
/* ..................... General Classes ...................... */
.clink{color:#FFFFFF; text-decoration:none; font-size:12px}
.clink2{color:#008E8F; text-decoration:none;}

.bottom { background-image:url(bgbottom.gif); background-repeat:repeat-x;}

.bo{border:1px solid #D2D5D4}
.bob{border-bottom:1px solid #D2D5D4}

/* nav */
ul.nav
{
	padding: 22px 0px 0px 82px;
}

.nav li
{
	decoration:none;
	background-image:none;
	padding-bottom: 22px;
}
.nav a
{
	display:block;
	width:230px;
	height:13px;
	text-indent:-9999px;
	outline:none;
}
.nav a:hover
{
	background-position: 0 -13px;
}
a.home
{
	background:url(../images/home-button.gif) no-repeat;
}
a.home-open
{
	background:url(../images/home-button.gif) no-repeat;
	background-position: 0 -13px;
}
a.venue
{
	background:url(../images/thevenue-button.gif) no-repeat;
}
a.venue-open
{
	background:url(../images/thevenue-button.gif) no-repeat;
	background-position: 0 -13px;
}
a.events
{
	background:url(../images/recentevents-button.gif) no-repeat;
}
a.events-open
{
	background:url(../images/recentevents-button.gif) no-repeat;
	background-position: 0 -13px;
}
a.history
{
	background:url(../images/historyofneo-button.gif) no-repeat;
}
a.history-open
{
	background:url(../images/historyofneo-button.gif) no-repeat;
	background-position: 0 -13px;
}
a.download
{
	background:url(../images/downloadinformation-button.gif) no-repeat;
}
a.download-open
{
	background:url(../images/downloadinformation-button.gif) no-repeat;
	background-position: 0 -13px;
}
/* image scroller for homepage panorama */
#main  {
  width: 510px;
  margin: 0 auto;
  padding-bottom:20px;
}

#content-slider {
  width: 490px;
  height: 3px;
  margin: 10px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -6px;
  background: #008e8f;
  border: solid 1px black;
}

#content-scroll {
  width: 510px;
  height: 235px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px black;
}

#content-holder {
  width: 2139px;
  height: 235px;
}




/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: END CSS ::::::::::::::::::::::::::::::::::::::::::::::::::: */