
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing:  0;
}
body {
   font-family:      Arial, Helvetica, sans-serif;
   font-size:        12pt;
   line-height:     10px;
   vertical-align:  top;
   background-position : 0px 0px;
   background-image: url("../images/bkg.png");
   background-repeat: repeat;
   background-color: transparent;
   padding: 0 0 0 0 ;
   margin: 0 0 0 0;
}
h1
 {
 text-shadow: 3px 3px 3px #dddddd;
 } 
.smallText{
	font-size: 12px;
}

a.regLink{
	color: #000;
	text-decoration: none;
}

a.regLink:hover{
	color: #000;
	text-decoration: underline;
}

/* = = = = = = = = = = = = = = = = = = = = = =
Header
= = = = = = = = = = = = = = = = = = = = = = = */
#header {
border:           0px solid red;
background-color:       #003468;
margin:           0px 0px;
padding:          0px 0px;
height:           250px;
width:            100%;
min-width: 1028px;
box-shadow:0px 3px 3px #808080; 
-moz-box-shadow:0px 3px 3px #808080; 
-webkit-box-shadow:0px 3px 3px #808080;
}

#headerTank {
border:           0px solid red;
background-color:       transparent;
padding:          0px 0px;
height:           250px;
width:            1028px;
margin:           0px auto;
}

#logo  {
border:           0px solid blue;
display:          inline-block;
height:           170px;
width:            400px;
margin:           0px 0px 0px 0px;
padding:          10px 0 0 0px;
float: left;
}

#headerCopy {
font-family: ‘Times New Roman’, Times, serif;
display:          inline-block;
border:           0px solid red;
width:            600px;
margin:           0 0 0px 0px;
float:            left;
color: #fff;
text-align: right;
line-height:  30px;
font-size: 18pt;
}

#headerCopy span {
	font-size: 30pt;
	display: block;
	line-height:  30px;
	font-weight: bold;
	padding-bottom: 20px;
}

h1
{
	font-family:  ‘Times New Roman’, Times, serif;
	font-weight: bold;
	font-size:  24pt;
	padding-top: 10px;
	line-height:  10px;
	font-variant:  small-caps;
}

h2 /* tagline plus */
{
	font-family:  ‘Times New Roman’, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size:  21pt;
	padding-top: 10px;
	line-height:  10px;
	font-variant:  small-caps;
}

h2.mockH1
{
	font-family:  ‘Times New Roman’, Times, serif;
	font-weight: bold;
	font-size:  24pt;
	padding-top: 10px;
	line-height:  10px;
	font-variant:  small-caps;
		font-style: normal;
}
/* = = = = = = = = = = = = = = = = = = = = = =
holding tanks
= = = = = = = = = = = = = = = = = = = = = = = */

.tank { 
background-color:      transparent;
width:            1028px;
margin:           0px auto;
}

#content {
width:            1028px;
padding:          20px 0 0 10px;
background-color: transparent;
line-height:      24px;
min-height:       500px;
}

#content p {
	text-indent: 20px;
}

.rightContent {
	float: right;
}
.leftContent {
	float: left;
}

/* = = = = = = = = = = = = = = = = = = = = = =
 Content
= = = = = = = = = = = = = = = = = = = = = = = */
.bigPhotoBoxLeft{
	display:inline-block;
	padding: 0 5px 0 0px;
	float: left;
}

.bigPhotoBoxRight{
	display:inline-block;
	padding: 0 0px 0 5px;
	float: left;
}


a.orangeLink:link {padding-left: 0px;text-align: left;font-size: 10pt;color: #fb9f00;text-decoration:none;}
a.orangeLink:visited {color: #fb9f00;text-decoration:none;}
a.orangeLink:hover {color:#9a4d00;text-decoration:underline;}
a.orangeLink:active {color: #fb9f00;text-decoration:none;}

/* = = = = = = = = = = = = = = = = = = = = = =
pages
= = = = = = = = = = = = = = = = = = = = = = = */

#contactForm {
	float: left;
	width: 500px;
	
}
#map {
	float: right;
	width: 500px;
	padding-top: 10px;
}

/* = = = = = = = = = = = = = = = = = = = = = =
menu 
= = = = = = = = = = = = = = = = = = = = = = = */


div.menuTank {
	
}

 ul.myMenu {
 	width: 1028px;
 	position: relative;
 	/*right: 35px;*/
 	right: 25px;
}
.myMenu li {
   float:                           left;
   display:                         block;
   padding:                         0;
   margin:                          0;
   list-style:                      none;
   line-height:                     20px;
   list-style-position: inside;
   }
   
.myMenu li ul {
   position:                       absolute;
   display:                        none;
   background-color:               transparent;
   z-index:                        10;
   }

.myMenu li:hover a, .myMenu a:focus,.myMenu a:active{
   color:                          #fff;
   }

.myMenu li:hover ul {
	display: block;
	float: left;
    clear: left;
    height: 300px;
    width: 250px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 33px;
	}
	
	/* rdw 	**********************************************
	************** TURN THIS ON FOR IE9 STYLES************
	*****************************************************
	.myMenu li:hover ul li {
		position: relative;
		top:    36px;
		right: 145px;
	}
	 rdw 	**********************************************
	************** TURN THIS ON FOR IE9 STYLES************
	*****************************************************/
	 
.myMenu li:hover ul a {
   color:                           #fff; 
   background-color:                transparent;
   border-style:                    none;   /* to fix blue border on dropdowns  */
   }

.myMenu ul a:hover {
   background-color:                #606060!important;
   color:                           #FFFFFF!important;
   }


/* = = = = = = = = = = = = = = = = = = = = = =
Menu Buttons
= = = = = = = = = = = = = = = = = = = = = = = */
/* Rounded Buttons */
  a.button, input.button, .button, .subtopbutton, a.subtopbutton, .submidbutton, a.submidbutton, .subbottompbutton, a.subbottombutton  {
background: #6797bc; /* Old browsers */
background: -moz-linear-gradient(top,  #6797bc 1%, #264e75 35%, #15548c 51%, #003468 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6797bc), color-stop(35%,#264e75), color-stop(51%,#15548c), color-stop(100%,#003468)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6797bc 1%,#264e75 35%,#15548c 51%,#003468 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6797bc 1%,#264e75 35%,#15548c 51%,#003468 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6797bc 1%,#264e75 35%,#15548c 51%,#003468 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6797bc 1%,#264e75 35%,#15548c 51%,#003468 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6797bc', endColorstr='#003468',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font:   bold 13px arial, sans-serif;
	font:   bold 13px arial, sans-serif;
	line-height: 20px;
	border-color:  #125aa3;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  	padding: .5em 1.9em .5em; 
  	padding: .5em 1.5em .5em; 
  margin:  0px 5px 0px 5px; 
  margin:  0px 2px 0px 2px; 
  /* rdw */
  width: 108px;
  width: 120px;
  white-space: nowrap;
}

  a.button, input.button, .button  {
  	color: #fff;
	text-align: center;
  -moz-border-radius:  8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

 .submidbutton {
 	text-align: left;
	display: block;
	float: left;
  clear: left;
  width: 160px !important;
  line-height: 20px;
    -moz-border-radius:  0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

 .subtopbutton {
 	 	text-align: left;
	display: block;
	float: left;
  clear: left;
  width: 160px !important;
 	-moz-border-radius:  8px 8px 0px 0px;
  -webkit-border-radius:  8px 8px 0px 0px;
  border-radius:   8px 8px 0px 0px;
  	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
  }

 .subbottombutton {
 	text-align: left;
	display: block;
	float: left;
  clear: left;
  width: 160px !important;
  -moz-border-radius:  0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius:  0px 0px 8px 8px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
  }

.button:hover, a.button:hover, .subtopbutton:hover, a.subtopbutton:hover, .submidbutton:hover, a.submidbutton:hover, .subbottombutton:hover, a.subbottombutton:hover  {
	text-decoration: none;
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

	color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
	box-shadow: 0 1px 1px rgba(0,0,0,.4);

}
.button:active, a.button:active, input.button:active {
	position: relative;
	top: 1px;
	background: #1761ab;
	color: #fff;
}
.button:visited, a.button:visited, input.button:visited {
	color: #fff;
}

.buttonSized, a.buttonSized, input.buttonSized {
	width: 180px;
	padding: 5px 0px 5px 0px;
  margin: 4px 0px 4px 0px;
}
/* = = = = = = = = = = = = = = = = = = = = = =
menuSwitch 
= = = = = = = = = = = = = = = = = = = = = = = 
.home li#home {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.news li#news {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.schedule li#schedule {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.tickets li#tickets {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.moondogs li#moondogs {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.multimedia li#multimedia {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.about li#about {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.nwl li#nwl {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
.contact li#contact {background: #000 url(../images/menuSelectedBkg.jpg) no-repeat bottom left;}
*/
/* = = = = = = = = = = = = = = = = = = = = = =
oddBall stuff
= = = = = = = = = = = = = = = = = = = = = = = */

.clearit {
   clear:                           both;
   height:                          0;
   line-height:                     0.0;
   font-size:                       0;
   }
input::-moz-focus-inner /*Remove button padding in FF*/ { border: 0; padding: 0;}

.twocol {
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
   -moz-column-count: 2; /* Firefox */
   column-count: 2;
   list-style-type: none;
  }
  .newtwocol {
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
   -moz-column-count: 2; /* Firefox */
   column-count: 2;
   list-style-type: disc;
   list-style-position: inside;
  }
/* = = = = = = = = = = = = = = = = = = = = = =
Footer
= = = = = = = = = = = = = = = = = = = = = = = */
#footer {
	border:           0px solid gold;
	padding:          0 0 0 0;
	margin:          0 0 0 0;
	height:           200px;
	clear:            both;
	background-color: #003468;
	font-size:        10pt;
	line-height:      14pt;
	font-weight:      normal;
	width:            100%;
	min-width: 1028px;
	color:            #fff;
	text-align:      center;
	box-shadow:0px -3px 3px #808080; 
-moz-box-shadow:0px -3px 3px #808080; 
-webkit-box-shadow:0px -3px 3px #808080;
}
#footerTank {
	border:           0px solid gold;
	padding:          30px 0 0 0;
	height:           200px;
	font-size:        10pt;
	line-height:      14pt;
	font-weight:      normal;
	width:            1028px;
	margin: 0px auto;
}
#fb {
	position: relative;
	bottom: 17px;
	padding: 0 30px 0 0 ;
}
.footMenu span {display: inline-block;font-size: 10pt;vertical-align: top;padding: 0px 4px 0 4px;}

.footMenu a {font-size: 10pt;vertical-align: top;padding: 30px 0 0 0;}
.footMenu a:link {color:#fff;text-decoration:none;}
.footMenu a:visited {color:#fff;text-decoration:none;}
.footMenu a:hover {color:#fff;text-decoration:underline;}
.footMenu a:active {color:#fff;text-decoration:none;}

a.designBy  {font-size: 10pt;}
a.designBy:link {color:#fff;text-decoration:none;}
a.designBy:visited {color:#fff;text-decoration:none;}
a.designBy:hover {color:#fff;text-decoration:underline;}
a.designBy:active {color:#fff;text-decoration:none;}


/* = = = = = = = = = = = = = = = = = = = = = =
fadeLine
= = = = = = = = = = = = = = = = = = = = = = = */

.fadeLineTank {
    height: 29px;
    min-height: 29px;
    min-width: 90px !important;
    border: 1px solid red;
    width: 1000px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    vertical-align: baseline;
   background: none repeat scroll 0px 0px transparent;
}

.fadeLineLeft {
	  background-image: url("../images/fade_line.png");
    background-position: 0px 0px;
    width: 45px;
    left: 0px;
    border: 0px solid black;
    height: 29px;
    min-height: 29px;
    float: left;
    clear: left;
    display: inline-block;

}


.fadeLine {
    height: 29px;
    min-height: 29px;
    background-image: url("../images/fade_line_mid.png");
    border: 0px solid blue;
    height: 29px;
    min-height: 29px;
    float: left;
    display: inline-block;
    width: 910px;
    margin: 0 0;
}
    
    .fadeLineRight {
    float: right;
    display: inline-block;
    background-image: url("../images/fade_line.png");
    background-position: 100% 0px;
    width: 45px;
    right: 0px;
    border: 0px solid green;
    height: 29px;
    min-height: 29px;
}

/* = = = = = = = = = = = = = = = = = = = = = =
animates :
= = = = = = = = = = = = = = = = = = = = = = = */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}

@-webkit-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


