.BannerArea {
    position: relative;
    height: 474px;
    margin: 0 auto;
    width: 960px;
}

.FeatureDisplay {
    position: absolute;
    left: 0;
    top: 0;
    width: 729px;
    height: 402px;
    background: #fff;
    z-index: 20;
    /*box-shadow: 20px 10px 0 -10px rgba(0,0,0,.25);*/
}
    .FeatureDisplay .images {
        position: absolute;
        left: 4px;
        top: 4px;
        padding: 0;
        list-style: none;
        width: 720px;
        height: 394px;
        overflow: hidden;
    }
        .FeatureDisplay .images li {
            position: absolute;
            left: 720px;
            top: 0;
            width: 720px;
            height: 394px;
            overflow: hidden;
        }
            .FeatureDisplay .images li:first-child {
                left: 0;
            }
    .FeatureDisplay .captions {
        position: absolute;
        left: 4px;
        top: 322px;
        width: 720px;
        height: 49px;
        overflow: hidden;
        padding: 0;
        list-style: none;
        font-size: 22px;
        line-height: 49px;
        color: #172154;
    }
        .FeatureDisplay .captions li {
            position: absolute;
            left: -100%;
            top: 0;
            height: 49px;
            padding: 0 23px 0 17px;
            max-width: 680px;
            background: rgba(255,255,255,.8);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
            .FeatureDisplay .captions li:first-child {
                left: 0;
            }
    .FeatureDisplay .details {
        position: absolute;
        left: 0;
        top: 371px;
        width: 728px;
        height: 67px;
        overflow: hidden;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        font-style: italic;
        color: #172154;
    }
        .FeatureDisplay .details a {
            color: #0066cc;
            text-decoration: none;
        }
            .FeatureDisplay .details a:hover {
                color: #0f163f;
            }
        .FeatureDisplay .details li {
            display: block;
            position: absolute;
            left: -100%;
            top: 0;
            width: 272px;
            height: 52px;
            padding: 15px 0 0 22px;
            background: url(../img/BannerArea-details.png) no-repeat left top;
            overflow: hidden;
        }
            .FeatureDisplay .details li:first-child {
                left: 0;
            }
            .FeatureDisplay .details p {
                padding: 0;
                height: 18px;
                width: 240px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
    .FeatureDisplay .bullets {
        position: absolute;
        right: 40px;
        top: 0;
        height: 16px;
        line-height: 16px;
        padding: 0 5px;
        background: #fff;
        list-style: none;
    }
        .FeatureDisplay .bullets:before, .FeatureDisplay .bullets:after {
            content: "";
            display: block;
            position: absolute;
            left: -10px;
            top: 0;
            width: 10px;
            height: 16px;
            background: url(../img/PictureShow-bullets.png) no-repeat left top;
        }
        .FeatureDisplay .bullets:after {
            left: 100%;
            background-position: left -16px;
        }
        .FeatureDisplay .bullets li {
            display: inline-block;
            vertical-align: top;
            margin: 4px 2px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #cfcfcf;
            cursor: pointer;
        }
            .FeatureDisplay .bullets li.active {
                background: #0d6ecf;
            }

    .BannerArea .box {
        display: block;
        position: absolute;
        z-index: 10;
        right: 0;
        /*border: 1px solid #a47700;*/
        width: 191px;
        height: 184px;
        padding: 18px 20px 2px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: left bottom;
        font-size: 15px;
        line-height: 1.5;
        text-decoration: none;
        font-style: italic;
        -webkit-transition: width .15s ease-out;
        transition: width .15s ease-out;
    }
        .BannerArea .box:hover {
            width: 423px;
            z-index: 20;
        }
        .BannerArea .box .body {
            position: absolute;
            top: 25px;
            left: 200px;
            width: 250px;
            text-align: center;
            /* commented out because it causes the quick links to jiggle
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;*/
            visibility: hidden;
        }
            .BannerArea .box:hover .body {
                /*opacity: 1;*/
                visibility: visible;
            }
            .BannerArea .box .body .content{
                width: 210px;
                height: 120px;
                background: #fff;
                margin: 0 auto;
                color: #333;
                font-size: 11px;
                text-align: left;
                font-style: normal;
                font-weight: 900;
                overflow: hidden;
            }
                .BannerArea .box .body .content p{
                    height: 85px;
                    padding: 15px;
                    overflow: hidden;
                }
                .BannerArea .box .body img {
                    max-width: 210px;
                }
            .BannerArea .box .body .flyArrow {
                margin: 0 auto;
                padding: 0 10px;
                width: 225px;
                height: 25px;
                font-size: 12px;
                color: #172154;
                font-weight: 900;
                line-height: 25px;
                text-transform: uppercase;
                background: url(../img/flyout-arrow.png) no-repeat top right;
                overflow: hidden;
            }

    .BannerArea .box1 {
        top: 0;
        background-color: #0f163f;
        color: #5f84c8;
    }
    .BannerArea .box2 {
        top: 198px;
        background-color: #98abcb;
        color: #fff;
    }
        .BannerArea .box .text {
            float: left;
            /*width: 150px;*/
			width: 170px;
            height: 197px;
        }
            .BannerArea .box .text p {
                /*max-height: 46px;*/
				max-height: 100px;
                overflow: hidden;
				padding-left: 2px;
            }
        .BannerArea .box h2 {
            padding: 0 0 6px;
            max-height: 75px;
            font-size: 26px;
            line-height: 27px;
            font-style: normal;
            text-transform: uppercase;
            text-shadow: 2px 2px 0 rgba(0,0,0,.1);
            overflow: hidden;
        }
        .BannerArea .box1 h2 {
            color: #EEB335;
        }
        .BannerArea .box2 h2 {
            /*font-family: 'Open Sans', sans-serif;*/
            color: #00338e;
        }

.QuickLinks {
    position: absolute;
    left: 280px;
    top: 418px;
    width: 680px;
    height: 39px;
    text-align: center;
    padding: 0;
    list-style: none;
    z-index: 500;
}
    .QuickLinks li {
        display: inline-block;
        vertical-align: top;
        height: 39px;
        line-height: 39px;
        border-left: 1px solid #172154;
    }
        .QuickLinks li:first-child {
            border: 0;
        }
        .QuickLinks a {
            display: block;
            padding: 0;
            margin-top: 6px;
            height: 30px;
            width: 155px;
            background-repeat: no-repeat;
            background-position: 10px 0;
        }
            .QuickLinks a:hover {
                background-position:10px -35px;
            }


    .MainBody .mainCol {
        width: 570px;
        /*margin: 22px 36px 0 0;*/
	margin: 22px 30px 0 0;
    }

.NewsShort {
    float: left;
    width: 270px;
    padding: 0 0 50px;
}
    .NewsShort:nth-child(2n) {
        float: right;
    }
    .NewsShort h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        line-height: 25px;
        text-transform: uppercase;
        /*height: 15px;*/
        margin-bottom: 3px;
        overflow: hidden;
    }
    .NewsShort .thumb {
/*        position: relative;
        border: 1px solid #00338e;
        border-width: 6px 1px 1px;
        padding: 3px 4px 4px;
        overflow: hidden;
        margin: 0 0 15px;*/
        position: relative;
        /*border-top: 2px solid #a47700;*/
        padding: 3px 0 0;
        overflow: hidden;
        margin: 0 0 15px;
    }
        .NewsShort .thumb:before {
            content: "";
            display: block;
            position: absolute;
            left: -1px;
            top: -8px;
            width: 270px;
            height: 1px;
            /*background: #a47700;*/
        }
    .NewsShort img {
        vertical-align: middle;
        border: 1px solid #00338e;
        padding: 4px 4px 4px;
    }
    .NewsShort h3 {
        padding: 0 0 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1.2;
        max-height: 45px;
        overflow: hidden;
    }
        .NewsShort h3 a {
            color: #003399;
        }
            .NewsShort h3 a:hover {
                color: #0066cc;
            }

    .NewsShort .date, .NewsShort .link {
        padding: 0 0 5px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0066cb;
    }

.NewsShort .date
{
color: #EEB335;
}
        .NewsShort .link a {
            color: #666;
            text-decoration: none;
        }
            .NewsShort .link a:hover {
                text-decoration: underline;
            }

    .NewsShort .copy {
        padding: 10px 10px;
        margin: 0 0 5px;
        background: #efefef;
        font-size: 12px;
        max-height: 102px;
        overflow: hidden;
    }
        .NewsShort .copy p:last-child {
            padding: 0;
        }

.MainBody .sideCol
{
margin-left: 35px
}

.EventCalendar {
	width: 569px;
	border-top: 2px solid #eeb335;
	margin: 0 0 40px;
	padding: 2px 0 0;
	border-bottom: 2px solid #00338e;
}

	.EventCalendar .titleBar {
		background: none repeat scroll 0 0 #00338e;
		color: #fff;
		padding: 10px 30px;
		position: relative;
	}

		.EventCalendar .titleBar:before,
		.EventCalendar .titleBar:after {
			background: url("/img/hangingchads.png") no-repeat scroll right -7px rgba(0, 0, 0, 0);
			content: "";
			display: block;
			height: 14px;
			left: 0;
			position: absolute;
			top: 100%;
			width: 14px;
		}

		.EventCalendar .titleBar:after {
			background-position: left -7px;
			left: auto;
			right: 0;
		}


		.EventCalendar .titleBar h2 {
			color: #fff;
			font-family: 'Open Sans',sans-serif;
			font-size: 19px;
			font-weight: 600;
			line-height: 20px;
			padding: 0;
			text-transform: uppercase;
			display: inline;
		}

		.EventCalendar .titleBar a {
			color: #94abd1;
			font-size: 12px;
			font-weight: bold;
			position: absolute;
			right: 17px;
			top: 12px;
		}

	.EventCalendar .calendarHolder {
		padding: 24px 18px 18px;
	}

		.EventCalendar .calendarHolder .calendar {
			float: left;
			width: 260px;
		}

		.EventCalendar .calendarHolder .eventsList {
			float: left;
			width: 260px;
			margin-left: 12px;
			font-size: 14px;
			color: #0068c9;
		}

			.EventCalendar .calendarHolder .eventsList ul {
				padding: 0;
				list-style: none inside;
			}

				.EventCalendar .calendarHolder .eventsList ul li {
					min-height: 26px;
					background-color: #fff;
					color: #264478;
					border-top: 1px solid #c6c9cc;
				}

					.EventCalendar .calendarHolder .eventsList ul li:last-child {
						border-bottom: 1px solid #c6c9cc;
					}

					.EventCalendar .calendarHolder .eventsList ul li:nth-child(odd) {
						background-color: #ededed;
					}

					.EventCalendar .calendarHolder .eventsList ul li span.date {
						display: inline-block;
						vertical-align: middle;
						width: 40px;
					}

					.EventCalendar .calendarHolder .eventsList ul li span.desc {
						font-size: 12px;
						padding: 4px 13px 4px 0;
						width: 195px;
						vertical-align: middle;
						display: inline-block;
					}