@charset "UTF-8";
/* CSS Document */

body  {
    font: 100% Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    /*text-align: center; */
    color: #000000;
}

blockquote {
    margin: 0.9em;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

#wrapper 
    { 
    width: 790px; 
    background: #FFFFFF;
    margin: 20px auto 0; 
    text-align: left;
    position: relative;
    }

#header 
    { 
    background: #FFF;
    padding: 0;
    margin: 0;
    height: 100px;
    } 
    
#content {
    float: left;
    width: 592px;
    margin: 0 0 0 15px;
    padding: 0;
}

#content_wrapper {
    width: 100%;
    position: relative;
    left: 0;
}

a {
    color:#7A0095;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* FOOTER */
#footer {
    margin: 40px 0 20px;
    text-align: left;
    color:#606060;
    clear: both;
    float: left;
    width: 100%;
    line-height: 1.1em;
}

#footer #bottomlinks {
    float: left;
    width: 555px;
}

#footer li {
    display: inline;
}
    
#footer a {
    color:#606060;
    font-size: .72em;
    text-decoration: none;
    white-space: nowrap;
}

#footer a:hover {
    text-decoration: underline;
} 

ul#footertext {
    float: left;
    clear: left;
    width: 600px;
    position: relative;
    display: block;
    font-size: .72em;
}
ul#footertext li{
    display: block;
}
ul#footertext li a{
    font-size: 1em;
    line-height: 1.3em;
}
#whitelogo {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

/* TOP NAVIGATION */
#topnav {
    float: right;
    position: relative;
    text-align: right;
    width: 400px;
    padding: 0;
    margin: 5px 0 0 0;
}

#topnav ul {
    list-style: none; 
    margin: 0; 
    padding: 0;
}

#topnav li
    {
    display: inline;
    font-size: .75em;
    font-weight: bold;
    color: #000;
}

#topnav a {
    color: #000; text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}

.indexnav a {
    font-size: .75em;
    color:#FFFFFF;
    text-decoration:none;
}

.indexnav a:hover {
    font-size: .75em;
    color:#FFFFFF;
    text-decoration:underline;
}

.indexnav li{
    list-style: none;
    margin: 9px 0 0 15px;
}

#purplelinkie a {
    color:#7A0095;
    font-weight: bold;
    margin-left: 15px;
    font-size: .75em;
    text-decoration: none;
}

#purplelinkie a:hover {
    text-decoration:underline;
}

.calendarnav a {
    font-size: .75em;
    color:#FFFFFF;
    text-decoration:none;
}

.calendarnav a:hover {
    text-decoration:underline;
}

.calendarnav li{
    list-style:url("images/triangle.gif");
    margin: 9px 0 0 15px;
}
    
/* SEARCH */
#searchbox {
    display: inline;
    width: 510px;
    float: right;
    text-align: right;
    margin: 22px 0 0 0;
    padding: 0;
}
    
input#search-button {top: 3px;}

a.searchlink {
    font-size: .75em;
    display: inline;
    color: #000;
}

/* IMAGES */
a img {
    border: none;
}

img.left {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
}

img#right {
    float: right; 
    clear: right; 
    margin: 0; 
    padding: 0;
}

img#logo {
    float: left; 
    clear: left; 
    padding: 0; 
    margin: 0;
}

#breadcrumb {
    /*height: 18px;*/
    padding: 5px 0 0 0;
    font-size: 1em;
    text-align: left;
    color:#666;
    margin: 10px 0;
}

/* ============= Navigation ================ */

/* navigation ul */
#navigation {
    float: left;
    width: 183px;
    background: #EFEFF1;
    padding: 0;
    margin: 0;
    font-size: .8em;
    height: 100%;
}

/* declare width to force hasLayout */
#navigation li {
    width: 100%;
}

/* nav primary item header text */
#navigation li h3 {
    background: url("../img/navheader1.jpg") repeat-x  center left;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 0 5px 4px;
    font-weight: normal;
}
#navigation li h3 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .94em;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

/* nav secondary ul */
#navigation ul {
    margin:0;
    margin-bottom: 5px;
    display: none;
    background: none;
    list-style-image: none;
}
#navigation ul.selected {
    display: block;
}

/*bottom spacing between menu items*/
#navigation ul li{
    margin:0;
    padding-bottom: 1px;
}

/* nav tertiery ul */
#navigation .current ul {
    margin:0;
    display: block;
}

/* hover and selected menu item achor tag states */
#navigation ul li a:hover,
#navigation .selected .tertiery a:hover{
    color:#7A0095;
    background-color: #DEDEDE;
}
#navigation ul.selected li a{
    color: #666666;
    display: block;
    padding: 5px 0;
    padding-left: 19px;
    text-decoration: none;
    font-weight: normal;
    font-size: 90%;
}
#navigation ul.selected li.current span.selected a{
    background: #D7D7D7;
    color:#7A0095;
}
/* open display of tertiery menu */
#navigation ul.selected li.tertiery span.selected a{
    background: #D7D7D7 url("../img/open_arrow.png") no-repeat center left;
}
#navigation ul.selected li.tertiery span.subselected a{
    background: #D7D7D7;
    color: #7A0095;
}
/* closed display of tertiery menu */
#navigation .selected .tertiery a{
    background: url("../img/closed_arrow.png") no-repeat center left;
}
/* reset background of menu item anchors beneath an open tertiery menu */
#navigation .selected li.tertiery li a{
    background-image: none;
    padding-left: 27px;
}

/* sub-tertiery menu item states */
#navigation ul ul li a:hover{
    color:#7A0095;
    background-color: #DEDEDE;
}

#navigation ul ul .current .selected a{
    color:#7A0095;
    font-weight: bold;
    background-color: #DEDEDE;
}

/* ============== TABBED PANELS ============== */

/* TABBED PAGES */

.panel {
clear:left;
}

.twitter {
    margin: 0 0 -2px 0;
}
