#nonFooter
{
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height: 768px;
}
#bluerun {
	position: relative;
}
.gallcont {
	z-index: 2;
	position: absolute;
	top: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	height: 570px;
}
.gallcont2 {
	z-index: 2;
	position: absolute;
	top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	height: 570px;
	background-attachment: scroll;
	background-image: url(../images/red_run.png);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	color: #000000;
}

#nonFooter #bluerun #topnav {
	text-align: right;
	position: absolute;
	z-index: 9999;
	top: 0px;
	right: 20px;
	width: 100%;
}
#nonFooter #bluerun #techs {
	text-align: center;
	position: absolute;
	z-index: 9999;
	width: 100%;
	top: 90px;
}


/* START TOP NAVIGATION STYLES */

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: right;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 65px; /*Width of top level menu link items*/
	padding: 1px 8px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	
/*1st sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.horizontalcssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.horizontalcssmenu ul li ul li ul{ 
	left: 65px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	font-weight: normal;
	width: 65px;
	background-image: url(../images/nav_matte.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	text-align: center;
}

.horizontalcssmenu ul li a:hover{
	color: #EAEC2C;
}

/*Background image for top level menu list links */
.horizontalcssmenu .mainfoldericon{
	color: #FFFFFF;
}

/*Background image for subsequent level menu list links */
.horizontalcssmenu .subfoldericon{
	color: #FFFFFF;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* END TOP NAVIGATION STYLES */




















