body, html, #content {
    font-size: 94%; /* Main Font Size */
    line-height: 1.5em;
}

body {
    color: #000000; /* Main Text */
    text-align: center;
    font-family:Verdana, Arial, Helvetica, sans-serif; /* Main Font */
    background-color: #455f63; /* Main Background */
    background-image: url(../img/transparent.gif); /* Main Background Image */
    background-repeat: repeat-x; /* Main Background Tiling */
    background-position: top left; /* Main Background Positioning */
}

#content h1 {
    color: #ffffff; /* Heading 1 */
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Heading 1 */
    font-size: 170%;
    line-height: 1.5em;
    margin: 0 0px 0.75em 0px;
    clear: both;
    font-style: normal; /* Heading 1 Font Style */
    font-weight: bold; /* Heading 1 Font Weight */
}

#content h2 {
    color: #ffffff; /* Heading 2 */
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Heading 2 */
    font-size: 130%;
    line-height: 1.2em;
    margin: 0 0px 0.75em 0px;
    clear: both;
    font-style:   normal; /* Heading 2 Font Style */
    font-weight: normal; /* Heading 2 Font Weight */
}

#content h3 {
    color: #ffffff; /* Heading 3 */
    font-family:Verdana, Arial, Helvetica, sans-serif; /* Heading 3 */
    font-size: 115%;
    line-height: 1.2em;
    margin: 0 0px 0.75em 0px;
    clear: both;
    font-style:   normal; /* Heading 3 Font Style */
    font-weight: bold; /* Heading 3 Font Weight */
}

#content h4 {
    color: #ffffff; /* Heading 4 */
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Heading 4 */
    line-height: 1.2em;
    margin: 0 0px 0.75em 0px;
    clear: both;
    font-style:   normal; /* Heading 4 Font Style */
    font-weight: bold; /* Heading 4 Font Weight */
}

#content a:link,
#content a:active {
    color: #ffffff; /* Hyperlink */
}

#content a:visited {
    color: #ffffff; /* Hyperlink Visited */
}

#content a:hover {
    color: #b67d00; /* Hyperlink Hover */
}

#content p {
/*  font-size:95%; */
/*     line-height: 1.5em; */
    margin: 0 0px 0.75em 0px;
    font-weight:normal;
}
/*
////////////////////// CONTAINER //////////////////////
*/
div#wrap {
    width:950px;
    margin:0 auto;
    text-align:left;

    background-color: #455f63; /* Main Center Column Background */
    background-image: url(../img/transparent.gif); /* Main Center Column Background Image */
    background-repeat: repeat; /* Main Center Column Background Tiling */
    background-position: top left; /* Main Center Column Background Positioning */

}
/*
////////////////////// HEADER //////////////////////
*/

div#header {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align:left;

    height: 250px; /* Header Height */
    color: #000000; /* Header Text */
    font-size:150%;
    background-color: #455f63; /* Header Background Colour */
    background-image: url(../img/headeAA1final.jpg); /* Header Background Image */
    background-repeat: no-repeat; /* Header Background Image Tiling */
    background-position: center center; /* Header Background Image Positioning */
}

div#header h1 span, div#header h1 {
    display:none;
}

div#header #left {
    height: 160px; /* Left Header Image Height */
    width: 950px; /* Left Header Image Width */
    float:left;
    display:block;

    background-color: transparent; /* Left Header Image Background */
    background-image: url(../img/transparent.gif); /* Left Header Background Image */
    background-repeat: repeat-x; /* Left Header Background Tiling */
    background-position: top left; /* Left Header Background Positioning */

}

/*
div#header #logo {
    height: 136px;
    width:150px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    top: 0px;
    right: 60px;
    background-color: #3F1204;
}
div#header #logo a {
    text-decoration: none;
    color: #FFF;
    background: transparent;
    border:0;
}
*/
div#header #right {
    position: absolute;
    z-index: 100;

    right: 90px; /* Right Header Image Right-Positioning */
    top: 0px; /* Right Header Image Top-Positioning */

    height: 160px; /* Right Header Image Height */
    width: 190px; /* Right Header Image Width */
    display:block;

    background-color: transparent; /* Right Header Image Background */
    background-image: url(../img/transparent.gif); /* Right Header Background Image */
    background-repeat: no-repeat; /* Right Header Background Tiling */
    background-position: bottom right; /* Right Header Background Positioning */

}



/*
////////////////////// NAVIGATION //////////////////////
*/
/*Navigation*/

#nav {
    position:absolute;

    left: 0px; /* Navigation Left-Positioning */
    top: 250px; /* Navigation Top-Positioning */

    margin: 0;
    padding: 0;

    list-style: none;
    float: left;

    width: 900px; /* Navigation Area Width */

    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Navigation Font */
    font-size: 75%; /* Navigation Font Size */

    background-color: transparent; /* Navigation Area Background */
    background-image: url(../img/buttons2.jpg); /* Navigation Area Background Image */
    background-repeat: no-repeat; /* Navigation Area Background Tiling */
    background-position: top left; /* Navigation Area Background Positioning */

}
#nav  li {
    display: inline;
    background: transparent; /* Navigation Background */
}
#nav  li a {
    float: left;
    display: block;
    text-decoration: none;

    /*
    width: 175px;  Navigation Link Width
    */

    line-height: 30px; /* Navigation Link Height */

    padding-top: 0px; /* Navigation Link Top Padding */
    padding-right: 1em; /* Navigation Link Right Padding */
    padding-bottom: 0px; /* Navigation Link Bottom Padding */
    padding-left: 1em; /* Navigation Link Left Padding */

    display:block;
    font-size: 100%; /* Navigation Text Size */
    color: #ffffff; /* Navigation Hyperlink */

    /* border-bottom: 1px dashed #edffac;  Navigation Hyperlink Border */

    border-top-width: 0px; /* Navigation Top Border Width */
    border-right-width: 0px; /* Navigation Right Border Width */
    border-bottom-width: 0px; /* Navigation Bottom Border Width */
    border-left-width: 0px; /* Navigation Left Border Width */

    border-top-color: transparent; /* Navigation Top Border Color */
    border-right-color: transparent; /* Navigation Right Border Color */
    border-bottom-color: transparent; /* Navigation Bottom Border Color */
    border-left-color: transparent; /* Navigation Left Border Color */

    border-top-style: dotted; /* Navigation Top Border Style */
    border-right-style: dotted; /* Navigation Right Border Style */
    border-bottom-style: dotted; /* Navigation Bottom Border Style */
    border-left-style: double; /* Navigation Left Border Style */

    background-color: transparent; /* Navigation Hyperlink Image Background */
    background-image: url(../img/transparent.gif); /* Navigation Hyperlink Background Image */
    background-repeat: no-repeat; /* Navigation Hyperlink Background Tiling */
    background-position: center center; /* Navigation Hyperlink Background Positioning */

}

#nav li a:visited {
    color: #ffffff; /* Navigation Hyperlink Visited */
}

#nav li a:hover {

    color: #c2ffb3; /* Navigation Hyperlink Hover */

    border-top-width: 0px; /* Navigation Hover Top Border Width */
    border-right-width: 0px; /* Navigation Hover Right Border Width */
    border-bottom-width: 0px; /* Navigation Hover Bottom Border Width */
    border-left-width: 0px; /* Navigation Hover Left Border Width */

    border-top-color: transparent; /* Navigation Hover Top Border Color */
    border-right-color: transparent; /* Navigation Hover Right Border Color */
    border-bottom-color: transparent; /* Navigation Hover Bottom Border Color */
    border-left-color: transparent; /* Navigation Hover Left Border Color */

    border-top-style: dotted; /* Navigation Hover Top Border Style */
    border-right-style: dotted; /* Navigation Hover Right Border Style */
    border-bottom-style: dotted; /* Navigation Hover Bottom Border Style */
    border-left-style: dotted; /* Navigation Hover Left Border Style */

    background-color: transparent !important; /* Navigation Hyperlink Hover Background */
    background-image: url(../img/transparent.gif); /* Navigation Hyperlink Hover Background Image */
    background-repeat: no-repeat; /* Navigation Hyperlink Hover Background Tiling */
    background-position: center bottom; /* Navigation Hyperlink Hover Background Positioning */

}


#nav li a.current {

    color: #ffffff; /* Navigation (Selected Item) Hyperlink Hover */

    border-top-width: 0px; /* Navigation (Selected Item) Hover Top Border Width */
    border-right-width: 0px; /* Navigation (Selected Item) Hover Right Border Width */
    border-bottom-width: 0px; /* Navigation (Selected Item) Hover Bottom Border Width */
    border-left-width: 0px; /* Navigation (Selected Item) Hover Left Border Width */

    border-top-color: transparent; /* Navigation (Selected Item) Hover Top Border Color */
    border-right-color: transparent; /* Navigation (Selected Item) Hover Right Border Color */
    border-bottom-color: transparent; /* Navigation (Selected Item) Hover Bottom Border Color */
    border-left-color: #ffffff; /* Navigation (Selected Item) Hover Left Border Color */

    border-top-style: dotted; /* Navigation (Selected Item) Hover Top Border Style */
    border-right-style: dotted; /* Navigation (Selected Item) Hover Right Border Style */
    border-bottom-style: solid; /* Navigation (Selected Item) Hover Bottom Border Style */
    border-left-style: solid; /* Navigation (Selected Item) Hover Left Border Style */

    background-color: transparent !important; /* Navigation (Selected Item) Hyperlink Hover Background */
    background-image: url(../img/transparent.gif); /* Navigation (Selected Item) Hyperlink Hover Background Image */
    background-repeat: no-repeat; /* Navigation (Selected Item) Hyperlink Hover Background Tiling */
    background-position: center bottom; /* Navigation (Selected Item) Hyperlink Hover Background Positioning */

}



/*
////////////////////// CONTENT //////////////////////
*/
div#page {
    width:950px;
    text-align:left;
    float:left;
    padding: 0px 0px 45px 0px;

    background-color: transparent; /* Content Page Background */
    background-image: url(../img/newcontentfinalV5.jpg); /* Content Page Background Image */
    background-repeat: repeat-y; /* Content Page Background Tiling */
    background-position: top left; /* Content Page Background Positioning */

}
/*
div#page hr {
    border: none 0;
    border-bottom: 1px dashed #E5D6B8;
    width: 100%;
    height: 1px;
    padding-top:10px;
    margin-bottom:20px;
}

div#page strong {
    color: #F3A251;
}
*/

div#content {
    float: left;
    width: 660px; /* Content Area Width */
    padding: 20px 10px 45px 30px;
}




/*
#content ul {
    text-align: left;
    margin: 0px 10px 25px 0px; padding: 0;
    text-decoration: none;
}

#content ul li {
    margin: 0 2px 0 10px;
    padding: 10px 0 10px 0px;
    border-bottom: 1px dashed #E5D6B8;
    list-style-image: none;
    list-style-type: disc;
    line-height: 1.5em;
}
*/
#content p img {
    clear: left;
    float: left;
    margin: 0 1em 0.5em 0;
    padding: 8px;
    border: 1px solid transparent; /* Content Image Border */
    background-color: transparent; /* Content Image Background */
}
/*
#content blockquote {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6em;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #CC3300;
    border: 1px none #E6E3DB;
    background: #FFFBF1 url(../img/quote.gif) no-repeat 7px 10px;
    margin: 15px 10px 15px 10px;
    padding: 5px 7px 5px 42px;
}
#content b,
#content strong {
    color: #561905;
}
*/


/*** SIDEBAR ***/


#sidebar {
    float: right;
    width: 200px; /* Sidebar Width */
    margin: 0;
    padding-top: 45px; /* Sidebar Top Padding */
    padding-right: 1em; /* Sidebar Right Padding */
    padding-bottom: 1em; /* Sidebar Bottom Padding */
    padding-left: 1em; /* Sidebar Left Padding */
}
















/*
#sidebar h3 {
    margin-top: 10px;
    padding: 5px 5px;
    font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #899B0D;
}
*/

/*
#sidebar ul {
    text-align: left;
    margin: 7px 10px 8px 0px; padding: 0;
    text-decoration: none;
    border-top: 1px solid #EBEBEB;
}
#sidebar ul li {
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px 0 5px 5px;
    margin: 0 2px;
    font-size: 95%;
}
#sidebar ul li a {

    color: #3F1204;
}
*/


/*
////////////////////// FOOTER //////////////////////
*/

div#footer {
    clear: both;
    width: 100%;

    background-color: transparent; /* Footer Image Background */
    background-image: url(../img/absalutelyfinalfooter.jpg); /* Footer Background Image */
    background-repeat: no-repeat; /* Footer Background Tiling */
    background-position: bottom left; /* Footer Background Positioning */

    height: 200px; /* Footer Height */
    /* Footer Border */
/*     border-top:#CCCCCC solid 1px;  */
    padding: 0px;
    margin: 0 auto 1em auto;
}


div#footer_content {
    clear: both;
}

div#footer p {
    font-size:80%;
    margin:0;
    padding:15px 10px;
    padding-top: 175px; /* Footer Text Top Spacing */
    color: #000000; /* Footer */
}
#footer #meta {
    float:right;
    text-align: right;
}
#footer #copy {
    float:left;
    text-align: left;
    clear: left;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
    color: #000000; /* Footer Hyperlink */
}

div#footer a:hover {
    color: #a19400; /* Footer Hyperlink Hover */
}

/*
////////////////////// EXTRAS - thanks W!! //////////////////////
*/

#content blockquote {
    margin-left: 2em;
/*     line-height: 1.5em; */
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Blockquote */
}

#content ul,
#content ol {
    margin-bottom: 1em;
    margin-left: 2em;
}

#content ul {
    display: list-item;
    list-style: disc outside;
}

#content ol {
    list-style-type: decimal;
}

#content code {
/*     margin-bottom: 1em; */
/*     padding-bottom: 1em; */
}


/* Special Listing Styles */

dl {
    clear: left;
    margin: 1em 0 2em 0 !important;
}
dt {
/*  line-height: 1.5em; */
    width: 185px;
    float: left;
    margin: 0;
    padding: 0.5em;
    clear: both;
    padding: 0;
    height: 10em;
}
div#content dt img {
    padding: 8px;
    border: 1px solid #ffffff; /* Definition Term Image Border */
    background-color: #ffffff; /* Definition Term Image Background */
}
dd {
/*  line-height: 1.5em; */
    margin-left: 185px;
    padding: 0;
    height: 10em;
}


#gallery {
    clear: both;
}


#gallery div.gallery_thumbnail {
    width: 166px;
    height: 166px;
    float: left;
    margin: 0 1em 1em 0;
}

#gallery img {
    float: left;
    padding: 8px;
    border: 1px solid transparent; /* Gallery Image Border */
    background-color: transparent; /* Gallery Image Background */
}

table {
    border-collapse: collapse;
    margin: 1em 0;
}

th {
    font-weight: bold;
    color: transparent; /* Table Heading */
    background-color: transparent; /* Table Heading Background */
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Table Headings */
}

td, th {
    line-height: inherit;
    padding: 0.5em 0.75em;
    border: 1px solid transparent; /* Table Cell Borders */

}

td {
    font-family:Tahoma, Arial, Helvetica, sans-serif; /* Table Cells */
}

/*
////////////////////// PAGE SPECIFIC STYLES //////////////////////
*/


/* 'team' page

.page_team dt {
    width: 80px;
    height: 8em;
}
.page_team dt img {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.page_team dd {
    margin-left: 90px;
    height: 8em;
}

*/

/* Tree Control Styles */

.mooTree_node {
    white-space: nowrap;
}
.mooTree_text {
    cursor: pointer;
    line-height: 18px;
    font-size: 12px;
}
.mooTree_img {
    float: left;
    width: 18px;
    height: 18px;
    overflow: hidden;
}
.mooTree_selected {
    font-weight: bold;
}
#tree {
    display: none;
}

#tree_container {
    margin: 1em 0;
}


/* Data Grids */

table.grid {
    clear: left;
    border-collapse: collapse;
}

table.grid td,
table.grid th {
    padding: 0.5em 0.75em;
    text-align: left;
    vertical-align: top;
    border: 1px solid #89a02c; /* Data Grid Border */
    cursor: default;
}

table.grid th {
    font-weight: bold;
    background-color: #548300; /* Data Grid Header Background */
}

table.grid tr.detail {
/*     display: none; */
}

table.grid tr.even td,
table.grid tr.alt td {
    background-color: #99af41; /* Data Grid Alternative Row Background */
}

table.grid tr.detail,
table.grid td.detail,
table.grid td.detail td {
    background-color: #ffffff !important; /* Data Grid Detail Record Background */
}

table.grid tr.highlight td {
    background-color: #ffffff; /* Data Grid Highlight Background */
}

table.grid th.forward_sort,
table.grid th.reverse_sort {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

table.grid th.forward_sort {
    background-image: url('arrow_up.png');
}

table.grid th.reverse_sort {
    background-image: url('arrow_down.png');
}

/* Data Grid Paginators */

#content ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    clear: both;
}

#content ul.pagination li {
    margin: 0;
    padding: 0 0 0.25em 0;
    float: left;
    list-style: none;
    display: inline;
    border: 0 !important;
}

#content ul.pagination li a {
    padding: 0.25em 0.5em 0.5em 0.5em;
    display: block;
    text-decoration: none;
    border: 0;
}

#content ul.pagination li a.currentPage {
    background: #d1ff75; /* Data Grid Pager Background */
}

/* Details Record Tables */

#content table.record {
    border-collapse: collapse;
    border: 0;
    margin: 1em;
}

#content table.record th,
#content table.record td {
    border: 0;
}

#content table.record td {
    color: #000000; /* Data Grid Record Field Value */
}

#content table.record td.field_name {
    color: #000000; /* Data Grid Record Field Name */
}

/* Form Styles */

#content form label sup {
}

#content .form_control {
    margin-bottom: 1em;
}

#content input.submit,
#content input.reset {
    margin-right: 0.5em;
}

#content p.form_errors {
    font-weight: bold;
    color: #ff0717; /* Form Error Messages*/
}

#content p.form_success {
    font-weight: bold;
    color: #00b00a; /* Form Success Messages*/
}

#content form {
    margin-bottom: 1em;
}

#content form label {
    padding: 0 0 0.25em 0;
    margin: 0;
    display: block;
}




/*
////////////////////// PAGE SPECIFIC STYLES //////////////////////
*/

/* 'home' page */

/*
.page_home {
    text-align: center !important;
}
.page_home p img {
    text-align: center !important;
    float: none !important;
}
.page_home p {
    text-align: center !important;
}
*/













#sub_content {

    float: left;
    clear: left;

    width: 90%; /* Sub-Content Width */

    padding-top: 1.75em; /* Sub-Content Top Padding */
    padding-right: 1em; /* Sub-Content Right Padding */
    padding-bottom: 1em; /* Sub-Content Bottom Padding */
    padding-left: 1em; /* Sub-Content Left Padding */

    background-color: transparent; /* Sub-Content Background Colour */

    margin-right: 1em;
    margin-top: 10px;
    line-height: 1.2em;

    font-size: 82%; /* Sub-Content Font Size */
    color: #000000; /* Sub-Content Text Colour */
}



#sub_content p {
    margin-bottom: 1em;
}

#sub_content h1 {
    margin: 0 0px 0.75em 0px;
    color: #000000; /* Sub-Content Heading 1 */
    font-size: 140%; /* Sub-Content Heading 1 Font Size */
    padding: 0 0 10px 0;

    font-style: italic; /* Sub-Content Heading 1 Font Style */
    font-weight: normal; /* Sub-Content Heading 1 Font Weight */

}

#sub_content h2 {
    margin: 0 0px 0.75em 0px;
    color: #000000; /* Sub-Content Heading 2 */
    font-size: 130%; /* Sub-Content Heading 2 Font Size */
    font-style: italic; /* Sub-Content Heading 2 Font Style */
    font-weight: normal; /* Sub-Content Heading 2 Font Weight */
    padding: 0 0 10px 0;
}

#sub_content h3 {
    margin: 0 0px 0.75em 0px;
    color: #ffffff; /* Sub-Content Heading 3 */
    font-size: 100%; /* Sub-Content Heading 3 Font Size */
    font-style: italic; /* Sub-Content Heading 3 Font Style */
    font-weight: normal; /* Sub-Content Heading 3 Font Weight */
    padding: 0 0 10px 0;
}

#sub_content p img {
    padding: 4px;
    border: 1px solid transparent; /* Sub-Content Image Border Colour */
    background-color: transparent; /* Sub-Content Image Background */
}

#sub_content a, #sub_content a:hover {
    color: #000000; /* Sub-Content Hyperlink */
}


#content hr {
    color: #000000; /* Horizontal Line Color - Both must be the same */
    background-color: #000000; /* Horizontal Line Color - Both must be the same */
    height: 1px; /* Horizontal Line Height */
    border: 0;
}




/*** SIDE NAVIGATION ****/

#sidenav {
    float:left;
    margin-bottom: 10px;

    padding-top: 0px; /* Side-Navigation Top Padding */
    padding-right: 0px; /* Side-Navigation Right Padding */
    padding-bottom: 0px; /* Side-Navigation Bottom Padding */
    padding-left: 0px; /* Side-Navigation Left Padding */

    width: 185px;  /* Side-Navigation Area Width */

    background-color: transparent; /* Side-Navigation Area Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation Area Background Image */
    background-repeat: repeat; /* Side-Navigation Area Background Tiling */
    background-position: top left; /* Side-Navigation Area Background Positioning */
}

#sidenav li {
    width: 185px; /* Side-Navigation Item Width */
    display:block;
    background:transparent; /* Side-Navigation Background */
}
#sidenav li a,
#sidenav li a:link,
#sidenav li a:active {

    width: 185px; /* Side-Navigation Link Width */
    line-height: 1.5em; /* Side-Navigation Link Height */

    padding-top: 0px; /* Side-Navigation Link Top Padding */
    padding-right: 0px; /* Side-Navigation Link Right Padding */
    padding-bottom: 0px; /* Side-Navigation Link Bottom Padding */
    padding-left: 0px; /* Side-Navigation Link Left Padding */

    display:block;
    font-size: 115%; /* Side-Navigation Text Size */
    color: #000000; /* Side-Navigation Hyperlink */

    /* border-bottom: 1px dashed #edffac;  Side-Navigation Hyperlink Border */

    border-top-width: 0px; /* Side-Navigation Top Border Width */
    border-right-width: 0px; /* Side-Navigation Right Border Width */
    border-bottom-width: 1px; /* Side-Navigation Bottom Border Width */
    border-left-width: 0px; /* Side-Navigation Left Border Width */

    border-top-color: transparent; /* Side-Navigation Top Border Color */
    border-right-color: transparent; /* Side-Navigation Right Border Color */
    border-bottom-color: transparent; /* Side-Navigation Bottom Border Color */
    border-left-color: transparent; /* Side-Navigation Left Border Color */

    border-top-style: dotted; /* Side-Navigation Top Border Style */
    border-right-style: dotted; /* Side-Navigation Right Border Style */
    border-bottom-style: dotted; /* Side-Navigation Bottom Border Style */
    border-left-style: dotted; /* Side-Navigation Left Border Style */

    text-decoration: none;

    background-color: transparent; /* Side-Navigation Hyperlink Image Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation Hyperlink Background Image */
    background-repeat: no-repeat; /* Side-Navigation Hyperlink Background Tiling */
    background-position: top left; /* Side-Navigation Hyperlink Background Positioning */


}

#sidenav li a:visited {
    color: #000000; /* Side-Navigation Hyperlink Visited */
}

#sidenav li a:hover {

    color: #ffffff; /* Side-Navigation Hyperlink Hover */

    border-top-width: 0px; /* Side-Navigation Hover Top Border Width */
    border-right-width: 0px; /* Side-Navigation Hover Right Border Width */
    border-bottom-width: 1px; /* Side-Navigation Hover Bottom Border Width */
    border-left-width: 0px; /* Side-Navigation Hover Left Border Width */

    border-top-color: transparent; /* Side-Navigation Hover Top Border Color */
    border-right-color: transparent; /* Side-Navigation Hover Right Border Color */
    border-bottom-color: transparent; /* Side-Navigation Hover Bottom Border Color */
    border-left-color: transparent; /* Side-Navigation Hover Left Border Color */

    border-top-style: dotted; /* Side-Navigation Hover Top Border Style */
    border-right-style: dotted; /* Side-Navigation Hover Right Border Style */
    border-bottom-style: dotted; /* Side-Navigation Hover Bottom Border Style */
    border-left-style: dotted; /* Side-Navigation Hover Left Border Style */

    background-color: transparent !important; /* Side-Navigation Hyperlink Hover Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation Hyperlink Hover Background Image */
    background-repeat: repeat; /* Side-Navigation Hyperlink Hover Background Tiling */
    background-position: center center; /* Side-Navigation Hyperlink Hover Background Positioning */

}


/* Side Navigation  */

#sidenav li a,
#sidenav li a:link,
#sidenav li a:active {
    width: 165px; /* Side-Navigation Link Width */
    display:block;
    line-height: 1.5em; /* Side-Navigation Item Height */
    font-size: 115%; /* Side-Navigation Text Size */
    color: #000000; /* Side-Navigation Hyperlink */
    text-decoration:none;

    padding-top: 5px; /* Side-Navigation Link Top Padding */
    padding-right: 0px; /* Side-Navigation Link Right Padding */
    padding-bottom: 5px; /* Side-Navigation Link Bottom Padding */
    padding-left: 0px; /* Side-Navigation Link Left Padding */

    background-color: transparent; /* Side-Navigation Hyperlink Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation Background Image */
    background-repeat: repeat; /* Side-Navigation Background Tiling */
    background-position: bottom right; /* Side-Navigation Background Positioning */

}

#sidenav li a:visited {
    color: #000000; /* Side-Navigation Hyperlink Visited */
}

#sidenav li a:hover {
    color: #ffffff; /* Side-Navigation Hyperlink Hover */

    background-color: transparent !important; /* Side-Navigation Hover Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation Hover Background Image */
    background-repeat: repeat; /* Side-Navigation Hover Background Tiling */
    background-position: center center; /* Side-Navigation Hover Background Positioning */

}

/* Side Navigation 2nd level and up */

#sidenav li a,
#sidenav li li a:link,
#sidenav li li a:active {
    width: 145px; /* Side-Navigation 2nd Level Link Width */
    display:block;
    line-height: 1.5em; /* Side-Navigation 2nd Level Item Height */
    font-size: 80%; /* Side-Navigation 2nd Level Text Size */
    color: #000000; /* Side-Navigation 2nd Level Hyperlink */
    text-decoration:none;

    padding-top: 5px; /* Side-Navigation 2nd Level Link Top Padding */
    padding-right: 0px; /* Side-Navigation 2nd Level Link Right Padding */
    padding-bottom: 5px; /* Side-Navigation 2nd Level Link Bottom Padding */
    padding-left: 20px; /* Side-Navigation 2nd Level Link Left Padding */

    background-color: transparent; /* Side-Navigation 2nd Level Hyperlink Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation 2nd Level Background Image */
    background-repeat: repeat; /* Side-Navigation 2nd Level Background Tiling */
    background-position: top left; /* Side-Navigation 2nd Level Background Positioning */

}

#sidenav li li a:visited {
    color: transparent; /* Side-Navigation 2nd Level Hyperlink Visited */
}

#sidenav li li a:hover {
    color: #ffffff; /* Side-Navigation 2nd Level Hyperlink Hover */

    background-color: transparent !important; /* Side-Navigation 2nd Level Hover Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation 2nd Level Hover Background Image */
    background-repeat: repeat; /* Side-Navigation 2nd Level Hover Background Tiling */
    background-position: center center; /* Side-Navigation 2nd Level Hover Background Positioning */

}


/* Side Navigation 3rd level and up */

#sidenav li li a,
#sidenav li li li a:link,
#sidenav li li li a:active {
    width: 145px; /* Side-Navigation 3rd Level+ Link Width */
    display:block;
    line-height: 1.5em; /* Side-Navigation 3rd Level+ Item Height */
    font-size: 80%; /* Side-Navigation 3rd Level+ Text Size */
    color: #000000; /* Side-Navigation 3rd Level+ Hyperlink */
    text-decoration:none;

    padding-top: 5px; /* Side-Navigation 3rd Level+ Link Top Padding */
    padding-right: 0px; /* Side-Navigation 3rd Level+ Link Right Padding */
    padding-bottom: 5px; /* Side-Navigation 3rd Level+ Link Bottom Padding */
    padding-left: 40px; /* Side-Navigation 3rd Level+ Link Left Padding */

    background-color: transparent; /* Side-Navigation 3rd Level+ Hyperlink Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation 3rd Level+ Background Image */
    background-repeat: repeat; /* Side-Navigation 3rd Level+ Background Tiling */
    background-position: top left; /* Side-Navigation 3rd Level+ Background Positioning */

}

#sidenav li li li a:visited {
    color: transparent; /* Side-Navigation 3rd Level+ Hyperlink Visited */
}

#sidenav li li li a:hover {
    color: #ffffff; /* Side-Navigation 3rd Level+ Hyperlink Hover */

    background-color: transparent !important; /* Side-Navigation 3rd Level+ Hover Background */
    background-image: url(../img/transparent.gif); /* Side-Navigation 3rd Level+ Hover Background Image */
    background-repeat: repeat; /* Side-Navigation 3rd Level+ Hover Background Tiling */
    background-position: center center; /* Side-Navigation 3rd Level+ Hover Background Positioning */

}





/*** UTILITY NAVIGATION ****/

#utilitynav {
/*     float:left; */
    margin-bottom: 10px;

    padding-top: 10px; /* Utility-Navigation Top Padding */
    padding-right: 0px; /* Utility-Navigation Right Padding */
    padding-bottom: 0px; /* Utility-Navigation Bottom Padding */
    padding-left: 0px; /* Utility-Navigation Left Padding */

    background-color: transparent; /* Utility-Navigation Area Background */
    background-image: url(../img/transparent.gif); /* Utility-Navigation Area Background Image */
    background-repeat: repeat; /* Utility-Navigation Area Background Tiling */
    background-position: top left; /* Utility-Navigation Area Background Positioning */
}

#utilitynav li {
    display: inline;
    list-style: none;
    float: left;
}
#utilitynav li a,
#utilitynav li a:link,
#utilitynav li a:active {

    line-height: 1.5em; /* Utility-Navigation Link Height */

    padding-top: 0px; /* Utility-Navigation Link Top Padding */
    padding-right: 15px; /* Utility-Navigation Link Right Padding */
    padding-bottom: 0px; /* Utility-Navigation Link Bottom Padding */
    padding-left: 15px; /* Utility-Navigation Link Left Padding */

    display:block;
    font-size: 100%; /* Utility-Navigation Text Size */
    color: transparent; /* Utility-Navigation Hyperlink */

    border-top-width: 0px; /* Utility-Navigation Top Border Width */
    border-right-width: 10px; /* Utility-Navigation Right Border Width */
    border-bottom-width: 0px; /* Utility-Navigation Bottom Border Width */
    border-left-width: 0px; /* Utility-Navigation Left Border Width */

    border-top-color: transparent; /* Utility-Navigation Top Border Color */
    border-right-color: transparent; /* Utility-Navigation Right Border Color */
    border-bottom-color: transparent; /* Utility-Navigation Bottom Border Color */
    border-left-color: transparent; /* Utility-Navigation Left Border Color */

    border-top-style: dotted; /* Utility-Navigation Top Border Style */
    border-right-style: dotted; /* Utility-Navigation Right Border Style */
    border-bottom-style: dotted; /* Utility-Navigation Bottom Border Style */
    border-left-style: dotted; /* Utility-Navigation Left Border Style */

    text-decoration: none;

    background-color: transparent; /* Utility-Navigation Hyperlink Image Background */
    background-image: url(../img/transparent.gif); /* Utility-Navigation Hyperlink Background Image */
    background-repeat: no-repeat; /* Utility-Navigation Hyperlink Background Tiling */
    background-position: top left; /* Utility-Navigation Hyperlink Background Positioning */


}

#utilitynav li a:visited {
    color: transparent; /* Utility-Navigation Hyperlink Visited */
}

#utilitynav li a:hover {

    color: transparent; /* Utility-Navigation Hyperlink Hover */

    border-top-width: 0px; /* Utility-Navigation Top Border Width */
    border-right-width: 10px; /* Utility-Navigation Right Border Width */
    border-bottom-width: 0px; /* Utility-Navigation Bottom Border Width */
    border-left-width: 0px; /* Utility-Navigation Left Border Width */

    border-top-color: transparent; /* Utility-Navigation Top Border Color */
    border-right-color: transparent; /* Utility-Navigation Right Border Color */
    border-bottom-color: transparent; /* Utility-Navigation Bottom Border Color */
    border-left-color: transparent; /* Utility-Navigation Left Border Color */

    border-top-style: dotted; /* Utility-Navigation Top Border Style */
    border-right-style: dotted; /* Utility-Navigation Right Border Style */
    border-bottom-style: dotted; /* Utility-Navigation Bottom Border Style */
    border-left-style: dotted; /* Utility-Navigation Left Border Style */

    background-color: transparent !important; /* Utility-Navigation Hyperlink Hover Background */
    background-image: url(../img/transparent.gif); /* Utility-Navigation Hyperlink Hover Background Image */
    background-repeat: repeat; /* Utility-Navigation Hyperlink Hover Background Tiling */
    background-position: center center; /* Utility-Navigation Hyperlink Hover Background Positioning */

}





