@charset "utf-8";
/* CSS Document */

/* =reseting
-------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; }	
fieldset, img { border: none; }
li { list-style: none; }

/* general */

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #515151;
	margin: 24px 0;
}

h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #515151;
	margin: 20px 0;
}

h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #515151;
	margin: 16px 0;
}

p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #515151;
	margin: 12px 0;
}

li
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #515151;
	margin: 12px 0;
	list-style-type: disc;
	margin-left: 20px;
}

li li
{
	margin-left: 40px;
}

li li li
{
	margin-left: 60px;
}

a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #004681;
}

a:hover
{
	text-decoration: underline;
}

/* body */

body
{
	background: url(bg.png) 0 155px repeat-x #EEE;
}

/* top */

#top
{
	width: 100%;
	height: 150px;
	background-color: #004681;
	border-bottom: 5px solid #FFF;
}

#top_content
{
	width: 800px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

img#spi
{
	position: absolute;
	top: 33px;
	right: 200px;
}

/* menu */

#menu
{
	position: absolute;
	left: 0;
	bottom: 0;
}

#menu a
{
	display: block;
	width: 150px;
	height: 22px;
	padding-top: 8px;
	float: left;
	background: url(bookmark.png) no-repeat;
	margin-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #515151;
	text-align: center;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu a.active
{
	background: url(bookmark_active.png) no-repeat;
}

/* page */

#content
{
	width: 720px;
	min-height: 500px;
	margin: 0 auto 20px auto;
	padding: 40px;
	background-color: #FFF;
	border-bottom: 5px solid #CCCCCC;
}

#public
{
	width: 100%;
}

#intranet
{
	width: 100%;
}

#content ul.imglist
{
	padding-bottom: 40px;
	background: url(shadow.png) no-repeat center bottom;
}

#content ul.imglist li
{
	line-height: 31px;
	vertical-align: middle;
}

#content ul.imglist img
{
	vertical-align: middle;
	padding-right: 10px;
}
	