/** County Counsel Original Style Sheet **/

.CCHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:88px;
	overflow:hidden;
}
.CCHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:88px;
	overflow:hidden;
}
.CCHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:88px;
	overflow:hidden;
}
.CCHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:88px;
	overflow:hidden;
}



/** Overriding Section **/

.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;
	
}


a:link, a:visited
{
	color: #083587;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #3366CC;
}

a:hover
{
	color: #083587;
	text-decoration:underline;
	font-weight: bold;
}

h2
{
	font-size: 18px; 
	border-bottom: 1px solid #dddddd;
	color: #083587;
}



h3
{
	font-size: 18px; 
	border-bottom: 1px solid #dddddd;
	color: #083587;
}

h4
{
	font-size: 16px; 
	color: #083587;
}



/** Nav Portlet **/


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}


/** Article header links **/


.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #113278;
}

a.smcContentBlueTextHeader:visited
{
	color: #174298;
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
}


.smcCsContentFrame
{	
	border-top: 7px solid #184e95;
	border-bottom: 7px solid #184e95;
	border-left: 1px solid #184e95;
	border-right: 1px solid #184e95;
	
}

.smcPlBlueContentNoGra {
	background: #eeedeb;
}