<!--

/* styles for main page divisions */

/*img*/

img{
	border:0;
}

/*
* {
   border: 1px solid red !important;
}
*/

#top_black {
	width: 890px;
	height: 65px;
	background-color: black;
	border: 1px solid white;
	padding: 0;
}

#top_si_logo {
	width: 65px;
	height: 65px;
	margin: 0 0 0 0;
	position: absolute;
	border-right: 1px solid white;
}
#top_slogan {
	font-family: arial;
	font-size: 12pt;
	color: white;
	text-align: right;
	margin: 0 0 0 0;
	width: 400px;
	height: 65px;
	position: absolute;
	line-height: 100px;
	margin-left: 470px;
}

#bod {
	position: absolute;
	height: 533px;
	width: 892px;
	background-color: #ffffff;
}

#left_column{
	left: 0;
	position: absolute;
	width: 170px;
	height: 500px;
	background-image:url('si_bg.png');
	background-repeat:no-repeat;
	padding:0;
}

#nav {
	margin-top:170px;
	width: 148px;
	height: 300px;
	padding-left: 20px;
}

a.menu-level1:link {
	font-family: arial;
	text-decoration: underline;
	font-size: 12pt;
	line-height: 26px;
	color: black;
}

a.menu-level1:hover {
	text-decoration: overline;
	color: gray;
}

a.menu-level1:visited{
	text-decoration: underline;
	font-family: arial;
	font-size:12pt;
	line-height: 26px;
	color: black;

}

a.menu-level2:link {
	font-family: arial;
	text-decoration: none;
	font-size:10pt;
	line-height:20px;
	color: black;
}

a.menu-level2:hover {
	text-decoration: underline;
	color: gray;
}

a.menu-level2:visited {
	font-size:10pt;
	font-family: arial;
	color: black;
	line-height:20px;
	text-decoration: none;
}

#body_main {
	left:170px;
	position: relative;
	width: 720px;
	height: 500px;
	padding:0;

}

#top {
	line-height: 210px;
	font-family: arial;
	font-size: 34px;
	position: relative;
	width: 720px;
	height: 125px;
	background-image:url('si_inc.png');
	background-repeat:no-repeat;
	background-position: top right;
	margin-bottom: 20px;
	padding:0;
}

#hidden{
	margin-top:2500px;
}

.hiddenPic {
	display:none;
}

/* Contact Page */

#address{
	font-family: arial;
	font-size: 14pt;
	width: 550px;
	height: 250px;
	margin-left: 0px;
	margin-top: 140px;
}

#container_contact{
	border: 1px solid black;
	width: 892px;
	position: absolute;
	left: 50%;
	margin-left: -446px;
	padding: 0;
	height: 600px;
	background-color: white;
}

#bottom_contact{
	width: 892px;
	position: absolute;
	text-align: right;
	font-family: arial;
	font-size: 10pt;
	margin-top: 570px;
	left: 50%;
	margin-left: -460px;
	color:#666666;
}

#addthis_contact{
	width:892px;
	text-align: right;
	margin-top: 610px;
	left: 50%;
	margin-left: -460px;
	position: absolute;
}

label {
	width: 70px;;
	font-size: 10pt;
	text-align: right;
	float: left;
	display: block;
	margin-right: 10px;
}

.a{
	width: 150px;
	font-size: 10pt;
	text-align: left;
	margin-left: 10px;
	display: block;
	
}


-->

