/* -- Global Styles */
html, body
{
    background-color: #000;
    height: 100%;
}
body
{
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: none;
    font-size: 1em;
    color: #FFFF00;
    background-color: #000;
}
table
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}
a
{
    color: #00FFFF;
}
a:active
{
    color: #00FFFF;
}
a:hover
{
    color: #00FFFF;
}
table
{
    width: 100%;
}
h1
{
    font-size: 1.4em;
}

label
{
    font-weight: normal;
}
td
{
    vertical-align: top;
}
img
{
display: none;
}
#MainLayoutTable
{
    width: 100%;
    background-color: #000;
}

/* -- --------------Main Layout Table Flexible Width------------------------------- */
#MainLayoutTable
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* -- ---------------------Left Column General--------------------- */
#LeftColumn
{
    width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000;
}
#LeftColumn table
{
    width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000;
}
#LeftColumn td
{
    width: 140px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#LeftColumn a
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #00FFFF;
}
/* -- ---------------------Left Column Primary Navigation--------------------- */
#PrimaryNav
{
    width: 140px;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav
{
    width: 140px;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    color: #00FFFF;
    display: block;
}
#PrimaryNav .primary_nav a:hover
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    text-decoration: underline;
    color: #00FFFF;
    display: block;
}
#PrimaryNav .primary_nav_selected
{
    width: 140px;
    background-image: none;
    background-repeat: no-repeat;
    padding: 0px 0px 5px 0px;
}
#PrimaryNav .primary_nav_selected a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}
/* -- --------------------------------------------- */
#SecondaryNav
{
    width: 140px;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#SecondaryNav .secondary_nav
{
    width: 140px;
    padding: 0px 0px 5px 20px;
    margin: 0px 0px 5px 0px;

}
#SecondaryNav .secondary_nav a
{
    font-size: 80%;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    color: #00FFFF;
    display: block;  
}
#SecondaryNav .secondary_nav a:hover
{
    font-size: 80%;
    background-image: none;
    background-repeat: no-repeat;
    text-decoration: underline;
    display: block;    
}
#SecondaryNav .secondary_nav_selected
{
    width: 140px;
    padding: 0px 0px 5px 20px;
    margin: 0px 0px 5px 0px;
    background-image: none;
    background-repeat: no-repeat;
}
#SecondaryNav .secondary_nav_selected a
{
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 80%;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}
/* -- --------------------------------------------- */
#TertiaryNav
{
    width: 140px;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav
{
    width: 140px;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav a
{
    font-size: 80%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    color: #00FFFF;
    display: block;
}
#TertiaryNav .tertiary_nav a:hover
{
    font-size: 80%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    text-decoration: underline;
    display: block;
}
#TertiaryNav .tertiary_nav_selected
{
    width: 140px;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
}
#TertiaryNav .tertiary_nav_selected a
{
    font-size: 80%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}

/* -- --------------------------------------------- */
#CentreColumn
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 0px 5px;
    width:80%;
    background-color: #000;
}
#CentreColumn img
{
    display: none;
}
#CentreColumn .imagethumbnail img
{
    display: inline;
}
#CentreColumn #contactuslink
{
    display: inline;
}
#breadcrumbs
{
    padding: 5px 5px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 93%;
}


/* -- --------------------------------------------- */
#RightColumn
{
    width: 20%;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    background-color: #000;
}
#RightColumn td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* -- --------------------------------------------- */

#accordionbox
{
}

#accordionbox a
{
    display: block;
}



#SkipNav
{
    display: none;
}
ul#twitter_update_list li a
{
    color: #00FFFF;
}

ul#twitter_update_list li span a
{
    color: #00FFFF;
}
/* -- -------------Top Navigation banner-------------------------------- */
div#banner
{
    padding: 0px;
    margin: 0px;
}

ul#HenryTheNavigator
{
    padding: 0px;
    margin: 0px;

}
ul#HenryTheNavigator li
{
    margin: 0px;
}

#HenryTheNavigator h2
{
    margin: 0px;
    font-size: 120%;
    font-style: normal;    
    font-weight: normal;
}
#HenryTheNavigator h2
    {

    }

ul#HenryTheNavigator li a 
{
    padding: 0px;
}

#HenryTheNavigator li a:hover 
{
    text-decoration: underline;
}

#HenryTheNavigator li.mega a
{
    padding: 0px;
}

#HenryTheNavigator li.mega a:hover 
{
    text-decoration: underline;
}
ul#HenryTheNavigator li.mega div
{
    margin: 0px 10px 0px 40px;

}
div.HenryContent 
{
    clear: both;
    line-height: normal;
}

div.HenryContent h3
{
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    font-weight: bold;
    line-height: normal;
}
div.HenryContent p a
{
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    font-weight: bold;
    line-height: normal;
}
#HenryTheNavigator div.HenryContent h3 a
{
    margin: 0px 0px 0px 0px;
    text-decoration: underline;
        line-height: normal;
}

/* -------------------------------------------------------------------- */

.box_table
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border: none;
}
.box_header
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_header h2
{
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.box_header h3
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 5px 5px 5px 5px;
}
.box_body ul
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body li
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body p
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
}
/* ----------------------Hot Items---------------------------------------------- */

.HotItemBox .box_table
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: medium solid #990000;
}

.HotItemBox .box_body ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
}
.HotItemBox .box_body li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    list-style-type: none;
}
.HotItemBox .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}

/* -----------------------See Also------------------------------------------- */
#SeeAlso .box_table
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: medium solid #990000;
}
#SeeAlso .box_body ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
}
#SeeAlso .box_body li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    list-style-type: none;
}
#SeeAlso .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}


/* -- -------------Search Box-------------------------------- */
.search_box .box_header
{
        font-weight: bold;
}
.search_box .box_header h3
{
    font-size: 80%;
}
.search_box .box_table
{
    width: 130px;
    float: right;
}
.search_box .box_body
{
    border: none;
}
.search_box .box_body input
{
    background-color: #FFF;
    color: #000;
}
/* -- -------------Record Listings-------------------------------- */
.list_items .box_table
{
    border: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.list_items .box_header
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 36px;
}
.list_items img
{
    display: none;
}
.list_items .box_header h2
{
    font-style: normal;
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 108%;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .box_body td
{
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .imagethumbnail img
{
    display: inline;
}
.list_items .box_footer
{
    text-align: center;
}
.list_items .Previous
{
    text-align: left;
    width: 50%;
}
.list_items .Next
{
    text-align: right;
    width: 50%;
}

/* -- --------------- Login------------------------------ */
#RightColumn .login_box .box_table
{
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(/images/loginbox.gif);
    background-repeat: no-repeat;
    border: none;
}
#RightColumn .login_box .middlebit
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#RightColumn .login_box .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#RightColumn .login_box .box_footer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 6px;
    height: 20px;
    font-size: 80%;
    text-align: left;
}
#RightColumn .login_box input
{
    width: 85px;
}
#RightColumn .login_box .loginbutton
{
    height: 16px;
    width: 44px;
    left: 44px;
    position: relative;
}
/* ---------------------Custom Login----------------------------------------------- */
#CentreColumn .login_box2
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
#CentreColumn .login_box2 .box_table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#CentreColumn .login_box2 .loginbutton
{
    height: 16px;
    width: 44px;
    float: right;
}
#CentreColumn .login_box2 .box_footer
{
    height: 16px;
    width: 44px;
    font-size: 85%;
}
/* -- Footer */
#Footer
{
    text-align: center;
    border-top: none;
    font-size: 110%;
}
#Footer a
{
    color: #00FFFF;
}
#Footer a:active
{
    color: #00FFFF;
}
#Footer a:hover
{
    color: #00FFFF;
}
/* -- --------------------------------------------- */
/* -- Record Display Page Things */
#BasicPage img
{
    display: none;
}
#BasicPage .RecordImage
{
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 100px 0px 0px 0px;
    width: 1%;
}
#BasicPage .RecordImage img
{
    display: none;
}
#NextPrevious #Previous
{
    text-align: left;
    width: 50%;
}
#NextPrevious #Next
{
    text-align: right;
    width: 50%;
}
#UserAdmin img
{
    display: none;
}

/* -- --------------------------------------------- */
/* -- Image Record Display Things */
#CentreColumn #Image .centreimage img
{
    float: none;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    display: inline;
}
#Image .Icon
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#CentreColumn #Sites img
{
    border: none;
    float: right;
    padding: 0px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
}
#Image .Icon img
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#CentreColumn #Sites .Icon
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
}
#CentreColumn #Sites .Icon img
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;

}
#FeedbackForm label
{
    float: left;
}
#FeedbackForm input
{
    float: right;
    margin-right: 20px;
}
#YourEmail label
{
    float: right;
    margin-right: 20px;
}
#YourEmailAddress input
{
    float: left;
}
#FeedbackForm #FeedbackButton input
{
    float: left;
}
#errorimage
{
    float: left;
}
#News .RecordImage
{
    display: none;
}
#News .RecordImage img
{
    display: none;
}
#News .RecordImage a
{
    display: none;
}
#News .RecordImage .click
{
    display: none;
}
#News .RecordImage .alt
{
    display: none;
}
#Publication .RecordImage
{
    display: none;
}
#Publication .RecordImage img
{
    display: none;
}
#Publication .RecordImage a
{
    display: none;
}
#Publication .RecordImage .click
{
    display: none;
}
#Publication .RecordImage .alt
{
    display: none;
}
#BasicPage .RecordImage
{
    display: none;
}
#BasicPage .RecordImage img
{
    display: none;
}
#BasicPage .RecordImage a
{
    display: none;
}
#BasicPage .RecordImage .click
{
    display: none;
}
#BasicPage .RecordImage .alt
{
    display: none;
}
#Event .RecordImage
{
    display: none;
}
#Event .RecordImage img
{
    display: none;
}
#Event .RecordImage a
{
    display: none;
}
#Event .RecordImage .click
{
    display: none;
}
#Event .RecordImage .alt
{
    display: none;
}


