
/* Main.css */

body {
    background-color: #F8F8F8;
    margin: 0;
    padding: 0;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

#body_bg {
    background-image: url(../images/body_bg.gif);
    background-position: top center;
    background-repeat: repeat-y;
}
* html #body_bg {
    background-image: url(../images/body_bg_ie.gif);
}

.hide {
    display: none;
}
* html .hide {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

form {
    padding: 0;
    margin: 0;
}

textarea {
    font-family: arial, verdana;
    font-size: 1.2em;
}

a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

/* ----------- Page Containing Elements ------------------*/

#page_container {
    background-color:#FFFFFF;
    width: 97.2em;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #DCDCDC;
}
* html #page_container {
    width: 97.2em;
}
#page_container_padder {
    padding: 20px 10px 15px 10px;
}

/* ------------------------ Global Nav ------------------*/

#global_nav {
    float: right;
}
#global_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}
#global_nav ul li {
    display: inline;
}
#global_nav ul li a, #global_nav ul li a:visited {
    display: block;
    float: left;
    padding: 0.5em 0.8em 0.5em 0.8em;
    background-color:#F1F1F1;
    border: 1px solid #F1F1F1;
    color: #666666;
}
#global_nav ul li a:hover {
    color: #000000;
    border: 1px solid #CCCCCC;
    text-decoration: none;
}

/* ------------------------ Header ------------------*/

#header {
    background-image: url(../images/header_bg.gif);
    background-position: 0 0;
    clear: both;
}

#logo {}

#search {
    float: right;
    height: 62px;
    background-image: url(../images/search_heading.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#search div {
    padding: 21px 9px 0 85px;
    float: left;
}
#search form {
    float: left;
}

#search span {
    display: block;
    float: left;
    height: 50px;
    background-image: url(../images/search_go_bg.gif);
    background-repeat: no-repeat;
    background-position: right 19px;
}
#search input {
    /*padding: 0;*/
    margin: 0 0 0 0.5em;
    float: left;
}
#search #queries_all_query {
    /*height: 1.8em;*/
    height: 1.5em;
    padding: 1px 3px;
    width: 13em;
    margin-left: 0.6em;
    border: 1px solid #7F9DB9;
    font-size: 1em;
}
#search label {
    display: none;
}

/* ------------------------ Breabcrumbs ------------------*/

#breadcrumb {
    background-image: url(../images/breadcrumb_arrow.gif);
    background-repeat: no-repeat;
    background-position: 12px 0.9em;
    padding: 7px 0 10px 29px;
    color: #949393;
    font-size: 1.1em;
}
#breadcrumb a, #breadcrumb a:visited {
    color: #565454;
}
#breadcrumb a:hover {
    text-decoration: none;
    color: #000000;
}

/* ------------------------ Top Nav ------------------*/

#top_nav {
    clear: both;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-left: 10px;
}
#top_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#top_nav ul li {
    /*display: inline;*/
    text-transform: uppercase;
    /* */
    float: left;
    border-right: 2px solid white;
}
#top_nav ul li#nav_7661 { /*this asset ID needs to match the ID of the last item in the top nav*/
    border-right: none;
}
#top_nav ul li a, #top_nav ul li a:visited {
    display: block;
    float: left;
    margin-right: 0.2em;
    padding: 0.4em 0.9em 0.4em 0.9em;
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-bottom: none;
    color: #605E5E;
    /* */
    margin-right: 0em;
}

#top_nav ul li.selected a,
#top_nav ul li.selected a:visited,
#top_nav ul li a:hover {
    padding-bottom: 0.4em;
    background-color: #000000;
    border: 1px solid #000000;
    border-bottom: none;
    color: #FFFFFF;
    text-decoration: none;
}

/* ------------------------ Content Tools ------------------*/

#content_tools {
    padding-right: 10px;
}
#content_tools ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
#content_tools ul li {
    display: inline;
}
#content_tools ul li span {
    display: none;
}
#content_tools ul li a {
    display: block;
    float: left;
    margin-left: 1px;
    height: 19px;
    background-position:  0 0;
    background-repeat: no-repeat;
    border: 1px solid #E4E4E4;
    border-top-color: #FFFFFF;
}
#content_tools ul li a:hover {
    border-color: #999999;
}
#content_tools ul li.tools_text a {
    background-image: url(../images/button_textonly.gif);
    width: 23px;
}
#content_tools ul li.tools_text a:hover {
    background-image: url(../images/button_textonly-o.gif);
}
#content_tools ul li.tools_printer a {
    background-image: url(../images/button_printerfriendly.gif);
    width: 27px;
}
#content_tools ul li.tools_printer a:hover {
    background-image: url(../images/button_printerfriendly-o.gif);
}
#content_tools ul li.tools_font a {
    background-image: url(../images/button_textsize.gif);
    width: 35px;
}
#content_tools ul li.tools_font a:hover {
    background-image: url(../images/button_textsize-o.gif);
}

/* -------------------- Content Container ------------------*/

#content_container {
    clear: both;
    background-image: url(../images/content_container_bg.gif);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #F8F8F8;
    border-bottom: 1px solid #FFFFFF;
}

#content_container_padder1 {
    background-image: url(../images/content_padder_bg.gif);
    background-repeat: repeat-x;
    height: 1%;
}

#content_container_padder2 {
    margin: 0px 20px 20px 20px;
    overflow: hidden;
    height: auto;
}

.contact_squiz {
    padding-left: 0.5em;
	font-size: 12px;
	color: #000000;
}
.contact_squiz span {
    display: none;
}
.contact_squiz ul {
    background-image: url(../images/contact_squiz_bg.gif);
    background-repeat: repeat-y;
    background-position: 1.3em 0;
    padding: 0;
    margin: 0.5em 0 1em 0;
    list-style: none;
}
.contact_squiz ul li {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 1.9em;
    margin-bottom: 0.5em;
}
.contact_squiz ul li.tel {
    background-image: url(../images/contact_t.gif) !important;
}
.contact_squiz ul li.ema {
    background-image: url(../images/contact_e.gif) !important;
}
.contact_squiz ul li.fax {
    background-image: url(../images/contact_f.gif) !important;
}
.contact_squiz ul li.web {
    background-image: url(../images/contact_w.gif) !important;
}
.contact_squiz h2 {
    color: #00A6E5;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: normal;
}
.contact_squiz h2 a,
.contact_squiz h2 a:visited {
    color: #00A6E5;
}


/* -------------------- Footer ------------------*/

#footer {}

#footer_line { 
    height: 2px;
    overflow: hidden;
    /*background-color is defined in the colours.css */
    width: 64em;
}

#footer_date {
    float: right;
    padding-top: 8px;
    font-size: 1.1em;
    color: #666666;
}
#footer_date span {
    color: #CCCCCC;
    display: none;
}
#footer_links {
    padding: 8px 0 0 10px;
    color: #AAAAAA;
    font-size: 1.1em;
    float: left;
}
#footer_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer_links ul li {
    float: left;
    margin-right: 1.5em;
}
#footer_links ul li a {
    color: #AAAAAA;
}
#footer_links ul li a:hover {
    color: #000000;
    text-decoration: none;
}


