@charset "utf-8";
/* CSS Document */
@media print {

#headerBackground {
	display: none;
}
#header {
	display: none;
}

#hlink li a {
	display: none;
}
#search {
	display: none;}
#weather {
	display: none;
}

#smoothalldeptcontainer {
	display: none;	
}
#smoothdeptcontainer { 
	display: none;
}
.ddsmoothdeptmenu {
	display: none;
}
.ddsmoothdeptmenu ul{
	display: none;
}
.ddsmoothdeptmenu ul li{
	display: none;
}
.ddsmoothdeptmenu ul li a{
	display: none;
}
* html .ddsmoothdeptmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: none;
}
.ddsmoothdeptmenu ul li a:link, .ddsmoothdeptmenu ul li a:visited{
	display: none;
}
.ddsmoothdeptmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	display: none;
}
.ddsmoothdeptmenu ul li a:hover{
	display: none;
}	
.ddsmoothdeptmenu ul li ul{
	display: none;
}
.ddsmoothdeptmenu ul li ul li{
	display: none;
}
.ddsmoothdeptmenu ul li ul li a img {
	display: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothdeptmenu ul li ul li ul{
	display: none;
}

/* Sub level menu links style */
.ddsmoothdeptmenu ul li ul li a{
	display: none;
}
.ddsmoothdeptmenu ul li ul li a:hover{
	display: none;
}
/* Holly Hack for IE \*/
* html .ddsmoothdeptmenu{	
	display: none;
} /*Holly Hack for IE7 and below*/

.mobileMenu {
	display: none;
}


.column {
	display: none;
}
.column2 {
	width: 100%;
	overflow:visible;
}
#blueFooter {
	display: none;
}
#blueFooter table {
	display: none;
}
#blueFooter table tr td {
	display: none;
}
#blueFooter table a {	
	display: none;
}
#blueFooter table a:hover {
	display: none;
}
#blueFooter p {
	display: none;
}

#footer {
	display: none;
}

#footer img {
	display: none;
}

#footerCurve {
	display: none;
}

}