.hide {display:none}

.navHide {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size: 0.1em; 
}


body{
	margin : 0;
	padding : 0;
	font-family : arial, helvetica, sans-serif;
	background-color: #FFF;
	font-size : 100%;
	
}




/* test */


A{
	color : #06c;
}

A:hover{
	color : #c00;
}

Address{
	margin : 0 0 0 00px;
	font-style : normal;
	color : #06c;
	/*font-size : 75%;*/
	font-size : 100%;
	
}


h1{
	font-size : 180%;	
	padding : 0;
	margin : 0 0 10px 0;
	border-bottom : 1px dashed #06c;
	color : black;
	background-color: #FFF;
}

h2{
	font-size : 145%;
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : 1px dashed #06c;
	/*font-weight  : 400;*/
	font-weight:bold;
	color : black;
	background-color: #FFF;
}

h3{
	font-size : 145%;	
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : none;
	/*font-weight  : 400;*/
	font-weight:bold;
	color : black;
	background-color: #FFF;
}

h4{
	font-size : 100%;	
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : none;
	/*font-weight  : 400;*/
	font-weight:bold;
	color : black;
	background-color: #FFF;
}

h2.menu{
	font-size : 0.7em;	
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : 1px dashed #06c;
	font-weight  : 400;
	color : black;
	background-color: #FFF;
}

.menu{
	font-size : 0.7em;	
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : 1px dashed #06c;
	font-weight  : 400;
	color : black;
	background-color: #FFF;
}

P{
	/*font-size : 75%;*/
	font-size : 100%;
	line-height : 1.3em;
	text-align : left;
	padding : 0 0 0.8em 0;
	margin : 0 0 0 0;
	color : #333;
	background-color: #FFF;
}

HR {
	margin: 1em 0em 1em 0em;
}



P.rss {
    text-align: left;
}

UL{
	margin-top : 0px;
	margin-bottom: 1em;
}

ul li{
	/*font-size : 75%;*/
	font-size : 100%;
	color : #000;
	background-color: #FFF;
	list-style : square ;
}

OL {
margin: 0 0 1em 18px;
list-style-position: inside;
}

ol li{
	/*font-size : 75%;*/
	font-size : 100%;
	color : #000;
	background-color: #FFF;
	list-style : decimal;
}

Label{
	/*font-size : 75%;*/
	font-size : 100%;
	color : #06c;
}
/*
* { border: 1px solid black;
    padding: 5px; }
*/







#menu{
	width : 100%;
	/*background-image : url(../../assets/furniture/menu-stripe.gif);*/
    background-position: bottom;
    background-color: #06C;
	background-repeat : repeat-x;
	/*border-bottom: 10px solid #9CF;*/
}

#menuClose{
	/*background-image : url(../../assets/furniture/menu-close.gif);*/
	background-repeat : no-repeat;
	background-position : bottom right;	
}


#menuList{
    width: 100%;
	color : white;
	background-color: #06C;
	font-size : 75%;
	font-weight : bold;
	table-layout : auto;
    padding-top: 5px;
}


#menuList TD{
	padding : 0 0 2px 13px;
	background-image : url(../../assets/furniture/bullet-large.gif);
	background-repeat : no-repeat;
	background-position : 0 .5em;
	vertical-align : top;
}


/*#menuList TD.browsealoud {
padding : 0 0 2px 0px;
background-image : none;
vertical-align : top;
}*/



#councilLogo {
	padding : 0 0 2px 13px;
	background-image : none !important;
	vertical-align : top;
}

#menuList #logo{
	border: none;
	margin-bottom: 10px;
}


#menuList A{
	text-decoration : none;
	color : white;
}
#menuList A:Hover{
	text-decoration : underline;
	color : #ffcc00;
	background-color: #06C;
}

#menuContact{
width : 100%;
font-size : 70%;
font-weight: bold !important;
line-height : 1.3em;
text-align : center !important;
padding : 0 0 0 5px;
margin : 0 0 0 0;
color : #333;
background-color: #9CF;
}

		#menuContact ul {
		list-style:none;
		margin: 0px;
		padding: 0px;
		}

		#menuContact ul li {
		display:inline;
		background-color: #9CF;
		border-right: 1px solid #FFF;
		padding: 0px 5px;
		}

		#menuContact ul li.last {
		border-right: none;
		}

		#menuContact ul li a {
		color : #000;
		background-color: #9CF;
		}

		#menuContact ul li a:visited {
		color : #000;
		background-color: #9CF;
		}





#footer{
	width : 100%;
	background-image : url(../../assets/furniture/footer-stripe.gif);
	background-repeat : repeat-x;
	height : 40px;
}

#footerClose{
	background-image : url(../../assets/furniture/footer-close.gif);
	background-repeat : no-repeat;
	background-position : left bottom;	
	height : 40px;
	text-align : left;
}


#contentBlock{
	width : 100%;
}

#contentBlock TD{
	vertical-align : top;	
}










#columnOne{
	background-image : url(../../assets/furniture/footer-curve.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
	padding : 15px 10px 85px 10px;
	width : 20%;
}


#columnTwo{
	width : 60%;
	padding : 15px 0 20px 0;
}


#columnThree{
	/*background-image : url(../../assets/furniture/menu-curve.gif);*/
	background-repeat : no-repeat;
	background-position : top right;
	padding : 15px 10px 20px 10px;
	width : 20%;
}



#mainPad {
	margin : 0 10px 0 10px;
	font-size : 75%;
	
}







#disclaimer{
	font-size : 0.7em;
	color : white;
	background-color: #06C;
	margin : 0 0 0 25px;
	position : relative;
	top : 11px;
	display : list-item;
	list-style-image : url(../../assets/furniture/bullet-small.gif);
}

#disclaimer A{
	color : white;
	background-color: #06C;
	text-decoration : none;
}

#disclaimer A:hover{
	text-decoration : underline;
}
#breadcrumb{
	font-size : 70%;
	font-weight : bold;
	padding : 15px 10px 5px 10px;
	color: #000;
	background-color: #FFF;
	

}

#breadcrumbLine{
	height : 5px;
	background-image : url(../../assets/furniture/breadcrumb-line.gif);
	background-repeat : repeat-x;
	text-align : right;
	margin : 3px 0 0 0;
}

#breadcrumbLine img{
	border: none;
}

#breadcrumb UL{
	display : inline;
	margin : 0;
	padding :  0;
}

#breadcrumb UL LI{
	display : inline;
	padding : 0 0 0 17px;
	text-transform : uppercase;
	color : #0066CC;
	background-color: #FFF;
	background-image : url(../../assets/furniture/breadcrumb-seperator.gif);
	background-repeat : no-repeat;
	background-position : 0 50%;
	font-size : 100%;
}

#breadcrumb UL LI.first{
	display : inline;
	padding : 0;
	text-transform : uppercase;
	background-image : none;
}

#breadcrumb UL LI A{
	color : #0066CC;
	background-color: #FFF;
	font-weight : bold;
	text-decoration : none;
}
#breadcrumb UL LI A:hover{
	color : #0066CC;
	background-color: #FFF;
	font-weight : bold;
	text-decoration : underline;
}



#columnOne UL{
	margin : 8px 0 8px 16px;
	padding-left: 0;
	color : #333;
	background-color: #FFF;
}

#columnOne  LI{
	font-size : 70%;
	list-style-image : url(../../assets/furniture/bullet-small.gif);
	list-style-type : square;
	margin : 2px 0 2px 0px;
}

#columnOne  LI A{
	color : #333;
	background-color: #FFF;
	text-decoration : none;
}

#columnOne  LI A:hover{
	color : #0066cc;
	background-color: #FFF;
	text-decoration : underline;
}

#columnOne  LI LI{
	font-size : 100%;
}








#columnThree UL{
	margin : 8px 0 8px 15px;
	padding-left: 0;
	color : #333;
	background-color: #FFF;
}

#columnThree LI{
	font-size : 70%;
	list-style-image : url(../../assets/furniture/bullet-small.gif);
	list-style-type : square;
	margin : 2px 0 2px 0px;
}

#columnThree LI A{
	color : #333;
	background-color: #FFF;
	text-decoration : none;
}

#columnThree LI A:hover{
	color : #0066cc;
	background-color: #FFF;
	text-decoration : underline;
}

#columnThree  LI LI{
	font-size : 100%;
}





.backTop{
color : #c00;
background-color: #FFF;
font-size : 90%;	
text-align : right;
margin-top : 20px;
display : list-item;
list-style-image : url(../../assets/furniture/bullet-back.gif);
border-top : 1px dashed #06c;
padding : 3px 0 0 0;
}
.backTop {
\font-size : 75%;
f\ont-size : 90%;
}


.backTop A{
	color : #c00;
	background-color: #FFF;
	text-decoration : underline;
}

.backTop A:hover{
	color : black;
	background-color: #FFF;
	text-decoration : underline;
}


#bypassNav{
	width : 100%;
	background-color : black;
	height : 1px;
}

#bypassNav IMG{
	width : 100%;
	height : 1px;
	border : none;
}

.topBorder{
	border-top : 1px dashed #06c;
}

.bottomBorder{
	border-bottom : 1px dashed #06c;
}

#columnOne H2{
	font-size : 75%;
	border-bottom : 1px solid black;
	padding : 0 5px 0 5px;
	background-color : #ffcc00;
	margin : 0 0 5px 0;
	font-weight : bold;
}

#columnOne div.menu {
	font-size : 75% !important;
	border-bottom : 1px solid black;
	padding : 0 5px 0 5px;
	background-color : #ffcc00;
	margin : 0 0 5px 0;
	font-weight : bold;
}

#columnThree H2{
	font-size : 75%;
	border-bottom : 1px solid black;
	background-color : #99CCFF;
	padding : 0 5px 0 5px;
	margin : 5px 0 5px 0;
	font-weight : bold;
}

#columnThree div.menu {
	font-size : 75%;
	border-bottom : 1px solid black;
	background-color : #99CCFF;
	padding : 0 5px 0 5px;
	margin : 5px 0 5px 0;
	font-weight : bold;
}

a.paginationPageNumber {
    margin-right: .25em;
}

a.body {
	font-size : 100%;
	line-height : 1.3em;
}


.relatedH {
margin-top: 2em !important;
}


.photo{
	/*width : 140px;*/
	border : 1px solid black;
	display: block;
}

.floatRight{
	margin : 4px 0 4px 10px;
	float : right;
}

.floatLeft{
	float : left;
	margin : 4px 10px 4px 0;
}




div.dls div.dls-r {
float: right;
text-align: right !important;
}
	div.dls div.dls-r a.pdfLink {
	display: block;
	font-size: 0.95em;
	margin-top: 3px;
	}

div.dls a img {
border: none;
}




/**********************************
News Channel 
**********************************/

.newsList{
margin : 10px 0 10px 0;
}



.newsTitle {
margin : 0 0 0 0;
padding : 10px 0 8px 0;
font-size: 110%;
font-weight: bold;
text-align : left;
/*text-transform : uppercase;*/
}
.newsTitle {
\font-size : 80%;
f\ont-size : 110%;
}
	.newsTitle a {
	color : #06c;
	text-decoration : underline;
	}
	.newsTitle a:hover {
	color : #06c;
	text-decoration : underline;
	}


.newsBody {
vertical-align : top;
border-bottom : 1px dashed #06c;
padding : 0 0 10px 0;
color : #333;
}

	.newsBody p {
	font-size : 100%;
	line-height : 1.3em;
	margin : 0 0 0.3em 0;
	padding : 0 0 0 0;
	color : #333;
	}
	.newsBody p {
	\font-size : 75%;
	f\ont-size : 100%;
	}

		.newsBody p.releaseDate {
		font-size : 90%;
		line-height :  1.3em;
		margin : 0 0 0.3em 0;	
		padding : 0 0 0 0;
		color : #c00;
		font-weight : bold;
		}
		.newsBody p.releaseDate{
		\font-size : 70%;
		f\ont-size : 90%;
		}

	.newsBody img {
	float : right;
	width: 130px;
	border : 1px solid black;
	margin : 3px 0 0 15px;
	}






















.newsItem{
	border : 1px solid black;
	width : 100%;
	margin : 0 0 10px 0;
}

.newsItem TD{
	font-size : 75%;	
	padding : 4px 5px 4px 5px;
}

.newsItem TH{
	background-color : #06c;
	color : white;
	font-size : 75%;
	border-bottom : 1px solid black;
	padding : 2px 5px 2px 5px;
	text-align : left;
}













#columnTwo td {
font-size : 100%;
}
#columnTwo td {
\font-size : 75%;
f\ont-size : 100%;
}



#columnTwo ul li{
margin-left: 30px;
}