﻿#siteTitleMobile {
	display:none;
}

#siteNav {
	display:none;
}
img#siteBanner {
	display:none;
}

/* Text Banner */
#bannerWrapper .textBanner {display: block !important} /* turn on the text banner */
a#homeLink {display: none;} /* turn off the image banner */
#bannerWrapper {
	background-color: #623f99 !important;
	background-image: url(/SiteAssets/images/DepartmentBannerBG.png) !important;
	background-repeat: repeat-x;
	cursor: pointer;
}

.table {
	display: table;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
/*
.icon:hover
{
	background-color:#FFF6CC;
}

.text
{
	text-align:center;
	font:veranda;
	font-size:14pt;
	color: #572B94;
}

.longText
{
	text-align:center;
	font:veranda;
	font-size:12pt;
	color: #572B94;
}

.icon
{

	float:left;
	height:175pt;
	width:100pt;
	position: relative; 
	
	margin:1%;
	padding:2%;
	
	background-color:#EEEEEE;
	border-radius:10px;
	
}

.img 
{
    height:150px;
	width:150px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
    
    /*Below is being developed. Above works in chrome but not IE
    
    size: 75%;
    height:auto !important;
	width:auto !important;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
 
.img 
{
    height:150px;
	width:150px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
    
    /*Below is being developed. Above works in chrome but not IE
    
    size: 75%;
    height:auto !important;
	width:auto !important;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
 
}

.iconSubpage:hover
{
	background-color:#FFF6CC;
}

.iconSubpage
{
	
	float:left;
	height:275px;
	width:200px;
	
	margin:1%;
	/*padding:4%;
	
	background-color:#EEEEEE;
	border-radius:10px;
/*	border:1px solid black;
}

.iconSubPage
{
	 position: relative;
	
}

.img
{
	border:1px solid black;
	
}

.div2
{
	height:80% !important;
	width:150px;
	margin:auto;
	padding:10%;
	border:1px solid red;
}

.div{
	height:100%;
	padding: 10px 0;
	border:1px solid black;
}
*/