﻿/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #fff;
	font-family : arial, helvetica, sans-serif;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	font-size : 0.75em;
}

A{
	color : blue;
	text-decoration : underline;
}

A:hover{
	color : #900;
	text-decoration : underline;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

H1{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 170%;
	color : #339933;
	padding : 0 0 0 0;
	margin : 0 0 0.7em 0;
	font-weight : normal;
}

H2{
	font-size : 140%;
	color : #339933;
	padding : 0 0 2px 0;
	margin : 1em 0 0.4em 0;
	font-weight : 600;
}
H3{
	font-size : 120%;
	color : #900;
	padding : 0 0 0 0;
	margin : 0 0 0.4em 0;
	font-weight : 600;
	clear : right;
}

H4{
	font-size : 110%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H5{
	font-size : 100%;
	color : #900;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : #393;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;		
}

HR{
	border : none;
	background-color : black;
	color : black;
	height : 1px;
	margin : 0 0 1em 0;
}

form{
	display : inline;
}

Label{
	font-weight : bold;
}

FIELDSET{
	border : 1px solid #c7c7c7;
	padding : 0 10px 10px 10px;
	margin : 0 0 0.8em 0;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0 0 0 0;
}

UL LI{
	list-style : square;	
	list-style-image : url(/assets/gfx/bullet.gif);	
	margin : 2px 0 3px 0;
	padding:0;
}

Ol LI{
	margin : 2px 0 3px 0;
	padding:0;	
}




/* ******************************** */
/* ARCHITECTURE IDs */
/* ******************************** */


#stage{
	width : 750px;
	margin : 8px auto 8px auto;
	font-size : 100%;
	text-align : left;
	background-image : url(/assets/gfx/background.gif);
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	color : white;
	height : 123px;
	width : 750px;
	padding : 0 0 0 0;
	border-bottom : 3px solid white;
	margin : 0 auto 0 auto;
	background-color : #5bad5b;
}

#header select{
	font-size : 90%;
}

#header #logo{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	float : left;
	width : 195px;
	text-align : center;
}

#header #logo IMG{
	border : none;
	margin-top:2px;
}

#header #middleBlock {
	padding : 35px 0 0 23px;
	margin : 0 0 0 0;
	float : left;
	/* width : 400px; */
	text-align : left;
}

#header #middleBlock h1{
	color : white;

}

#header #flashArea{
	width : 286px;
	height : 123px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	float : right;
	display : inline;
}


#printHeader{
	display : none;
}





/* ******************************** */

#secondHeader{
	border : 1px solid #617b8b;
	background-color : #abb8c1;
	color : black;
	font-size : 90%;
	padding : 2px 0 0 0;
	height : 20px;
	width : 748px;
	margin : 0 auto 0 auto;
}

#secondHeader #eGovLinks{
	width : 370px;
	margin : 0 0 0 0;
	padding : 2px 0 0 10px;
	float : left;
	display : block;
	text-align : left;
}

#secondHeader #eGovLinks A{
	color : black;
	text-decoration : none;
}

#secondHeader #eGovLinks A:hover{
	color : black;
	text-decoration : underline;
}



/* ******************************** */
/* SEARCH */
/* ******************************** */

#siteSearch{
	margin : 0 0 0 0;
	padding : 0 0 0 18px;
	width : 182px;
	float : right;
	background: transparent url(/assets/gfx/searchArrow.gif) no-repeat 0 0;
}

#siteSearch IMG{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	float : right;
}

#siteSearch LABEL{
	display : none;
}

input#ctl00_SiteSearch{
	float : left;
	border : 1px solid black;
	background-color : white;
	width : 135px;
	margin : 0 3px 0 3px;
	font-size : 90%;
	padding : 1px 4px 2px 4px;
}

#secondHeader input#ctl00_cmdSiteSearch{
	float : right;
	padding : 0 0 0 0;
	margin : 0 3px 0 0;
	width: 28px;
	height: 18px;
	background: #7B8C9C url(/assets/gfx/searchButton.gif) no-repeat 0 0;
    padding-left: 28px; 
    border:none;
}













/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : inline;
	float : left;
	width : 204px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#menuBlock #menuFlash{
	width : 195px;
	height : 165px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-image : url(/assets/gfx/menu-image.jpg);
	background-position : 0 0;
	background-repeat : no-repeat;		
}

#menuBlock .nationalLink{
	margin : -5px 0 0 0;
}

#menuBlock UL{
	margin : 6px 0 8px 0;
	padding : 0 5px 0 0;
}

#menuBlock UL LI{
	font-size : 100%;
	font-weight : bold;
	list-style : none;
	margin : 0 0 4px 0;
	padding : 0 0 0 30px;
	background-image : url(/assets/gfx/menu-bullet.gif);
	background-position : 12px 2px;
	background-repeat : no-repeat;
	color : #333;
	list-style-image : none;
}

#menuBlock UL LI A{
	color : black;
	text-decoration : none;
}

#menuBlock UL LI A:hover{
	color : #900;
	text-decoration : none;
}

#menuBlock UL LI .currentPage{
	color : #900;
	text-decoration : none;
}


#menuBlock UL LI UL{
	width : 160px;
	margin : 3px 0 2px 0;
	padding : 0 0 0 0;
}

#menuBlock UL LI UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 3px 0;
	padding : 0 0 0 12px;
	background-image : url(/assets/gfx/menu-bullet2.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	color : #333;
	font-weight : normal;
}

#menuBlock UL LI UL LI A{
	color : #000;
	text-decoration : none;
}

#menuBlock UL LI UL LI A:hover{
	color : #900; 
	text-decoration : none;
}




#menuBlock UL LI UL LI UL{
	width : auto;
	margin : 3px 0 2px 0;
	padding : 0 0 0 0;
}

#menuBlock UL LI UL LI UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 3px 0;
	padding : 0 0 0 12px;
	background-image : url(/assets/gfx/menu-bullet2.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	color : #333;
	font-weight : normal;
}

#menuBlock UL LI UL LI UL LI A{
	color : #000;
	text-decoration : none;
}

#menuBlock UL LI UL LI UL LI A:hover{
	color : #900; 
	text-decoration : none;
}
























/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : inline;
	float : right;
	width : 510px;
	padding : 10px 0 10px 0;
	margin : 0 20px 0 15px;
	text-align : left;
	line-height : 1.4em;
}


#contentBlock UL{
	margin : 1em 0 1em 20px;
	padding : 0 0 0 0;
}


#contentBlock UL LI{
	background-image : url("/assets/gfx/bullet.gif");
	background-position : 0 2px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock OL, Blockquote{
	margin : 1em 0 1em 40px;
	padding : 0 0 0 0;
}


#contentBlock label{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}


.dataTable{
	font-size : 100%;
	width : 490px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


.dataTable TH{
   background-color : #5BAD5B;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
	color:white;
}


.dataTable TD{
	background-color : #D3E9D4;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : black;
	border : 1px solid black;
	border-collapse : collapse;
}



/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	background-color : #abb8c1;
	color : white;
	font-size : 1%;
	padding : 0 0 0 0;
	color : black;
	width : 750px;
	margin : 0 auto 0 auto;
	height : 6px;
	border : 1px solid #617b8b;
}


/* ******************************** */


#footer{
	width : 748px;
	margin : 3px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 85%;
	color : #617b8b;
	text-align : center;
}

#footer A{
	color : #900;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : underline;
}

#cwn{
	display : block;
	float : right;
	width : 170px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 200px;
	text-align : left;
}

#charity{
	display : block;
	float : left;
	width : 378px;
	text-align : center;
}

.formInput{
	margin : 0 5px 0 3px;
	padding : 1px 4px 1px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

.full{
	width : 350px;
}

.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}

table.sectors{
	width : 480px;
	border : none;
	margin : 0 auto 1em auto;
}
table.sectors TD.title{
	border : none;
	background-color : #d3e9d4;
	vertical-align : middle;
	text-align : left;
	padding : 0 0 0 15px;
	font-size : 120%;
	font-weight : 600;
	width : 170px;
}

table.sectors TD.seperator{
	border : none;
	background-color : white;
	vertical-align : middle;
	width : 20px;
}
table.sectors A{
	color : black;
	text-decoration : none;
}
table.sectors A:hover{
	color : #393;
	text-decoration : none;
}
.boxed{
	background-color : #d3e9d4;
	border : 1px solid #393;
	padding : 3px 8px 3px 8px;
	font-weight : bold;
	color : black;
	text-align : center;
}

#how_heard{
	width : 483px;
	margin : 0 5px 0 0;
	padding : 1px 4px 1px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}



.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 black;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #f5f5f5;
	color : #842230;
	width : 460px;}



.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;
}


/* ******************************** */
/* fieldGroup */
/* ******************************** */



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 : #5BAD5B;
	color : white;
	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 black;
}
TABLE.fieldGroup TD TABLE TD{
	border : none;
}

TABLE.fieldGroup TD.checkbox{
	text-align : center;
}

#contentBlock TABLE.fieldGroup Label{
	display : block;
	background-color : #D3E9D4;
	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;
}


/* Site search Page */

#searchPageCriteria{
	background-color : #EEF1F3;
	border : 1px solid #617B8B;
	padding : 10px 12px 10px 12px;
	margin : 0 0 3px 0;
}

#searchResultsData{
	background-color : #EEF1F3;
	border : 1px solid #617B8B;
	margin : 0 0 1em 0;
	padding : 3px 12px 3px 12px;
}
#resultsFound{
	text-align : right;	
	float : right;
	width : 25%;
}

#noResultsFound{
	background-color : #F0F0F0;
	border : 1px solid #000000;
	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 #7F9DB9;
	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;
}	
*/
/* mailing list */

#contentBlock TABLE.formBox Label{
	padding : 2px 20px 2px 5px;
	margin:0;
	color : black;
}

#contentBlock TABLE.formBox label.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 40%;
}

.formBox{
	background-color : #EEF1F3;
	border : 1px solid #617B8B;
	width : 100%;
	margin : 0 0 1em 0;
	padding:0;
}


TABLE.formBox .formInput{
	border : 1px solid #7F9DB9;
	background-color : #fff;
	padding : 1px 3px 1px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;

}

.long{
	width : 98%;
}









.search_error_block{
	border : 1px dotted black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #009F66;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 8px 10px 8px 10px;

}

.search_standard_paragraph{
	margin : 2px 0px 1px 0px;
}



.search_nav_next_active {  }
.search_nav_page_number {  }

.search_nav_page_number_current {
	border : 1px solid Gray;
}



.search_nav_prev_active {  }

.search_results_abstract_line {
	margin : 5px 0px 0px 20px;
	font-size : 13px;
}



.search_results_number {
	font-weight : bold;
}



.search_results_title { }



.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_footer_block {  }



#search_form {



}



#search_input_block { 	
 	border : 1px solid Black;
	background-color : #F0F0F0;

	padding : 10px 10px 10px 10px;
	nbackground-color : #E9F4EB;
 }



#search_input_box {

}



#search_powered_by {

	text-align : center;

	font : normal normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;

}



#search_query_type_select {  }



#search_results_block {  }



#search_results_pagination_select {

}



#search_navigation_block{

	font-size : 100%;

	text-align : center;

	border-top : 1px solid Gray;

	border-bottom : 1px solid Gray;

		padding-top : 0.2em;

	padding-bottom : 0.2em;

}

#search_stats_block {

	border : 1px solid Black;

	background : #F0F0F0;

	margin : 10px 0px 0px 0px;

	padding : 10px 10px 10px 10px;

  }



#search_stats_range {  }



#search_stats_time {



}



#search_stats_time_value { 

	font : bold;

 }



#search_stats_total { 

	font : bold;

 }



#search_stats_words {  }



#search_stats_words_value { 

	font : bold;

 }



#search_submit_button {  }

/* Questionnaire */

.questionnaireTextInput{
	width : 100%;
}
label{
	font-weight : normal;
}

legend{
	border : 0.1em solid Black;
	padding : 0.3em;
	margin-bottom : 1em;
	background-color : #CC6633;
	color : White;
	font-weight : bold;
	width : 25%;
}

fieldset{
	margin-bottom : 1em;
	padding : 0.3em;
}


.search_standard_paragraph{

	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 500;
	color : black;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 10px 10px 10px 10px;
	border : 1px solid #ccc;
	background-color : #f5f5f5;

}

#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 : 12px 12px 0 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%;
}

#search_form #q{
	border : 1px solid black;
	padding : 2px 4px 2px 4px;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 3px 0 3px;
	width : 250px;
	float : none;	
}

#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;
}

.matchkeyword{
	color : #006699;	
}