﻿/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/* line-height: 20; */
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body
{
    font-family: Verdana, Tahoma, Arial, Times New Roman;
    font-size: 11px;
    background-color: #DBDADF;
}

a
{
    text-decoration: none;
    color: #CF2D22;
}

a:hover
{
    text-decoration: underline;
    color: #BCC3C9;
}

/* structure */
#page
{
    width: 1024px;
    margin: auto;
    background-color: #000;
    min-height: 700px;
    border-left: solid 5px #949599;
    border-right: solid 5px #949599;
    border-bottom: solid 5px #949599;
}

#logo
{
    position: relative;
    display: block;
    height: 594px;
    text-align: center;
    /* background-color: green;
    background-color: green; 594px; 
    background-image: url(/assets/images/handsoff_445.jpg);
    background-position: center top;
    background-repeat: no-repeat;    */
}

#logoimg_small
{
    display: none;
}

#hidelink
{
    display: none;
}

#toggle
{
    text-align: right;
    /* background-color: Fuchsia; */
    text-transform: uppercase;
    padding-right: 20px;
    font-weight: bold;
    display: none;
}

#copy
{   
    height: 55px;
    background-color: #000;
    text-align: center;
    padding-top: 10px;
    color: #fff;
}

#video 
{    
    height: 390px;
    text-align: center;
    display: none; 
}

#flashframe
{
    height: 390px;
    width: 100%;
    background-color: #000;
}

#contact
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#noFlashDiv
{
    height: 390px;
    /* background-color: Yellow;
    background-image: url(/assets/images/getflashplayer.gif);
    background-position: center center;
    background-repeat: no-repeat; */
    display: none; 
}

#FlashContainer
{
    
}



