h1 span{
    display:none;
}
 
h1{
    display:block;
    text-align: center;
    height: 70px; /*change to the height of the image*/
    background:url(../images/h1hometitle2.png) no-repeat center top;
    border: none;
}
h2 span{
    display:none;
}
 
h2{
    display:block;
    text-align: center;
    height: 70px; /*change to the height of the image*/
    background:url(../images/novatbanner.png) no-repeat center top;
    border: none;
}
p span {
	font-size: 1.3em;
	font-weight: bold;
	color: #1b3792;
	background-image: url(../images/padlock4.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#banner-home {
	background: transparent url(../images/newbanner2.png) no-repeat left;

}
#outer_wrapper {
	width: 100%;
	background-repeat: no-repeat;
	padding-bottom: 75px;
	border-bottom: solid 3px #0f2674;
	border-top: solid 3px #0f2674;
	
}
.sectionhome #navigation #linkhome a {/* automation for active tab */
		background: url(../images/buttons/home_button3.gif) no-repeat;
		color: #fff;
		}

.sectionhome #navigation #linkhome a:hover {/* hover over-ride for automated tab */
		background: url(../images/buttons/home_button4.gif) no-repeat;
		color: #1b3792;
		}

#twitter {margin-top: 10px; width: 161px; margin-left: 5px;}

#storage {margin-top: 10px;border: 2px solid #0f2674; width: 200px; margin-left: auto; margin-right: auto;}

#Animoto {margin-top: 10px; margin-bottom: 10px; border: 2px solid #0f2674; width: 453px; margin-left: auto; margin-right: auto; padding: 0px; background-color: white;}

.orange {color: #f39000;}