/*
+**********************************************************************+
|  Copyright (c) 2003 CSCare Inc. All Rights Reserved.                 |
|  This is proprietary source code of CSCare Inc.                      |
+**********************************************************************+
*/
/*
+**********************************************************************+
| HOME PAGE                                                            |
+**********************************************************************+
*/				
#pghome { 
	display: block; 
	width: 700px; 
	height: 288px; 
	overflow: hidden; 
	background: url(../img/kolaz-home.gif) no-repeat center; 
	margin-top: 5px; 
	margin-bottom: 10px; 
}
#pghome H3 { display: none; }
#pghomenew 
{
	display: block; 
	width: 700px; 
	height: 290px; 
	overflow: hidden; 
	background: url(../img/kolaz-home.jpg) no-repeat center; 
	margin-top: 5px; 
	margin-bottom: 10px; 		
}
#pghomenew H1 
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 45px;
	text-align: left;
}
#pghomenew H2
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0;
	margin: 0px 0 3px 0;
	font-size: 24px;
	color: #191970;
}
#pghomenew LI A
{
	text-decoration: none;
	color: Black;
}
#pghomenew LI A:hover { text-decoration: underline; }
#pghomenew UL LI UL { 
	margin-left: 15px; 
	margin-top: 6px;
	margin-bottom: 6px;
}
#pghomenew UL LI LI { list-style: url(../img/arr1.gif); }
