/* Only used to set the colors of orange site */
@CHARSET "UTF-8";

a, a:visited {
    color: #FF9933;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#subnav a, #subnav a:link, #subnav a:visited {
    color: #FF9933;
}

#subnav a.selected {
    color: #FF9933;
}

/******************/
/* background div */
/******************/

#directoryContent {
    background: url(../images/content/directoryBg.jpg) no-repeat;
}

#backgroundContent {
    background: url(../images/content/contentBg.jpg) no-repeat;
    background-position: top;
}

/***************/
/* content div */
/***************/

#contentLeft {
    background: url(../images/content/leftContentBg.jpg) no-repeat;
}

#contentRight {
    background: url(../images/content/eventsNewsBg.jpg) repeat-y;
}

/****************/
/* content left */
/****************/

#contentLeftTop {
    background: url(../images/content/contentRepeat/contentLeftTop.jpg) no-repeat;
    background-position: top left;
}

#contentLeftMid {
    background: url(../images/content/contentRepeat/contentLeftMid.jpg) repeat-y;
}

#contentLeftBtm {
    background: url(../images/content/contentRepeat/contentLeftBtm.jpg) no-repeat;
    background-position: bottom left;
}

/****************/
/** footer div **/
/****************/

#footer {
    background: #FF9933;
}

#admin {
    background: url(../images/footer/admin.gif) no-repeat;
}

/***********************/
/* featured news items */
/***********************/

h1, h2, h3, h4, h5, h6 {
    color: #FF9933;
}

#events-table a {
    color: #FF9933;
}

#news-tableFeat .inside a, #news-tableFeat .inside a:link, #news-tableFeat .inside a:visited {
    color: #FF9933;
    text-decoration: none;
}

a#logoLink {
    background: url(../images/footer/footerLogo.jpg) no-repeat;
}

/**********/
/* subNav */
/**********/

#subnav .menuItem a.selected {
    color: #F26721;
}

/********************************/
/******* Top Search Field *******/
/********************************/

#cse-search-box div#leftSearchAll {
    width: 9px;
    height: 20px;
    float: left;
    background: url(/templates/public/wireframe/images/search/orange/leftSearch.jpg) no-repeat; 
}

#cse-search-box input#keywordAll {
    width: 117px;
    height: 20px;
    background-image: url(/templates/public/wireframe/images/search/orange/midSearch.jpg);
    border: 0px;
}

#cse-search-box #searchSubmitAll {
    display: block;
    float: left;
    width: 36px;
    height: 20px;
    background: url(/templates/public/wireframe/images/search/orange/rightSearch.jpg) no-repeat;
    margin-left: 126px;
    margin-top: -20px;
}

#cse-search-box {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}