BODY{
	background-color : #e9e9e9;
	margin : 0 0 0 0;
	text-align : center;
}

A{
	color : #900;
	text-decoration : none;
}

A:hover{
	color : #900;
	text-decoration : underline;
}

H1{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 190%;
	font-weight : 500;
	color : #688430;
}
H2{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 170%;	
	font-weight : normal;
}
H3{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 140%;
	font-weight : normal;
	color : #688430;
}

H4{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 120%;
	font-weight : 500;
}

H5{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 100%;	
	font-weight : bold;
	color : #688430;
}

H6{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 90%;	
	font-weight : bold;
}
P{
	margin : 0 0 1em 0;
	line-height : 1.4em;
}

Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0;
	color : #688430;
}


OL{
	margin : 0 30px 1em 30px;
	padding : 0;
	color : #688430;
	line-height : 1.4em;
}
OL LI OL{
	list-style : lower-alpha;
}


UL{
	margin : 0 10px 1em 10px;
	padding : 0;
	line-height : 1.4em;
}

UL LI{
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0 4px;
	padding : 2px 5px 2px 20px;
	margin : 0 0 3px 0;
	list-style : none;
	color : #688430;
}
UL LI UL{
	margin : 8px 10px 4px 0;
	padding : 0;
}
UL LI UL LI{
	background-image : url(/assets/gfx/bullet2.gif);
	background-repeat : no-repeat;
	background-position : 0 7px;
	padding : 2px 5px 2px 15px;
	list-style : none;
}
UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet3.gif);
	background-repeat : no-repeat;
	background-position : 0 5px;
	padding : 2px 5px 2px 15px;
	list-style : none;
}
HR{
	background-color : black;
	color : black;
	height : 1px;
	border : none;
}


.clear{
	clear : both;
	margin : 0;
	height : 1px;
}

#pageBlock{
	width : 740px;
	margin : 0 auto 0 auto;
	padding : 0 10px 1em 10px;
	background-image : url(/assets/gfx/background.gif);
	background-repeat : repeat-y;
	background-color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
}
#header{
	background-image : url(/assets/gfx/info-icon.gif);
	background-repeat : no-repeat;
	background-position : 64% 100%;
	text-align : left;
	position : relative;

}

#siteSearch{
	width : 250px;
	position : absolute;
	top : 10px;
	right : 30px;

}
.searchLabel{
	display : block;
	float : left;
	display : block;
	float : left;
	background-image : url(/assets/gfx/label-bgi.gif);
	background-repeat : no-repeat;
	width : 66px;
	text-align : right;
	padding : 0 8px 0 0;
	font-size : 90%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 20px;
	line-height : 1.8em;
	font-weight : bold;
	color : white;
}
.searchInput{
	display : block;
	float : left;	
	border : 1px solid black;
	background-color : white;
	width : 100px;
	margin : 0 5px 0 5px;
	font-size : 90%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 3px 5px 2px 5px;
	color : #900;
}
.searchGo{
	display : block;
	float : left;
	background-image : url(/assets/gfx/go-bgi.gif);
	background-repeat : no-repeat;
	width : 54px;
	padding : 0 5px 0 0;
	background-color : transparent;
	border : none;
	font-size : 90%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 20px;
	line-height : 1.8em;
	font-weight : bold;
	color : white;
}




.primaryBar{
	background-color : #83a93d;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
}
.thin{
	height : 6px;
}
.thick{
	height : 15px;
	margin : 0 0 8px 0;
}

#tabs{
	position : relative;
	height : 22px;
	margin : 0 0 2em 0;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	
}
#tabs .staticTab{
	background-image : url(/assets/gfx/static-tab.gif);
	background-repeat : no-repeat;
	width : 212px;
	height : 22px;
	text-align : center;
	position : absolute;
	color : black;
	text-decoration : none;
	font-size : 90%;
	line-height : 1.9em;
	left : 0px;
}
#tabs A.staticTab:hover{
	text-decoration : none;
}
#tabs A{
	background-repeat : no-repeat;
	display : block;
	width : 132px;
	height : 22px;
	text-align : center;
	position : absolute;
	color : black;
	text-decoration : none;
	font-size : 90%;
	line-height : 1.9em;
}

#tabs A.tab1:hover,
#tabs A.tab2:hover,
#tabs A.tab3:hover{
	background-image : url(/assets/gfx/orange-tab.gif);
	color : black;
	text-decoration : none;
}
#tabs A.tab1{
	background-image : url(/assets/gfx/grey-tab-1.gif);
	z-index : 3;
	right : 230px;
}
#tabs A.tab1:hover{
	background-image : url(/assets/gfx/orange-tab.gif);
}
#tabs A.tab2{
	background-image : url(/assets/gfx/grey-tab-2.gif);
	z-index : 2;
	right : 115px;
}
#tabs A.tab3{
	background-image : url(/assets/gfx/grey-tab-3.gif);
	z-index : 1;
	right : 0px;
}


#footer{
	margin : 0 auto 0 auto;
	padding : 0 10px 18px 10px;
	width : 740px;
	color :  #666;
	font-size : 0.70em;
	font-family : Arial, Helvetica, sans-serif;
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : no-repeat;
	background-position : 0% 100%;
}
#footer A{
	color : #666;
	text-decoration : none;
}
#footer A:hover{
	color : #900;
	text-decoration : underline;
}

#cwn{
	margin : 0 10px 0 0;
	text-align : right;
	width : 200px;
	float : right;
}
#updated{
	float : left;
	text-align : left;
	width : 200px;	
	margin : 0 0 0 10px;
}


#columnOne{
	padding : 0 0 0 0;
	vertical-align : top;
	width : 170px;
	margin : 0 0 0 22px;
	text-align : left;
	float : left;
}
#columnTwo{
	padding : 0 0 0 0;
	vertical-align : top;
	width : 505px;
	margin : 0 22px -121px 0;
	float : right;
	text-align : left;
}
#councilProject{
	padding : 0 0 0 0;
	vertical-align : top;
	width : 170px;
	margin : 0 0 0 22px;
	text-align : left;
	float : left;
}

#columnOne UL,
#columnOne UL LI{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}
#columnOne UL LI A{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 0 0 2px 26px;
	margin : 0 0 2px 0;
	border : 1px solid black;
	background-color : #e5e6e6;
	background-image : url(/assets/gfx/menu-bullet.gif);
	background-repeat : no-repeat;
	color : black;
	font-weight : bold;
	font-size : 90%;
}
#columnOne UL LI A:hover{
	background-image : url(/assets/gfx/menu-bullet-over.gif);
	text-decoration : none;
}
#columnOne UL LI UL LI A{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 0 0 2px 26px;
	margin : 0 0 2px 0;
	border : 1px solid black;
	background-color : #e5e6e6;
	background-image : url(/assets/gfx/menu-bullet2.gif);
	background-repeat : no-repeat;
	color : black;
	font-weight : normal;
	font-size : 90%;
}
#columnOne UL LI UL LI A:hover{
	background-image : url(/assets/gfx/menu-bullet2-over.gif);
	text-decoration : none;
}


.dataTable{
	border : 1px solid #ccc;
	margin : 0 0 1em 0;
	width : 100%;
}
.dataTable TH{
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	text-align : left;
	background-color : #e7e7e7;
	vertical-align : top;
}
.dataTable TD{
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	text-align : left;	
	background-color : #f5f5f5;
	vertical-align : top;
}


.noDisplay{
	display : none;
}





TABLE.fieldGroup{
	font-size : 90%;
	margin : -2px 0 1em -2px;
	background-color : white;
	width : 100%; 
}


TABLE.fieldGroup A{
    color : black;
}

TABLE.fieldGroup TH{
	border : 1px solid black;
	background-color : #fc0;
	color : black;
	padding : 2px 5px 2px 5px;
	text-align : left;
	font-weight : bold;
}

TABLE.fieldGroup TH A{
    color : white;
}

TABLE.fieldGroup TH A:hover{
    color : white;
}

TABLE.fieldGroup TD{
	border : 1px solid #999;
}
TABLE.fieldGroup TD TABLE TD{
	border : none;
}

TABLE.fieldGroup TD.checkbox{
	text-align : center;
}

TABLE.fieldGroup Label{
	display : block;
	background-color : #f5f5f5;
	padding : 2px 5px 2px 5px;
	color : black;
}
TABLE.fieldGroup Label.requiredInfo{
	background-image : url(/assets/gfx/required-bgi.gif);
	background-position : 100% 50%;
	background-repeat: no-repeat;
}


TABLE.fieldGroup INPUT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	border : hidden;
	border-width : 0px;
	margin : 1px 5px 1px 5px;
	padding : 0 0 0 0;
	width : 95%;
}

TABLE.fieldGroup TD .ruInputs{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
}
TABLE.fieldGroup TD .ruInputs LI{
	height : auto;
	background-image : url(none);
	list-style : none;
}


TABLE.fieldGroup textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	margin : 1px 0 1px 0;
	padding : 0 0 0 5px;
	width : 99%;
	border : none;

}

TABLE.fieldGroup SELECT{
	width : 100%;
	border : hidden;
	border-width : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin : 0;
}

TABLE.fieldGroup Option{
	overflow : hidden;
}

TABLE.fieldGroup INPUT.checkbox{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;

}
TABLE.fieldGroup TD.checkbox{
	text-align : center;
}
TABLE.fieldGroup TD.checkbox Input{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;
}


TABLE.fieldGroup TD.columnCentered, .columnCentered{
	text-align:  center;
}
TABLE.fieldGroup TD.columnJustify, .columnJustify{
	text-align:  justify;
}
TABLE.fieldGroup TD.columnRight, .columnRight{
	text-align:  right;
}




#search_form{
	display: inline ;
}
#search_form Div{
	margin: 0 0 0 0;
}

.search_error_block{
	border : 1px dotted #900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 600;
	color : #900;
	text-align : center;
	margin : 10px 0px 1em 0px;
	padding : 8px 10px 8px 10px;

}

.search_standard_paragraph{
	margin : 2px 0px 1px 0px;
	padding: 0 0 0 0;
}

.search_nav_page_number_current {
	border : 1px solid Gray;
}

.search_results_abstract_line {
	margin : 5px 0px 0px 20px;
	font-size : 13px;
}
.search_results_number {
	font-weight : bold;
}
.search_results_title_line { 
	margin : 10px 0px 0px 0px;
 }
.search_results_url {
	font-size : 9px;
}
.search_results_stats_line { 
	margin : 2px 0px 0px 20px;
	font-size : 10px;
 }
#search_block {
	font-family : Arial, Helvetica, sans-serif;
  }

#search_input_block { 	
	background-color : #e1eef5;
	padding : 10px 10px 0 10px;
	border : 1px solid black;
 }

#search_powered_by {
	text-align : center;
	font : normal normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#search_navigation_block{
	font-size : 100%;
	text-align : right;
	margin : 1em 0 1em 0;
	border-top : 1px solid black;
	padding : 5px 0 0 0;
}

#search_stats_block {
	background : #e1eef5;
	margin : 10px 0px 1em 0px;
	padding : 10px 10px 10px 10px;
	border : 1px solid black;
  }
#search_stats_time_value { 
font-weight: bold;
}
#search_stats_total { 
font-weight: bold;
}
#search_stats_words_value { 
	font-weight: bold;
}


.question{
	margin : 0 0 8px 0;
}
.question IMG{
	margin : 0 4px 0 4px;
}

.question label{
	display : block;
	font-size : 100%;
	margin : 0 0 5px 0;
}

.question .TextFormat{
	border : 1px solid #999;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #f5f5f5;
	color : #688430;
	width : 490px;
}

#captchaTable{
	width : 100%;
	margin : 0 0 1em 0;
	text-align : left;
}

#captchaTable td.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #dfdfde;
	color : #688430;
	width : 490px;
}

.freeText{
	border : 1px solid black;
	background-color : #f5f5f5;
	width : 60%;
	margin : 0 0 0 45px;
	padding : 2px 5px 2px 5px;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size :100%;
}
.optionLabel{
	padding : 0 0 0 25px;
	margin : 0 0 0 0;
	display : block;
}
.optionLabel Label{
	color : #900;
	display : inline;
}

.surveyTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.surveyTable TH{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	background-color : #e7e7e7;
	vertical-align : top;
	font-size : 90%;
}
.surveyTable TD{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	background-color : #f5f5f5;
	vertical-align : top;
}


.rade_wrapper{
	background-image : none;
}


.formInput{
	border : 1px solid #999;
	background-color : #d3d3d3;
	padding : 1px 1% 1px 1%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.long, .full{
	width : 98%;
}

.formBox{
	background-color : #f5f5f5;
	width : 100%;
	margin : 0 0 1em 0;
	border : 1px solid #ccc;
}

.search_error_block{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #900;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 10px 10px 0 10px;

}



#searchPageCriteria{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	padding : 10px 12px 10px 12px;
	margin : 0 0 3px 0;
}

#searchResultsData{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 3px 12px 3px 12px;
}
#resultsFound{
	text-align : right;	
	float : right;
	width : 25%;
}

#noResultsFound{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 10px 12px 10px 12px;
	text-align : center;
}


.noResults{
	color : #333;
	font-size : 100%;
	font-weight : Bold;
}

.instructions{
	font-size : 90%;
	color : #900;
}

#searchData{
	float : left;
	width : 70%;
}

#q{
	border : 1px solid black;
	padding : 2px 4px 2px 4px;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 3px 0 3px;
}

#searchPageSubmit{
	background-color : #dadada;
	border : 1px solid black;
	padding : 3px 4px 1px 4px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1;
}

dl{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

dt{
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
}

dd{
	margin : 0 0 5px 35px;
	padding : 0 0 0 0;	
}

dl A{
	color : #900;
	text-decoration : none;
}

dl A:hover{
	color : #900;
	text-decoration : underline;
}

.numbering{
	font-weight: bold;
	padding : 0 0 0 12px;
	width : 23px;
	display : block;
	float : left;
	font-size : 90%;
	text-align : left;
}

dd.extras{
	font-size : 90%;
}


#pagination{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 4px 0 4px 0;
	margin : 0 0 0 0;
}
#paginationLayout{
	
}
#pagination Table#paginationLayout TD{
	Padding : 0 3px 0 3px;
}

#pagination A{
	color : black;
	text-decoration : none;
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
}
#pagination A:hover{
	color : #900;
	text-decoration : none;
	background-color : #f5f5f5;
	border : 1px solid black;
}

#pagination .currentPage{
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
	color : black;
	border : 1px solid #900;
}

.clear{
	height : 1px;
	font-size : 5%;
	clear : both;
}

#searchResultsNo{
	
}


.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	padding : 1px 1% 1px 1%;
	border : 1px solid black;
	margin : 1px 0 1px 0;
	color : black;
	background-color : #f5f5f5;
	width : 98%;
}
.ruInputs{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	height : auto;
}
.ruInputs LI{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	height : auto;
}

#flashArea{
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	border : 1px solid #ccc;
	padding : 1em;
}

#flashPositioner{
	width : 320px;
	height : 240px;
	margin : 0 auto 0 auto;
	border : 1px solid black;
}

