﻿* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
	background-color:#9acee5;
	font-family:Verdana, Arial;
	font-size:small;
	background-image: url(../../images/contentback.jpg);
	background-repeat:repeat-x;
	background-position:left; 
	background-position:top;
}
td.splash
{
    background-color:#49bbe8;
    cursor:pointer;
}
td.splash2
{
    background-color:#71caee;
    cursor:pointer;
}
td.splash3
{
    background-color:#93d7f1;
    cursor:pointer;
}
td.splash4
{
    background-color:#c2e9f7;
    cursor:pointer;
}
fieldset.fieldsetheader
{
	background-image: url(../../images/AYCHeadBackground.gif);
	background-repeat:repeat-x;
	color:#d5d5d5;
	padding-left:5px;
}
a.biggerlink
{
	font-size:large;
	text-decoration: none;
	color: #217ae7;
}
a:hover.biggerlink 
{
	text-decoration:underline;
	font-size:large;
	color: #217ae7;
}
a.teenylink
{
	font-size:x-small;
	text-decoration: none;
	color: #217ae7;
}
a:hover.teenylink 
{
	text-decoration:underline;
	font-size:x-small;
	color: #217ae7;
}
a.midwhitelink
{
	font-size:small;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.midwhitelink 
{
	text-decoration:underline;
	font-size:small;
	color: #FFFFFF;

}
a.splashlink
{
	font-size:small;
	text-decoration: none;
	color: #000000;
}
a:hover.splashlink 
{
	text-decoration:none;
	font-size:small;
	color: #000000;
}
.header
{
	height:152px;
	background-color:#e5e5e5;
}
.smallbuttontext
{
	font-size:xx-small;
}
.content
{
	margin-left: auto; 
	margin-right: auto;
	padding:  14px 24px 30px 25px;
	background-color:#FFFFFF;
	height:auto;
	width:800px;
	text-align:left;
}
.form
{
	background-color: #e5e5e5;
	padding: 10px 10px 10px 10px;
	border-width:thin;
	border-style:solid;
	border-color:#6b696b;
}
.headerclass
{
	color:#000000;
	font-size:x-small;
	vertical-align:middle;
	height:25px;
}
.menu
{
	margin-left: auto; 
	margin-right: auto;
	padding: 0px 50px 15px 50px;
	background-color:#FFFFFF;
	height:auto;
	width:907px;
	background-image: url(../../images/aycback.gif);
}
.wrapper 
{
	min-height: 100%;
	text-align:left;
	width: 1006px;
	height: auto !important;
	height: 100%;
	background-color:#ffffff;	
	background-image: url(../../images/aycback.gif);
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	width:960px;
	text-align:center;
}
.footerreal
{
	background-color:#6c6b6b;
	background-image: url(../../images/bg-bubplastic.gif);
	padding-top:8px;
	margin-left: auto; 
	margin-right: auto;
	height:20px;
	color:#000000;
	font-style:italic;
	font-size:x-small;
}
h1
{ padding: 6px 0px 1px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 2px solid;
  font-size: 150%;
  width: 600px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Verdana, arial, sans-serif;
  letter-spacing: .1em;
  font-variant:small-caps;
  background: transparent;
  color: #000000;
  border-color: red;
}
h3
{ padding: 6px 0px 1px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 2px solid;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Verdana, arial, sans-serif;
  letter-spacing: .1em;
  font-variant:small-caps;
  background: transparent;
  color: #000000;
  border-color: red;
}
h4
{ padding: 6px 0px 1px 0px; 
  margin: 0px 0px 12px 0px;
  font-size: 95%;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Verdana, arial, sans-serif;
  letter-spacing: .1em;
  font-variant:small-caps;
  background: transparent;
  color: #000000;
}
h5
{ padding: 6px 0px 1px 0px; 
  margin: 0px 0px 12px 0px;
  font-size: 14pt;
  font-weight:bold;
  font-family: Verdana, arial, sans-serif;
  letter-spacing: .1em;
  background: transparent;
  color: #FFFFFF;
}

/** yellow message box **/
.messagebox
{
	border:solid 1px #acac7a; 
	background:#f9f9c3;
	color:#222222;
	padding:10px 4px 8px 14px;
	text-align:left;
	width: 400px;
}

/****** different buttons */


a.ovalbutton{
background: transparent url('../../images/oval-orange-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../../images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* buttons end */

/* igdm menu */
/* the root  */
.igdm_ControlHorizontal
    {
        cursor: default;
        float:left;
        white-space: nowrap;
        font-family: Arial;    
		background-image: url(../../images/igdm_ControlBackground.png);
        background-repeat: repeat-x;    
        background-position: top;
        background-color: #000000;
        border: 0px none;
        height: 25px;
        padding-right:10px;
        border: 0px solid #FFFFFF;
    }
.igdm_MenuItemHorizontalRootLink
    {
        text-decoration: none;
        font-family:Arial;    
        font-size: 12px;
        cursor: default; 
        color: #000000;
        font-weight: bold;
    }
.igdm_MenuItemHorizontalRootSelected
    {
        background-image: none;
        background-color: #FFFFFF;
    }
.igdm_MenuItemHorizontalRootActive >a
    {
    color: #000000;
    }
.igdm_MenuItemHorizontalRootActive
    {
        background-image: none;
        background-color: #FFFFFF;
        border: 0px solid #FFFFFF;
    }
.igdm_MenuItemHorizontalRootHover
    {
		background-image: url(../../images/igdm_ControlBackground.png);
        background-repeat: repeat-x;    
        white-space: nowrap;
        background-position: top;
        background-color: #FFFFFF;
        border: 0px solid #FFFFFF;
    }
.igdm_MenuItemHorizontalRootHover >a
    {
        color: #000000;
        font-weight: bold;
    }
.igdm_MenuGroupVertical
    {
        background-color: #CECECE; 
        padding-left: 0px;
        cursor: default;
        list-style-type: none;
        padding-top: 0px;
        margin: 0px;
        border: 0px solid #000000;
    }
.igdm_MenuItemVertical
    {
        margin: 0px;
        color: #333;
        background: 0 0;
        padding: 5px;
        border: 0px solid transparent;
    }
.igdm_MenuItemVerticalSelected > a
    {
        color: #FF5C00;
    }
.igdm_MenuItemVerticalHover
    {
        margin: 0px;
		background-image: url(../../images/igdm_ControlBackground.png);
        background-repeat: repeat-x;    
        white-space: nowrap;
        background-position: top;
        background-color: #F0F7E5;
        border: 0px solid #F0F7E5;
        font-weight: normal;
    }
.igdm_MenuItemVerticalHover > a
    {
        color: #000000;
    }
    
.homeproduction {
	display: block;
	width: 420px;
	height: 100px;
	background:  url(../../images/FullProductionVideo.png) top;
	text-indent: -99999px;
}
.homeproduction:hover {
	background-position: 0px -100px;
}
.homecomplimentary {
	display: block;
	width: 420px;
	height: 100px;
	background:  url(../../images/ComplimentaryVideo.png) top;
	text-indent: -99999px;
}
.homecomplimentary:hover {
	background-position: 0px -100px;
}
.homevisit  {
	display: block;
	width: 459px;
	height: 193px;
	background:  url(../../images/FAVSplash_02.jpg) top;
	text-indent: -99999px;
}
.homevisit:hover {
	background-position: 0px -193px;
}
    
.homelearnmore {
	display: block;
	width: 420px;
	height: 100px;
	background:  url(../../images/LearnMore.png) top;
	text-indent: -99999px;
}
.homelearnmore:hover {
	background-position: 0px -100px;
}
.homeindoor {
	display: block;
	width: 420px;
	height: 100px;
	background:  url(../../images/IndoorSkydiving.png) top;
	text-indent: -99999px;
}
.homeindoor:hover {
	background-position: 0px -100px;
}

