a {
    text-decoration:none;
}

:focus {
    outline: 1px solid white;
}

#header {
    padding: 2em;
    /*background-color: #4422DD;*/
    background-color: #7299c9;
}

h1 {
    color: #004284;
    font-size: 2em !important;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1em;
}

h2 {
    color: #004284;
    font-size: 1.5em !important;
    font-weight: bold;
    line-height: 1em;
}

#new_logo {
    /*color: #FFBA00;*/
    color: #FFFa5E;
    font-size: 2.5em !important;
    font-family: 'Amaranth', georgia, gill, arial, sans-serif;
    letter-spacing: 0.4em;
}

#new_tagline {
    /*color: #D3DCE6;*/
    color: #ffffff;
    font-size: 0.9em !important;
    letter-spacing: 0.4em;
}

#menu {
    /*background-color: #FFCC00;*/
    background-color: #8fda8d;
    /*border-bottom: 1px solid #D3DCE6;*/
    border-bottom: 1px solid #004284;
    /*border-top: 1px solid #D3DCE6;*/
    border-top: 1px solid #004284;
    margin: 0;
    /*height: 27px;*/
    height: auto;
    overflow: visible;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 1100px;
}

#menu li {
    padding: 0 5px;
    /*border-right: 1px solid #FF6600;*/
    border-right: 1px solid black;
}

#menu li a {
    color: #26354A;
    color: black;
    letter-spacing: 0.1em;
    /*background-color: #FFCC00;*/
    background-color: #8fda8d;
    font-weight: normal;
    border-style: none;
    white-space: nowrap;
    padding: 0.5em 1.5em;
}

#menu img{
    padding: 1px;
    margin-bottom: -4px;
}

#menu img.active_language{
    margin-bottom: -7px;
}

.active_language {
    /*border: medium solid #FF6600;*/
    border: medium solid orange;
}

#menu li a:hover, 
#menu .fl-activeTab a {
    color: #FFFFFF;
    /*background-color: #FF6600;*/
    /*background-color: #004284;*/
    background-color: #3B5A3B;
}

#menu li a:hover img {
    background-color: #FFCC00;
}

.horizontal_orange {
    /*background-color: #FF6600;*/
    /*background-color: #7299c9;*/
    background-color: #dddddd;
    height: 4px;
    margin: 0px;
    padding: 0px;
}

.horizontal_orange_bottom {
    /*background-color: #FF6600;*/
    background-color: #dddddd;
    height: 3px;
    margin: 0px;
    padding: 0px;
}

#content {
    /*background-color: #D3DCE6;*/
    /*background-color: #f8ffef;*/
    background-color: #eeeeee;
    line-height: 1.4em;
    padding: 0 2em 2em 2em;
}

#content p, li {
    width: 950px;
}

#content a {
    font-weight: bold;
    color: #004284;
}

#content a:visited {
    color:#800080;
}

#footer {
    background-color: #FFFFFF;
    padding: 2em 0;
    color: #004284;
}

.footer_logo {
    height: 60px;
    margin-right: 0.3em;
    background-position: center center;
    background-repeat: no-repeat;
}

.logo_ryerson {
    width: 250px;
    background-image: url('../images/logo_ryerson.gif');
}

.logo_chs {
    width: 250px;
    background-image: url('../images/logo_chs.gif');
}

.logo_atrc {
    width: 100px;
    background-image: url('../images/logo_atrc.png');
    margin-left: 1em;
}

.logo_signencode {
    width: 100px;
    background-image: url('../images/logo_signencode.png');
    margin-left: 1em;
}

.logo_heritage {
    height: 60px;
    width: 200px;
    background-image: url('../images/logo_heritage.gif');
}

.cite {
    margin-bottom: 0.5em;
}

.inlineVertMid {
    display: inline-block;
    vertical-align: middle;
}

.picture_thumbnail {
    padding: 8px;
    margin: 2px;
    border: 1px solid #CCCCCC;
    background-color: #7299c9;
}

.browserlogo {
    display: inline;
    vertical-align: middle;
}

.manualselect {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color:lightblue;
    border: 1px solid #cccccc;
    width: 80%;
    text-align: center;
    padding: 20px;
    clear:both;
    outline: 1px outset #7766ff;
}

.manualselect ul li {
    list-style: none;
    margin: 0;
    padding: 5px;
    display:inline;
    font-size: 1.5em;
}

#manlistnav a {
    color: blue;
}

#manlistnav a:hover {
    color: orange;
}

.contentBox {
    margin-top:10px;
    margin-left: 20px;
    border: 1px solid #aaaaaa;
    outline: 2px solid #cceeee;
    padding: 10px;
    background-color: #E2DFE9;
    height: 420px;
    text-align: center;
}

.centerContainer {
    width: 98%;
    /*height: 460px;*/
    height: auto;
    text-align: center;
    overflow:visible;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.greenBox {
    border: 1px solid #1e8f04;
    padding-left: 10px;
    padding-right: 10px;
    height:100px;
    width: 400px;
    background-image:url('../../images/grad_green2.png');
    repeat:repeat-x;
    text-align:center;
}

.inARow {
    display: inline;
}

