<!--
html{
background-image: url(images/htmlbg2.jpg);
background-repeat:repeat-x;
background-position-y:top;
}

body{
background-image: url(images/bodybg2.jpg);
background-repeat:no-repeat;
width:1024px;
height:670px;
margin:0 auto;
}

#wrap{
position: relative;
}

#video{
position:relative;
top:53px;
left:60px;
}

#infoAll{
margin-left:110px;
position:relative;
bottom:60px;
}

.info{
height:235px;
width:237px;
float:left;
margin-right:60px;
margin-top:70px;
}

.info p{
font-family:geneva, verdana, sans-serif;
font-size:.8em;
color:#2e2e2e;
margin-top:50px;
}

.info h2{
font-family:helvetica, trebuchet, trebuchet ms, sans-serif;
font-size:3em;
color:#fff;
display:block;
text-align:left;
position:relative;
top:41px;
}

.info h6{
font-family:geneva, verdana, sans-serif;
font-size:.8em;
color:#fff;
display:block;
padding:1px 0 1px 20px;
background-color:#2e2e2e;
text-align:right;
position:relative;
right:17px;
bottom:10px;
}

#info1 #actNow{
background-image: url(images/extrabg2.png);
background-repeat:no-repeat;
background-position:-4px -7px;
padding-left:15px;
}

.info img{
float:left;
}

.blackSpan{
color:#2e2e2e;
}

#headerDiv{/*Is this NEssecary??*/
}

form{
position:absolute;
clear: both;
width:250px;
left:570px;
top:290px;
/* hide until clicked */
display: none;
}

form p{
float:left;
color:#2e2e2e;
font-family:helvetica, trebuchet, trebuchet ms, sans-serif;
font-size:.9em;
position:absolute;
left:-55px;
}

form input{
position:relative;
display: block;
top:10px;
margin-top:2px;
}

form input #submit{
margin:30px
}

h4{
background-image: url(images/see-more-button.jpg);
height: 48px;
width: 143px;
cursor: pointer;
display: inline;
position: absolute;
right: 327px;
bottom: -5px;
text-indent: -9999px;
}

/*Begin Login styling*/
#overlay form{
position: relative;
top: 10px;
}

#overlay h1{
text-align: center;
}

#overlay .password{
margin: 0 0 0 4px;
}

#overlay .login-submit{
display: block;
margin: 10px 0 0 124px;
color: #000;
}

div.tooltip { 
background-color:#000; 
outline:1px solid #669; 
border:2px solid #fff; 
padding:10px 15px; 
width:200px; 
display:none; 
color:#fff; 
text-align:left; 
font-size:12px; 

/* outline radius for mozilla/firefox only */ 
outline-radius:4px; 
-moz-outline-radius:4px; 
-webkit-outline-radius:4px; 
}

:focus {
  -moz-outline-style:none;
}



/* the overlayed element */ 
div.overlay { 
 
/* growing background image */ 
background-image:url(images/overlay/white.png); 
 
/* dimensions after the growing animation finishes  */ 
width:200px; 
height:px;         
 
/* initially overlay is hidden */ 
display:none; 
 
/* some padding to layout nested elements nicely  */ 
padding:55px; 
} 

/* default close button positioned on upper right corner */ 
div.overlay div.close { 
background-image:url(images/overlay/close.png); 
position:absolute; 
left:5px; 
top:5px; 
cursor:pointer; 
height:35px; 
width:35px; 
}



-->
