/** GIS Map Atlas Original Style Sheet **/

/** Division Header **/
.GISHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.GISHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.GISHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.GISHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}



/** Element styles for content **/

p, body, a:link, a:visited, a:hover, td, li
{
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}

a:link, a:visited
{
	color: #183686;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:visited
{
	color: #183686;
	font-size: 12px;
}

a:hover
{
	color: #183686;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	color: #183686;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	font-weight: bold;
}


h3
{
	font-size: 16px; 
	color: #27489f;
	font-weight: bold;
	margin-bottom: -5px;
	padding-bottom: -5px;
}

h4
{
	font-size: 14px; 
	color: #0d2564;
	font-weight: bold;
}



img.border 
{	
	border: solid 1px #888888;
}




/** Content frame border **/

.gisCsContentFrame
{	
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: url("../gis_background.jpg");
	
}



.smcCsContentFrame
{	
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background:#ffffff;
	
}

.smcCsContentFrame li
{
		list-style-type: none;
		line-height: 1.5em;
		margin-left: -10px;
		padding-left: -10px;
}
