body {
    margin: 0;
    font-size: 16px;
    font-size: 100%;
    background: #eaeaea;
    font-family: "Helvetica", Arial, georgia, sans-serif;
}

a, a:visited {
    text-decoration: none;
    color: #0066cc;
    outline: none;
}

a:active {
    color: #0996FF;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 0.875em;
    line-height: 1.25em;
    margin-bottom: 10px;
}

#tools {
    font-size: 0.75em;
    padding: 0 0 20px 0;
}

#header {
    /*border-top: 6px solid #e6e6e6;*/
    height: 101px;
    background: url(../images/submenu-bg.png) bottom left repeat-x;
}

#header h1 {
    font-size: 1.8em;
    color: #0066cc;
    line-height: 66px;
}

#header ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#header ul li {
    text-align: center;
    float: right;
}

#header ul > li > a {
    display: block;
    padding: 0 20px;
    line-height: 66px;
    font-size: 1.2em;
    color: #0066cc;
    text-shadow: #fff 0 1px 0;
}

#header ul > li.selected > a,
#header ul > li:hover > a {
    background: url(../images/submenu-arrow.png) bottom center no-repeat #eaeaea;
    text-decoration: none;
}

#header ul > li > ul {
    background: transparent;
    position: absolute;
    top: 66px;
    right: 0;
    width: 940px;
    text-align: right;
    padding: 10px 0;
    z-index: 1000;
    display: none;
}

#header ul > li.selected > ul,
#header ul > li:hover > ul {
    display: block;
}

#header ul > li > ul > li > a {
    padding: 10px 20px;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    padding: 0 20px;
    text-shadow: #004488 0 -1px 0;
}


#header ul > li > ul > li:hover > a {
    background-image: none;
    background-color: transparent;
    text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: right; }
* html ul li a { height: 1%; }
/* End */

#content {
    margin-top: 20px;
}

#content ul {
    list-style-type: square;
    color: #999;
    margin-bottom: 5px;
    padding-left: 20px;
}

#content ul li {
    line-height: 1.4em;
    list-style-type: square;
}

.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.highlight_box {
    background: #eff2f4;
}

#splash {
    min-height: 350px;
    display: block;
    margin: 0 0 20px 0;
    background: url(../images/group-photo-cropped.png) top right no-repeat #0996ff;
    color: #fff
}

#splash p {
    margin: 20px;
    font-size: 1.0em;
    line-height: 1.4em;
    background: #0996FF
}

.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.highlight_box {
    background: #eff2f4;
}

#footer {
    border-top: 6px solid #eaeaea;
    margin-top: 20px;
    padding: 8px 0;
}

#footer > ul > li {
    clear: right;
    float: left;
    width: 220px;
    margin-right: 20px;
    font-size: 0.875em;
    line-height: 1.3em;
    font-weight: bold;
}

#footer > ul > li > ul > li {
    font-weight: normal
}

table.grid td, table.grid3 td {
    float: left;
    clear: right;
    margin-right: 20px;
    padding-bottom: 20px;
}

.gsc-control-cse {
    width: 50% !important;
}

.gsc-input {
    padding: 5px;
}

#container {
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
}

.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 3px solid #eaeaea !important; margin: 0 10px 10px 0;}

.spyrecms-content-sitelog {
    clear: both;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.spyrecms-content-sitelog dt {
    clear: left;
    float: left;
    color: #999;
    width: 80px;
}

.spyrecms-content-sitelog dd {
    margin-left: 80px;
}

.gsc-branding {
    display: none;
}
