/* Welcome-Specific CSS */

	/* Logo */
		#welcomeLogoContainer {
			height: 108px;
			left: 0px;
			position: absolute;
			top: 134px;
			width: 100%;
			z-index: 2;
		}
			#welcomeLogoDiv {
				height: 108px;
				width: 651px;
			}

	/* Main Content */
		#welcomeBackground {
			background: url(welcomeBackground.png) no-repeat;
			height: 264px;
			padding: 135px;
			width: 381px;
		}
			#welcome {
				height: 244px;
				padding: 10px;
				width: 361px;
			}
				#welcomeBorderOut {
					border: 1px solid #DDDDDD;
					height: 242px;
					width: 359px;
				}
					#welcomeBorderIn {
						border: 1px solid #FFFFFF;
						height: 170px;
						padding: 35px;
						width: 287px;
					}
						#welcomeText {
							height: 170px;
							width: 287px;
						}
		#enterBarShadowWrapper {
			margin-top: -135px;
			width: 651px;
		}
			#enterBarShadowLeft {
				background: url(../barShadowLeft.png) no-repeat;
				height: 30px;
				padding: 15px;
				width: 0px;
			}
			#enterBarShadowCenter {
				background: url(../barShadowMiddle.png) repeat-x;
				height: 30px;
				padding: 15px 0px 15px 0px;
				width: 91px;
			}
			#enterBarShadowRight {
				background: url(../barShadowRight.png) no-repeat;
				height: 30px;
				padding: 15px;
				width: 0px;
			}
				#enterBar {
					background: #1A1A1A url(../subNavTile.jpg) repeat-x;
					border: 1px solid #000000;
					height: 28px;
					margin: 0px -15px 0px -15px;
					width: 119px;
				}
				#enterBar div, #enterBar a span {
					display: block;
					height: 28px;
				}
					a span {
						background: #1A1A1A url(../subNavTile.jpg) repeat-x;
					}
					a:hover span {
						background-color: #005191;
						background-position: 0px -28px;
					}
						#enter {
							background: url(enter.png) no-repeat;
						}

	/* Internet Explorer Bug Fixes */
		#welcomeBackground {
			_background: url(welcomeBackground.gif) no-repeat;
		}
		#welcomeText {
			_background: url(welcomeText.gif) no-repeat;
		}
		#enterBarShadowLeft, #enterBarShadowCenter, #enterBarShadowRight {
			_background: none;
		}
		#enterBarShadowCenter {
			_padding: 15px;
			_margin: 0px -15px 0px -15px;
		}
		#enter {
			_background: url(enter.gif) no-repeat;
		}
