/**
 * --------------------------------------------------------- 
 *  GENERAL STUFF
 * --------------------------------------------------------- 
 */

body {
	background-color: #efefef;
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	margin: 10px 20px 25px;
	text-align: center;
}

a {
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline; 
}

h1 {
	font-size: 1.7em;
}

h2 {
	margin: 10px 0;
	font-size: 1.45em;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.2em;
}

p {
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 140%;
	line-height: 18px;
}

ul li {
	background: url('../images/arrow-off.gif') no-repeat 2px 5px;
	padding-left: 15px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
	font-size: 110%;
}

input, select, textarea, table, div, p, td {
	font-size: 100%;
}

hr {
    border-top: 1px solid #999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
    margin: 1.5em auto 1em;
}

img {
    border: 0;
}

 
/**
 * --------------------------------------------------------- 
 *  FORM
 * --------------------------------------------------------- 
 */

.inputbox { 
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
	font-family: tahoma, arial, sans-serif;

}
input, textarea {
	font-family: tahoma, arial, sans-serif;
	padding: 2px 3px 1px;
}


/**
 * --------------------------------------------------------- 
 *  LAYOUT
 * --------------------------------------------------------- 
 */

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#source {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#page {
	background-color: #ffffff;
	border: 1px solid #bdbebd;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	text-align: left;
	width: 790px;
}

#header {
	width: 100%;
}
#header-right {
	float: right;
	height: 60px;
	width: 550px;
}
#header-left {
	height: 60px;
	width: 210px;
}

#search {
	float: right;
	padding-left: 10px;
}

#search .inputbox {
	background: url('../images/search.gif') no-repeat center left;
	font-size: 90%;
	padding-left: 22px;
	width: 80px;
}

#search .button {
	display: none;
}

#search form {
	margin: 0px;
	padding: 0px;
}

img#logo {
	border: none;
	margin: 20px 15px 8px;
}

#toptools {
	height: 20px;
	float: right;
	width: 420px;
}

#pathway { 
	width: 100%;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
}

#leftcol {
	float: left;
	font-size: 90%;
	margin-right: 2px;
}
#rightcol {
	float: left;
	margin-right: 2px;
}

.leftcol-narrow, .rightcol-narrow {
	width: 160px;
}
.leftcol-wide, .rightcol-wide {
	width: 200px;
}

#mainbody {
	padding-top: 6px;
} 

#maincol { 
	float: left; 
	padding: 0 8px;
} 
.maincol-narrow { 
	width: 459px;
} 
.maincol-wide-left, .maincol-wide-right { 
	width: 569px;
} 
.maincol-full { 
	width: 774px;
}

#banner {
	width: 478px;
	height: 69px;
	float: right;
	padding-left: 6px;
	padding-top: 6px;
}
 
iframe.wrapper {
	z-index: 0;
}
 
.clr {
	clear: both;
}
.content {
	line-height: 1.2em;
}
.contentitem {
    line-height: 1.8em;
    margin-bottom: 1.2em;
}

#footer {
	color: #999999;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}


/**
 * --------------------------------------------------------- 
 *  MODULES
 * --------------------------------------------------------- 
 */
 
#leftcol div.moduletable,
#rightcol div.moduletable{
	background-color: #efefef;
	padding: 8px 8px;
}

#leftcol div.moduletable .contentpagetitle,
#rightcol div.moduletable .contentpagetitle {
	color: #666666;
	font-size: 90%;
}

.user-left {
	float: left;
	width: 49%;
}
.user-right {
	float: right;
	width: 49%;
}
.user-full {
	width: 100%;
}

.user-left ul, .user-right ul, .user-full ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 0.7em;
	margin-left: 0.7em;
	margin-bottom: 5px;
	margin-top: 2px;
}


/**
 * --------------------------------------------------------- 
 *  LANGUAGE SELECTION
 * --------------------------------------------------------- 
 */

div.jflanguageselection {
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}

ul.jflanguageselection {
	float: right;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul.jflanguageselection li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 8px 1px 1px;
	white-space: nowrap;
	border: none;
}

ul.jflanguageselection li a {
	display: block;
}

ul.jflanguageselection img {
	border: none;
}


/**
 * --------------------------------------------------------- 
 *  TOP NAVIGATION
 * --------------------------------------------------------- 
 */
/*
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 1px;	
}

ul#mainlevel-nav li a {
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-left: 5px;
	white-space: nowrap;
}
*/

/**
 * --------------------------------------------------------- 
 *  MAIN NAVIGATION
 * --------------------------------------------------------- 
 */

#mainmenu {
    background: url('../images/topnav-bg.gif') repeat-x bottom left;
    line-height: normal;
    z-index: 10;
}

.mainmenu-border {
    padding: 2px 0 3px;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 27px;
}

#mainmenu li {
    padding: 0;
    margin: 0;
    display: inline;
    background: none; 
}

#mainmenu a {
    padding: 0 20px;
    margin-top: 4px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    background: url('../images/topnav-sep.gif') no-repeat top right;
}

#mainmenu > ul#mainlevel > li > a.mainlevel_active,
#mainmenu a#active_menu {
    margin: 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    border-right: 1px solid #CCCCCC;
}

#mainmenu a:hover, #mainmenu a:active {
    color: #FFFFFF;
    background: url('../images/topnav-hover.gif') repeat-x bottom right #5B7191;
    text-decoration: none;
}

/* Blocks */
/* Do Not Move - Must Come Before display:block for Gecko */
#mainmenu ul#mainlevel li:hover ul ul,
#mainmenu ul#mainlevel li:hover ul ul ul,
#mainmenu ul#mainlevel li.sfhover ul ul,
#mainmenu ul#mainlevel li.sfhover ul ul ul {
   display: none;
}

#mainmenu ul#mainlevel li:hover ul,
#mainmenu ul#mainlevel ul li:hover ul,
#mainmenu ul#mainlevel ul ul li:hover ul,
#mainmenu ul#mainlevel li.sfhover ul,
#mainmenu ul#mainlevel ul li.sfhover ul,
#mainmenu ul#mainlevel ul ul li.sfhover ul {
   display: block;
}

/* Root Menu */
#mainmenu ul#mainlevel li {
    /*border: none;*/
    margin: 0;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu ul#mainlevel ul {
    border: none;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;    
    position: absolute;
    top: 26px;
    height: auto;
    width: 168px;
}
#mainmenu ul#mainlevel ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 168px;
}

#mainmenu ul#mainlevel ul a {
    text-align: left;
}

#mainmenu ul#mainlevel ul li {
    float: none; /*For Gecko*/
    display: block !important;
	display: inline; /*For IE*/
    height: auto;
}

/* Root Menu Hover Persistence */
/*#mainmenu ul#mainlevel a:hover,
#mainmenu ul#mainlevel li:hover a,
#mainmenu ul#mainlevel li.sfhover a {
}*/
/* 2nd Menu */
#mainmenu ul#mainlevel li:hover li a,
#mainmenu ul#mainlevel li.sfhover li a {
    float: none;
    background: #666;
    color: #fff;
    margin: 0;
    padding: 0 5px;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
}
/* 2nd Menu Hover Persistence */
#mainmenu ul#mainlevel li:hover li a:hover,
#mainmenu ul#mainlevel li:hover li:hover a,
#mainmenu ul#mainlevel li.iehover li a:hover,
#mainmenu ul#mainlevel li.iehover li.sfhover a {
}
/* 3rd Menu */
/*#mainmenu ul#mainlevel ul ul li { display: block; height: auto; }*/
#mainmenu ul#mainlevel li:hover li:hover li a,
#mainmenu ul#mainlevel li.sfhover li.sfhover li a {
    color: #fff;
    /*height: auto;*/
    -moz-opacity: .95;
    filter: alpha(opacity=95);
}
/* 3rd Menu Hover Persistence */
#mainmenu ul#mainlevel li:hover li:hover li a:hover,
#mainmenu ul#mainlevel li:hover li:hover li:hover a,
#mainmenu ul#mainlevel li.sfhover li.sfhover li a:hover,
#mainmenu ul#mainlevel li.sfhover li.sfhover li.sfhover a {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

/**
 * --------------------------------------------------------- 
 *  SUB NAVIGATION
 * --------------------------------------------------------- 
 */

#ja-subnav {
	padding: 3px 5px;
	margin-top: 9px !important;
	margin-top: 11px;
}

#ja-subnav h3 {
	font-size: 90%;
	padding: 0 0 0 4px;
	margin: 0 -3px 0 -3px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #EEEEEE;
	font-weight: normal;
	color: #FFFFFF;
}

#ja-subnav ul { margin: 0; 	padding: 0; }

#ja-subnav li {
	margin: 5px;
	padding: 0;
	background: none;
	height: 20px;
}

#ja-subnav a {
	color: #333333;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}

#ja-subnav a:hover, #ja-subnav a:active, #ja-subnav li.active_menu a {
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-left: 5px solid #666666;	
}


/**
 * --------------------------------------------------------- 
 *  BOTTOM NAVIGATION
 * --------------------------------------------------------- 
 */

#bottommenu {
	background: url('../images/bottomnav-bg.gif') repeat-x bottom left;
	font-size: 90%;
	line-height: normal;
	margin-top: 15px;
	text-align: left;
	clear: both;
}

#bottommenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
}

#bottommenu li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

#bottommenu a {
	padding: 0 10px;
	margin-top: 4px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
}

#bottommenu a:hover, #mainmenu a:active {
	text-decoration: underline;
}

/**
 * --------------------------------------------------------- 
 *  MODULE SPECIFIC
 * --------------------------------------------------------- 
 */

/*#leftcol div.module div div div div.syndicate {
	background: transparent;
	width: 137px;
	margin: 0px;
	padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
	background: transparent;
	width: 137px;
	margin: 0px;
	padding: 0px;
}
*/

/* SEARCH */

table.contentpaneopen fieldset div a {
	color: #A1B754;
	font-weight: bold;	
}
table.contentpaneopen fieldset div {
	line-height: 140%;
}
table.contentpaneopen fieldset div:first-child {
	margin-bottom: 8px;
	line-height: 200%;
}


/* LOGIN */

form[name=login] label {
	font-size: 90%;
	margin-bottom: 2px;
}
input#mod_login_username,
input#mod_login_password {
	padding: 4px 5px 3px 24px;
	letter-spacing: 0.15em;
	width: 120px;
}
input#mod_login_username {
	background: #ffffff url('../images/user.gif') no-repeat center left;
}
input#mod_login_password {
	background: #ffffff url('../images/pass.gif') no-repeat center left;
}
input#mod_login_remember {
	border: none;
}
form[name=login] input.button,
form[name=logout] input.button {
	margin: 10px 0;
}

/**
 * --------------------------------------------------------- 
 *  OTHER MAMBO STUFF
 *
 * e.g. Joomlaboard
 * --------------------------------------------------------- 
 */

#title {
}
.pathway {
	color: #BBBBBB;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
}

.pathway a {
	color: #BBBBBB;
	text-decoration: none;
	font-weight: normal;
}

.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}

hr { width: 90%; }
hr.separator { width: 40%; }

.small {
	font-size: 90%;
	color: #ABABAB;
	line-height: 0.7;
}
.smalldark {
	font-size: 90%;
	color: #000;
	height: 10px;
	line-height: 10px;
	text-align: left;
}

.sectiontableentry1 {
	text-align: left;
	background: #EFEFEF;
	font-size: 90%;
	padding: 2px;
	width: auto;
}
.sectiontableentry2 {
	background: #FFF;
	font-size: 90%;
	text-align: left;
	padding: 2px;
	width: auto;
}
.button {
	border: 1px solid #BBBBBB;
}

.createdate {
	font-size: 90%;
	color: #ABABAB;
	height: 10px;
	line-height: 1.2em;
}
.modifydate {
	font-size: 90%;
	color: #ABABAB;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
a.readon {
	background: url('../images/artio_arrow_off.gif') no-repeat left;
	font-size: 90%;
	margin-top: 0.8em;
	padding-left: 15px;
	text-decoration: none;
	white-space: nowrap;
}
a.readon:hover {
	text-decoration: underline;
}

.blog_more { font-size: 90%; clear: both; }
.blog .blog_more { margin-bottom: 1em; }

.blog { width: 100%; }
.blogpagination,
.blogpaginationcounter { text-align: center; }

.back-buttom { margin-top: 0.6em; }

.contentitem h1 {
	color: #A1B754;
	font-family: 'Trebuchet MS', verdana, sans-serif;	
	font-size: 160%;
	font-weight: bold;
	line-height: 1em;
	margin: 0.6em 0 0.4em;
	width: 98%;
}
.contentitem h2 {
    color: #A1B754;
    font-family:'Trebuchet MS',verdana,sans-serif;
    font-size: 140%;
    font-weight: bold;
    line-height: 1em;
	margin: 0.6em 0 0.4em;
	width: 98%;
}

table.contentpane ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table.contentpane ul li {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

.contentdescription {
	font-size: 90%;
}
.sectiontableheader {
	font-weight: bold;
	font-size: 90%;
	height: 25px;
	line-height: 25px;
}
.categorytitle {
	font-weight: bold;
	font-size: 120%;
	height: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Verdana, sans serif;
}
.componentheading {
    color: #666666;
	font-weight: bold;
	font-size: 120%;
	font-family: "Trebuchet MS", Verdana, sans serif;
	border-bottom: 1px solid #666666;
	margin-bottom: 1em;
}
a.category { text-decoration: underline; }
a.category:hover { text-decoration: underline; }
table.moduletable { 	width: 100%; }

.poll {
	font-size: 90%;
	text-align: center;
}

.back_button { clear: both; }
.back_button a {
	font-size: 90%;
	font-weight: normal;
}

.blogcolumn {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.blogsection {
	font-size: 90%;
}
.blog_more ul li{
	list-style: none;
	padding-left: 14px;
	line-height: 18px;
}

table.contenttoc {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

table.contenttoc th {
	font-weight: bold;
	font-size: 90%;
	border-bottom: 1px solid #BBBBBB;
}
form { margin: 0px; 	padding: 0px; }

/**
 * --------------------------------------------------------- 
 *  OWN STYLES
 * --------------------------------------------------------- 
 */
 
.date {
 	text-align: left;
	margin-bottom: 2px;
	letter-spacing: 2px;
}
 
.imgLink {
	background-image: url('../images/artio_arrow_off.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.imgBorder { 	border: 1px solid #666666; }

.innerTitleColored,
.innerTitle {
	font-size: 110%;
	font-weight: bold;
}
.innerTitle { color: #666666;  }
table.inner { border-spacing: 0; }
table.inner tr.header td { 	border-bottom: 1px solid #666666; }
table.inner td {
	padding: 2px 25px 2px 5px;
	height: auto;
}

#leftcol h3 { color: #666666; }
#leftcol .moduletable-menu { margin: 0 0.6em 1.5em; }

/**
 * --------------------------------------------------------- 
 *  CONTACTS
 * --------------------------------------------------------- 
 */
.marker_address,
.marker_telephone,
.marker_misc,
.email_desc { font-weight: bold; margin-top: 0.6em; margin-bottom: 0.4em; }
.con_address,
.con_suburb,
.con_country,
.con_postcode,
.con_telephone,
.con_misc { margin-left: 1.5em; }
#emailForm .contact_email label { display: block; margin: 2px 0; }
.cust {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}.white_inner {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #C9C9C9;
}
