/* List style for boatingAnglerAccess areas */
#list-div {
	height: auto;
	background: url("../images/para-header-bg.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

div.areas {float:left; margin-right:40px;}
div.areas ul{margin:5px 0 5px 10px;}
div.areas ul li {margin:5px 0 10px 5px; list-style-type:none;}
div.areas ul li:before {content: "\002022"; padding-right:10px; color:lightgrey;}

#backlink {
	float:right;
	font-size:smaller;
}

iframe {
	border:solid 1px;
	float:left;
	margin-right:10px;
}

#googleDisclaimer {
	background-color:#feefff;
	padding:5px;
	margin:5px 0 0 310px;
}

/* Fishing Information page specific CSS */

.sfinfo_header { text-align:center; }
.rightcolumn {
	width:300px;
	float:right;
	border-left:solid 1px #ddd;
	padding-left:8px;
	margin:0 0 0 5px;
}
.inlinelist { text-align:center; line-height:0.8em; padding:0; margin:0; }
.inlinelist li { display:inline; font-size:0.7em; padding:0; margin:0; }
.rounded {
	width:406px;
	float:left;
	padding:8px;
	margin-bottom:12px;
}
.rounded-inner {
	width:49%;
	float:left;
	display:inline-block;
}
.rounded-inner:last-child {
	float:right;
}

.roundedfullwidth {
	border:solid 1px #eee;
	width:720px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	padding:8px;
	margin-bottom:8px;
	margin-top:5px;
}
.roundedfullwidth-inner {
	width:33%;
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
}
hr.hline_color {
	background:#eee;
	border-color:#eee;
}