/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-image: url(../imgs/staib_instruments_topback.gif);
	background-repeat:repeat-x;
	background-color: #eeeff1;
	margin-top: 0em;
	text-align: center;
	height:100%;
	line-height: 1.1em;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2a4a85;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#2a4a85;
	text-decoration:none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#2a4a85;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#2a4a85;
	text-decoration:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #666699;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #333333;
}

#center {
	width: 880px;
	height: auto;
	padding: 0%;
	margin: 0em;
	text-align: left;
	margin: auto;
	overflow: visible;
}

#header {
	background-image:url(../imgs/staib_instruments_header_01_880.gif);
	background-repeat:no-repeat;
	width:880px;
	height:150px;
	text-align:left;
	margin:auto;
}

#naviback {
	background-image:url(../imgs/staib_instruments_mainnaviback_880.gif);
	background-repeat: no-repeat;
	width:880px;
	height:36px;
	text-align:left;
}

#subnavibackblue {
	background-image:url(../imgs/staib_instruments_subnaviback_blue_880.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	width:880px;
	height:25px;
	text-align:left;
}
/*
#subnavibackgreen {
	background-image:url(../imgs/staib_instruments_subnaviback_green_880.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	width:880px;
	height:25px;
	text-align:left;
}

#subnavibackred {
	background-image:url(../imgs/staib_instruments_subnaviback_red_880.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	width:880px;
	height:25px;
	text-align:left;
}

#subnavibackyellow {
	background-image:url(../imgs/staib_instruments_subnaviback_yellow_880.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	width:880px;
	height:25px;
	text-align:left;
}*/

.contentback {
	font-family: Arial, Helvetica, sans-serif;
	width: 880px;
	height: auto;
	overflow: visible;
}

#contentback {
	width: 880px;
	background-image: url(../imgs/staib_instruments_contentback_880.gif);
	background-repeat: repeat-y;
	text-align: left;
	overflow: auto;
}

.content {
	position: relative;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222;
	padding-left:50px;
	padding-right:50px;
	overflow: visible;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	width: 780px;
	height: 20px;
}

#breadcrumbs {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	width: 780px;
	height: 20px;
}

.mp_backlinks {
	width: 830px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-top: 3px;
	padding-bottom: 5px;
}

#mp_backlinks a:link, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#footerback {
	background-image: url(../imgs/staib_instruments_contentback_880.gif);
	background-repeat: repeat-y;
	width:880px;
	height:70px;
	margin-top: -0.8em;
	clear: left;
	position:relative;
}

.bottomline {
	background-image: url(../imgs/staib_instruments_bottomline_880.gif);
	background-repeat:no-repeat;
	height: 35px;
	}

/*-------------------------------content images---------------------------------*/

.blueimage {
	/*background-image:url(../pictures/pictureback_blue.jpg);
	background-repeat:no-repeat;*/
	border: thin;
	border-style:solid;
	border-color:#b3c3e1;
	margin-top: 10px;
	padding-top: 10px;
	color: #333333;
	height: 250px;
	width: 300px;
	visibility:visible;
	text-align:center;
}

.blueimagesmall {
	border: thin;
	border-style:solid;
	border-color:#b3c3e1;
	margin-top: 10px;
	padding-top: 10px;
	color: #333333;
	height: 200px;
	width: 200px;
	visibility:visible;
	text-align:center;
}

.picturesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align:center;
	margin:20px;
	/*margin-bottom:20px;*/
}

/*-------------------------------content images end-----------------------------*/

.twocolumns {
	float:left;
	width: 780px;
	overflow: visible;
	text-align:center;
}

.contentleft {
	float:left;
	width:59%;
	text-align:left;
}

.contentright {
	float: right;
	width:39%;
	text-align:left;
}

.middle {
	text-align: center;
	margin: auto;
}