/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

a {
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #e0e0e0;
}
a:active {
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	
	background-color: #000000;
	margin: 0px;
}

td {
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

h1 {
	margin: 0em 0em 0.5em 0em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

    .pageHeading {
    }

h2 {
	color: #479559;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	color: #479559;
	font-size: 100%;
	margin: 0em 0em 0.25em 0em;
}

h4 {
	font-size: 100%;
	margin: 1em 0em 0.25em 0em;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin: 0em 0em 0.25em 0em;
}

h6 {
	font-size: 91.7%;
	font-weight: normal;
	text-decoration: underline;
	margin: 0em 0em 0.25em 0em;
}

ul {
	list-style: url("./images/ul_list_bullet_point.gif") square;
}

ul li {
	margin: 0em 0em 0.4em auto;
}

ol {
}

ol li {
	margin: 0em 0em 0.4em auto;
	text-align: left;
}

big {
	font-size: 110%;
}

small {
	font-size: 91.6%;
}

hr {
	width: 100%;
	height: 1px;
	color: #cccccc;
}

img {
}
* html img {
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50);
}
*:first-child+html img {
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50);
}

caption {
	font-weight: bold;
	margin: 0em;
	text-align: left;
}

address {
	font-style: italic;
	margin: 0em 0em 1.35em 0em;
}

/* ####################################
   Form Styles
   ################################## */

form {
	margin: 0;
}

input {
}

input.blank {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: 0;
}

input.submit {
}

select {
}

textarea {
}

.submitButton {
}

/* ####################################
   Table Styles
   ################################## */

table {
	empty-cells: show;
	border-collapse: collapse;
}

tbody {
}

tr {
}

td {
}

th {
	text-align: left;
	font-weight: bold;
}

/* ####################################
   Page Objects
   ################################## */

#page-align {
    position: relative;
	margin: 3em 0em 0em 0em;
	
	/* Coupled with the margin and text-align settings in page-wrapper-outer (below) this is a weird but safe way to center a page in all browsers including IE where the standard doesn't work. */
	text-align: center;
}

#page-wrapper-outer {
	position: relative;
	width: 782px;
	border: #000000 1px solid;
	border-top: 0;

	/* To re-align text to left in the page div when a parent div is centred. This allows centering of page div using the IE-safe hack. */
	margin: 0 auto;
	text-align: left;
}

#page-wrapper-inner {
	position: relative;
	width: 100%;
}

#Header {
    position: relative;
    width: 782px;
    height: 219px;
    background: url('/images/templates/header_nologo.jpg') top center no-repeat;
}

    #Header #Logo {
        position: relative;
        float: left;
        margin-top: -24px;
        margin-left: 6px;
    }

    #Header #AnchorMenu {
    }

    #Header #MainMenu {
    }

#page-content {
	min-height: 400px;
	
	padding: 20px 15px 15px 23px;
	
	background-color: #000000;
	background-repeat: no-repeat;
}
* html #page-content {
	height: 400px;
}

#home-content {
	position: relative;
	min-height: 400px;
	padding: 0px;
	background-color: #000000;
	background-image: url("/images/templates/header_11.jpg");
	background-repeat: no-repeat;
}

#home-content #page-content {
	float: left;
	width: 518px;
	padding: 0px;
}

#home-content #features {
	position: relative;
	width: 264px;
	background-color: #000000;
}

#home-content #features .featurebox {
	position: relative;
	width: 243px;
	padding: 15px 10px 15px 10px;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}

#home-content #features #feature-1, #home-content #features #feature-3, #home-content #features #feature-5, #home-content #features #feature-7 {
	background-image: url("/images/templates/fade_blue.gif");
	background-repeat: repeat-x;
}

#home-content #features #feature-2, #home-content #features #feature-4, #home-content #features #feature-6, #home-content #features #feature-8 {
	background-image: url("/images/templates/fade_green.gif");
	background-repeat: repeat-x;
}

#home-content #features #feature-3 {
	border-bottom: 0px;
}

#home-content p {
	font-size: 91.7%;
}

#home-content h1 {
	position: relative;
	margin: 0px;
	top: -4px;
}

#home-content h4 {
	margin-bottom: 1em;
}

.highlight1 {
	font-style: italic;
	color: #999999;
}

.highlight2 {
	font-weight: bold;
	color: #999999;
}

.feature-image {
}

.feature-text {
	width: 100%;
	padding: 0px 10px 0px 10px;
}

.feature-text-noimage {
	width: 100%;
	padding: 0px 10px 0px 2px;
}

#page-content-secondary {
}

#intro {
}

#containers {
}

#containers .row {
}

#containers .col1 {
}

#containers .col2 {
}

#articles {
}

#articles .row {
}

#articles .col1 {
}

#articles .col2 {
}

#attachments {
}

#footer {
    position: relative;
	border-top: #ffffff 1px solid;
	border-bottom: #000000 9px solid;
	background-color: #479559;	
}

    #footer a:link {
    }
    #footer a:visited {
    }
    #footer a:hover {
    }
    #footer a:active {
    }

#footer-pagefunctions {
}

#footer-menu {
    position: relative;
	padding: 7px 24px 4px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 83.5%;
	font-weight: bold;
}
    #footer-menu a:link {
	    color: #ffffff;
	    text-decoration: none;
    }
    #footer-menu a:visited {
	    color: #ffffff;
	    text-decoration: none;
    }
    #footer-menu a:hover {
	    text-decoration: underline;
    }
    #footer-menu a:active {
    }

    #footer-menu p {
        margin: 0 0 0.25em;
    }

#footer-stats {
    position: absolute;
    top: 0px;
	right: 0px;
	padding: 10px 10px 10px 10px;
}

/* ####################################
   Anchor Menu
   ################################## */
   
#AnchorMenu {
    position: relative;
    float: right;
    margin: 18px 0 5px 24px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 87.5%;
}
* html #AnchorMenu {
    margin-left: 10px;
}

    #AnchorMenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #AnchorMenu ul li {
            position: relative;
            float: left;
            margin: 0 10px 0 0;
            padding: 0;
            list-style-type: none;
        }

    #AnchorMenu a {
        display: inline-block;
        padding: 4px 6px 5px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        background-color: #000000;
    }

        #AnchorMenu a:hover {
            background-color: #195782;
        }
            
/* ####################################
   Main Menu
   ################################## */
   
#MainMenu {
	position: relative;
	float: left;
	clear: left;
	margin-top: 44px;
	width: 100%;
	color: #ffffff;
	font-family: tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 91.7%;
    background: #000000;
	z-index: 10;
}

/* Entire nav object */
#MenuUL {
	padding: 0;
	margin: 0;
    margin-left: 14px;
	list-style: none;
}

/* Nav object and all lists (ul) in nav object */
#MenuUL ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* All anchor tags (links) in nav object */
#MenuUL a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 10px; 
	text-transform: uppercase;
}

/* All anchor tags (links) in nav object - hover state */
#MenuUL a:hover {
	text-decoration: none;
}

/* All list items (li) in nav object */
#MenuUL li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#MenuUL li:hover, #MenuUL li.sfhover {
	background: #195782;
}

/* All list items (li) in nav object, hover state */
#MenuUL li:hover ul {
	left: auto;
}

/* Third level list (ul) */
#MenuUL li ul ul {
	position: relative;
}

/* Second level list (ul) */
#MenuUL li ul {
	position: absolute;
	border: #ffffff 1px solid;
	border-top: 0;
	width: 160px;
	left: -999em;
	z-index: 20; /* Higher than top level */
}

/* Second level list items (li) */
#MenuUL li ul li {    
	position: relative;
	/* IE7 behaving badly, so fix height */
	
	text-align: left;
			
	background: #000000;
	border: #ffffff 1px solid;
	border-bottom: 0px;
	border-left: 0px;
	
	/* Odd little size hack for Mozilla, doesn't affect IE... Check against widths of other items if width changes. */
	width: 100%;
}

/* Second level list items (li) - mouseover */
#MenuUL li ul li:hover, #MenuUL li ul li.sfhover {
	background: #195782;
}

/* Second level list items (li) - anchor tags (links) */
#MenuUL li ul li a {
}

/* Second level list items (li) - anchor tags (links)
  - width=100% pushes the link to the width of the li. Mozilla does it anyway but behaves
    badly with this setting so it's only switched on for IE. */
* html #MenuUL li ul li a {
	width: 100%;
}

/* Second level list items (li) - anchor tags (links) - mouseover */
#MenuUL li ul li a:hover {
	text-decoration: none;
}

/* CSS trick for menu placement, don't touch */
#MenuUL li:hover ul ul, #MenuUL li.sfhover ul ul {
	left: -999em;
	border: 0;
}

/* CSS trick for menu placement, don't touch */
#MenuUL li:hover ul, #MenuUL li li:hover ul, #MenuUL li.sfhover ul, #MenuUL li li.sfhover ul {
	left: auto;
}

#MenuUL li.li-level1-first {
    /*
    border-left: 0px;
    */
}

/* Individual Elements */

#Menu_Item_58 {
	display: none;
}

/* ####################################
   MP3 Player
   ################################## */

object#mp3player {
    display: block;
    padding: 6px;
    margin-bottom: 1.25em;
    background-color: #999999;
    border: #787878 1px solid;
}

embed#mp3player {
    padding: 0;
    background-color: transparent;
    border: 0;
}

/* ####################################
   Custom Element Styles
   ################################## */

.big {
	font-size: 116.7%;
}

.small {
	font-size: 75%;
}

.hidden {
	display: none;
}

.date {
	font-size: 91.7%;
	color: #005bb5;
}

.author {
	font-size: 91.7%;
	color: #999999;
}

.paging {
	margin: 0;
}

.pdf {
	display: inline-block;
	height: 16px;
	padding-top: 1px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/images/icons/16x16_pdf.gif');
	background-repeat: no-repeat;
}

	.pdf a {
	}

	.pdf a:visited {
		text-decoration: none;
	}

	.pdf a:hover {
		text-decoration: underline;
	}

	.pdf a small {
		font-weight: normal;
	}

.underlined {
	border-bottom: 1px solid;
}

.galleryLink {
	/* Placeholder for a class name used to help with image galleries. */
}

.validationFailed {
    background: #ecdede;
    border: #cc0000 2px solid;
}

.trailNav {
}

	.trailNav a:link {
	}
	
	.trailNav a:visited {
	}
	
	.trailNav a:hover {
	}
	
	.trailNav a:active {
	}


.iconHome {
    display: inline-block;
    min-height: 12px;
    padding-left: 18px !important;
    background: url('/images/templates/icon_home.gif') 6px 6px no-repeat;
}

.iconLinks {
    display: inline-block;
    min-height: 12px;
    padding-left: 18px !important;
    background: url('/images/templates/icon_links_right.gif') 6px 6px no-repeat;
}

.iconMusic {
    display: inline-block;
    min-height: 12px;
    padding-left: 18px !important;
    background: url('/images/templates/icon_music.gif') 6px 6px no-repeat;
}

/* ####################################
   Message Boxes
   ################################## */

ul.warnings {
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style: url('/images/templates/icons/16x16_warning.gif') square;
}

	ul.warnings li {
		margin-bottom: 0.7em;
	}

div.messageError, p.messageError {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #EC5F35;
}

	div.messageError h1, div.messageError h2, div.messageError h3, div.messageError h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #EC5F35;
		border: none;
		background: none;
	}

	div.messageError .code {
		margin-top: 2px; 
		padding-top: 0; 
		font-size: 91.7%; 
		font-weight: bold; 
		color: #EC5F35;
	}

div.messageConfirm, p.messageConfirm {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #939f38;
}

	div.messageConfirm h1, div.messageConfirm h2, div.messageConfirm h3, div.messageConfirm h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #939f38;
		border: none;
		background: none;
	}

div.messageInfo, p.messageInfo {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #EC5F35;
}

	div.messageInfo h1, div.messageInfo h2, div.messageInfo h3, div.messageInfo h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #EC5F35;
		border: none;
		background: none;
	}

