/* 
== COLOURS ==
bg blue: #c6e3e9;
dark blue: #02457c;
green: #12a412;

*/
  
/*
== HTML ELEMENTS ==
*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center; /*center hack*/
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	margin: 0;
	background-color: #d3c6ad;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
}
h1, .componentheading {
	font-size:2.5em;
	color: #12a412;
	margin-top: 0.2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, .contentheading {
	font-size:1.5em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
ul, ol {
	display: block;
	margin: 1em;
	padding-left: 1em;
}

li, dd {
	margin-left: 1em;
	padding: 0em;
}
fieldset {
	padding:.5em;
}
a {
	text-decoration:none;
	color: #036ABE;
}
a:hover {
	text-decoration:underline;
}

hr {
	color: #036ABE;
}
/* 
== LAYOUT ==
*/
#bodyHolder {
	min-width:960px;
	max-width:960px;
	width: auto !important; /*IE6 hack*/
	width:960px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left;
	position: relative;
	z-index: 10;
	padding: 0;
}

/* Header */
#header {
	height: 153px;
	width: 960px;
	position: relative;
	display: block;
	margin: 0 0 60px 0;
	padding: 0px;
		position: relative;
}

#header .inside {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;

}

#header .inside table.contentpaneopen {
display: inline;
padding: 0px;
margin: 0px;
position: absolute;
top: -2px;
right: 0px;
}

#header .inside img{
	border: none;
	padding: 0;
	margin: 0;
}


/* Main Navigation */
#mainNavHolder {
	background-image: url(../images/mainnav_bar.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 968px;
	position: absolute;
	left: -4px;
	top: 149px;
}

/* Content Widths */

/* 60% - or 3 columns */
#content60 {
	float:left;
	width:50%;
	overflow:hidden;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#content60 .inside .top {
	background-image: url(../images/middle_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 484px;
	padding: 0;
	margin: 0;
}

#content60 .inside .middle {
	background-image: url(../images/middle_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 484px;
}

#content60 .inside .middle .inside {
	padding: 1px 26px 12px 26px;
	margin: 0px;
}


#content60 .inside .bottom {
	background-image: url(../images/middle_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 484px;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}


/* 80% - or 2 columns */
#content80 {
	float:left;
	width:75%;
	overflow:hidden;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#content80 .inside .top {
	background-image: url(../images/middle_top_80.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 724px;
	padding: 0;
	margin: 0;
}

#content80 .inside .middle {
	background-image: url(../images/middle_middle_80.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 724px;
}

#content80 .inside .middle .inside {
	padding: 1px 26px 12px 26px;
	margin: 0px;
}

#content80 .inside .bottom {
	background-image: url(../images/middle_bottom_80.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 724px;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}


/* 100% - or 1 column */

#content100 {
	float:left;
	width:105%;
	overflow:hidden;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
		margin-left: -4px;
}


#content100 .inside .top {
	background-image: url(../images/middle_top_100.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 968px;
	padding: 0;
	margin: 0;
}

#content100 .inside .middle {
	background-image: url(../images/middle_middle_100.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	width: 968px;
}


#content100 .inside .middle .inside {
	padding: 1px 26px 12px 26px;
	margin: 0px;
}

#content100 .inside .bottom {
	background-image: url(../images/middle_bottom_100.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 968px;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}


/* Left Sidebar */
#sidebarLeft {
	float:left;
	width:25%;
	overflow:hidden;
	margin: 0px;
	padding: 0;
	margin-left: -4px;
}

/* Types of Columns available for use */

.column1 {	
}

.column1 .top {
	background-image: url(../images/left_col_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 234px;
}

.column1 .middle {
	background-image: url(../images/left_col_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 236px;
	display: block;
	padding: 10px;
}

.column1 .middle .inside {
	padding: 0px 25px;
	margin-left: -20px;
}

.column1 .bottom {
	background-image: url(../images/left_col_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 236px;
}

.searchHolder {
}

.searchHolder .top {
	background-image: url(../images/left_col_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 234px;
	padding: 0px;
	margin: 0px;
}

.searchHolder .middle {
	background-image: url(../images/left_col_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 236px;
	display: block;
	padding: 1px 10px 0px 10px;
}

.searchHolder .middle .inside {
	padding: 0px 25px;
        padding-bottom: 5px;
	margin: -2px 0px -6px -20px;
}

.searchHolder .bottom {
	background-image: url(../images/left_col_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 236px;
}

.searchHolder .moduletable {
	padding: 0;
	margin: 0;
}

.searchHolder .moduletable form {
	padding: 0;
	margin: 0;
}

.searchHolder div.search {
	padding: 1px 0px 0px 2px;
	margin: 0;
	vertical-align: top;
}

.searchHolder div.search input#mod_search_searchword {
	padding: 0px;
	margin: 0px;
}
.searchHolder div.search input.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 0px 3px 0px 3px;
	margin-top: -20px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.searchHolder div.search input.button {
	margin-bottom: -5px;
	margin-left: 6px; 
}

/* Right Sidebar */
#sidebarRight {
	float:right;
	width:25%;
	overflow:hidden;
	padding: 0;
	margin-right: -7px;	
	
}

#sidebarRight .inside {

}

/* Footer */
#footerHolder {
	clear:both;
	font:0.9em Arial, Helvetica, sans-serif;
	color:#666;
	width: 960px;
	text-align: center;
}

#footerHolder #footerBar {
	background-image: url(../images/footer_bar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 968px;
	top: 0px;
	left: -4px;
}

#footerHolder #footerBar div.inside {
	padding: 0px 6px 0 6px;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #777777;
}


/* Bottom */

#bottomHolder {
	color: #736c5d;
	padding-top: 20px;
}

#bottomHolder .inside {
	padding: 10px;
}



/* Seasonal Background Image */
#seasonalBgImage {
	display: block;
	position: absolute;
	left: -90px;
	top: 0px;
	z-index: -1;
	
}

#seasonalBgImage .inside {
	background-image: url(../images/seasonalBgImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 590px;
	width: 600px;
	display: block;
	position: relative;
}

/*
== SECTIONS ==
*/

/*


== GENERAL == 
*/

.clearFloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearCollapse {
	margin: 0px;
	padding: 0px;
	height:0;
    font-size: 1px;
    line-height: 0px;
}


.highlight {
	background-color: #FFFF99;
}

.buttonSmall, a.buttonSmall {
	display: inline;
}

.buttonSmall a:link, .buttonSmall a:visited, a:link.buttonSmall, a:visited.buttonSmall{
	display: block;
	font-size: 9pt !important;
	height: 19px !important;
	width: 150px;
	padding: 3px 5px 0px 5px;
	background: url(../images/btn_small_up.gif) repeat-x left top;
	font-weight: normal;
	color: #333333 !important;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #dddddd;

}

.buttonSmall a:hover, a:hover.buttonSmall {
	display: block;
	font-size: 9pt !important;
	height: 19px !important;
	width: 150px;
	padding: 3px 5px 0px 5px;
	color: #000000;
	text-decoration: none !important;
	background: url(../images/btn_small_over.gif) repeat-x left top;
	border: 1px solid #efefef;
}


/* IE */
#ie {
	display: none;
	background-color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
	padding: 15px;
	border: 1px dotted #333333;	
	margin-bottom: 20px;
}

/*
== CMS MODULE OVERRIDES  ==
*/

.moduletable {
	margin-bottom:1em;
	padding: 10px 5px;
}
.moduletable h3 {
	color:#333;
	padding: 3px;
	font-size:1.3em;
	margin: -10px 0px 0.5em 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

span.hasTip img {
border: none;
}

td.buttonheading img{
border: none;
}

/* table of contents */
table.contenttoc {
  margin: 5px 5px 15px 5px;
  border: 1px solid #ccc;
  padding: 10px 3px 10px 10px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* Page Nav */
/*
th.pagenav_prev a {
	text-indent: -5000px;
	display: block;
	background: url(../images/next_prev.png) no-repeat 0px -44px;
	width: 94px;
	height: 22px;
	border: none;
}

th.pagenav_prev a:hover {
	text-indent: -5000px;
	display: block;
	background: url(../images/next_prev.png) no-repeat 0px -66px;
	width: 94px;
	height: 22px;
	border: none;
}

th.pagenav_next a {
	text-indent: -5000px;
	display: block;
	background: url(../images/next_prev.png) no-repeat 0px 0px;
	width: 94px;
	height: 22px;
	border: none;
}

th.pagenav_next a:hover {
	text-indent: -5000px;
	display: block;
	background: url(../images/next_prev.png) no-repeat 0px -22px;
	width: 94px;
	height: 22px;
	border: none;
}
*/

/*
.moduletablemenu {
	padding:0;
	color: #333;
	margin-bottom:1em;
}
.moduletablemenu h3 {
	background:#666;
	color:#fff;
	padding:0.25em 0;
	text-align:center;
	font-size:1.1em;
	margin:0;
	border-bottom:1px solid #fff;
}
.moduletablemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.moduletablemenu li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.moduletablemenu li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 10px solid #333;
	border-right: 10px solid #9D9D9D;
	background-color:#666;
	color: #fff;
	text-decoration: none;
}
html>body .moduletablemenu li a {
	width: auto;
}
.moduletablemenu li a:hover, a#active_menu:link, a#active_menu:visited {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
*/
/*
== DEFAULT CMS STYLES ==
*/

div.componentheading {
}
div.contentpane {
}
div.contentdescription {
}
td.sectiontablefooter {
}
td.sectiontableheader {
}
a.category {
}

form#selectForm {
}
table.contentpane {
}
td.contentheading {
}
form#emailForm {
}
input#contact_name {
}
label#contact_emailmsg {
}
input#contact_email {
}
input#contact_subject {
}
label#contact_textmsg {
}
textarea#contact_text {
}
input#contact_email_copy {
}
form.form-validate {
}
div.contact_email {
}
input.inputbox {
}
input.required {
}
input.validate-email {
}
textarea.inputbox {
}
textarea.required {
}
button.button {
}
button.validate {
}
span.hasTip {
}
hr#system-readmore {
}
form#jForm {
}
ul#archive-list {
}
div#navigation {
}
li.row {
}
h4.title {
}
h5.metadata {
}
span.created-date {
}
span.author {
}
div.intro {
}
div.contentpaneopen_edit {
}
table.contentpaneopen {
}
a.contentpagetitle {
}
td.buttonheading {

}

span.small {
}
td.createdate {
}
td.modifydate {
}
a.readon {
}
span.article_separator {
}
input#title {
}
input#created_by_alias {
}
input#publish_up {
}
input#publish_down {
}
textarea#metadesc {
}
textarea#metakey {
}
table.adminform {
}
td.key {
}
img.calendar {
}
input#alt {
}
table.blog {
}
td.article_column {
}
div.blog_more {
}
a.blogsection td.contentdescription {
}
span .article_separator {
}
td.componentheading {
}
form#poll {
}
table.pollstableborder {
}
th.sectiontableheader {
}
td.smalldark {
}
span.highlight {
}
table.searchintro {
}
input#search_searchword {
}
/*input#area_{VALUE} {} /* Value is set programatically */
input.button {
}
form#login {
}
form#josForm {
}
label#namemsg {
}
input#name {
}
label#usernamemsg {
}
input#username {
}
label#emailmsg {
}
input#email {
}
label#pwmsg {
}
input#password {
}
label#pw2msg {
}
input#password2 {
}
div.message {
}
form.josForm {
}
label.hasTip {
}
input#password1 {
}
input.validate-password {
}
input#token {
}
input#name {
}
form#adminForm {
}
input#jformtitle {
}
input#jformurl {
}
textarea#jformdescription {
}
table#explain-sql {
}
table.Table {
}
td.TD {
}
div#keepAliveLayer {
}
/*input#cb{ROW_NUMBER} {} /* Value is set programatically */
dl.tabs {
}
div.pane-sliders {
}
div.panel {
}
h3.jpane-toggler {
}
h3.title {
}
div.jpane-slider {
}
div.content {
}
table.paramlist {
}
table.admintable {
}
td.paramlist_description {
}
td.paramlist_key {
}
td.paramlist_value {
}
div.toolbar {
}
#search {
}
input.text_area {
}
select.inputbox {
}
span.breadcrumbs {
}
span.pathway {
}
/*button#trigger_{ID} {} /* Value is set programatically */
div.expander {
}
/*input#{NAME} {} /* Value is set programatically */
/*input#{VALUE} {} /* Value is set programatically */
div#overDiv {
}
a.tooltip {
}
/*form{FORMNAME} {} /* Value is set programatically */
link#luna-tab-style-sheet {
}
/*div#{PANEID} {} /* Value is set programatically */
div.tab-page {
}
h2.tab {
}
div.bannergroup {
}
div.bannerheader {
}
div.banneritem {
}
div.clr {
}
div.bannerfooter {
}
a.pathway {
}
table.moduletable {
}
ul.newsfeed {
}
ul.latestnews {
}
li.latestnews {
}
a.latestnews {
}
input#mod_login_username {
}
input#mod_login_password {
}
input#mod_login_remember {
}
/*li#{ITEM ID} {} /* Value is set programatically */
span.separator {
}
ul#mainlevel {
}
ul#sublevel {
}
ul.mostread {
}
li.mostread {
}
a.mostread {
}
/*input#voteid{VOTE ID NUMBER} {} /* Value is set programatically */
table.poll {
}
ul.relateditems {
}
input#mod_search_searchword {
}
div.search {
}
ul.sections {
}
tr.sectiontableentry1{padding: 5px;}
tr.sectiontableentry1 td{padding: 5px 2px; text-align: left !important;}
tr.sectiontableentry2 {background: #f2f2f2;padding: 5px;}
tr.sectiontableentry2 td{padding: 5px 2px; text-align: left !important;}
tr.sectiontableheader {background: #d8d8d8;color: #333;font-weight: bold;padding: 5px 2px;}
#slideshow {
text-align: center;
margin: 0px auto;
}
#loadingdiv {
text-align: center;
margin: 0px auto;
}