/* Layout Stylesheet */

html,body {
	height: 100%;
}

body {
        padding:10px 70px 20px 70px;
        text-align:center;
        margin: 0px;
		/*background: #888888 url(../images/bg.gif) repeat-x;*/
		background: #ffffff;
        color: #000000;
		font-family : Georgia, Times New Roman, Times, serif;
		line-height : 1.5em;
		font-size : 0.9em;
} 

#wrapper {
	width:100%;
	background: #007733; /* right column colour
	/*background: #eeeeee;*/
        color: #000000;
	text-align:left;
}


/* website header, with logo */

#header {
        position: relative;
	/*background: #888888 url(../images/header_bg.gif) repeat-x;*/
	background: #ffffff;
        color: #000000;
	width:100%;
        height: 160px;
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
}

#header2 {
        position: relative;
	background: #ffffff url(../images/header.jpg) no-repeat; /* right column colour*/
	background-position: center;
        color: #000000;
        height: 160px;
	clear:both;
        /*width: 800px;*/
	z-index: 1;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
}

#header {
        border-bottom: 1px solid #FFFFFF;
}


/* search */

#search_outer {
	width: 140px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: #FFFFFF;
        color: #333333;
}

#search_inner {
        border: 1px solid #007733;
	padding: 0px;
        height: 20px;
        overflow: hidden;
}

#search_inner form {
        padding: 0;
        margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
	color: #333333;
        background: #FFFFFF;
}


/* content column */

#middle{
	background:#FFFEEE;/* centre column colour*/
	margin-left:160px;
	color:#000000;
	/*font-family: Georgia,arial, helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
	line-height : 1.2em;
	font-size : 1.2em;*/
}

#content {
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
	background: #FFFEEE url(../images/content_bg.gif) repeat-x;
        color: #000000;
}

#content2 {
	position:relative;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 2%;
        padding-left: 2%;
        margin: 0;
	float:left;/* contain clearing*/
}

#content2{margin:0 -1px}/* moz needs this*/

#pathway {
	position:relative;
        width: auto;
        padding-top: 1px;
        padding-bottom: 3px;
        padding-right: 2%;
        padding-left: 2%;
        margin: 0;
	/*font-family: arial, helvetica, sans-serif;*/
	font-size: 12px;
        text-align: left;
		color: #ff6900;
		font-weight: bold;		
}

#pathway {margin:0 -1px}/* moz needs this*/

/* left column */

#inner{
	margin-right:150px;
	background:#007733; /*left column colour*/
        color: #000000;
}


#left{
	width:150px;
	margin-left:-154px;/*overlap for old mozilla*/
 	position:relative;
	left:-1px;/* now line it up*/
	float:left;
	/*font-family: arial, helvetica, sans-serif;*/
	font-size: 12px;
        text-align: left;
}


/* right column */

#right{
	width:140px;
	margin-right:-140px;/*overlap for old mozilla*/
	position:relative;
	left: 5px;/* now line it up*/
	float:right;
	/*font-family: arial, helvetica, sans-serif;*/
	font-size: 12px;
        text-align: left;
}

* html #left{margin-right: 5px;}/* 3 pixel jog*/
* html #right{margin-left: 5px;}/* 3 pixel jog*/


/* footer */

#footer {
	background: #007733;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
        height: 60px;
	clear:both;
        padding: 10px 0px 10px 0px;
}

#footer {
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
}

#footer a:link, #footer a:visited {
        color: #FFFFFF;
	background: #007733;
}

#footer a:hover {
	color: #000000;
	background: #007733;
}

#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
        text-align: center;
	background: #888888;
        margin: 5px 0px 0px 0px;
        padding: 5px;
}

#footer2 a:link, #footer2 a:visited {
	color: #FFFFFF;
	background: #888888;
	text-decoration: none;
}

#footer2 a:hover {
	color: #000000;
	background: #888888;
}


/* clear without structural mark-up */
.clearfix:after {
        content:"."; 
        display:block; 
        height:0; 
        clear:both; 
        visibility:hidden;
}


/* mac hide - force layout in ie \*/
* html .clearfix,* html #inner, * html #middle {height: 1%;}
.clearfix {display: block;}
/* End hide */
p.expand a{display:block; clear:both}
p.expand a:hover{height:200px;}
#content p img{float:right;}


/* CSS Document */

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	text-align: left;
        /*font-family: Arial, Helvetica, sans-serif;*/
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	white-space: nowrap;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	background: #555566;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #000000;
	background: #007733;
}

table.content_table {
        width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_outer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
        padding-top: 6px;   
}

.maintitle {
	color: #FFFFFF;
        background: #007733;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
       font-style: italic;
       text-transform: uppercase;
       padding: 5px;
       font-size: 14px;
       font-weight: bold;
}

/** old stuff **/

.back_button {
      float: left;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      border: 3px double #007733;
      width: auto;
      background: url(../images/button_bg.png) repeat-x;
      padding: 0px 10px;
      line-height: 20px;
      margin: 1px;
}

.pagenav {
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      border: 3px double #007733;
      width: auto;
      background: url(../images/button_bg.png) repeat-x;
      padding: 0px 10px;
      line-height: 20px;
      margin: 1px;
}

.pagenavbar {
      margin-right: 10px;
      float: right;
}

ul
{
margin: 0;
padding: 0;
       list-style: none;
}

li
{
        line-height: 15px;
        padding-left: 15px;
        padding-top: 0px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
}

td {
	text-align: left;
	/*font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;*/
}

h2 {
	text-align: left;
	font-size: 16px;
        /*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 13px;
        /*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

.latestnews { 
        text-decoration: none;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 12px;
}

a.latestnews:link, a.latestnews:visited { 
        text-decoration: none;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 12px;
}

a.latestnews:hover { 
        text-decoration: none;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 12px;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #ff6900; 
        text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #000000;	
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;	
        text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
        padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border-bottom: 1px solid #eee;
}

a.pathway:link, a.pathway:visited {
        color: #FFFFFF;
        background: #007733;
        /*font-family: Arial, Helvetica, sans-serif;*/
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

a.pathway:hover {
        color: #ff6900;
        background: #007733;
        /*font-family: Arial, Helvetica, sans-serif;*/
        text-align: left;
        font-size: 12px;
        font-weight: bold;
}

.button {
        color: #ff6900;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        border: 3px double #007733;
        width: auto;
        background: #FFFFFF url(../images/button_bg.png) repeat-x;
        padding: 0px 5px;
        line-height: 18px;
        height: 26px;
        margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #007733;
}

.componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 2px 0;
	color: #ffffff; 
}

table.moduletable td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;	      
}

table.pollstableborder td {
        padding: 2px;
}

.sectiontableheader {
        font-weight: bold;
         padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.small {
	font-size: 12px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	font-size: 12px;
}

table.contenttoc {
        border: 1px solid #007733;
        padding: 2px;
        margin-left: 2px;
        margin-bottom: 2px;
}

table.contenttoc td {
        padding: 2px;
}

table.contenttoc th {
        background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #007733 url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
	width: auto;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #ff6900;
	text-align: left;
	padding-left: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:hover {
	display: block;
	background: #007733 url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
        padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #ffffff;
	font-weight: bold;
}

a.mainlevel#active_menu {
	display: block;
	background: #007733 url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
        padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #ffffff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	display: block;
	background: #007733 url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
        padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #ffffff;
	font-weight: bold;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #555566;
        background: #007733;
	text-align: left;
}

a.sublevel:hover {
	color: #000000;
        background: #007733;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #000000;
        background: #007733;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
        border: 1px solid #ccc;
}

.mosimage {
        border: 1px solid #007733;
        margin: 5px
}

.mosimage_caption {
        margin-top: 2px;
        background: #efefef;
        padding: 1px 2px;
        color: #666;
        font-size: 10px;
        border-top: 1px solid #007733;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 2px 0;
	color: #ffffff; 
}