html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.cleaner {clear: both;}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MAIN */

body {
	background: #000;
	font: 14px/120% Arial,Helvetica,"Helvetica Neue",sans-serif;
    color: #ddd;
}

body {
	background: #000 url('images/bg2.jpg') no-repeat center top;
}


body#home {
	background: #000 url('images/bg.jpg') no-repeat center top;
}

a {color: #C3A65B; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}

.wrapper {
	background: url("images/menuBgIn.png") repeat-x scroll 0 10px transparent;
position: relative;}

body#home .wrapper {
	background: url("images/menuBg.png") repeat-x scroll 0 10px transparent;
position: relative;}



.container {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}

.top {
	height: 100px;
	color: #fff;
	padding-top: 40px;
	font-family: Georgia;
	text-shadow: 0 1px 0 #333;
	
}

#logo {
	width: 250px/*320px*/;
	position: absolute;
	top: 0;
	left: 400px;
}

/* HEADER ON HOMEPAGE*/
#header {
	text-align: center;
	margin-top: 250px;
	min-height: 115px;
}

#header h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

#header a {
	background: url('images/buttonBg.png') no-repeat left;
	height: 31px; line-height: 31px;
	display: block;
	width: 183px;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 9px;
}

#news {width: 800px;
margin: 0 auto;}

#whatsnew {
	width: 400px;
	float: left;
}

#morenews {
	width: 270px;
	float: right;
}

#whatsnew h3, #morenews a {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Verdana;
	text-transform: uppercase;
	width: 100px;
	float: left;
	}
	
#morenews a {
	background: url("images/arrow.png") no-repeat;
	background-position: 80px 1px;
	color: #fff;
	}	



#main {
	padding-bottom: 40px;
	border-bottom: dashed 0px #555;
	width: 800px;
	margin: 60px auto 20px;
	
}

#content {
	width: 500px;
	float: left;
	font-size: 14px;
	line-height: 160%;
	color: #EEEBD4;
}

#content.wide {
	width: 800px;
}

#content li {
	padding-left: 10px;
	background: url("images/arrow.png") no-repeat scroll 0 2px transparent;
	font-style: italic;
}

#main p {
	margin: 10px 0;
}

#main p.column {
	width: 45%;
	float: left;
	margin-right: 5%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#sidebar {
	width: 250px;
	float: right;
	margin-top: 70px;
	color: #C3C1B0;
}

#sidebar h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: Georgia;
	background: url('images/sidebarArrow.png') no-repeat top right;
}

#sidebar .moduletable {
	margin-bottom: 20px;
}

#sidebar li {
	line-height: 22px;
	border-top: dotted 1px #ddd;
	font-style: italic;
}

/* HEADINGS */
h2, .contentheading, .componentheading, .blog h1 {
font: 300 34px/150% Georgia, serif;
color: #EEEBD4;
}

.blog h2, .blog .contentheading, .blog .componentheading{
	font: 200 14px/150% Verdana,helvetica,sans-serif; 
}

h2 a, .contentheading a, .componentheading a {
	border-bottom: none;
	color: #EEEBD4;
}

h2 a:hover, .contentheading a:hover, .componentheading a:hover {
	
}


#content h3 {
font: 200 11px/150% Verdana,helvetica,sans-serif;
text-transform: uppercase;
clear: both;
letter-spacing: 1px;
margin-top: 30px;
}


input, textarea{
    background: none repeat scroll 0 0 #fff;
    color: #999;
    padding: 8px 10px 7px;
    font-size: 11px;
}

input:focus, select:focus, textarea:focus {
	color: #333;
	background: #ddd;
}

#nav {
	width: 400px;
	line-height: 22px;
	float: left;
	font-weight:bold;
}

#slogan {
	/*background: url('images/menuBg.png') repeat-x top;*/
	color: #ccc;
	width: 400px;
	float: right;
}

#slogan b, #slogan strong {
	text-transform: uppercase;
	background: url("images/arrow.png") no-repeat top right;
	padding-right: 15px;
	margin-right: 5px;
	color: #C3A65B;
	margin-left: 5px;
}

#slogan a:hover {
	text-decoration: none;
}
/* MAIN MENU */
#nav ul, #nav li {
	margin:0;
	list-style: none;
	padding: 0;
}

#nav ul {
	text-align: right;
}

#nav li {
	padding: 0 0 0 20px;
	text-transform: uppercase;
	display: inline;
	
}

#nav li a {
	color: #ddd;
	text-decoration: none;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url('images/navBg.png');
	z-index: 101;
	width: 200px;
	margin-left: -21px;
	border-left: solid 1px #1C587D;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: none;
}

#nav li ul a {
	color: #fff;
	text-transform: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -36px 0 0 180px;
}

#nav li ul li {
	width: 180px;
	border-right: none;
}

#nav li:hover, #nav li.active {
	/*background: url('images/navBg.png');*/
}

#nav li:hover a, #nav li.active a {
	color: #fff;
}

#nav li ul li:hover, #nav li ul li.active {
	background: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* END MAIN MENU */

/* FOOTER */

#bottom {
	color: #ccc; 
	margin-top: 20px; 
	font-size: 11px;
	width: 800px;
	margin: 40px auto;
	}
#bottomLeft {
	width: 200px;
	float: left;
}
#bottomRight {
	width: 500px;
	float: left;
    text-align: right;
}
#bottomRight h3 {
	font-weight: bold;
	font-family: "museo-sans-1","museo-sans-2",helvetica,sans-serif;
	color: #ccc; 
	letter-spacing: 0.7px; 
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding-bottom: 5px;
}

#bottomRight .moduletable {
	width: 130px;
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	border-left: dashed 1px #555;
}
#bottomRight .custom {
	font-style: italic;
	font-family: Georgia;
	}

#bottomRight li a {
	text-decoration: none;
	color: #ccc;
}

#bottomRight li a:hover {
	border-bottom: dotted 1px #ddd;
}
/* END FOOTER */

fieldset {
	border: none;
}

.buttonheading {
	text-align:right;
	float: right;
	margin-top: -35px;
}

.buttonheading span {
	float: right;
	width: 20px;
}

.buttonheading img
{
	border:0;
}

.leading
{

}

.leading_separator
{
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #ccc;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.star {
	color: #666;
}

dt, dd {
	display: block;
}
dd {
	margin: 10px 0;
	padding: 0;
}

.red {
	color: red;
}
/* Tooltips */
.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(images/selector-arrow.png) no-repeat;
}
 
.tool-text {
   font-size: 100%;
   margin: 0;
}
.contenttoc {
	margin: 5px;
	float: right;
}

.article-meta, .modifydate {font-size: 9px; color: #999; text-transform:uppercase;}
.modifydate {display: none;}

code, pre {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	color: #555;
}

acronym {
	cursor: help;
  	border-bottom: 1px dotted #777;
}
blockquote {
  	margin: 10px 25px;
  	padding: 10px 20px 10px 52px;
  	border: 1px solid #F0F0F0;
  	background: #f8f8f8 url(images/assets/blockquote.png) no-repeat 12px 12px;
  	font-weight: normal;
  	font-size: 12px;
  	line-height: 1.5em;
  	font-style: italic;
  	font-family: Georgia, 'Times New Roman', Times, Serif;
  	color: #555;
}
strong { font-weight: bold; }
.display-limit {
	line-height: 32px;
}
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

tr { }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
    border-color: #CCCCCC;
    color: #333333;
    font-weight: bold;
    padding: 0.6em 1em;
}
td {
	border-color: #E9E9E9;
	padding: .7em 1em;
}


.error, .notice, .success {
border:1px solid #DDDDDD;
margin-bottom:1em;
padding:0.6em 0.8em;
text-indent: 20px;
}

.success {
background:#E6EFC2 url(images/assets/sign_tick.png) no-repeat  3px 5px;
border-color:#C6D880;
color:#264409;
}
.notice {
background:#FFF6BF  url(images/assets/sign_info.png) no-repeat  3px 5px;
border-color:#FFD324;
color:#514721;
}

.error {
background:#FBE3E4  url(images/assets/sign_error.png) no-repeat  3px 5px;
border-color:#FBC2C4;
color:#8A1F11;
}

ul.arrow li, ul.arrow  {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.arrow li {
	background: url("images/assets/arrow.png") no-repeat scroll 0 5px transparent;
	margin-top:10px;
	padding-left:15px;
}

input:focus, select:focus, textarea:focus {
	color: #fff;
	background: #333;
}

.login-fields label {
	display: block;
}

.contact-address {
	}
.jicons-icons {
	width: 10%; 
	float: left;
}

address {
	float: left;
	width: 90%;
}


.tip
{
        background: #F8F8F8;
        text-align:left;
        padding:10px;
        max-width:400px
}

.tip-title
{
        font-weight:bold;
}

/* ++++++++++++++  search results  ++++++++++++++++++ */

dl.search-results
{

}

dl.search-results dt.result-title
{
        padding:15px 15px 0px 5px;
        font-weight:bold;
}

dl.search-results dd
{
        padding:2px 15px 2px 5px
}

dl.search-results dd.result-text
{
        padding:10px 15px 10px 5px;
        line-height:1.7em
}

dl.search-results dd.result-created
{
        padding:2px 15px 15px 5px
}

dl.search-results dd.result-category
{
	 padding:10px 15px 5px 5px
}

/* ########################### contacts ########################### */

.contact
{
        padding:0 5px
}

.contact-category
{
        
}

.contact-category  #adminForm fieldset.filters
{
	border:0;
	padding:0
}

.contact-image
{
	margin:10px 0;
	overflow:hidden;
}

.contact-image img
{

float:right;

}


address
{
        font-style:normal;
        margin:10px 0;
        
}

address span
{
        display:block
}
.contact-address

{
margin:20px 0 10px 0;

}


.contact-email div
{
        padding:2px 0;
        margin:0 0 10px 0;
}

.item-page label,.contact-email label
{
        width:17em;
        float:left;

}
span.contact-image
{
    margin-bottom:10px;
    overflow:hidden;
    display:block
}
#contact-textmsg
{padding: 2px 0 10px 0}

#contact-email-copy
{
        float:left;
        margin-right:10px;

}

.contact .button
{
       
}

legend {
	font: 0.9em/20px Helvetica,"Helvetica Neue",sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

/* JOOMLA STANDARD CONTACT FORM */
.contact-street, .contact-suburb, .contact-state, .contact-postcode, .contact-postcode, .contact-country {
	display: block;
}


/* FORMS */
input, textarea{
    font: 1.08em "Microsoft Sans Serif",Helvetica,"Helvetica Neue",Arial,sans-serif;
    margin: 0;
    padding: 8px 10px 7px;
    border: solid 1px #fff;
}

label {
    font-family: MuseoSans,Helvetica,"Helvetica Neue",Arial,sans-serif;
    margin: 6px 0;
}

#sidebar label {
	display: block;
}

button, .button {
	background: #000;
	border: 0;
	color: #fff;
	margin-top: 10px;
	padding: 5px 30px;
}

/* COMMON */
.article-info, ul.actions {display: none;}

ul.pagenav {
	
}
ul.pagenav, ul.pagenav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenav li {
	float: left;
	width: 50px;
	margin-top: 20px;
}

li.pagenav-next a, li.pagenav-prev a {
	display: block;
	background: url('images/assets/arrowright.png') no-repeat;
	text-indent: -9999px;
	width: 38px;
	height: 43px;
}

li.pagenav-prev a {
	background: url('images/assets/arrowleft.png') no-repeat;
}

.readmore a {
}

.readmore  {
	margin-bottom: 20px;
}

/*.item-separator {
	height: 1px;
	display: block;
	background: #ddd;
	margin: 10px 0;
}*/

.items-leading, .item {
	
	margin-bottom: 10px;
}

.cleaner {clear: both;}
.item-page input {clear: both; margin-bottom: 10px;}
.item-page label {clear: both; margin-bottom: 10px;}

/* GALLERY */
    .imageList {
      list-style-type:none;
      margin:0;
      padding:0;
    }
    .imageList li {
      padding:5px;
      display:inline-block;
	  background:transparent!important;
	  padding-left: 5px!important;
    }
    .imageList li a {

    }
    .imageList li a img {
      border:none;
    }