@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

a {text-decoration: none; }
a:link, a:visited, a:hover { font-weight: normal; }
a:focus { outline: none; }

fieldset, img { border:0 none; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
#container {
	width: 994px;  /* using 30px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;	/* need this as the tabs are superimposed on this background */
	background: transparent url(../opImages/pg_bg.jpg) 0 0 no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}
#visionBar {
	position: relative;
	top: 362px;
	height: 125px;	/* need this as the tabs are superimposed on this background */
	background: transparent url(../opImages/visionBar.png) 0 0 no-repeat;
	z-index: 120;
}
#tabContainer {
	position: relative;
	top: 357px;
	width: 100%;
	z-index: 100;
}
.locationTab {
	width: 108px;
	height: 38px;
	float: left;
}
#tabTga {
	margin-left: 442px;
}

#soonTpo, #soonHam {
	position: relative;
	top: 337px;
	width: 71px;
	height: 63px;
	z-index: 150;
	float: left;
}
#soonTpo {
	margin-left: 720px;
	background: transparent url(../opImages/openSoonOrange.png) no-repeat;
}
#soonHam {
	margin-left:38px;
	background: transparent url(../opImages/openSoonGreen.png) no-repeat;
}
.clearAll { clear: both; }