/*------------------------------------*/
/* DISASTER BLOCK */
/*------------------------------------*/
.disasterBlock {
    background:#EFF4FA;
    border:1px solid #ACC2D1;
    padding:12px;
	margin-top: 15px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}
.disasterBlock IMG {
    border: 1px solid #CCCCCC;
}
.disasterBlock H2 {
    color:#AD7516;
    margin:0 0 10px 0;
}
/*------------------------------------*/
/* SOCIAL BUTTONS */
/*------------------------------------*/
#socialButtons {
    margin:0;
    padding:0;
    list-style:none;
}
#socialButtons li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    background:none;
}
/*------------------------------------*/
/* PADDING */
/*------------------------------------*/
.pad20b {
    margin-bottom:20px;
}
/*------------------------------------*/
/* ALIGN RIGHT */
/*------------------------------------*/
.alignRight {
    text-align:right;
}
/*------------------------------------*/
/* MAP BOX */
/*------------------------------------*/
.mapBox, .mapBoxSml {
    padding:6px;
    border:1px solid #ccc;
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}
.mapBox .con {
    height:130px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EDF6FA 50%, #E2F1F7 100%, #E2F1F7 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #EDF6FA), color-stop(100%, #E2F1F7), color-stop(100%, #E2F1F7)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E2F1F7', GradientType=0 ); /* ie */
}
.mapBoxLarge .con {
    height:200px;
}
.mapBox .con img {
    float:left;
    margin-right:12px;
}
.mapBox .con h2 {
    margin-top:0;
    padding:3px 0;
}
.mapBox .con .arrowLink {
    padding-right:14px;
    display:inline-block;
    background:url(/graphics/smlGreenArrow.png) no-repeat right center;
}
.arrowLink {
    padding-right:14px;
    display:inline-block;
    background:url(/graphics/smlGreenArrow.png) no-repeat right center;
}
#newsblurb, .newsblurb{
	padding-right:20px;
	background: url("/news/graphics/right-col-shading.jpg") repeat-x scroll left bottom transparent;
}
#newsblurb P, .newsblurb P{
	padding-top:5px;
}
#newsblurb .shadowbox, .newsblurb .shadowbox{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
	background-color: #fff;
  	zoom: 1;
	-webkit-box-shadow:2px 2px 2px #CCCCCC;
	-moz-box-shadow:2px 2px 2px #CCCCCC;
	box-shadow:2px 2px 2px #CCCCCC;
	border:1px solid #CCCCCC;
	padding:8px;
	float: left;
	margin: 0 20px 20px 10px;
}
#newsblurb .arrowLink, .newsblurb .arrowLink{
    background: url("/graphics/smlGreenArrow.png") no-repeat scroll right center transparent;
    display: inline-block;
    padding-right: 14px;
}
/*------------------------------------*/
/* MAP FOOTER */
/*------------------------------------*/
.mapFoot {
    margin:20px 0;
    padding-top:35px;
    text-align:center;
    background:url(/graphics/mapHorizontalRule.png) no-repeat top center;
}
#mapNavList {
    list-style:none;
    margin:0;
    padding:0;
}
#mapNavList li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
*display:inline;
    margin:0 10px;
    padding:0;
    background:none;
	vertical-align:top;
}
#mapNavList li .title {
    display:block;
    text-align:center;
}
#mapNavList .currentMap a {
    text-decoration:none;
    cursor:default;
    color:#000;
}
.mapBoxSml {
    display:inline-block;
    width:85px;
    height:63px;
    overflow:hidden;
}
.newsblurb {
 *padding-bottom:0px;
 *margin-bottom:20px;
}
#newsblurb .shadowbox, .newsblurb .shadowbox {
 *margin: 0 20px 10px 10px;
}