/* CSS Document */

/* ********Global******** */

html, body {
       height: 100%; overflow: hidden;
      
   }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image:url(http://tsibinc.com/images/bg_main.png);
	background-repeat: no-repeat;
	background-position: -0px 0%;
	color: #08144e;

}

#container {
	height: 100%;
	overflow: auto; /* keep this for opera */
	overflow-y: scroll; /* always show vert */
	overflow-x: auto; /* hide hor */
	position: relative;  
	z-index: 3;
	text-align: left;
}

#container_newsletter {
	height: 100%;
	overflow: auto; /* keep this for opera */
	overflow-y: scroll; /* always show vert */
	overflow-x: auto; /* hide hor */
	position: relative;  
	z-index: 3;
	text-align: left;
	background-image:url(http://tsibinc.com/images/bg_main.png);
	background-repeat: no-repeat;
	background-position: -0px 0%;
}

.clearboth 
	{clear:both;}
	
#page1 { 
	margin-left:234px;
	margin-bottom:27px;
	padding:10px 10px 15px 10px;
	/*background-color:gray;*/
	z-index: 4;
	
	}
	
#group1 { 

	padding:2px;

	margin: 0 175px 0 auto;
	
	}
	
#logo {
	margin: 6px 4px 4px 4px;
    float:right;

}	

#topnav {
	margin: 0 auto 0 5px ; 
	/*border: thin red solid;*/
	text-align: center;
}

#content {
	margin: 10px;
	/*background-image: url(/images/sp_w_trans65.png);
	border: thin #eee dashed;*/
	text-align: left;
	max-height: 580px;
	max-width: 500px;
	overflow: auto;
	margin:0;
	padding:5px; 
}

#rightcolumn {
    float:right;
	text-align: right;
	width: 175px;
	/*border: #ccc thin dashed;*/
}
#home_rightcolumn {
    float:right;
	text-align: right;
	max-width: 245px;
}
#footer {
	position: absolute;	
	bottom:0;
	left:0;
	right: 1.8em;
	height: 26px;
	margin: 0 0 -2px 0;
	padding-top: 0.2em;
	padding-right: 0.01em;
	text-align:center;
	background-color: white;
	border-top: solid 1pt #08144e;
	z-index: 6;
}
#footer img {
	float:right;
	/*margin-left: 6em;*/
}
#deluge_logo {
	/*position: absolute;
	bottom: 0px;
	right: 0px;*/
}

#home_content, #home_news {
	padding-left:8px;
	padding-right:8px;
}

/* HOME PAGE */
#home_content {
	margin:0 0 0 -90px;
	background-image: url(/images/sp_w_trans65.png);
	text-align: left;
	/*width: 470px;*/
	height: 400px;
	max-height: 210px;
	overflow: auto;
}

#home_news {
	margin: 40px 6px 0 0 ;
	
	/* width: 90%;*/
	text-align: right;
}
