

/* ----------------------------------------------------------
  DESCRIPTION Home page CSS file for IT department web site.
	       This goes on the home page. This defines 
                the different CSS elements on the home page..
  
  HISTORY     20090205 -  WO 436622 DJ 
              New CSS page created.
---------------------------------------------------------- */

/* ------------------------------------------- */
/* -- specific styles for home page -- */
/* -- Elements --*/

/* ------------------------------------------- */
/* -- Classes -- */

/* ------------------------------------------- */
/* -- IDs -- */
/* -- Styles for the home page content area -- */
#homelist {
	margin: 0px 0px 0px 30px;
}
#homelist li {
	font-size: 9pt;
	font-size: expression(screen.deviceXDPI > 96 ? 9*.8+"pt" : "9pt");
}
#hometext {
	float: left;
	background-color: #fcf6ef;
	border: 1px solid #757eb0;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	min-height: 359px;
	width: 938px;
}
#hometext h2 {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16pt;
	font-size: expression(screen.deviceXDPI > 96 ? 16*.8+"pt" : "16pt");
}
#hometext p {
	line-height: 1.1;
}
#imagescontent {
	float: left;
	height: 130px;
	width: 960px;
	margin: 0px 0px 0px 0px;
}

/* ------------------------------------------- */
/*
STUFF THAT IS LEFT OVER FROM OTHER THINGS. MIGHT
BE USEFUL IN THE FUTURE.
*/

/* -- Right side content pane -- */

/* ------------------------------------------- */

/* -- Middle Block -- */
/*
#rightmiddlewrapper {
	float: right;
	clear: both;
	width: 720px;        
	background-color: #fcf6ef;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 0px 10px;
	border: 1px solid #757eb0;
}
#rightmiddlewrapper h2 {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16pt;
	font-size: expression(screen.deviceXDPI > 96 ? 16*.8+"pt" : "16pt");
}
#rightmiddlewrapper p {
	line-height: 1.1;
}
#middlemore {
	min-width: 145px;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
	background: url('/images/system/bullet_more.gif') 0 50% no-repeat;
	float: left;
}
#middlemore2 {
	min-width: 185px;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
	background: url('/images/system/bullet_more.gif') 0 50% no-repeat;
	float: left;
}

*/

/* -- Right side content pane -- */
/*
#rightbottomwrapper {
	width: 669px;
	float: left;
	clear: both;
	padding: 5px 0px 5px 5px
}
#rightcontent {
	padding: 0px 0px 0px 0px;
}
#bottom1wrapper {
	width: 337px;
	float: left;       
}
#bottom1wrapper p {
	line-height: 1.1;
}
#bottom1more {
	padding: 5px 0px 0px 15px;	
	background: url('/images/system/bullet_more.gif') 0 12px no-repeat;
}
#bottom2wrapper {
	width: 321px;
	float: right; 
}
#bottom2title {
	padding: 0px 0px 0px 30px;
	background: url('/images/system/icon_news.gif') left 6px no-repeat;
}
#bottom2list {
	list-style: none;
	margin: 5px 0px 0px 0px;
}
#bottom2list li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url('/images/system/bullet_lsb.gif') no-repeat left 8px;
}
#bottom2more {
	padding: 0px 0px 0px 15px;
	background: url(/images/system/ellipsis.gif) no-repeat 0 8px;
}
*/


