/* CSS Document */

html, body {
	background-color: #DFDDDE;
	background-image: none;
}

/*****************/
/*  Header Area  */
/*****************/
	#top {
		background-image: url(../images/20070601/HeadersFooters/Frontpage.Header.CI.jpg);
		z-index:-6;
	}
	
	#PageHeader{
		left: 210px;
	}

/***************/
/* Top UWG nav */
/***************/
	#UWGMenu-container{
		top: -10px;
		}
	
	#UWGMenu a:link, #UWGMenu a:visited{
		color: #FFFFFF;
		}
		
	#UWGMenu a:hover{
		color: #8533b0;
		}	
		
	#UWGMenu ul ul a:link, #UWGMenu ul ul a:visited, #UWGMenu ul ul li{
		background-color:#eff3fe;
		color: #8533b0;
		}
	#UWGMenu ul ul li a:hover		{
		background-color:#8533b0;
		color: #eff3fe;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #000000;
		border-bottom-color: #000000;
		}

/**********************/
/* COE specific links */
/**********************/
	#COEmenu-container{	
		top: 10px;
		z-index: 600;
		}
		
	#COEmenu a:link, #COEmenu a:visited	{
		color: #eff3fe;
		}
		
	#COEmenu a:hover{
		color: #8533b0;
		}	
	
	#COEmenu ul ul{
		border: 1px solid #000000;
		}
	
	#COEmenu ul ul a:link, #COEmenu ul ul a:visited{
		color: #8533b0;
		}
		
	#COEmenu ul ul li{
		background-color:#eff3fe;
		color: #8533b0;
		}
		
	#COEmenu ul ul li a:hover{
		background-color:#8533b0;
		color: #FFFFFF;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #000000;
		border-bottom-color: #000000;
		}
	
	.FlameBullet {  /*Change the Color of the Flame Bullet*/
		display:compact;
		padding: 17px 0 0 0;
		overflow: hidden;
		background-image: url("../images/20070601/FlameWhiteBullet.gif");
		background-repeat: no-repeat;
		height: 0px !important; /* for most browsers */
		height /**/: 17px;
	}

/***********************/
/*  Main Content Area  */
/***********************/
	#main {
		background-image: url();
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	}
	
	#main a:link, #main a:visited{
		color: #8939B2;
	}
	
	#main a:hover{
		color: #FF0000;
	}
	
	#main h1, #main h2, #main h3, #main h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;    
		color: #8939B2;
	}

/*********************/
/*  Department Menu  */
/*********************/
	#DeptMenu-container{	
		top: -80px;
		right: -40px;
		z-index:10;
	}
		
	#DeptMenu a:link, #DeptMenu a:visited{
		color: #eff3fe;
		background-color: #8533b0;
	}
		
	#DeptMenu a:hover{
		color: #8533b0;
		background-color: #eff3fe;
		border-top-color: #000000;
		border-bottom-color: #000000;
	}	
				
	#DeptMenu ul{
		background-color:#8533b0;
		
	}
	
	#DeptMenu ul ul a:link, #DeptMenu ul ul a:visited	{
		color: #8533b0;
		background-color: #eff3fe;
	}
	
	#DeptMenu ul ul li{
		background-color:#eff3fe;
		color: #8533b0;
	}
		
	#DeptMenu ul ul li a:hover{
		color: #eff3fe;
		background-color: #8533b0;
		border-top-color: #000000;
		border-bottom-color: #000000;
	}
	
	#DeptMenu ul li hr {
		color: #eff3fe; /*color of HR in menu*/
	}
	
/*****************/
/*  Footer Area  */
/*****************/
	#footer {
		background-image: url(../images/20070601/FooterImage.CI.jpg);
	}
	
	
/********************/
/* C&I FRONTPAGE CSS*/
/********************/

#cicontact {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 530px;
	height: 230px;
	background-image: url(../ci/images/contactbkg.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	color:#FFFFFF;
	}

#contacttext {
	position: relative;
	margin-top: 35px;
	margin-left: -20px;
	width: 260px;
	padding: 0px;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	
}

#contacttext li{

	list-style-type: none;
}
#main .largeletter {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: -2px;
	line-height: 1em;
	
}


