/*  BASIC STYLES
	BODY					- recommended for overall font overrides and page margins
	P						- recommended that font size is overridden to x-small
	DIV						- recommended that font size is overridden to x-small
	UL						- recommended that font size is overridden to x-small
	LI						- recommended that font size is overridden to x-small
	BLOCKQUOTE				- recommended that font size is overridden to x-small
*/
BODY {

	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
P {

	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
DIV {	font-size: 12px;
}
UL {	font-size: 12px;
}
LI {	font-size: 12px;
}
BLOCKQUOTE {	font-size: 12px;
}




/*  HYPERLINK STYLES
	A						- recommended that font size is overridden to x-small
	.mailto					- reserved for use with [Author] placeholder
*/
A {}
.mailto {}




/*  HEADING STYLES
	H1						- recommended for [Title] placeholder
	H2						- recommended for [Summary] placeholder
	H3						- reserved for users heading style
	H5						- free 
*/
H1 {

	Font-size: 14px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #036002;
	text-decoration: none;
	margin-top:8px;
	margin-bottom:0px;
}
H2 {
	Font-size: 11px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #036002;
	text-decoration: none;
	margin-top:8px;
	margin-bottom:0px;

}
H3 {
	Font-size: 11px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #036002;
	margin-top:14px;
	margin-bottom:4px;
}
H5 {}



/*  NAVIGATION STYLES
	.root					- recommended for root area
	.rootSelected			- recommended for a selected root area
	.subAreas				- recommended for a sub area
	.adjacentPages			- recommended for adjacent pages
	.adjacentPagesSelected	- recommended for selected adjacent pages
	.breadcrumbs			- recommended for breadcrumbs
	.backnext				- recommended for back and next buttons
	.backnextDud			- recommended for disabled back and next buttons
*/
.root {
	font-family: verdana, Arial, Helvetica, sans-serif;	
	color: #1D1D1D;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	margin:0px;
}
.rootSelected {
	font-family: verdana, Arial, Helvetica, sans-serif;	
	color: #1D1D1D;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	margin:0px;
}
.subAreas {
	Font-size: 10px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	background:#E1ECB7;
	height:17px;
	display: block;
	margin-bottom:5px;	
	padding-left: 4px;
	padding-top:2px;
}
.adjacentPages {
	Font-size: 10px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	background:#E1ECB7;
	height:17px;
	display: block;
	margin-bottom:5px;	
	padding-left: 4px;
	padding-top:2px;
}
.adjacentPagesSelected {
	Font-size: 10px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	background:#E1ECB7;
	height:17px;
	display: block;
	margin-bottom:5px;
	padding-left: 4px;
	padding-top:2px;

}
.breadcrumbs {
	Font-size: 10px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	text-decoration: none;
	color: #1D1D1D;
}
.backnext {
	Font-size: 11px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #036002;
	text-decoration: none;
	margin-top:8px;
	margin-bottom:0px;
}
.backnextDud {
	Font-size: 11px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #D9D9D9;
	text-decoration: none;
	margin-top:8px;
	margin-bottom:0px;
}
 
 


/*  EXTERNAL / INTERNAL / DOCUMENTS LINKS
	H4						- recommended headings for any links boxes
	H3.links				- reserved when grouping links together
	.links					- recommended hyperlink styles for any link boxes
*/
H4 {

	font-family: verdana, Arial, Helvetica, sans-serif;	
	color: #1D1D1D;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding-top:5px;
	height:24px;
	background-image: url(/images/site-images/double.gif);
}						
H3.links {}
.links {}



/*  INDEX STYLES
	H3.index				- reserved when grouping indexes
	A.index					- reserved for links within an index
	P.index					- reserved for area descriptions
	P.indexList				- reserved when starting list of links within an index
*/
H3.index {}
A.index {}
P.index {}
P.indexList {}



/*  SEARCH STYLES ON CONTENT PAGE - [Search_Basic] or [Search_Full] forms
	.pageSearchHighlight	- reserved when highlighting text on a page
	.searchFormClass		- recommended for use with search form (use margin:0px; to avoid hanging margin at footer)
	.searchQueryClassNormal - recommended to apply style to search field on content page
	.searchDropdownClass	- recommended to apply style to dropdown to [Search_Full] placeholder
	.searchSubmitClass		- recommended for the search submit button 
*/
.pageSearchHighlight { background-color:#EEEBFC;}
.searchFormClass {
	margin:1px 1px 1px 0px;
}

.searchQueryClassNormal {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:123px;
}
.searchQueryClassLong {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchDropdownClass {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchResultsDropdownClass {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchSubmitClass {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
	background-color: #033F77;
	width:25px;
}
.searchHeading {
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	Font-weight: bold;
	color: white;
	padding-left: 5px;
}




/*  SEARCH STYLES ON SEARCH RESULTS PAGE
	.highlight		- recommended to highlight any search terms on the search results page
	.searchQueryClassLong		- recommended for use with longer search field on search results page
	.searchResultsDropdownClass	- recommended for use with all dropdowns on search results page
	.results					- recommended for links within the search results
	.resultsSummary				- recommended for the summary text within the search results (if used)
	.resultsExcert				- recommended for the excert text (if used)
	.resultsExcertHighlight		- recommended to highlight excert text (if used)
	.resultsInfo				- recommended for displaying additional search results information (date / area information)
	.pageSet					- recommended for pageset links (ie 12345)
	.pageSetDud					- recommended for the current page within the pageset which is disabled
*/
.highlight { background-color:#DDDDDD;}
.searchQueryClassLong {}
.searchResultsDropdownClass {}
.results {}
.resultsSummary {}
.resultsExcert {}
.resultsExcertHighlight {}
.resultsInfo {}
.pageSet {}
.pageSetDud {}

/*  DISCUSSION STYLES ON CONTENT PAGE
	.LogInForm						- reserved for the log in form container
	.LogInInputField				- reserved for the login fields - email, password and name. (match with discussionInputField)
	.logInSubmit					- reserved for the log in form submit button
*/
.LogInForm {width:90%;}
.LogInInputField {width:100%;}
.LogInRadio {}
.logInSubmit {}

/*  DISCUSSION STYLES ON CONTENT PAGE
	.discussionForm				- reserved for the discussion form container
	.discussionLabel			- reserved for any discussion form labels (Name,Email,Comments etc)
	.discussionNotes			- reserved for any discussion form notes (displayed underneath relevent fields)
	.discussionInputField		- reserved for any discussion form input element
	.discussionTextAreaField	- reserved for any discussion form textara element
	.discussionSubmit			- reserved for the discussion form submit button
	.discussionAwaitingApproval - reserved for any discussion posts that are awaiting approval (only displayed in the editor)
*/
.discussionForm {width:90%;}
.discussionLabel {}
.discussionNotes {margin:0px;width:100%;color:red;}
.discussionInputField {width:100%;}
.discussionTextAreaField {width:100%;}
.discussionCheckBox {}
.discussionSubmit {}
.discussionAwaitingApproval, .discussionAwaitingApproval A {color: #999999;}

/*  PRINTING STYLES */
@media print {
.unprintable {display:none;}
.noPrintContainer {display:none;}
.printContainer{
	margin:0px;
}

}

.footer{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
	font-size: 10px;
}
.searchText{

	Font-size: 11px;
	Font-Family: verdana, Arial, Helvetica, sans-serif;
	Font-weight: bold;
	color: #033F77;
	text-decoration:none;
}
.latestNews{
	font-family: verdana, Arial, Helvetica, sans-serif;	
	color: #1D1D1D;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding-top:5px;
	height:24px;
	background-image: url(/images/site-images/double.gif);
	width:100%;
}
