/* Section Content - Box Shadow */
#section-content {
	box-shadow: none;
}
/*Lisa edits */

#region-content {
    min-height: 460px;
    height: auto !important;
}

a:hover {
    color: #000;
}

#region-sidebar-second a {
	/* min-height: 200px; */
	/* color: #CC0000; */
	font-size: 1.3em;
	line-height:1.5em;
	text-transform: uppercase;
}

#region-sidebar-second ul.menu li a {
    padding: 1.3em 0px;
    
}

ul.menu {
    font-size: 1.25em;
    line-height: 261%;
    text-transform: uppercase;
    text-align: left;
    float: right;
    padding-top: 2em;
  }
/*
.container-12 .grid-3 {
    width: 235px !important;
    position: absolute;
    margin-top: 7px;
    margin-left: -2.5em;
    padding-right:10px;
  }
  */

/* Zone Background Color */
#zone-content {
	/*background-color: #343434;
	background-image: url("/sites/default/files/images/fp-eyeball.jpg");     background-size: 100%;
	*/
	
	background: #CCCCCC url("/sites/default/files/images/fp-eyeball.jpg") no-repeat left top;
	
}

/* Menu */
#zone-menu-wrapper {
	display: none;
}


/* Page Title */
#page-title {
	display: none;
}

/* Tabs */
.tabs  {
	display: none;
}

/* Messages */
#messages {
	display: none;
}

/* Content */
#zone-content p {
  padding: 0;
}

.field-items {
	display: none;
}

#region-content {
  margin-bottom: -61px;
}

/* Expand homepage image content */
#region-content .block p img {
    margin-top: 60%;
     max-width: 976px;
    padding-bottom: -8px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Footer */
#section-footer {
/*	display: none; */
}

#region-footer-first {
    display: none;
  }
  
 #region-footer-second {
 	margin-top: 15px;
} 
  
  #zone-footer #block-footer-message-footer-message, #zone-footer .copyright {
  	display: none;
  }

