a {
    text-decoration:none;
}

:focus {
     outline: 1px solid white;
}

#header {
    padding: 2em;
	background-color: #004284;
}

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;
		font-size: 2.5em !important;
		letter-spacing: 0.4em;
}

#new_tagline {
	  color: #D3DCE6;
    font-size: 0.9em !important;
		letter-spacing: 0.4em;
}

#menu {
    background-color: #FFCC00;
	margin: 0;
	border-bottom: 1px solid #D3DCE6;
	border-top: 1px solid #D3DCE6;
	height: 27px;
	padding-top: 4px;
}

#menu li {
    padding: 0 5px;
    border-right: 1px solid #FF6600;
}

#menu li a {
    color: #26354A;
	letter-spacing: 0.1em;
    background-color: #FFCC00;
	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;
}

#menu li a:hover, 
#menu .fl-activeTab a {
    color: #FFFFFF;
    background-color: #FF6600;
}

#menu li a:hover img {
    background-color: #FFCC00;
}

.horizontal_orange {
     background-color: #FF6600;
	 height: 4px;
	 margin: 0px;
	 padding: 0px;
}


#content {
    background-color: #D3DCE6;
	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;
}
