/*-###########################################-*/
/*-Reset-*/ 
/*-###########################################-*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}
	
fieldset,img { 
	border: 0;
	}
	
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	}
	
ol,ul {
	list-style: none;
	}
	
caption,th {
	text-align: left;
	}
	
q:before,q:after {
	content: '';
	}
	
abbr,acronym {
	border: 0;
	}

hr, legend {
	display: none;
	}
  


/*-###########################################-*/
/*-Initial-*/
/*-###########################################-*/

body {
	background: #FFF url('../img/background_header.png') repeat-x;
	color: #555;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 62.5%;
	}

.clear {
	clear:both;
	}

h1 {
	font-size:2.4em;
	}
	
h2 {
	color: #a5b33f;
	font-size:2em;
	font-weight: normal;
	}
	
h3 {
	color:#3a8adc;
	font-size:1.4em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	}

h3 {
	margin-bottom: 0.5em;
	}

p {
	line-height:1.4em;
	}

p, dl, ul, ol, table, pre, blockquote {
	font-size: 1.2em;
	margin-bottom: 1em;
	}

span {
	font-size: 1.2em;
	}

a:link, a:visited {
	color: #004277;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #979F4F;
	}

dt {
	font-weight: bold;
	}

dd {
	font-size: 0.8em;
	margin-bottom: 0.3em;
	}

ol li {
	list-style-type: decimal;
	}
	
ol {
	margin-left: 2em;
	}


/*-###########################################-*/
/*- Main structure -*/
/*-###########################################-*/

#page {
	background: url('../img/background_colourbar.png') repeat-x;
	}


/*-###########################################-*/
/*- Header & Navigation -*/
/*-###########################################-*/

#page #header {
	height:241px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
	width: 902px;
	}

#page #header #logo {
	float: right;
	padding-right:11px;
	height: 80px;
	overflow: hidden;
	width: 80px;
	}

#page #header #logo h1 span {
	display: none;
	}

#page #header #nav {
	float: left;
	height: 80px;
	overflow: hidden;
	padding-left: 11px;
	text-transform: uppercase;
	width: 800px;
	}

#page #header #nav ul {
	border-bottom: 40px #D5E270 solid;
	height: 27px;
	overflow: hidden;
	padding-top: 15px;
	}

#page #header #nav ul li {
	display: inline;
	line-height: 1em;
	margin-right: 1em;
	}

#page #header #nav ul li a {
	color: #444;
	}

#page #header #nav ul li a:hover {
	color: #979F4F;
	}
	
#page #header #banner {
	background: url('../img/banner.png') no-repeat;
	height: 161px;
	float: left;
	position: relative;
	width: 902px;
	}

#page #header #banner span {
	bottom: 1.4em;
	color: #FFF;
	font-size: 2em;
	letter-spacing: 1.3px;
	position: absolute;
	right: 1em;
	}


/*-###########################################-*/
/*- Content & Columns -*/
/*-###########################################-*/

/*Structure*/

#page #content {
	margin: 15px auto 0 auto;
	width: 880px;
	}

#page #content #mainContent {
	float: left;
	margin-bottom: 1em;
	margin-right: 15px;
	padding-bottom: 1em;
	width: 665px;
	}

#page #content #mainContent .section {
	background: url('../img/dotted_line.png') repeat-x;
	margin-bottom: 2em;
	padding-top: 0.5em;
	}

#page #content #mainContent .section .sectionTitle {
	float: left;
	width: 100%;
	}

#page #content #mainContent .section .sectionContent {
	clear: left;
	}

#page #content #mainContent .section .sectionTitle h2,
#page #content #mainContent .section .sectionTitle h3 {
	background: url('../img/title_highlight.png') 0 6px no-repeat;
	float: left;
	margin-bottom: 0.3em;
	padding-left: 8px;
	}

#page #content #mainContent .section .sectionTitle h3 {
	font-size: 2em;
	}

#page #content #mainContent .section .sectionTitle span {
	display: block;
	float: right;
	padding-top: 5px;
	}

.news_link{
	font-size: 1.5em;
}
.error-message{
	color:red;
	padding-bottom:8px;
}

#error {
	background: #ffd2cf url('../img/error.png') 4px 4px no-repeat;
	border: 1px #a6251c dotted;
	margin-bottom: 1em;
	padding: 9px 9px 9px 59px;
	}

#error ul, #error p {
	margin-bottom: 0;
	}

#error p {
	font-weight: bold;
	}

#error li {
	list-style: disc outside;
	margin-left: 20px;
	margin-top: 5px;
	}

/*Generic to all sections*/

.section form div.answer {
	float: left;
	font-size: 0.9em;
	margin-bottom: 1em;
	width: 100%;
	}

.section form div.answer input {
	float: left;
	margin-right: 3px;
	}

.section form div.answer span.answer {
	display: block;
	line-height: 1em;
	}

/*****Section Specific*****/

#page #content #mainContent .section.poll,
#page #content #mainContent .section.calendar,
#page #content #mainContent .section.docs,
#page #content #mainContent .section.pageLinks {
	float: left;
	margin-right: 15px;
	width: 325px;
	}
	
#page #content #mainContent .section.calendar,
#page #content #mainContent .section.pageLinks  {
	margin-right: 0;
	}

/*News*/

#page #content #mainContent .section.news #news {
	clear: left;
	}

#page #content #mainContent .section.news #news ul {
	float: left;
	margin-bottom: 1em;
	width: 100%;
	}

#page #content #mainContent .section.news #news ul li.item {
	float: left;
	margin-right: 10px;
	width: 190px;
	}

#page #content #mainContent .section.news #news ul li.item.item2 {

	}

#page #content #mainContent .section.news #news ul li.item.item3 {
	margin-right: 0;
	}

ul li.item,
dl.pollResults,
#page #content #mainContent .section .sectionContent .question,
#page #content #mainContent .section.theContent .sectionContent #searchResults li {
	background-color: #EEE;
	border: 1px #CBCBCB dotted;
	margin-bottom: 1em;
	padding: 9px;
	}

ul li.item:hover, 
#page #content #mainContent .section.theContent .sectionContent #searchResults li:hover {
	background-color: #E9EFB3;
	}

ul li.item h3 {
	font-size: 1.4em;
	margin-bottom: 0;
	}
	
ul li.item span,
ul li.item p {
	font-size: 1em;
	}

ul li.item p.excerpt {
	margin-bottom: 0;
	}

ul li.item span {
	display: block;
	}

ul li.item span.date,
ul li.item span.category {
	font-weight: bold;
	padding: 3px 0 3px 20px;
	}

ul li.item span.date {
	background: url('../img/clock.png') 0 3px no-repeat;
	}

ul li.item span.category {
	background: url('../img/folder.png') 0 6px no-repeat;
	}

dl.pollResults dd img {
	display: block;
	}

p.totalVotes {
	background: url('../img/chart_bar.png') 0 0 no-repeat;
	padding-left: 25px;
	}

#page #content #mainContent .section.theContent .sectionContent .add {
	background: url('../img/add.png') 0 2px no-repeat;
	font-size: 1em;
	margin-bottom: 0.3em;
	padding-left: 15px;
	}

/*Webpoll*/

#page #content #mainContent .section.poll .sectionContent .theQuestion {
	font-weight: bold;
	}
	
#page #content #mainContent .section.poll .sectionContent .theOptions #PollsResultsForm fieldset input {
	background-color: transparent;
	border: none;
	clear: left;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	padding: 0;
	width: auto;
	}

#page #content #mainContent .section.poll .sectionContent .theOptions #PollsResultsForm fieldset label {
	float: none;
	margin-bottom: 1.5em;
	}

#page #content #mainContent .section.poll .sectionContent .theOptions #PollsResultsForm .submit {
	padding-top: 1em;
	}
	
#page #content #mainContent .section.poll .sectionContent .theOptions form fieldset#vote span.viewResults {
	font-size: 1em;
	}

p.pollDocument {
	background: url('../img/poll_document.png') 0 1px no-repeat;
	padding-left: 25px;
	}

/*Calendar*/

#page #content #mainContent .section.calendar table {
	clear: left;
	font-size: 1.2em;
	width: 100%;
	}
	
#page #content #mainContent .section.calendar table tr th {
	background-color: #D8D9D6;
	color: #666;
	}
	
#page #content #mainContent .section.calendar table tr td.month_name,
#page #content #mainContent .section.calendar table tr td.month_name_arrows {
	background-color: #cbdb53;
	font-weight: bold;
	}
	
	
#page #content #mainContent .section.calendar table tr th, 
#page #content #mainContent .section.calendar table tr td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 25px;
	text-align: center;
	padding: 5px;
	}
	
#page #content #mainContent .section.calendar table tr td.month_name a,
#page #content #mainContent .section.calendar table tr td.month_name_arrows a {
	color: #FFF;
	}
	
#page #content #mainContent .section.calendar table tr .gathering,
#page #content #mainContent .section.calendar table tr .gathering a,
#page #content #mainContent .section.calendar table tr .gathering a strong,
#page #content #mainContent .section.calendar table tr .cat_multiple,
#page #content #mainContent .section.calendar table tr .cat_multiple a,
#page #content #mainContent .section.calendar table tr .cat_multiple a strong {
	background-color: #004277;
	color: #FFF;
	}

/*theContent*/

.section form label {
	color: #3A8ADC;
	display: block;
	font-size: 1.2em;
	}

.section form input,
.section form textarea,
.section form select {
	background-color: #EFEFEF;
	border: 1px #CCC solid;
	margin-bottom: 1em;
	padding: 4px;
	}

.section form input {
	display: block;
	width: 250px;
	}

.section form textarea{
	height: 150px;
	width: 400px;
	}

.section form input.button,
.section form .submit input {
	background-color: #DDD;
	display: inline;
	margin-right: 5px;
	width: 100px;
	}

.section form input.button.submit,
.section form .submit input,
#page #content #sidebar #search form fieldset input#livesearchgo {
	background-color: #D5E270;
	}
	
.section form input.button:hover,
.section form .submit input:hover,
#page #content #sidebar #search form fieldset input#livesearchgo:hover {
	background-color: #1270B4;
	color: #FFF;
	}

.theContent table {
	border: 1px #AAA solid;
	border-spacing: 4px;
	width: 100%;
	}

.theContent table th,
.theContent table td {
	padding: 4px;
	}

.theContent table th {
	background-color: #A5B33F;
	color: #FFF;
	font-weight: bold;
	}
	
.theContent table tr.even td {
	background-color: #EEE;
	}

.theContent pre {
	border: 1px #CCC solid;
	font-size: 1.4em;
	overflow: auto;
	padding: 4px;
	width: 635px;
	}

.theContent blockquote {
	background-color: #EFEFEF;
	border: 1px #CCC solid;
	float: left;
	padding: 4px;
	width: 657px;
	}

.theContent blockquote cite {
	color: #A5B33F;
	display: block;
	float: right;
	font-style: italic;
	font-weight: bold;
	margin-top: 0.5em;
	}

#page #content #mainContent .section.theContent .sectionContent .documentGroup {
	margin-top: 1em;
	}

#page #content #mainContent .section.theContent .sectionContent .documentGroup h3 {
	margin-bottom: 0;
	}

#page #content #mainContent .section.theContent .sectionContent .documentGroup .documentList li {
	background: url('../img/bullet.png') 0 5px no-repeat;
	font-size: 0.8em;
	margin-bottom: 1em;
	padding-left: 12px;
	}

#page #content #mainContent .section.theContent .sectionContent .question .theQuestion,
#page #content #mainContent .section.theContent .sectionContent .question .askedBy,
#page #content #mainContent .section.theContent .sectionContent .question .numberOfAnswers {
	padding-left: 25px;
	}

#page #content #mainContent .section.theContent .sectionContent .question .theQuestion {
	background: url('../img/question.png') 1px 4px no-repeat;
	font-weight: bold;
	}
	
#page #content #mainContent .section.theContent .sectionContent .question .askedBy {
	background: url('../img/question_askedby.png') 0 4px no-repeat;
	font-style: italic;
	}
	
#page #content #mainContent .section.theContent .sectionContent .question .numberOfAnswers {
	background: url('../img/question_answers.png') 0 0 no-repeat;
	}

#page #content #mainContent .section.theContent .sectionContent .question ul#theAnswers {
	font-size: 1em;
	}

#page #content #mainContent .section.theContent .sectionContent .question ul#theAnswers li {
	background-color: #FFF;
	border: 1px #CCC solid;
	margin-bottom: 1em;
	padding: 4px;
	width: 635px;
	}

#page #content #mainContent .section.theContent .sectionContent .question ul#theAnswers li p {
	margin-bottom: 0.5em;
	}

#page #content #mainContent .section.theContent .sectionContent #searchResults li h3 {
	margin-bottom: 0;
	}

#page #content #mainContent .section.theContent .sectionContent #searchResults li {
	margin-bottom: 1em;
	}

#page #content #mainContent .section.theContent .sectionContent .paginator {
	background-color: #EEE;
	border: 1px #CBCBCB dotted;
	float: left;
	font-size: 1.2em;
	padding: 4px;
	}

#page #content #mainContent .section.theContent .sectionContent .paginator .prev {
	float: left;
	}

#page #content #mainContent .section.theContent .sectionContent .paginator .next {
	float: left;
	}

#page #content #mainContent .section.theContent .sectionContent .paginator .resultsPages {
	float: left;
	font-size: 0.8em;
	margin: 0 1em;
	}

#page #content #mainContent .error404 ul li {
	background: url('../img/bullet.png') 0 5px no-repeat;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 12px;
	}

#page #content #mainContent .error404 span {
	font-size: 1em;
	}

#page #content #mainContent .error404 span.requestedFile {
	background-color: #E9EFB3;
	}

/*-###########################################-*/
/*- Sidebar -*/
/*-###########################################-*/

#page #content #sidebar {
	float: left;
	width: 200px;
	}

#page #content #sidebar h2 {
	margin-bottom: 0.2em;
	}
	
#page #content #sidebar ul {
	font-size: 1.2em;
	}
	
#page #content #sidebar ul li {
	margin-bottom: 0.3em;
	}

#page #content #sidebar #secondaryNav ul {
	margin-bottom: 1em;
	
	}

#page #content #sidebar #search {
	background: transparent url('../img/dotted_line.png') repeat-x;
	margin-bottom: 1em;
	padding-top: 1em;
	}

#page #content #sidebar #search form fieldset label {
	display: none;
	}

#page #content #sidebar #search form fieldset input {
	border: 1px #AAA solid;
	font-size: 12px;
	padding: 4px;
	}

#page #content #sidebar #search form fieldset input#livesearch {
	float: left;
	margin-right: 5px;
	width: 123px;
	}

#page #content #sidebar #search form fieldset input#livesearchgo {
	border: none;
	width: 60px;
	}

#page #content #sidebar #hqnServices {
	background: transparent url('../img/dotted_line.png') repeat-x;
	padding-top: 1em;
	}

/*-###########################################-*/
/*- Footer -*/
/*-###########################################-*/

#page #footer {
	clear: both;
	margin: 0 auto;
	width: 880px;
	}

#page #footer p {
	font-size: 1em;
	}

/*-###########################################-*/
/*- Etc -*/
/*-###########################################-*/

.warning {
	color: #DF570D;
	font-weight: bold;
	}

.success {
	color: #A5B33F;
	font-weight: bold;
	border: 2px solid #D5E270;
	padding: 10px;
	}

.part {
	}

.section form input[type="hidden"] {
	display: none;
	}

/*-###########################################-*/
/*- Doc -*/
/*-###########################################-*/
.doc_desc {
    	font-size: 0.9em;
	}
	

