/*-###########################################-*/
/*-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: #8e8cc2;
	font-size:2em;
	font-weight: normal;
	}
	
h3 {
	color:#8e8cc2;
	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: #7879AF;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #004278;
	}

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/topColourbar.png') repeat-x;
	margin-top: -0.1em;
	}


/*-###########################################-*/
/*- Header & Navigation -*/
/*-###########################################-*/

#page #header {
	height:241px;
	margin: 0 auto;
	overflow:visible;
	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: none;
	width: 800px;
	}

#page #header #nav ul {
	background-color: #8f8cc3;
	height: 2.6em;;
	padding-top: 10px;
	margin-top: 3.5em;
	}

#page #header #nav ul li {
	display: inline;
	line-height: 1em;
	margin-right: 1em;
	}

#page #header #nav ul li a {
	color: #FFF;
	padding: 0.5em;
	}

#page #header #nav ul li a:hover {
	color:aqua;
	}
	
#page #header #banner {
	background: url('../img/Netbanner.gif') no-repeat;
	height: 159px;
	float: left;
	position: relative;
	width: 910px;
	margin-top: -0.2em;
	margin-left: 0.2em;
	}

#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.9em;
	}

#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;
	color: #8e8cc2
	}

#page #content #mainContent .section .sectionTitle h3 {
	font-size: 2em;
	}

#page #content #mainContent .section .sectionTitle span {
	display: block;
	float: right;
	padding-top: 5px;
	}

#title
{
	font-family: Verdana;
	color:#000;
	font-size: 1.2em;
}

.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;
	color: ;
	}

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;
	color: black;
	}

ul li.item:hover, 
#page #content #mainContent .section.theContent .sectionContent #searchResults li:hover {
	background-color: #E9EFB3;
	}

ul li.item h3 {
	font-size: 1.4em;
	color: black;
	}
	
ul li.item span,
ul li.item p {
	font-size: 0.8em;
	color: grey;
	}

ul li.item p.excerpt {
	margin-bottom: 0;
	font-size: 1em;
	}

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/smallclock.png') 0 3px no-repeat;
	}
	
p.date{
	background: url('../img/smallclock.png') 2px 3px no-repeat;
	padding-top:1px;
	padding-left:20px;
	}

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;
	width:250px;
	}
	
#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: #7879AF;
	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: #8f8cc3;
	color: white;
	}
	
.section form input.button:hover,
.section form .submit input:hover,
#page #content #sidebar #search form fieldset input#livesearchgo:hover {
	background-color: #004278;
	color: white;
	}

.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;
	}

ul.category_anchors{
	float:left;
	margin-bottom:1em;
	padding-bottom:0;
	width:668px;
	padding-left:10px;
	padding-top:10px;
}	

ul.category_anchors li{
  float:left;
	margin-bottom:0;
	margin-right:5px;
	padding-bottom:10px;
	width:190px;

}	




#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 h4 {
	margin-bottom: 1em;
}
	
#page #content #mainContent .section.theContent .sectionContent .documentGroup .documentList .bulletImage li {
	background: url('../img/bullet.png') no-repeat;
	font-size: 0.9em;
	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;
	background-image: url(img/bullet.png);
	
	}

#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#SearchIndexTerm {
	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;
	}

.navStyle
{
font-size: 1.2em;
text-transform: none;
color: #FFFFFF;
}

.bulletImage li
{
background: url('../img/bullet.png') 0 5px no-repeat;
padding-left:0.9em;
}

		
#organisations {
	float: left;
	width: 665px;
}
		
#organisations li {
	background-color: #EFEFEF;
	border: 1px #CCC solid;
	float: left;
	margin: 0 20px 20px 0;
	padding: 9px;
	width: 280px;
}
			
.ulMembers
{
line-height: 1.5em;
}

.h3Style
{
color: #414156;
width: 45em;
}

.silent
{
font-size: 0.7em;
}

.h3color
{
font-weight: bold; 
color:#003e75;
}

#sectionPollfloat
{
float:left;
}

#moveQuestions
{
float:right; 
margin-left: 28em; 
position: absolute; 
}

#pollLeft
{
float:left;
}

.styleQ
{
color: white; 
background-color:#5e8b18; 
padding:0.2em; 
}

.greyBlock
{
background-color:#d7e7e7; 
width: 24em; 
float: right; 
padding:0.7em; 
display: block;
}

.pMove
{
float:right;
padding:1.6em;
}

.pFloat
{
float:right;
}

.greyBlockStyle
{
background-color:#d7e7e7; 
width: 24em; 
float: right; 
padding:0.7em; 
display: block;
}

.pFloat2
{
float:right;
padding:1.6em;
}

.floatRightp
{
float:right;
}

#sectionFloat
{
float:right; 
margin-left: 28em; 
position: absolute;
}

.styleQ
{
color: white; 
background-color:#5e8b18; 
padding:0.2em;
}

#voteLeft
{
margin-right: 14.7em;
} 

.styleQ
{
color: white; 
background-color:#5e8b18; 
padding:0.2em; 
}

.questionBlock
{
background-color:#d7e7e7; 
width: 24em; 
float: right; 
padding:0.7em; 
display: block;
}

.quesstionsP
{
float:right; 
min-width:268px;
text-align:right;
}

.questionsReadmore
{
float:right;
}

.errorMsg
{
font-size: 1.2em;
color: red;
}

.h3size
{
	font-size: 1.9em;
	width: 25em;
	color: #003e75;
}

.pos
{
	margin-bottom: 1.1em;
}

/*staff page*/
.info{
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	border:1px solid #EBEBEA;
}

.info{
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	border:1px solid #EBEBEA;
	margin-bottom:30px;

}

.bio{
	
	margin-bottom:20px;
	padding-top:20px;
	padding-left:20px;

}

.staff_info{
	width:467px;
	float:left;
}

.headshot{
	width:150px;
	float:left;
	padding-left:20px;

}
