﻿/***************************/
/* css for bannerContainer */
/***************************/

.bannerContainer {
    width: 900px;
    height: 250px;
    overflow: hidden;
    position: relative;
	background-color: #1a78ab;
}
.bannerContainerEdit {
	display: none;
}
.bannerContainer .banner, .bannerContainer .bannerEdit {
    display: none;
}
.bannerContainer .default {
    display: block;
}
.bannerText {
    position: absolute;
    top: 86px;
	left: 82px;
    margin: 0px;
    width: 370px;
    height: 88px;
    overflow: hidden;
    z-index: 50;
    color: #FFF;
    font-size: 14px;
	font-weight: bold;
}

.bannerImage p
{
    margin: 0;   
}

.bannerText h1, .bannerText h2, .bannerText h3 {
	font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px!important;
    font-weight: bold !important;
    padding: 0px !important;
    margin: 0 0 5px 0!important;
    color: #fff;
}

.bannerText p{ margin: 0 0 5px 0 !important;}

.bannerText a{ color: #FFF !important; text-decoration: underline !important;}
.bannerText a:hover, .bannerText a:active{ text-decoration: none !important;}

.banner
{
    width:100%;
}

.banner img{
	width: 900px;
    height: 250px;
}

/* Navigation */
.bannerNavButtons{ display: none;}

.bannerNav {
    height: 10px;
    position: absolute;
    left: 83px;
    top: 181px;
    z-index: 51;
    width: 77px !important;
}
.bannerNavLeft {
	width: 38px;
	height: 31px;
	float: left;
	margin-right: 1px;
}
.bannerNavLeft a {
    width: 38px;
	height: 31px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../images/structure/bannerNavLeft.gif) top left no-repeat;
}
.bannerNavLeft a:hover {
    background-position: 0px -31px;
}
.bannerNavRight {
	width: 38px;
	height: 31px;
	float: left;
}
.bannerNavRight a {
    width: 38px;
	height: 31px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../images/structure/bannerNavRight.gif) top left no-repeat;
}
.bannerNavRight a:hover {
    background-position: 0px -31px;
}

/* Edit Controls */
.bannerControls {
    height: 10px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 50;
}
.bannerControls div {
	float: left;
}
.bannerControls div.last {
	border-right: none;
}
.bannerControls a {
	background: #f9f8f6;
	padding: 5px 10px;
}
.bannerControls a, .bannerControls a:link, .bannerControls a:visited {
    color: #003366;
    text-decoration: none;
}
.bannerControls a:hover {
    background: #d6e4f0;
    text-decoration: none;
}

/* Sorting */
ul.sortableBanner { list-style-type: none; margin: 0; padding: 0; }
ul.sortableBanner li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; overflow: hidden; line-height: 1.6; }
ul.sortableBanner li img { height: 100px; float: right; }