html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
background-image: url(../images/bgrd_pattern1.gif);
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-image: url(../images/logo-bgrd.png);
	background-repeat: no-repeat;
	background-position: center .75em;
}
/* Commonly used to style page titles. */
h1 {
	color: #660032;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #660032;
	margin-bottom: 5px;
}
/* Commonly used to style section titles. */
h2 {
	color: #2C79A3;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6d0e7;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
#outerWrapper #topNavigation {
	height: 25px;
	padding-bottom: 10px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/childheader2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #architectsheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/architectsheader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

#outerWrapper #indoorheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/indoorchildheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #safetyheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/safetychildheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #preventheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/preventchildheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

#outerWrapper #contactheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/adminheader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #outdoorheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/outdoorchildheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	margin-right: 0.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-left: 2px;
}
#outerWrapper #contentWrapper #rightColumn1 #architect {
	height: 150px;
}
#outerWrapper  #contentWrapper  #rightColumn1 #rtcoltop {
	float: none;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	background-image: url(../images/rt_pnl_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 7px;
}
#outerWrapper #contentWrapper #rightColumn1 #rtColmid {
	padding: 10px;
	height: auto;
	background-image: url(../images/right_panel.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#outerWrapper  #contentWrapper  #rightColumn1 #rtcolbtm {
	float: none;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	background-image: url(../images/rt_pnl_btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 7px;
}
#outerWrapper #contentWrapper {
	margin-top: .5em;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
#contenttop {
	background-image:url(../images/left_panel_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 725px;
	padding-left: 0px;

}
#contentbody    {
	width: 700px;
	padding-left: 10px;
	background-image: url(../images/left_panel_body.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 15px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666;
	padding-top: 0px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	color: #FFFFFF;
	font-size: x-small;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #arenaheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/arenaheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #telescopicheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/telescopicheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper  #auditoriumheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/auditoriumheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #benchheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/benchheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #standardheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/standardheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #grandstandheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 215px;
	background-image: url(../images/grandstandheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.bc {
	color: #650933;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #650933;
	padding-left: 5px;
}

/* This is where the Splash logo footer information goes */

.splash_footerlogo{
float: right;
clear:both;
margin-right:10px;
margin-top: -15px;
}
.opacity-logo { opacity: 0.5;  filter:alpha(opacity=50); }
.opacity-logo:hover{
opacity: 1;  filter:alpha(opacity=100);
}


/*/logo info  */

