/* styles for TISEC sub-section */

/* home page splash */

div#tisec-splash {
	position: relative;
	width: 760px;
	height: 270px;
	background: url(../organisation/tisec/tisec_splash_bg.jpg) no-repeat;
	margin-bottom: 2.5em;
}

div#tisec-splash h1, div#tisec-splash p {
	text-indent: -9999px;
}

/* measurements for the nav image replacement:

the distance from the left to the...

initial state = 0
rollover state = 150

the distance from the top to the...

ime button = 0
ll button = 70
cmd button = 143

the width of the buttons = 149px

*/

div#tisec-splash ul {
	position: absolute;
	top: 48px;
	left: 588px;
	width: 149px;
	height: 197px;
	background: url(../organisation/tisec/menu_boxes.jpg) no-repeat;
}

div#tisec-splash li a {
	display: block;
	position: absolute;
	height: 54px;
	width: 149px;
	text-indent: -9999px;
}

div#main div#tisec-splash li a {
	border: none;
}

li#splash-ime a, li#splash-ll a, li#splash-cmd a {
	background: url(../organisation/tisec/menu_boxes.jpg) no-repeat;	
}

li#splash-ime a {
	background-position: 0 0;
	top: 0;
}

li#splash-ime a:hover {
	background-position: -149px 0;
}

li#splash-ll a {
	background-position: 0 -70px;
	top: 70px;
}

li#splash-ll a:hover {
	background-position: -149px -70px;
}

li#splash-cmd a {
	background-position: 0 -143px;
	top: 143px;
}

li#splash-cmd a:hover {
	background-position: -149px -143px;
}



/* profiles */

div#content div.profile {
	border-bottom: 1px dotted rgb(180,180,180);
	margin-bottom: 1.6em;
}

div#content div.profile div.image {
	float: left;
	margin: 0 15px 0 0;
}

div#content div.profile h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 0.1em 0;
}

div#content div.profile h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	color: rgb(113,96,26);
}
















