@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px
}
body {
	background:#666
}
#main {
	width:950px;
	min-height:300px;
	margin:auto;
	position:relative
}
#content {
	width:950px;
	height:500px;
	background:url(pics/intranet_bg.jpg) no-repeat
}
#logo {
	width:430px;
	height:150px;
	margin:auto;
	/*background:url(pics/pic_top.png) no-repeat*/
/*	border:1px solid #0F0*/
}
#urls {
	width:800px;
	height:200px;
	padding:0 0 0 150px;
/*	background:#3F0;*/
	float:left
}
#urls ul li {
	border-bottom:1px solid #366;
	line-height:35px;
	list-style-image:url(pics/intranet_arrow_list.gif)
}
#urls ul li:hover {
	border-bottom:1px solid #666;

}
#urls ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#3CC
}
#urls ul li a:hover {
	color:#FFF
}

#footer {
	width:700px;
	height:80px;
	background:url(../pics/pic_footer.gif) no-repeat #DDD;
	padding:20px 0 20px 250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAA;
	line-height:10px;
/*	border-top:1px solid #AAA;*/
	float:right
}
#footer a {
/*	font-weight:bold;*/
	color:#EEE
}
#footer a:hover {
	text-decoration:underline;
	color:#FC0
}
.info_footer {
	border-top:1px solid #666; 
	padding-top:10px
}