﻿

.clear
{
    clear: both;
}



div.mainCopyStyle
{
    /*font-family: Georgia, Times New Roman;
    font-size: 11pt;
    line-height: 170%;*/
}


div#htmlContent1
{
    margin-bottom:20px;
    float:left;
    /*width:80%;*/
}

div#htmlContent1 p
{
    /*padding-left: 170px;*/
}

div#videoWrapper
{
    float: left;
    margin: 0px 20px 15px 0px;
    border: 1px solid #ccc;
}


/*div#uct
{
    background: #f9f4f0;
    border: 1px solid #b8c0b2;
    color: #727272;
    font-size: 8pt;
    padding: 3px 8px 3px 3px;
    text-align: right;
    margin-right:15px;
}*/





.txtAlignRight
{
    text-align: right;
    color: #8b8b8b;
}

#ppy1
{
    float:left;
}



/*div#header
{
    margin-left: -3px;
    margin-bottom: -10px;
}*/

div#bottomNavWrapper
{
    /*width: 558px;*/
    margin-top: 15px;
    margin-bottom:20px;
}

div#bottomNavWrapper li
{
    line-height: 120%;
    margin-bottom: 8px;
}

div#bottomNavWrapper h4
{
    font-size: 12pt;
    color: #333333;
    margin: 0px 0px 10px 0px;
}

div#bottomNav
{
    float: left;
    /*width: 265px;
    margin-right: 20px;*/
}

/*Recently Added Bottom Nav:start*/
.divRecentlyAddedListWrapper
{
    /*position:relative;*/
    float: left;
}
.divRecentlyAddedListItem
{
    float:left;
    width:190px;
    /*height:130px;*/
    margin-right: 40px;
    /*margin-bottom:20px;*/
}
.divRecentlyAddedListItem.last
{
    margin-right: 0px;
}
.divRecentlyAddedListImg, .divRecentlyAddedListImg a
{
    width: 190px;
    height: 130px;
    display:block;
    box-shadow: 2px 2px 3px #888;
}

/*
.imgRecentlyAddedList
{
    width:100%;
    border:1px solid #cccccc;  
    max-width:100%;
    max-height:100%;
}*/
.divRecentlyAddedListTitle
{
    margin: 5px 0px 0px 0px;
}
/*Recently Added Bottom Nav:end*/

/*div#relatedTopics, div#mostRecentTopics
{
    float: left;
    width: 240px;
    font-size: 9pt;
    margin-right: 60px
}*/

div#mostRecentTopics
{
    float:left;
    margin-right: 0px;
}

div#relatedTopics ul, div#mostRecentTopics ul
{
    /*list-style-image: url(http://files2.ducks.org/_global/images/www/arrowBulletGrayOnWhite.gif);
    padding:3px;
    margin-left: 15px;*/
    float:left;
}

div#relatedTopics ul li, div#mostRecentTopics ul li
{
    margin-bottom: 10px;
    padding-left: 0px;
    line-height: 140%;
}

/*start band return maps*/

div#bandReturnMap_main
{
	width:100%;
}
div#content_bandReturnMap_col2
{

}
div#content_bandReturnMap_col2:after
{
	content: "";
	display:block;
	clear:both;

}
div#content_bandReturnMap_legend
{
	float:left;
	width:275px;
}
div#context_header
{
    width:100%;
    font-size:24px;
    margin-bottom:20px;

}
.content_brm_data_head
{
	background-color:#efefef;
	font-weight:bold;
}
a.brm_tooltip_link
{
	position:relative;
	
}
a.brm_tooltip_link span
{
	width:100px;
	text-align:left;
	padding:5px;
	background-color:#efefef;
	opacity:.8;
	filter:alpha(opacity=80);
	font-size:11px;
	color:#000000;
	border:1px solid #000000;
	display:none;
	text-decoration:none;
}

a.brm_tooltip_link:hover span
{
	background-color:#efefef;
}

a.brm_tooltip_link:hover span
{
	display:block;
	position:absolute;
	left:25px;
}

/*end band return maps*/

/*NWR:start*/
.dataListNwr
{
    width:100%;
}
.divNwrItem
{
    /*background:#efefef;*/
    padding:10px;
    margin:10px 0px 0px 0px;  
    /*border:1px solid #cccccc;*/
    cursor:pointer;
}
.divNwrTitle
{
    font-size:14px;
    /*font-weight:bold;*/
    text-decoration:underline;
    cursor: pointer;
}
.divNwrCity
{
     font-size:12px;
}
.divNwrSeparator
{
    height:1px;
    background:#cccccc;
}
/*MWR:stop*/