/*  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: Arial, Helvetica, sans-serif;
	color: #666666;
}
P {
	font-size: x-small;
	color: #666666;
}
DIV {
	font-size: x-small;
	color: #666666;

}
UL {
	font-size: x-small;
	color: #666666;

}
LI {
	font-size: x-small;
	color: #666666;

}
BLOCKQUOTE {
	font-size: x-small;
	color: #666666;

}




/*  HYPERLINK STYLES
	A						- recommended that font size is overridden to x-small
	.mailto					- reserved for use with [Author] placeholder
*/
A {
	font-size: x-small;
	color: #660033;
	text-decoration:none;

}
.mailto {
	font-size: x-small;
	color: #004F76;
	text-decoration:none;
}




/*  HEADING STYLES
	H1						- recommended for [Title] placeholder
	H2						- recommended for [Summary] placeholder
	H3						- reserved for users heading style
	H5						- free 
*/
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding-bottom:8px;	
	
	}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #54012A;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 0px;



}
H3 {
	Font-size: x-small;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-weight: bold;
	padding-bottom: 2px;
	color: #54012A;
	border-bottom: 1px solid #54012A;
	border-width: 50%;
	margin-bottom: 0px;}
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 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	Font-weight: bold;
}
.rootSelected {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	Font-weight: bold;
}
.subAreas {
	font-size: 11px;
	Font-weight: bold;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #437596;
	text-decoration: none;
	padding-top:5px;
	/*padding-bottom: 5px;*/
	display: block;
	
	}
A.subAreas:hover {
	color: #EB9701;
}


.adjacentPages {
	font-size: 11px;
	Font-weight: bold;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
	padding-top:5px;
	/*padding-bottom: 5px;*/
	display: block;
	}

A.adjacentPages:hover {
	color: #6F6F6F;
}

.adjacentPagesSelected {
	font-size: 11px;
	Font-weight: bold;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	text-decoration: none;
	padding-top:5px;
	/*padding-bottom: 5px;*/
	display: block;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	Font-weight: bold;
	text-decoration: none;
	color: #000000;
	
	}
.backnext {}
.backnextDud {}
 
 


/*  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: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660033;
	display: block;
	border-bottom: 1px solid #660033;
	background-color: #FFFFFF;
}						
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 1px;
}

.searchQueryClassNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:139px;
}
.searchQueryClassLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchDropdownClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchResultsDropdownClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:95%;
}
.searchSubmitClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
	background-color: #660033;
	width:25px;
}
.searchHeading {
	font-family: 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
	unprintable				- assign this class to any sections of page are not required on a print out
*/
@media print {
.unprintable {display:none;}

}
.sitemap{
	font-size: 11px;
	Font-weight: bold;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	text-decoration: none;

}

.footer{
	font-size: 11px;
	Font-weight: bold;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #B0AFB0;
	text-decoration: none;
}