﻿body
{
    background: #37c url('images/background.png');
}

div#accessibility
{
    position: absolute;
    left: -999px;
    width: 990px;
}

div#outer
{
    width: 958px;
    margin: 0 auto;
}

/* left hand side */
div#outer > div#left
{
    width: 246px;
    float: left;
    margin-top: -1px;
}

div#outer > div#left > div#left_top
{
    background: url('images/left_top.png') top right no-repeat;
    width: 246px;
    height: 355px;
}

/* back to homepage link */
div#outer > div#left > div#left_top > a
{
    display: block;
    position: relative;
    left: 60px;
    top: 38px;
    height: 78px;
    width: 160px;
    text-indent: -900%;
}

div#outer > div#left > div#left_top > a:hover
{
    background: none;
}
/* back to homepage link */

div#outer > div#left > div#left_middle
{
    background: url('images/left_middle.png') top right no-repeat;
    width: 246px;
    height: 123px;
}

div#outer > div#left > div#left_bottom
{
    background: url('images/left_bottom.png') top right no-repeat;
    width: 246px;
    height: 158px;
}

/* left hand side controls */
div#outer > div#left > div > div
{
    float: right;
    margin: 10px 4px 0 0;
    width: 165px;
    height: 95px;
    height: 100px;
    font-size: 0.9em;
    color: #fff;
}

div#outer > div#left > div > div > h2
{
    font-size: 1.35em;
    font-weight: bold;
    color: #fff;
}

div#outer > div#left > div > div > div.hr > hr
{
    display: none;
}

div#outer > div#left > div#left_middle div.hr
{
    background: url('images/hr_pink.gif') center no-repeat;
    width: 173px;
    height: 9px;
}

div#outer > div#left > div#left_bottom div.hr
{
    background: url('images/hr_orange.gif') center no-repeat;
    width: 174px;
    height: 9px;
}

div#outer > div#left > div > div > p
{
    color: #fff;
}

div#outer > div#left > div > div > p > input[type=text]
{
    width: 110px;
    text-align: right;
    border: inset 1px #fff;
}

div#outer > div#left > div#left_bottom > div
{
    margin-top: -4px;
}

div#outer > div#left > div#left_bottom > div > ul#twitter_update_list > li > span
{
    font-size: 0.9em;
    line-height: 1.0em;
}

div#outer > div#left > div#left_bottom > div > ul#twitter_update_list > li > a
{
    font-size: 0.8em;
    line-height: 0.9em;
    color: #fff;
}

div#outer > div#left > div#left_bottom > div > ul#twitter_update_list > li > a:hover
{
    color: #f37020;
    background-color: #fff;
}

div#outer > div#left > div#left_bottom a
{
    font-size: 1.0em;
    color: #fff;
}
div#outer > div#left > div#left_bottom a:hover
{
    color: #f37020;
    background-color: #fff;
}
/* left hand side controls */
/* left hand side */

/* middle */
div#outer > div#middle
{
    width: 621px;
    float: left;
    margin-bottom: 20px;
}

/* middle top */
div#outer > div#middle > div#middle_top
{
    background: url('images/middle_top.png') top left no-repeat;
    width: 621px;
    height: 160px;
    background-color: #fff;
}

/* middle top search */
div#outer > div#middle > div#middle_top > div#search
{
    float: right;
    margin: -4px 0 0 0;  /*16px 0px 0 0; */
    width: 155px;
    height: 82px;
    color: #fff;
    font-size: 0.9em;
    background: #f7a7ca;
    overflow: hidden;
}

div#outer > div#middle > div#middle_top > div#search > h2
{
    font-size: 1.35em;
    font-weight: bold;
    color: #fff;
}
/* middle top login */
div#outer > div#middle > div#middle_top > div#login
{
    padding: 5px 0 0 5px; 
    /*height: 30px;*/
}
div#outer > div#middle > div#middle_top > div#login > a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color: #37c;
    text-decoration: none;
}
div#outer > div#middle > div#middle_top > div#login > a:hover
{
    color: #f37020;
}    
body.cse-search-box
{
    background: #f7a7ca;
    width: 150px;
    overflow: hidden;
}

body.cse-search-box > form#cse-search-box > div:first-child
{
    margin-bottom: 3px;
}

body.cse-search-box > form#cse-search-box > div > input[type=text]
{
    width: 144px;
    height: 20px;
    font-size: 1.2em;
    border: inset 1px #fff;
}
body.cse-search-box > form#cse-search-box > div > input[type=submit]
{
    float: right;
}
/* middle search */

/* middle navigation */
div#outer > div#middle > div#middle_top > div#navigation
{
    position: relative;
    left: 5px;
    top: 50px; /* 75px; */
    width: 440px;
    height: 30px;
}

div#outer > div#middle > div#middle_top > div#navigation > h2
{
    position: absolute;
    left: -999px;
    width: 990px;
}
/* middle navigation */

div#outer > div#middle > div#middle_top > div#breadcrumb
{
    position: relative;
    left: 5px;
    top: 80px;
    width: 440px;
    height: 30px;
}

div#outer > div#middle > div#middle_top > div#breadcrumb > span > span.arrow
{
    padding-right: 10px;
    padding-left: 10px;
    color: #bebebe;
    text-align: center;
}

div#outer > div#middle > div#middle_top > div#breadcrumb > span > span > a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #37c;
    text-decoration: none;
}
div#outer > div#middle > div#middle_top > div#breadcrumb > span > span > a:hover
{
    color: #f37020;
}
/* middle top */

/* middle content */
div#outer > div#middle > div#content
{
    min-height: 483px;
    background-color: #fff;
    padding: 0 25px 10px 25px;
}
/* middle content */


/* middle bottom */
div#outer > div#middle > div#middle_bottom
{
    background: url('images/middle_bottom.png') top left no-repeat;
    width: 585px;
    height: 30px;
    padding: 20px 18px;
}

div#outer > div#middle > div#middle_bottom > span#copyright
{
    float: right;
    color: #777;
    font-size: 0.9em;
}

div#outer > div#middle > div#middle_bottom > span#add_this > a
{
    /*font-family: Comic Sans MS, cursive;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    margin: 1px;
}
div#outer > div#middle > div#middle_bottom > span#add_this > a:hover
{
    background: #eee;
    border: solid 1px #aaa;
    margin: 0;
}
/* middle bottom */


/* middle basement */
div#outer > div#middle > div#middle_basement
{
    color: #fff;
    text-align: justify;
    font-size: 0.75em;
}
/* middle */

/* right */
div#outer > div#right
{
    background: url('images/right.png') top left no-repeat;
    width: 91px;
    height: 280px;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
}
/* right */

