﻿#mainContentArea { font-size: 12px; }
.sideContent { font-size: 1.2em; line-height: 1.2em; }

/*===== Video Section ========================================================*/
#videoColumn { float: left; margin: 0 10px 0 0; }
#videoColumn, #videoPlayer { width: 335px; height: 270px; }
#videoList { float: left; width: 262px; }
#videoList .video { margin: 0 0 10px 0; }
#videoList .video h3 { margin: 0 0 5px 0; }
#videoList .video .image { width: 100px; float: left; }
#videoList .video .image a { display: block; float: left; }
#videoList .video .content { width: 160px; float: right; }
#videoList .more { padding: 10px 0 0 0; font-size: 1.2em; }

/*===== rotating Banner Image ================================================*/
#rotatingBannerImage { margin: 0 0 1em 0; width: 940px; height: 363px; overflow: hidden; }
#rotatingBannerImage .imageHasText
{
    position: relative;
}
#rotatingBannerImage .imageHasText .text 
{
    position: absolute;
    top: 30px;
    left: 660px;
    width: 250px;
    height: 300px;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
}
#rotatingBannerImage .banner { width: 940px; height: 363px; }
#rotatingBannerContainer { position: relative; }
#nextImage, #prevImage 
{
    display:block;
    width: 45px;
    height: 46px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 150px;
    z-index: 50;
}
#nextImage { background-image: url(BannerImage/NextButton.gif); right: -23px; }
#prevImage { background-image: url(BannerImage/PrevButton.gif); left: -23px; }
.whatOthersAreSaying { padding-bottom:10px; }
.blogItem { padding-bottom:10px; clear:both; }
.blogItem .description { font-size: 11px; }
div.emergencyContentArea
{
	border: solid 1px red;
	background-color:#ffffff;
	padding:5px;
	margin-bottom:5px;
}