/* Tag Redifinitions */

body {
	background-color: #093862;
	background-image:  url(../images/pg-bckgrd.jpg);
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: center;
}

table#main{
		border-collapse: collapse;
		border-spacing: 0px;
		border: none;
		text-align: left;
		width: 1024px;
		background-color: #093862;
}
			table#main td{
				padding: 0px;
			}
			table#main td#nav{
				width: 209px;
				background-image: url(../images/nav-bckgrd.jpg);
				vertical-align: top;
			}
			table#main td#content{
				background-image: url(../images/pg-watermark.jpg);
				background-repeat: no-repeat;
				background-position: bottom left;
				width: 815px;
				text-align: left;
				font-family: arial;
				font-size: 10.5pt;
				font-weight: bold;
				color: white;
				line-height: 18pt;
				vertical-align: top;
			}

			table#main td#content p{
				margin: 20px;
			}
			
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FAC725;
	text-decoration: none;
}

h1{
	color: #FAC725;
	font-family: arial;
	font-size: 20pt;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
	height: 23pt;
	margin-left: 20px;
}

h2{
	color: FAC725;
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	line-height: 36px;

}	

h3 {
	color: #9b0e0f;
	font-family: arial;
	font-size: 11pt;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
h4 {
	font-family: arial;
	font-size: 20pt;
	line-height: 23px;
	font-weight: bold;
	color: FAC725;
}

		
/*------------------NAV STYLES -----------------------*/

#nav1{
	background-image:   url(../images/nav-home_f2.jpg);
}
#nav2{
	background-image:   url(../images/nav-marketing_f2.jpg);
}
#nav3{
	background-image:   url(../images/nav-ppt_f2.jpg);
}
#nav4{
	background-image:   url(../images/nav-brochure_f2.jpg);
}
#nav5{
	background-image:   url(../images/nav-sponsorship_f2.jpg);
}
#nav6{
	background-image:   url(../images/nav-participatingFirms_f2.jpg);
}
#nav7{
	background-image:   url(../images/nav-pressReleases_f2.jpg);
}
#nav8{
	background-image:   url(../images/nav-appearances_f2.jpg);
}
#nav9{
	background-image:   url(../images/nav-graphicSpecs_f2.jpg);
}
#nav10{
	background-image:   url(../images/nav-asy_f2.jpg);
}

a.nav{
	font-size: 130px; /*fix so <a> displays with height in Firefox*/
	float: left;
	background-color: #000000;
}
a:hover.nav{
	background-color: #000001;
}
a.nav img{
	visibility: visible;
	border: none;
	background-color:
}
a:hover.nav img{
	visibility: hidden;
}

/* Classes and ID'd Elements */

.boxElements{
	width: 320px; 
	height: 120px; 
	background-color: #9E191E; 
	color: white; 
	border: 2px solid white; 
	padding: 10px; 
	font-size: 10.5pt; 
	font-weight: bold; 
	line-height: 18pt;
}

.boxHeader{
	color: #E9AE91;
	font-size: 13.5pt;
}

.boxElements ul{
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.boxElements li{
	margin: 0px;
}

.content{
	font-family: arial;
	font-size: 10.5pt;
	font-weight: bold;
	color: white;
	line-height: 18pt;
}

#asyMovie{
	width: 400px;
	height: 325px;
	border: 2px solid white;
}
#rotHolder#{
	background-image: url(../images/rotator-bckgrd.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	height: 330px;
	width: 815px;
}


/*Automatic Drop Shadow Styles*/

.dropHolder {
	position: absolute;
	top: 2px;
	left: 2px;
 	filter: alpha(opacity=50); 
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	overflow: visible;
}
.shadow2{
			border-color: #000000;
			border-width: 1px; 
			border-style: solid;
			position: absolute;
}
.shadow {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	position: absolute;
	top: 8px;
	left: 8px;
}

/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
}
