/* CSS Document */

body{
padding : 0;
margin : 0;
background-color : #000000;
background-image : url();
background-repeat : repeat-y;
}

a:link    { color: #DED9D9;  text-decoration: none; outline: none}
a:active { color: #DED9D9;  text-decoration: none; outline: none}
a:visited { color: #666666;  text-decoration: none; outline: none}
a:hover { color: #666666;  text-decoration: underline; outline: none}

a.bottomcopy:link    { color: #edead8;  text-decoration: none; outline: none}
a.bottomcopy:active { color: #edead8;  text-decoration: none; outline: none}
a.bottomcopy:visited { color: #00aeef;  text-decoration: none; outline: none}
a.bottomcopy:hover { color: #00aeef;  text-decoration: underline; outline: none}

a.directions:link    { color: #00aeef;  text-decoration: none; outline: none}
a.directions:active { color: #edead8;  text-decoration: none; outline: none}
a.directions:visited { color: #00aeef;  text-decoration: none; outline: none}
a.directions:hover { color: #00aeef;  text-decoration: underline; outline: none}

#topbar{
	position : static;
	top : 0px;
	left : 0px;
	width : 760px;
	height: 80px;
}

#mainflash{
       width : 760px;
	   height: 332px;
	   background-color: #edead8;   
}

#bottombar{
       position : absolute;
       top : 331px;
       left : 0px;
       width : 760px;
	   background-color : #333300;
}

p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : normal;
      color : #666666;
      background-color : transparent;
      line-height : 100%;
}

.bottom{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #666;
      line-height : 100%;
	  margin: 15px 0px 25px
	  
}

.directions{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : bold;
      color : #00aeef;
      line-height : 100%;
	  margin-left: 25px;
	  
}
#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	filter:alpha(Opacity=65);
	opacity:0.65;
	-moz-opacity:0.65;
	-khtml-opacity:0.65
}
#dialog {
	display:none;
	background-image:url(images/pop_over_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	left:300px;
	top:250px;
	width:300px;
	height:200px;
	position:absolute;
	z-index:100;
}
#dialog p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin:10px 10px 10px 10px;
	font-weight:bold;
}

