/* MAIN */

#container {
    width: 940px;
    margin: 0 auto;
}

/* HEADER */

#header {
    height: 126px;
    color: #FFF;
}

#header a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}

#header a:hover {
    color: #CCC;
}

#header #top-bar,
#header #mid-bar,
#header #bot-bar {
    clear: both;
}

#header #top-bar {
    height: 25px;
    background: #E0E0E0;
    border-bottom: solid 1px #666;
    font-size: 11px;
}

#header #top-bar .logo {
    float: left;
}

#header #top-bar .logo a {
    width: 111px;
    height: 25px;
    background: url('/theme/default/img/layout/georgia-logo.png') no-repeat;
    display: block;
    text-indent: -99999em;
}

#header #top-bar .portal {
    float: right;
    color: #343434;
    padding: 5px 10px;
}

#header #mid-bar {
    height: 70px;
}

#header #mid-bar .logo {
    float: left;
}

#header #mid-bar .logo a {
    width: 340px;
    height: 65px;
    background: url('/theme/default/img/layout/OCP_logo.png') no-repeat;
    display: block;
    text-indent: -99999em;
}

#header #mid-bar .nav {
    float: right;
    margin: 50px 0 0 0;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 0 12px;
}

#header #mid-bar .nav li {
    float: left;
    list-style: none;
    margin: 0 3px 0 0;
}

#header #bot-bar {
    height: 30px;
    background: url('/theme/default/img/layout/ocp_topnav_bg.png');
}

#header #bot-bar .nav {
    font-weight: bold;
    width: 920px;
    margin: 0 auto;
}

#header #bot-bar .nav li {
    float: left;
    list-style: none;
}

#header #bot-bar .nav li a {
    color: #FFF;
    padding: 7px 24px;
    display: block;
}

#header #bot-bar .nav li a.selected {
    background: #780404;
}

#header #bot-bar .nav li a:hover {
    background: #BD1F1A;
}

#header #bot-bar .nav li.sfHover a {
    background: #BD1F1A;
}

#header #bot-bar .nav li.sfHover .sf-menu a {
    background: #780404;
    border-left: solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    padding: 5px;
    width: 250px;
}

#header #bot-bar .nav li.sfHover .sf-menu a:hover {
    background: #BD1F1A;
}

#header #bot-bar .nav li.sfHover .sf-menu {
    position: absolute;
    z-index: 2000;
}

#header #bot-bar .nav li.sfHover .sf-menu li {
    float: left;
    clear: both;
}

#header #bot-bar .nav li.sfHover .sf-menu li .sf-menu {
    margin: -27px 0 0 0;
    right: -261px;
}

#header #bot-bar .nav li.sfHover .sf-menu li a.sub {
    background: #780404 url('/theme/default/img/layout/arrow_light.gif') no-repeat right center;
}

#header #bot-bar .nav li.sfHover .sf-menu li a.sub:hover {
    background: #BD1F1A url('/theme/default/img/layout/arrow_light.gif') no-repeat right center;
}

#header #bot-bar .nav li.sfHover .sf-menu li.sfHover a.sub {
    background: #BD1F1A url('/theme/default/img/layout/arrow_light.gif') no-repeat right center;
}

/* FOOTER */

#footer {
    margin: 10px 0;
    padding: 0 0 15px 0;
}

#footer .nav {
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 10px;
}

#footer .nav li {
    float: left;
    list-style: none;
    margin: 0 4px 0 0;
}

#footer .nav a {
    color: #FFF;
    text-decoration: none;
}

#footer .nav li a:hover {
    text-decoration: underline;
}

.clearer {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0;
    visibility: hidden;
}

.error-message {
    color: red;
    font-size: 10px;
}

table.bordered {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
}

table.bordered td {
    border-width: 1px;
    padding: 1px;
    border-style: inset;
    border-color: black;
}

a.Press_Releases_Consumer_Alerts_and_Notices.wider,
a.Accomplishments.wider,
a.Other_Articles_in_the_News.wider {
    width: 300px !important;
}

.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.modal-container.active {
    transition: opacity 0.3s, visibility 0s linear;
    opacity: 1;
    visibility: visible;
}

.modal {
  transform: scale(1);
}

.modal-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

.modal {
	max-width: 640px;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 20px;
	right: 20px;
	background: #FFF;
	transform: scale(0.8);
	transition: transform 0.3s, top 0.2s;
}

.modal-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 24px;
	color: #CCC;
	text-decoration: none;
	z-index: 9;
}
.modal-close:hover {
  color: #666;
}

.modal-title,
.modal-body,
.modal-footer {
	padding: 20px;
	position: relative;
}

.modal-body .video {
	width: 100%;
	height: 340px;
}

.modal-body p a {
    font-size: 18px;
    text-decoration: none;
}

.modal-title {
	border-bottom: solid 1px #DDD;
	font-size: 28px;
	font-weight: 700;
}

.modal-footer {
	border-top: solid 1px #DDD;
	background: #F6F6F6;
	color: #999;
	font-size: 12px;
	text-align: right;
}

.modal-video-interior img {
	max-width: 100%;
	height: auto;
}