@charset "UTF-8";
/* CSS Document */


#wrapper {
	visibility: visible;
	position: relative;
	z-index: 1;
	width: 1008px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/base/wrapperBkgd.png);
	background-repeat: repeat-x;
	vertical-align: top;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
	background-color: #FFF;
	min-height: 100px;
}

#header {
	position: relative;
	z-index: 5;
	width: 1008px;
	height: 120px;
	-webkit-box-shadow: 0px 6px 8px -2px #666;
	-moz-box-shadow: 0px 6px 8px -2px #666;
}


#bsiBlock {
	position: absolute;
	width: 440px;
	height: 62px;
	z-index: 201;
	top: 15px;
	left: 550px;
}

#bsiLogo {
	position: relative;
	width: 62px;
	height: auto;
	z-index: 2;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#catchPhrase {
	visibility: visible;
	position: absolute;
	z-index: 200;
	top: 25px;
	left: 565px;
	width: 225px;
	height: auto;
	text-align: right;
}

#catchPhrase2 {
	visibility: visible;
	position: relative;
	z-index: 200;
	width: 200px;
	height: auto;
	text-align: right;
	float: left;
	margin-top: 8px;
}

#iso {
	visibility: visible;
	position: absolute;
	z-index:200;
	top: 66px;
	left: 880px;
	width: auto;
	height:auto;
}

#isoText {
	visibility: visible;
	position: absolute;
	z-index: 200;
	top: 27px;
	left: 888px;
	width: auto;
	height: auto;
}

#isoText2 {
	visibility: visible;
	position: relative;
	z-index: 200;
	width: 130px;
	height: auto;
	float: left;
	margin-top: 10px;
}

#vibration {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 421px;
	height: auto;
	left: 586px;
	top: 120px;
	}

#leftContainer {
	position: relative;
	width: 242px;
	height: auto;
	z-index: 2;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 25px;
}

#rightSidebar {
	visibility: visible;
	position: absolute;
	z-index: 4;
	width: 36px;
	height: auto;
	left: 972px;
	top: 120px;
	}

#pagemask {
	visibility: visible;
	z-index: 5;
	width: 1008px;
	height: auto;
	background-image: url(../images/base/colorBar.jpg);
	position: relative;
	left: 0px;
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 20px;
	}

#pagemaskContacts {
	visibility: visible;
	z-index: 5;
	width: 418px;
	height: auto;
	background-image: url(../images/base/colorBar.jpg);
	position: relative;
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 20px;
	float: left;
	}

#pagemask2 {
	visibility:visible;
	position:relative;
	z-index:1;
	width:194px;
	height:130px;
	left: 0px;
	top: 0px;
	background-image: url(../images/base/colorBar.jpg);
	background-repeat: repeat-x;
	float: left;
	}

#nav {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 200;
	left: 460px;
	top: 93px;
	visibility: visible;
}

#sidebarbkgd {
	position: relative;
	width: auto;
	height: auto;
	z-index: 4;
	float: left;
}

#navLeft {
	float: left;
	margin-right: 0px;
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-top: 4px;
	height: auto;
	padding-right: 18px;
	position: relative;
}

#subNav {
	margin-right: 0px;
	width: 212px;
	margin-bottom: 0px;
	height: auto;
	position: relative;
	top: 0px;
	z-index: 200;
	padding-left: 31px;
	background-image: url(../images/base/colorBar.jpg);
	background-repeat: repeat;
	padding-bottom: 12px;
	margin-top: 0px;
	float: left;
	padding-top: 20px;
}

#subNavButton {
	margin-right: 0px;
	width: 195px;
	margin-bottom: 0px;
	height: auto;
	position: relative;
	float: left;
	z-index: 400;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bolder {
	font-weight: bold;
}

.footer {
	background-color: #003366;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	z-index: 100;
	width: 1008px;
	padding-bottom: 15px;
	padding-top: 15px;
	height: auto;
		}
