/* page styles */
#wrapper {
	padding-top: 5px;
	background-color: #E4FFFF;
	border: 0px black solid;
	top: 8%;
	left: 50%;
	position:absolute;
	width:920px;
	margin-top: -40px; /*set to a negative number 1/2 of your height*/
	margin-left: -460px; /*set to a negative number 1/2 of your width*/
}

#logo {
	padding-top: 10px;
	margin-left:10px;
	height:230px;
	width:903px;
	border: 0px black solid;
}

#menu {
	float: left;
	height:40px;
	width:785px;
	padding-top: 10px;
	position:relative;
	z-index: 2;
	padding-left: 153px;
	border: 0px black solid;
}

#sideBar {
	float: left;
	border: 0px black solid;
	width:190px;
}

#alert {
	border: 1px black solid;
}

#sideMenu {
	float:left;
	padding-top: 5px;
	border: 0px black solid;
	height:250px;
	width:150px;
	color: #0A2870;
	margin-left:10px;
}

#banner {
	float:left;
	border: 0px black solid;
	height:250px;
	width:150px;
	bottom:0px;
	margin-left:25px;
}

#detail {
	float: left;
	padding-top: 5px;
	border: 0px black solid;
	width:700px;
	z-index: 0;
}

#ticker-wrapper {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 0px black solid;
	float:left;
	width:100%;
	height:24px;
	margin-left:0%;
	margin-bottom: 15px;
	font-size:1.2em;
}

#home {
	position: relative;
	border: 0px black solid;
	float:left;
	padding-right:0.3em;
	top: 15px;
	margin-left: 10px;
	width: 400px;
}

#homeNews {
	width:237px;
	position: relative;
	top: 15px;
	float:right;
	padding-right:0.3em;
	margin-right: 20px;
	border:1px blue solid;
}

#selections {
	border: 0px black solid;
	position:relative;
	top: -300px;
	left: 280px; 
	width:150px;
	height:50px;
}

#selectedData {
	padding: 0.3em;
	border: 0px gray solid;
	position: relative;
	top:10px;
	left:0px;
	width:700px;
	height:280px;
}

#footer {
	position:absolute;
	left:1px:
	padding-top:7px;
	bottom:1px;
	height:22px;
	width:860px;
	position:absolute;
	bottom:1px;
	left:0px;
	padding-top:3px;
	width:920px;
	background: url(../images/roundedBannerBottomLight.jpg) no-repeat 0% 10%;
}

