/* 1_Home.css style sheet for layout 1_Home.aspx */

#PubBanner{background-image:url(/App_Themes/SiteSprung/images/bkgnd-projects.jpg); background-position:top center; background-repeat:no-repeat;}
#PubBody{min-height:305px; _height:305px;}
#PUBCOL1{width:395px; margin:20px 25px 0 17px;}
    .Header{font-family:Trebuchet MS; font-size:25px; color:#FA6606; font-weight:bold;}
    .SubHeader{ font-family:Trebuchet MS; font-size:12px; color:black; font-weight:bold;}
#PUBCOL2{width:290px; padding-top:30px; padding-left:23px; margin-right:17px; background-image:url(/App_themes/SiteSprung/images/bkgnd-home-form.jpg); background-position:top left; background-repeat:no-repeat; background-color:White;}
    .FormTitle{font-family:Trebuchet MS; font-size:13px; color:#485953; font-weight:bold;}
#PUBCOL3{display:none;}


/**************/
/* SCROLLABLE */
/**************/

#scroll {
	position:relative;
	overflow:hidden;
	width:740px;
	height:403px;
}
 
#tools {
	width:9999em;
	position:absolute;
	height:304px;
}
 
.tool 
{
    overflow:hidden;
	float:left;
	width:740px;
	height:304px;
	text-align:center;
}
 
.details {
	font-size:18px;
	color:#555;
	background-color:transparent;
}
 
 
#thumbs {
	background:url(/App_Themes/SiteSprung/images/home-navimg.png) no-repeat;
	width:740px;
	height:100px;
	position:absolute;
	top:301px;
}
 
.t {
	padding:0 !important;
	border:0 !important;
}
 
.t a {
	background:transparent url(/App_Themes/SiteSprung/images/home-navimg.png) no-repeat scroll;
	display:block;
	width:121px;
	float:left;
	height:100px;
	cursor:pointer;
}
 
.t a.active {
	cursor:default !important;
}
 
.navi {
	margin-left:255px;
	_margin-left:255px;
}

/* CSS sprite for the navigation */
#t0 	   { background-position:0 -100px; width: 128px; }
#t0.active { background-position:0 0 !important; width: 128px; }
#t0:hover  { background-position:0 -200px; width: 128px; }
#t0:active { background-position:0 -300px; width: 128px; }
 
#t1			{ background-position:-256px -100px; }
#t1:hover 	{ background-position:-256px -200px; }
#t1:active	{ background-position:-256px -300px; }
#t1.active	{ background-position:-256px 0 !important; }
 
#t2			{ background-position:-377px -100px; }
#t2:hover 	{ background-position:-377px -200px; }
#t2:active	{ background-position:-377px -300px; }
#t2.active	{ background-position:-377px 0 !important; }
 
#t3			{ background-position:-498px -100px; }
#t3:hover 	{ background-position:-498px -200px; }
#t3:active	{ background-position:-498px -300px; }
#t3.active	{ background-position:-498px 0 !important; }
 
#t4			{ background-position:-619px -100px; }
#t4:hover 	{ background-position:-619px -200px; }
#t4:active	{ background-position:-619px -300px; }
#t4.active	{ background-position:-619px 0 !important; }
