@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	}
body{
	background:url(../images/bodybg.jpg) repeat-x 0 0 #0f2156;
	margin:0;
	padding:18px 0 0 0;
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:400;
	font-size:11px;
	text-align:left;
	line-height:16px;
	text-decoration:none;
	color:#515151;
	}

.wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0;
	position:relative;
	z-index:1;
	}
.logo{
background:url(../images/logo.png) no-repeat 0 0;
width:171px;
height:186px;
position:absolute;
z-index:9999999;
top:45px;
left:25px;
}
.ForBanner{
	background:url(../images/bannerOuter.png) no-repeat 0 0;
	width:1000px;
	height:274px;
	float:left;
	margin:0;
	padding:0;
	}
.BannerShadow{
	background:url(../images/bannerShadow.png) no-repeat 0 0;
	position:absolute;
	z-index:999999999;
	left:0;
	top:274px;
	width:1000px;
	height:7px;
	}
.content{
	background:#b1c1f6;
	width:987px;
	height:auto;
	float:left;
	margin:0;
	padding:7px 7px 0 6px;
	}
.leftColOuter{
	width:222px;
	height:auto;
	float:left;
	margin:-7px 2px 0 0;
	padding:0 0 9px 0;
	}	
.leftCol{
	background:url(../images/leftSideColMidBg.png) repeat-y 0 0;
	width:215px;
	height:auto;
	float:left;
	margin:0 0 0 0;
	padding:0 4px 0 3px;
	}
	
/*navigation css starts from here*/

.navigation{
	background:url(../images/navigationBg.png) no-repeat 0 0;
	width:215px;
	height:429px;
	float:left;
	margin:0 0 2px 0;
	padding:0;
	}
.navigation ul {
	width:215px;
	float:left;
	height:auto;
	padding:0 !important;
	margin:0;
}
.navigation ul li {
	background:url(../images/navigationsepBg.png) no-repeat bottom center;
	width:215px;
	height:39px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	display:block;
	z-index:9999;
}



.navigation li:hover > a{
	color:#fed100;
}
.navigation li:hover > a.drop{
	background:url(../images/nav_forsubmenuactive.png) no-repeat 0 0 !Important;
	color:#fed100;
}



.navigation ul li a {
	float:left;
	margin:0;
	width:196px;
	padding:0 0 0 19px;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	font-size:16px;
	text-align:left;
	line-height:39px;
	text-decoration:none;
	color:#ffffff;
}
.navigation ul li a.drop {
	background:url(../images/nav_forsubmenu.png) no-repeat 0 0 !Important;
	width:198px;
	height:45px;
	padding:0 0 0 20px !important;
}
.navigation ul li a.drop:hover {
	background:url(../images/nav_forsubmenuactive.png) no-repeat 0 0 !Important;
	width:199px;
	height:45px;
	padding:0 0 0 20px !important;
}
.navigation ul li a:hover{
	color:#ffd900;
}
.navigation ul li a.active{
	color:#ffd900;
}
.navigation ul li a.bottom:hover{
	color:#ffd900;
}
.navigation ul li a.bottom.active{
	color:#ffd900;
}

.navigation ul li ul {
	border:1px solid #34519a ;
	border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
	background:#34519a;
	display: none;
	width: 182px !Important;
	z-index: 90;
	position:absolute;
	height:auto;
	left:215px !important;
	top:0 !important;
	border:1px solid #34519a;
	padding:0 !important;
}
.navigation ul li ul li {
	background:url(../images/dropdownLiBg.png) repeat-y 0 0 #34519a;
	border-bottom:1px solid #7488bb;
	float: left;
	height: 38px;
	margin: 0 0 0 0 !important;
	padding: 0 5px 0 14px !important;
	position: relative;
	width: 163px !Important;
	display:block;
}
.navigation ul li ul li a {
	background:none !Important;
		width: 163px !Important;
	margin:0 0 0 0 !important;;
	padding:0 0 0 0 !important;
	float:left;
	font-size:16px;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	text-align:left;
	text-decoration:none;
	line-height:38px;
	text-align:left;
	color:#ffffff !Important;
}
.navigation ul li ul li.last{
	border:none;
	}
.navigation ul li ul li:hover{
	/*background:url(../images/dropdownLiHover.png) repeat-x 0 0;*/
}
.navigation ul li ul li a:hover {
	color:#ffd900 !important;
}


.navigation ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:226px;
}
.navigation ul li:hover ul li ul {
	display: none;
}
.dropdownarrow {
	background:url(../images/dropdownArrow.png) no-repeat 0 0;
	float: left;
	height: 12px;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 10px;
	z-index: 9999;
}	

/*navigation css ends from here*/

.AfterNavigation{
	width:222px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
.LeftSideTitle{
	background:url(../images/leftSideTitleBg.png) no-repeat 3px 0;
	width:205px;
	float:left;
	padding:0 0 0 10px;
	height:39px;
	color:#35529c;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	font-size:18px;
	text-align:left;
	line-height:39px;
	text-decoration:none;
	}
.forUpcomingEvents{
	width:195px;
	float:left;
	padding:9px 10px 6px 10px;
	height:auto;
	}
.forUpcomingEvents p{
	width:100%;
	float:left;
	margin:0 0 4px 0;
	padding:0 0 6px 0;
	background:url(../images/LeftSideDottedLine.png) repeat-x bottom center;
	}
.forUpcomingEvents a{
	color:#453200;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}
.forUpcomingEvents a.viewall{
	text-decoration:none;
	float:right;
	text-align:right;
	}
.forUpcomingEvents a:hover{
	text-decoration:underline;
	}
.forContactInfo{
	width:195px;
	float:left;
	padding:3px 10px 9px 10px;
	height:auto;
	}
.forContactInfo p.emergency{
	color:#515151;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13.5px;
	text-align:center;
	line-height:normal;
	text-decoration:none;
	font-weight:bold;
	width:100%;
	margin:0;
	padding:0 0 6px 0;
	}
.forContactInfo p.emergency span{
	font-size:23px;
	}
.forContactInfo p{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 5px 0;
	margin:0;
	color:#515151;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:center !important;
	line-height:16px;
	text-decoration:none;
	}
	
.forDonation{
	width:195px;
	float:left;
	padding:9px 10px 2px 10px;
	height:auto;
	}
.forDonation p{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 12px 0;
	}
.donationCards{
	width:195px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 10px 0;
}
.masterCard{
	background:url(../images/masterCard.png) no-repeat 0 0;
	width:40px;
	height:27px;
	margin:0 9px 0 5px;
	padding:0;
	float:left;
	}
.paypalCard{
	background:url(../images/paypalCard.png) no-repeat 0 0;
	width:39px;
	height:27px;
	margin:0 9px 0 0;
	padding:0;
	float:left;
	}
.discoverCard{
	background:url(../images/discoverCard.png) no-repeat 0 0;
	width:40px;
	height:27px;
	margin:0 9px 0 0;
	padding:0;
	float:left;
	}
.visaCard{
	background:url(../images/visaCard.png) no-repeat 0 0;
	width:39px;
	height:27px;
	margin:0;
	padding:0;
	float:left;
	}
.donateBtn{
	background:url(../images/DonateBtn.png) no-repeat 0 0;
	width:77px;
	height:28px;
	float:left;
	margin:0 59px;
	padding:0;
	}
.LeftSideColBottom{
	background:url(../images/leftSideColBottom.png) no-repeat 0 0;
	width:220px;
	height:9px;
	float:left;
	margin:0 0 0 2px;
	padding:0;
	}
.followUsOn{
	background:url(../images/followUsOnBg.png) no-repeat;
	width:215px;
	height:178px;
	float:left;
	margin:5px 0 0 3px;
	padding:0;
	}
.FacebookBtn{
	background:url(../images/facebookIcon.png) no-repeat 0 0;
	width:173px;
	height:58px;
	float:left;
	margin:48px 0 2px 22px;
	padding:0;
	}
.TwitterBtn{
	background:url(../images/twitterIcon.png) no-repeat 0 0;
	width:173px;
	height:58px;
	float:left;
	margin:0 0 0 22px;
	padding:0;
	}

.footerOuter{
	background:url(../images/footerBg.png) repeat-x top center;
	width:100%;
	min-width:1000px;
	float:left;
	margin:-149px 0 0 0;
	padding:0;
	min-height:317px;
}
.footer{
	width:1000px;
	margin:0px auto;
	padding:161px 0 0 0;
	min-width:1000px;
	}
.copyright {
    color: #b4b5ba;
    float: left;
    font-family:Verdana, Arial, "Times New Roman";
    font-size: 11px;
    line-height:16px;
    margin: 0;
    text-align: center;
    width: 1000px;
}
.footer_bottom {
    float: left;
    height: auto;
    padding: 0 22px 0 0;
    width: 978px;
	margin:0 0 0 0;
}
.chief_webdlogo {
    background:url(../images/chiefWebDesignLogo.png) no-repeat 0 0;
    float: left;
    height: 71px;
    width: 156px;
	margin:44px 0 0 22px;
}
.footer_bottom p {
    color: #FFFFFF;
    float: left;
   font-family:Verdana, Arial, "Times New Roman";
    font-size: 11px;
    line-height: 16px;
    margin: 33px 12px 0 0;
    text-align: right;
    width: auto;
}

.footer_bottom span {
    color: #fff200;
    float: left;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    width: auto;
	margin: 33px 0 0 0;
}

.ForMessageCenter{
	}
.HomeSecondCol{
	width:762px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
.HomeSecondColTitle{
	background:url(../images/innerPageTitleBg.png) no-repeat 0 0;
	width:748px;
	height:40px;
	float:left;
	margin:0;
	padding:0 0 0 14px;
	color:#ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	font-size:18px;
	text-align:left;
	line-height:40px;
	text-decoration:none;
	}
.HomeSecondColMid{
	background:url(../images/innerpageMid.png) repeat-y 1px 0;
	width:734px;
	height:auto;
	float:left;
	margin:0;
	padding:12px 14px 0 14px;
	min-height:100px;
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:normal;
	color:#525252;
	font-size:12px;
	text-align:left;
	line-height:18px;
	text-decoration:none;
}

.homeMessage span.title
{
	width:460px;
	float:left;
	margin:0;
	padding:0 0 9px 0;
	font-weight:bold;
	font-size:14px;
}
.homeMessage .nophoto span.title
{
	width:100%;
}
.homeMessage p
{
	margin:0;
	padding:0 0 7px 0;
	width:100%;
}
.homeMessage .nophoto p
{
	margin:0;
	padding:0 0 7px 0;
	width:100%;
}
.homeMessage img
{
	float:left;
	width:240px;
	padding:2px;
	margin:0 2% 0 0 !important;
}
/*
.HomeSecondColMid p span{
	width:500px;
	float:left;
	margin:0;
	padding:0 0 9px 0;
	font-weight:bold;
	font-size:14px;
	}
*/
.HomeSecondColMid .firstPara{
	margin:0;
	padding:0 0 7px 0;
	float:left;
	width:734px;
	}
.HomeSecondColMid .secondPara span{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 9px 0;
	font-weight:bold;
	font-size:14px;
	}
.HomeSecondColMid .secondPara{
	margin:0;
	padding:0 0 7px 0;
	float:left;
	width:734px;
	}

.forSepHome{
	background:url(../images/innerpageMid.png) repeat-y 1px 0;
	width:762px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
.forSepHome div{
	width:762px;
	height:1px;
	float:left;
	margin:0;
	padding:0;
	background:#a7aab1;
	}
.HomeSecondColBottom{
	background:url(../images/innerpageBottom.png) no-repeat 1px 0;
	width:762px;
	height:11px;
	float:left;
	margin:0 0 4px 0;
	padding:0;
	}

.ForFile_MoreInfo{
	width:126px;
	height:auto;
	float:right;
	margin:0;
	padding:23px 0 0 0;
	}
.FileAttached{
	background:url(../images/attachIcon.png) no-repeat 0 0;
	width:19px;
	height:26px;
	float:left;
	margin:14px 10px 0 0;
	padding:0;
	}
.MoreInfoBtn{
	background:url(../images/moreInfoButton.png) no-repeat 0 0;
	width:96px;
	height:28px;
	float:right;
	margin:14px 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
}
.MoreInfoBtn2{
	background:url(../images/moreInfoButton.png) no-repeat 0 0;
	width:96px;
	height:28px;
	float:right;
	margin:-28px 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
}


.ForRecnetGalleryRow{
	background:url(../images/midColThrePartTitleBg.png) no-repeat top left transparent;
    float: left;
    height: auto;
    margin: 0 0 4px 0;
    padding: 40px 0 0 0;
    width: 762px;
}
.ForRecnetGalleryRowTitle{
    color: #FFFFFF;
    float: left;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: -54px 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.ForLiveDispatchRowTitle{
    color: #FFFFFF;
    float: left;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: -48px 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.ForFireStatisticsTitle{
    color: #FFFFFF;
    float: left;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: -53px 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.ForRecnetGalleryRowMid{
	background: url(../images/innerpageMid.png) repeat-y scroll 1px 0 transparent;
    color: #525252;
    float: left;
    font-family: Verdana,Arial,"Times New Roman";
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    margin: 0;
    min-height: 100px;
    padding: 0 14px 0;
    text-align: left;
    text-decoration: none;
    width: 734px;
}
.RecentGalleryEntries{
	border-right:1px solid #a7aab1;
	width:225px;
	float:left;
	margin:0;
	padding:15px 20px 0 0;
	}
.RecentGalleryEntries span{
	width:100%;
	font-weight:bold;
	margin:0;
	padding:0 0 4px 0;
	float:left;
	}
.RecentGalleryEntries img{
	
	margin:0 0 5px 14px;
	height: 100%;
	}
.RecentGalleryEntries p{
	width:100%;
	margin:0;
	padding:0 0 8px 0;
	float:left;
	}
.GalleryDottedLine{
	background:url(../images/dotedLine.png) repeat-x 0 0;
	width:100%;
	float:left;
	height:1px;
	margin:8px 0 5px 0;
	padding:0;
	}

.RecentGalleryEntries a.FullStory{
	background:url(../images/fullStoryBtn.png) no-repeat 0 0;
	width:87px;
	height:29px;
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
	}
.RecentGalleryEntries a.PhotoGallery{
	background:url(../images/photoGalleryBtn.png) no-repeat 0 0;
	width:117px;
	height:29px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
	}
.RecentGalleryEntries a{
	color:#453200;
	font-weight:bold;
	font-family: Verdana,Arial,"Times New Roman";
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
	float:left;
	text-decoration:none;
		}
.RecentGalleryEntries a:hover{
	text-decoration:underline;
	}
.RecentGalleryEntries a.next{
	float:right;
	}
.ForWeather
{
	width:251px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #a7aab1;
	padding:0 0 15px 0;
	background-image:url('../images/weatherIcon3.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.ForWeather .weatherhold
{
	float:left;
	background-repeat: no-repeat;
    width: 100%;
	padding-left:15px;
}
.ForWeatherTitle
{
	 color: #FFFFFF;
    float: left;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: -39px 0 0 0;
    padding: 0 0 0 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.ForWeather p{
	text-align:center;
	width:130px;
	padding:18px 0 0 116px;
	text-align:center;
	float:left;
	}
.ForWeather p span{
	color:#88221c;
	font-weight:bold;
	font-size:34px;
	text-align:center;
	float:left;
	width:100%;
	padding:0 0 4px 0;
	line-height:normal;
	}
.ForecastBtn{
	background:url(../images/forecastBtn.png) no-repeat 0 0;
	width:92px;
	height:29px;
	float:left;
	margin:10px 0 0 20px;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
	}
.ForPhotoOfDay{
	width:223px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	padding:15px 0 0 10px;
	}
.RecentGalleryRowBottom{
	background:url(../images/RecentGalleryEntriesRowBottom.png) no-repeat 1px 0;
	width:762px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}

.ForLiveDispatchRow{
	background:url(../images/midColThrePartTitleBg.png) no-repeat top left transparent;
    float: left;
    height: auto;
    margin: 0 0 4px 0;
    padding: 40px 0 0 0;
    width: 762px;
}
.ForLiveDispatchRowMid{
	background: url(../images/innerpageMid.png) repeat-y scroll 1px 0 transparent;
    color: #525252;
    float: left;
    font-family: Verdana,Arial,"Times New Roman";
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    margin: 0;
    min-height: 100px;
    padding: 0 0 0 14px;
    text-align: left;
    text-decoration: none;
    width: 748px;
}

.ForLiveDispatchRowBottom{
	background:url(../images/liveDispatchBottom.png) no-repeat 1px 0;
	width:762px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}

.LiveDispatch{
background:url(../images/liveDispatchicon.jpg) no-repeat 6px 31px;
	border-right:1px solid #a7aab1;
	width:235px;
	height:155px;
	float:left;
	margin:0;
	padding:10px 10px 0 0;
	}
.LiveDispatch span{
text-transform:uppercase;
width:100%;
text-align:center;
float:left;
margin:0;
padding:0 0 20px 0;
}
.LiveDispatch p{
width:130px;
margin:0 0 0 0;
padding:0 0 0 105px;
float:left;
}
.ListenNowBtn{
	background:url(../images/ListenNow.png) no-repeat 0 0;
	width:92px;
	height:29px;
	float:left;
	margin:15px 0 0 73px;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
	}
.KnockBoxProgramme{
background:url(../images/knockBoxICON.png) no-repeat 12px 16px;
    border-right: 1px solid #A7AAB1;
    float: left;
    height: 155px;
    margin: 0;
    padding: 10px 0 0 15px;
    width: 237px;
	}
.KnockBoxProgramme p{
width:110px;
height:auto;
float:right;
margin:0;
padding:0 6px 0 0;
}
.KnockBoxProgramme p a{
color: #453200;
    float: left;
    font-family: Verdana,Arial,"Times New Roman";
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    text-decoration: none;
	margin:13px 0 0 0;
}
.KnockBoxProgramme p a:hover{
text-decoration:underline;
}
.BecomeFireFighterHomePage{
background:url(../images/becomeFireFighter.png) no-repeat 0 0;
width:246px;
height:200px;
float:left;
margin:-35px 0 0 0;
padding:0;
}
.ForFireStatisticsRow{
	background:url(../images/fireRunLogTitleBg.png) no-repeat top left transparent;
    float: left;
    height: auto;
    margin: 0;
    padding: 40px 0 0 0;
    width: 762px;
}
.ForFireStatisticsRowMid{
	background: url(../images/innerpageMid.png) repeat-y scroll 1px 0 transparent;
    color: #525252;
    float: left;
    font-family: Verdana,Arial,"Times New Roman";
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 16px;
    margin: 0;
    min-height: 100px;
    padding: 0 14px 0 14px;
    text-align: left;
    text-decoration: none;
    width: 734px;
}

.ForFireStatisticsRowBottom{
	background:url(../images/statisticsRowBottom.png) no-repeat 2px 0;
	width:762px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}
.FireStatistics{
	/*background:url(../images/statisticline.jpg) 245px 0 repeat-y;*/
	width:483px;
	float:left;
	height:190px;
	margin:0;
	padding:15px 13px 5px 2px;
	 border-right: 1px solid #A7AAB1;
	}

.Alaram_statistics {
	width:225px; height:auto; float:left; padding:0 0 0 0; margin:-4px 0 0 0 !important; }
.Alaram_statistics span.title{
width:100%;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#88221c;
font-weight:bold;
text-align:left;
margin:0 0 10px 0;
padding:0 0 5px 0;
line-height:normal;
border-bottom:1px solid #ccc;
}
.Alaram_statistics td span{
text-align:center;
display:block;
}
.Alaram_statistics th,
.Alaram_statistics td{
padding:4px 0;
color:#525252;
}
.Alaram_statistics th{
color:#88221c;
font-weight:normal;
padding:4px 0;
text-align:left;
}

.EMS_statistics {
	width:225px; 
	height:auto; 
	float:right; 
	padding:0 0 0 0; 
	margin:-4px 0 0 0 !important; 
	}
.EMS_statistics span.title{
width:100%;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#88221c;
font-weight:bold;
text-align:left;
margin:0 0 10px 0;
padding:0 0 5px 0;
line-height:normal;
border-bottom:1px solid #ccc;
}

.EMS_statistics th,
.EMS_statistics td{
padding:4px 0;
color:#525252;
text-align:left;
}
.EMS_statistics td span{
text-align:center;
display:block;
}
.EMS_statistics th{
color:#88221c;
font-weight:normal;
}

.ForLiveRunLog{
width:224px;
height:195px;
float:left;
margin:0;
padding:10px 0 0 10px;
}
.ForLiveRunLog p {
background:url(../images/dotedLine.png) repeat-x left bottom;
    clear: both;
    color: #515151;
    float: left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    padding: 0 0 6px 0;
	margin:0 0 5px 0;
    text-decoration: none;
    width: 100%;
}
.ForLiveRunLog p span {
    color: #88221c;
    font-weight: bold;
	font-size:12px;
	width:100%;
	float:left;
	margin:0;
	padding:0 0 3px 0;
}
.ForLiveRunLog a{
	color: #453200;
    float: left;
    font-family: Verdana,Arial,"Times New Roman";
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    margin: 0 0 0;
    text-decoration: none;
	}
.ForLiveRunLog a:hover{
text-decoration:underline;
}






/*-------------- inner page css start from here ----------------*/

.InnerPageSecondCol{
	width:762px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
.InnerPageTitle{
	background:url(../images/innerPageTitleBg.png) no-repeat 0 0;
	width:748px;
	height:40px;
	float:left;
	margin:0;
	padding:0 0 0 14px;
	color:#ffffff;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	font-size:18px;
	text-align:left;
	line-height:40px;
	text-decoration:none;
	}
.InnerPageSecColMid{
	background:url(../images/innerpageMid.png) repeat-y 1px 0;
	width:734px;
	height:auto;
	float:left;
	margin:0;
	padding:18px 14px 0 14px;
	min-height:100px;
	}
.InnerPageSecColMid p{
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:normal;
	font-size:12px;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	color:#525252;
	width:100%;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	}
:root .InnerPageSecColMid p {font-size:12.5px;\9;}  
.InnerPageSecColBottom{
	background:url(../images/innerpageBottom.png) no-repeat 1px 0;
	width:762px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}
	
.forSep{
	background:url(../images/innerpageMid.png) repeat-y 1px 0;
	width:762px;
	height:auto;
	float:left;
	margin:0;
	padding:12px 0 0 0;
}
.forSep div{
	width:762px;
	height:1px;
	float:left;
	margin:0;
	padding:0;
	background:#a7aab1;
	}
.InnerPageSecondCol2{
	width:762px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
.InnerPageSecColMid h2,
.InnerPageSecColMid2 h2{
	color:#35529c;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:400;
	font-size:18px;
	text-align:left;
	line-height:normal;
	text-decoration:none;
	width:100%;
	padding:8px 0 6px 0;
	margin:0;
	}
.InnerPageSecColMid2{
	background:url(../images/innerpageMid.png) repeat-y 1px 0;
	width:734px;
	height:auto;
	float:left;
	margin:0;
	padding:0 14px 0 14px;
	min-height:100px;
	}
.ForContactForm{
	width:442px;
	height:auto;
	float:left;
	margin:0;
	padding:14px 0 0 0;
	}
.ForContactForm form{
	width:100%;
	float:left;
	margin:0 0 0 22px;
	padding:22px 0 0 0;
	}	
.ForField{
	width:442px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 11px 0;
	}
.forlabel{
	width:442px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 5px 0;
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:bold;
	font-size:12px;
	text-align:left;
	line-height:16px;
	text-decoration:none;
	color:#525252;
	}
.ForField input{
	background:url(../images/contactInput.png) no-repeat 0 0;
	width:407px;
	height:35px;
	float:left;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:normal;
	font-size:12px;
	text-align:left;
	line-height:35px;
	text-decoration:none;
	color:#525252;
	border:none;
	outline:none;
	}
.CommemtTop{
	background:url(../images/textareaTop.png) no-repeat 0 0;
	width:406px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}
.ForField textarea{
	background:url(../images/textareaMidBg.png) repeat-y 0 0;
	width:386px;
	max-width:386px;
	height:auto;
	float:left;
	margin:0;
	padding:10px 10px 0 10px;
	font-family:Verdana, Arial, "Times New Roman";
	font-weight:normal;
	font-size:12px;
	text-align:left;
	line-height:35px;
	text-decoration:none;
	color:#525252;
	border:none;
	outline:none;
	}
.CommemtBottom{
	background:url(../images/textareaBottom.png) no-repeat 0 0;
	width:406px;
	height:11px;
	float:left;
	margin:0;
	padding:0;
	}
.ForField input[type=submit] {
	background:url(../images/SubmitBtn.png) no-repeat 0 0;
	width:66px;
	height:28px;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
	font-size:0;
	line-height:28px;
	color:#f0f0f0;
	}
.InnerpageRightSideCol{
	background:url(../images/contactformDevider.png) no-repeat left top;
	width:269px;
	float:left;
	margin:0;
	padding:15px 0 0 0;
	min-height:561px;
	}
.InnerpageRightSideCol a.BecomeFireFighter{
	background:url(../images/becomeFireFighterInnerPAGE.png) no-repeat 0 0;
	width:256px;
	height:216px;
	float:left;
	margin:0 0 11px 13px;
	padding:0;
	}
.DownLoadMembership{
	background:url(../images/donloadBG.png) no-repeat 0 0;
	width:256px;
	height:100px;
	float:left;
	margin:0 0 0 14px;
	padding:0;
	}
.psimg
{
	border: 2px solid #D5D5D5;
	border-radius: 5px 5px 5px 5px;
	padding:2px;
}
#photos .forPhotoAlbum
{
	float: left;
	width:29.9%;
	height: auto !important;
	background:#eff3fd;
	border:1px solid #bfc2ca;
	padding:5px 1%;
	margin:10px 1% 10px 0;
}
.forPhotoAlbum p
{
	font-size:12px;
	padding:5px 0 0 0;
	display:block;
	clear:both;
}
.forPhotoAlbum img{
	width:100%;
	height: auto !important;
	margin:0px;
	padding:0px;
}
.forPhotoAlbum a
{
	color: #525252;
}
.standard-hold
{
	color: #525252;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 5px 20px 12px 10px;
    text-decoration: none;
}
.standard-hold .nopadding
{
	padding: 0px; 
}
.standard-hold .title
{
	font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 9px;
    width: 100%;
	display:block;
	color: #35529C;
    font-family: 'PT Sans Caption',sans-serif;
}
.standard-hold .subtitle
{
	font-size: 12px;

	display:block;
    width: 100%;
	color: #525252;
}

.standard-hold p
{
	margin:0; padding:0 0 12px 0;
	float:none !important;
	text-align:left;
}
.standard-hold ul
{
	margin: 5px 0 0 10px;
    padding: 0 0 0 10px;
	color:#525252; 
}
.standard-hold li
{
	
	width:600px;
	clear:left;
	color:#525252; 
}
.standard-hold .inner-table
{
	margin:0;
}
.standard-hold .inner-table ul
{
	margin:0px;
}
.standard-hold .inner-table li
{
	display:block;
	width:600px;
	clear:left;
}
.standard-hold .large .inner-table li
{
	display:block;
	width:700px;
	clear:left;
}
.standard-hold .inner-table h2
{
	color: #35529C;
    font-family: 'PT Sans Caption',sans-serif;
	font-size: 18px;
	font-weight: bold;
	float:none;
	line-height: 24px;
	text-align: left;
	margin-bottom:5px !important;
	text-decoration: none;
	clear:none;
}
.standard-hold .inner-table h3
{
	color: #35529C;
    font-family: 'PT Sans Caption',sans-serif;
	font-size: 14px;
	font-weight: bold;
	float:none;
	line-height: 20px;
	text-align: left;
	margin-bottom:5px !important;
	text-decoration: none;
	clear:none;
		
}

.standard-hold .inner-table li dt
{
	display:block;
	width:80px;
	text-align:right;
	float:left;
	font-weight:bold;
	padding:5px 5px 5px 10px;color:#000;
}
.standard-hold .inner-table li dd
{
	display:block;
	width:350px;
	text-align:left;
	float:left;
	padding:5px 5px 5px 5px;
}
.standard-hold .inner-table li dd a
{
	color:#000;
}
.standard-hold .large .inner-table  li dd
{
	display:block;
	width:510px;
	text-align:left;
	float:left;
	padding:5px 5px 5px 5px;
}
.standard-hold h3
{
	
	text-align:left; font-size:14px;
	font-weight:bold; line-height:16px;
	color: #35529C;
	text-decoration:none;
	margin:0 0 12px 0 !important;
}
.standard-hold h2
{
	color: #35529C;
	
	font-size: 20px;
	font-weight: bold;
	float:none;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	margin: 10px 10px 10px 0;
}
.standard-hold img.floatright
{
	border:4px solid #403f3f;
    border-radius: 5px 5px 5px 5px;
	float:right;
	margin:0 0 20px 15px;
}
.standard-hold img.floatleft
{
	border:4px solid #403f3f;
    border-radius: 5px 5px 5px 5px;
	float:left;
	margin:0 15px 20px 0;
}
.standard-hold ul
{
	margin:0 0 0 20px;
}
.standard-hold .big_link
{
	font-size:26px;
	line-height:38px;
	text-align:center;
	padding:30px 20px 20px 20px;
	color:#920200;
	display:block;
}
.standard-hold a
{
	color:#453200;
	text-decoration:underline;
	font-weight:500;
}
.standard-hold a.button
{
	text-decoration:none;
}
.clearfix
{
	clear:both;
}
.btnhold
{
	width:25%;
	float:left;
}/*
.btn-primary
{
	background:#f1f1f1;
	border-radius: 5px 5px 5px 5px;
	color: #616161;
	font-size: 15px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 3px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
	display:block;font-family: Arial,Helvetica,sans-serif;
}*/
.PreviousMonthButton
{
	background:#0f2156;
	border-radius: 5px 5px 5px 5px;
	color: #F4F4F4;
	font-size: 15px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 124px;
	display:block;
	float:left;
}
.btnprimary
{
	background:#0f2156;
	border-radius: 5px 5px 5px 5px;
	color:#fff !important;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	margin:0 auto;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
.button
{
	background:#0f2156;
	border-radius: 5px 5px 5px 5px;
	color:#fff !important;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	margin:0 auto;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

.NextMonthButton {
	background:#0f2156;
	border-radius: 5px 5px 5px 5px;
	color: #F4F4F4;
	margin:0 auto;
	display:block;
	font-size: 15px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 124px;
	float:left;
}
.PreviousMonthButton:hover, .NextMonthButton:hover {
}
.monthTitle {
	width:482px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#525252;
	line-height:30px;
}
.Calendar {
	width:100%;
	height:auto;
	float:left;
	margin:7px 0 0 0;
	padding:0;
	background:#0f2156;
}
.Calendar th {
	height: 30px;
	padding: 0;
	text-align: left;
	width: 14.28571428571429%;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	min-width:60px;
}
.Calendar td {
	height: 80px;
	padding: 0;
	text-align: left;
	width: 14.28571428571429%;
	background:#eff3fd;
	min-width:60px;
}
.Calendar td .date {
	text-align:right;
	padding:4px 7px 7px 0;
	clear:both;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#000;
}
.Calendar td p {

	float:left;
	width:96px;
	padding:0 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#000;
	text-align:center;
}
.Calendar td a {
	color:#33322e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#000060;
	text-align:center;
}
.Calendar td a:hover {
	text-decoration:underline;
}
.Calendar td img {
	margin:10px 0 0 8px;
	width:75px;
	height:auto;
	float:left;
	border:none;
	outline:none;
}
.Calendar td img:hover {
	border:none;
	outline:none;
}
.Calendar td.preMonthDate {
	background:#34519a;
	color:#fff;
}
.Calendar td.preMonthDate .date, .Calendar td.NextMonthDate .date {
	background:#34519a;
	color:#fff;
}
.Calendar td.NextMonthDate {
	background:#34519a;
	color:#fff;
}
.Calendar td.SpecialDate {
	background:#fff;
}
.sep{
	background:url(../images/messagecenterDottedLine.png) repeat-x left bottom;
	width:100%;
	float:left;
	margin:0 0 14px 0;
	padding:0 0 17px 0;
}

.faq
{
	list-style:decimal;
	margin:10px 10px 10px 30px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:16px;
	color:#525252;
	
}
.faq a
{
	color:#770101;
	font-weight:bold;
}

.faq .question
{
	font-size:14px;
	font-weight:bold;
	padding:8px 0 12px 0;
	width:100%;
	line-height:26px;
	display:block;
}
.faq .answer
{
	padding:0 0 8px 0;
	display:block;
}

/* links styles */
.links-hold
{
	padding:10px;
	font-family:'MakoRegular';
}
.links-hold a
{
	padding-top:5px;
	color:#770101;
	text-decoration:underline;
}
.links-left
{
	clear:left;
	float:left;
	width:350px;
	overflow:hidden;
	height:28px;
	line-height:22px;
}
.links-right
{
	float:left;
	width:350px;
	overflow:hidden;
	height:28px;
	line-height:22px;
}
.links-tag
{
	padding: 0 20px 10px 0;
	display: block;
	text-align:left;
	text-decoration:none;
	line-height:16px;
	padding:0 0 5px 0 !important;
	font-size:16px;
	font-weight:bold;

}
#divToolTip
{
	position: absolute;
	width: 250px;
	padding: 0px;
	visibility: hidden;
	z-index:1001;
	border-radius: 2em;
}
.tooltip_td1
{
	border-top: 1px solid #770101;
	border-right: 1px solid #770101;
	border-left: 1px solid #770101;
	background-color:#770101; 
	padding:0px;
	color:white;
	padding:5px;
	text-align:center;
	font-size:14px;
	border-top-right-radius:.5em;
	border-top-left-radius:.5em;
}
.tooltip_td2
{
	background-color:#fff;
	margin:0px;
	border: 1px solid #000;
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px;
	border-bottom-right-radius:.5em;
	border-bottom-left-radius:.5em;
}
	
.RequiredFIelds{color:#3e3e3e; width:100%; text-align:right; margin:0 0 10px 0!important;}
.RequiredFIelds .star {float:none;width:auto; color:#8B0000;font-size:1.4em;}
.RequiredFIelds span {width:auto;float:none;display:inline;}

.FormWrap{width:92%; margin:0 4% 10px 4%;}
.FormWrap .star{float:none;width:auto; color:#8B0000;font-size:1.4em;}
.FormFieldWrap{width:100%; float:left;}
.LableText{width:25%; color:#3e3e3e; text-align:left; float:left; font-size:12px;}
.FormField{width:75%; float:left;}
.FormField input[type="text"]
{
	width:100%;
	border:1px solid #b9bfcc;
	height:32px;
	font-size:12px;
	color:#3e3e3e;
	background:#F4F4F4;
	margin-bottom:12px;
	padding: 5px 2px 5px 5px;
}
.FormWrap .error input, .FormWrap .error textarea,.FormWrap .error select
{
	border:1px solid red;
}
.FormWrap .success input, .FormWrap .success textarea, .FormWrap .success select
{
	border:1px solid green;
}
.FormField select
{
	width:100%;
	border:1px solid #b9bfcc;
	font-size:12px;
	color:#3e3e3e;
	background:#F4F4F4;
	margin-bottom:12px;
	height: 32px;
    padding: 5px 2px 5px 5px;
}
.FormField option
{
	border:1px solid #b9bfcc;
	height:20px;
	font-size:12px;
	color:#3e3e3e;
	background:#F4F4F4;
	padding: 5px;
    width:100%;
}
.FormField textarea
{
	width:100%;
	border:1px solid #b9bfcc;

	max-height:80px;
	font-size:12px;
	color:#3e3e3e;
	background:#F4F4F4;
	margin-bottom:12px;
	overflow:auto;
	padding:5px;
}
.FormField img
{
	border:1px solid #b9bfcc;
    border-radius: 5px 5px 5px 5px;
	margin-bottom: 12px;
	background:white;
	max-width:300px !important;
	width:50% !important;
}



.Comments{min-height:130px!important; overflow:auto; max-height:130px!important;}
.formmessagebox {
    display: none;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.pagingTabsTotals
{
	float: left;
    line-height: 14px;
    padding: 7px 0;
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}
.pagingTabs ul 
{
	list-style:none;
	width:100%;
	*width:145px;
	clear:both;
	margin:0px auto;
	padding:0 0;
	text-align:center;
	height:24px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	text-transform:none;
	line-height:24px;
}
.pagingTabs ul li {
	display:inline-block;
	*float:left;
	margin:0 0;
	padding:0;
}
.pagingTabs ul li a {background-color:#adbde1; display:block;  padding:3px 3px 3px 5px;color: #000000;  font-size: 12px;margin: 0 5px 0 0; font-weight: normal; line-height: 16px; width:16px;  text-align: center; text-decoration: none; float:left; width:14px; }
.pagingTabs ul li a:hover { color:#ffffff; }

.pagingTabs ul li a.active {background:#fff;border:1px solid #adbde1; color:#000000; width:14px; }

.ForPopup
{
	
}
.popupTitle{
	background:url(../images/popupTitle.png) no-repeat 0 0;
	width:358px;
	height:36px;
	float:left;
	margin:0;
	padding:0 0 0 17px;
	color:#fff;
	font-size:18px;
	line-height:36px;
	font-family:Helvetica, Arial, "Times New Roman";
	text-decoration:none;
	font-weight:normal;
	text-shadow: 2px 2px #4b030e;
}
.popupClose{
	float:right;
	margin:10px 10px 0 0;
	display:block;
}
.popupMid
{
	width:328px;
	height:auto;
	float:left;
	margin:0;
	padding:16px 14px 0 14px;
	border-left:1px solid #95241e;
	border-right:1px solid #95241e;
	background-color:white;
	color: #515151;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.popupBottom
{
	background:url(../images/popupbottom.png) no-repeat 0 0;
	width:358px;
	height:13px;
	float:left;
	margin:0;
	padding:0;
}

#detailPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:320px;
	z-index:200;
	padding:0px;
	font-size:13px;
}
#popupClose
{
	display: block;
	float: right;
	right: -40px;
	position: absolute;
	top: -22px;
	padding: 20px;
}
#popupClose:hover
{
	cursor: hand; cursor: pointer; 
}
.eventDetails
{
	margin:0 0 10px 10px;
}
.eventDetails td
{
	padding:5px 0 0 0;
}
.eventDetails .tag
{
	font-weight:bold;
	padding-right:5px;
}
.eventDetails .value
{
	
}

.photos
{
	width:720px;
	height:auto;
	float:left;
	margin:0;
	padding:18px 10px 5px 3px;
}
img.mid 
{ 
	margin:0 0 5px 14px !important;
	float:left; 
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	padding:2px;
}
img.leftimg 
{
	float:left;
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	margin:0 0 5px 0px;
	padding:2px;
}
img.rightimg
{ 
	float:right;
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	margin:0 10px 5px 0;
	padding:2px;
}
.text-center
{
	text-align:center !important;
}

/* member styles*/
.member-hold
{
	padding:20px 20px 20px 30px;
	clear:left;
	color:#000;
	font-size: 13px;
}
.member-select-box
{
	width:700px;
	margin:-40px 0 0 0;

	float:right;
	text-align:right;
}
.member-tag
{
	margin:0 0 6px -3px;
	text-decoration:none;
	line-height:16px;
	padding:0 0 5px 0 !important;
	font-size:15px;
	font-weight:bold;
	color:#7D4211;
}
.member-hold a
{
	text-decoration:underline;
	color:#000;
}
.member-inner-hold-left
{
	width:200px;
	float:left;
	border-right:1px solid #6f7269;
	clear:left;
	padding:5px 10px 5px 10px;
	text-align:center;height:25px;
	margin:0px;display:inline;
	overflow:hidden;
}
.member-inner-hold-middle
{
	width:200px;
	padding:5px 10px 5px 10px;
	float:left;
	border-right:1px solid #6f7269;
	text-align:center;
	margin:0px;height:25px;
	display:inline;overflow:hidden;

}
.member-inner-hold-right
{
	width:200px;
	float:left;
	padding:5px 10px 5px 10px;
	text-align:center;
	margin:0px;height:25px;
	display:inline;overflow:hidden;
}
.live_dispatch_iframe
{
	width:650px;
	border:none;
	height:160px;
	margin:20px auto 0 auto;
}

/*weather styles*/
.weather-left
{
	float:left;
	width:340px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.weather-left img
{
	float:left;
	margin:0 0px 60px 10px;
}
.weather-current-tag
{
	display: block;
	text-align:left;
	text-decoration:none;
	line-height:16px;
	padding:0 0 5px 0 !important;
	font-size:15px;
	font-weight:bold;
	
	color: #35529C;
    font-family: 'PT Sans Caption',sans-serif;
}
.weather-current-conditions
{
	padding-left:30px;
	margin-left:-20px;
	
}
.weather-right
{
	float:left;
	width:340px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.weather-right-img
{
	float:left;
	width:150px;
	clear:left;
	height:120px
}
.weather-right-condition
{
	float:left;
	text-align:center;
	margin-left:-20px;
	width:200px;
	font-size:12px;
	height:120px;
	
	
}
.weather-right-condition-tag
{
	padding: 0 20px 10px 0;
	display: block;
	text-align:center;
	text-decoration:none;
	line-height:16px;
	font-size:15px;
	font-weight:bold;
	
	color: #35529C;
    font-family: 'PT Sans Caption',sans-serif;
}

.photos { width:740px; height:auto; float:left; margin:0; padding:18px 10px 5px 0px; }
img.mid 
{ 
	margin:0 0 5px 24px !important;
	float:left; 
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	padding:2px;
}
img.leftimg 
{
	float:left;
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	margin:0 0 5px 0px;
	padding:2px;
}
img.rightimg
{ 
	float:right;
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	margin:0 10px 5px 0;
	padding:2px;
}
#divToolTip
{
	position: absolute;
	width: 250px;
	padding: 0px;
	visibility: hidden;
	z-index:1001;
	border-radius: 2em;
}
.tooltip_td1
{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#162f77; 
	padding:0px;
	color:white;
	padding:5px;
	text-align:center;
	font-size:14px;
	border-top-right-radius:.5em;
	border-top-left-radius:.5em;
}
.tooltip_td2
{
	background-color:#fff;
	margin:0px;
	border: 1px solid #000;
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px;
	border-bottom-right-radius:.5em;
	border-bottom-left-radius:.5em;
}


.live_dispatch_iframe
{
	border: medium none;
    height: 160px;
    margin: 0 0px 0 0;
    width: 450px;
}
.psimg
{
	border: 2px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
	padding:2px;
	background:white;
}
#slides {
      display:none;
    }
.pagingTabs
{
    color: #FFFFFF;
    font-size: 1.2em;
    padding-top: 5px;
    text-align: center;
}
.pagingTabs li, .pagingTabs ul
{
	list-style:none;
}
.pagingTabs li
{
	padding:2px 4px;
	padding: 2px 4px;
    width: 20px;
	float:left;
}
.pagingTabs a
{
	text-decoration:underline;
}



.calendar .day_cell
{
	color:#000;
}

.calendar {
	width:100%;
	height:auto;
	float:left;
	margin:7px 0 0 0;
	padding:0;
	background:#111111 none repeat scroll 0 0;
}
.calendar table
{
	border-spacing:2px !important;
	border-collapse:separate;
	width:100%;
}

.calendar th {


	height: 30px;
	padding: 0;
	text-align: left;
	width: 14.28571428571429%;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	min-width:60px;
	
	/*background: none repeat scroll 0 0 #E1E1E1;
    color: #000000;
    font-family: 'Glegoo',Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: auto;
    line-height: 40px;
    margin-bottom: 20px;*/
}
.monthname
{
	text-align:center;
	margin:0;
}
.calendar td {
	vertical-align:top;
	height: 80px;
	padding: 0 4px;
	text-align: left;
	width: 14.28571428571429%;
	background:#fff;
	min-width:60px;
	
}
.calendar td .date {
	text-align:right;
	padding:4px 7px 7px 0;
	clear:both;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#000;
}
.calendar td p {

	float:left;
	width:96px;
	padding:0 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	line-height:14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#000;
	text-align:center;
}
.calendar td a {
	color:#33322e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#000060;
	text-align:center;
}
.calendar td a:hover {
	text-decoration:underline;
}
.calendar td img {
	margin:10px 0 0 8px;
	width:75px;
	height:auto;
	float:left;
	border:none;
	outline:none;
}
.calendar td img:hover {
	border:none;
	outline:none;
}
.calendar td.preMonthDate {
	background:#E1E1E1;
	color:#000;
}
.calendar td.preMonthDate .date, .calendar td.NextMonthDate .date {
	background:#E1E1E1;
	color:#000;
}
.calendar td.NextMonthDate {
	background:#E1E1E1;
	color:#000;
}
.calendar td.SpecialDate {
	background:#fff;
}
.h3, h3 {
	font-size:14px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.btn-primary
{
	background-color:#515151;
	color:white;
}
.article-index .item {

    
}