/** Department of Parks Original Style Sheet **/


/** Header CSS & Graphics (Shouldn't Edit) **/

.DPHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.DPHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.DPHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.DPHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}



/** Layout Graphics and Navigation**/

.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}

.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #506c56;
}

a.smcContentBlueTextHeader:visited
{
	color: #354d3a;
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
}



/** Basic Content Styles **/

h3 {
	color: #3c663f;
	border-bottom: 1px solid #dddddd;
	font-size: 19px;
	font-weight: bold;
}

h4 {
	color: #3c663f;
	font-size: 15px;
	font-weight: bold;
}

a:link, a:visited
{
	color: #c77928;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #dd7911;
}

a:hover
{
	color: #c77928;
	text-decoration:underline;
	font-weight: bold;
}





/** Content Portlet **/


.smcCsContentFrame
{	
	border-top: 7px solid #9eada0;
	border-bottom: 7px solid #9eada0;
	border-left: 1px solid #9eada0;
	border-right: 1px solid #9eada0;
	background:#ffffff;
	
}

img.border 
{	
	border: solid 1px #888888;
}

img.imgright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.imgleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
