@charset "UTF-8";
/* CSS Document */
:focus {
  outline: 0 !important;
}

::-moz-focus-inner {
  border: 0 !important;
}
.clear {
	display: block;
	height: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.clear-fix:after {
	content: "";
	clear: both;
	height: 0;
	display:block;
}
body {
	font: 12px Arial, sans-serif;
	color: #333;
	background: #f7f7f7 url('img/body-bg.png') repeat-x 0 0;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {
	font-family:"Times New Roman", serif;
	color: #2751a5;
}
h1 {
	font-size: 24px;
}
ul, 
ol {
	padding: 0 0 0 25px;
	margin-top: 0;
}
ul.no-style li {
	list-style: none;
	margin: 5px 0;
}
.page-wrap {
	width: 975px;
	margin: 0 auto;
	padding: 5px 0 0;
}
.disclaimer-wrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
}
p.disclaimer {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
a:link,
a:active,
a:visited {
	color: #2751a5;
	text-decoration: none;
}
a:hover {		
	text-decoration: underline;
}
a:focus {
	border: none;
}
input[type="submit"]:hover {
	cursor: pointer;
}
ul.links-group {
	margin: 0;
	padding: 0;
}
ul.links-group li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.redtext{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
/* ~~ Header Styles ~~ */
.header {
	margin: 0 15px;
}
ul.org-links {
	margin: 0;
	padding: 0 0 15px
}
ul.org-links li {
	float: left;
	margin: 0 15px 0 0;
}
ul.org-links li a {
	color: #fff;
}
ul.org-links li a.hhs-link {
	background: url('img/hhs-16.png') no-repeat left center;
	padding: 0 0 0 20px;
}
ul.org-links li a.nih-link {
	background: url('img/nih-16.png') no-repeat left center;
	padding: 0 0 0 30px;
	float: left;
	height: 16px;
	line-height: 16px;
}
.logo-bar {
	margin: 0 0 15px;
}
.logo-bar .CC-Logo {
	float: left;
}
.logo-bar .search-cluster {
	float: right;
	padding: 5px 0 0;
}
.logo-bar .search-cluster .search-bar {
	margin: 0 0 15px;
}
.logo-bar .search-cluster .search-bar input[type="text"] {
	background: #fff;
	border: 2px solid #2751a5;
	padding: 4px;
	color: #666;
	width: 150px;
}
.logo-bar .search-cluster .search-bar input[type="submit"] {
	background: none;
	color: #2751a5;
	text-transform: uppercase;
	border: none;
	font-size: 14px;
	padding: 0;
}
.logo-bar .search-cluster .links-bar {
	text-align: right;
	color: #ccc;
}
.nav-bar ul.links-group {
	background: #999 url('img/nav-bg.png') repeat-x 0 0;
	border-radius: 6px 6px 0 0;
}
.nav-bar ul.links-group li {
	float: left;
	text-align: center;
}
.nav-bar ul.links-group li a {
	font-size: 13px;
	color: #fff;
	display: block;
	width: 101px;
	height: 30px;
	margin: 0;
	border-right: 1px solid #777;
	border-left: 1px solid #bfbfbf;
	padding: 5px 16px;
}
.nav-bar ul.links-group li.first a{
	border-left: none;
	border-radius: 6px 0 0;
}
.nav-bar ul.links-group li.last a{
	border-right: none;
	border-radius: 0 6px 0 0;
	padding: 5px 17px;
}
.nav-bar ul.links-group li a:hover {
	background: #b8b8b8;
}
.nav-bar ul.links-group li a:active {
	background: #777;
}
.nav-bar ul.links-group li a.active {
	background: #2751a5;
}

/* content styles */
.main {
	position: relative;	
	background: url('img/main-bg.png') repeat-y center 0;
	padding: 1px 15px 1px 16px;
}
.main .sidebar {
	float: left;
	width: 235px;

}
.main .sidebar .box {
	border: 1px solid #999;
	margin: 0 0 9px;
}
.main .sidebar .welcome {
	height: 185px;
	background: #2751a5;
	border:none;
}
.main .sidebar .welcome .padder {
	padding: 10px;
}
.main .sidebar .welcome .gallin {
	margin: 0 0 7px;
}
.main .sidebar .welcome .gallin img {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
}
.main .sidebar .welcome .gallin p {
	float: right;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 15px 0 0;
}
.main .sidebar .welcome h1 {
	text-align: center;
	margin: 0;
	color: #fff;
	font-family:Arial;
	font-size:22px;
}
.main .sidebar .welcome a:link,
.main .sidebar .welcome a:active,
.main .sidebar .welcome a:visited {
	color: #fff;
}
.main .sidebar .access {
	background: #999;
	border: none;
	margin-bottom:10px;
}
.main .sidebar .access h2 {
	margin: 6px 0px 5px 12px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
}
.main .sidebar .access h2 a,
.main .sidebar .access h2 a:link,
.main .sidebar .access h2 a:active,
.main .sidebar .access h2 a:visited {
	color: #fff;
}
.main .sidebar .access h2:hover {
	text-decoration: underline;
}
.main .sidebar .access img {
	margin: 0;
	border: 1px solid #999;
}
.main .sidebar .updates {
	padding: 0;
	margin: 0;
	width: 235px;
}
.main .sidebar .updates h2 {
	text-align: center;
	font-size: 16px;
	padding: 6px;
	margin: 0;
	color: #fff;
	background: #999;
}
.main .sidebar .updates h2 span {
	font-size: 14px;
}
.main .sidebar .updates .formbox {
	margin: 10px;
}
.main .sidebar .updates .formbox input[type="text"] {
	width: 170px;
	font-size: 11px;
	color: #666;

}
.main .sidebar .updates .formbox input[type="submit"] {
	background: none;
	font-size: 10px;
	border: 1px solid #ddd;
	height: 20px;
border-radius: 12px;
-moz-line-height: 20px;
}

/* ~~ Interior Pages ~~ */
.two-column .column-left {
	margin: 0 0 0 30px;
	width: 530px;
	float: left;
}
.two-column .column-right {
	margin: 0 0 0 20px;
	width: 245px;
	float: left;
}
/* ~~ Slideshow ~~ */
.content-rotator-wrap {
	float: right;
	width:690px;
	background: url('img/slideshow-bg.png') no-repeat;
	position: relative;
}
.content-rotator {
	margin: 30px 35px 0;
	width: 620px;
	height: 315px;
	border: 1px solid #264ea6;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.content-rotator .slides {
	position: relative;
}
.content-rotator .slide {
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}
.content-rotator .slide img {
	float: left;
	border-right: 1px solid #264ea6;
}
.content-rotator .slide .slide-text {
	padding: 10px;
	float: left;
	width: 148px;
	background: #597fd8;
}
.content-rotator .slide .slide-text h2,
.content-rotator .slide .slide-text p {
	color: #fff;
	text-align: center; 	
}
.content-rotator .slide .slide-text div.more {
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 55px;
}
.content-rotator .slide .slide-text a.more {
	color: #fff;
	background: #264ea6 url('img/more-bg.png') no-repeat right center;
	padding: 6px 20px 6px 6px;
}
.content-rotator .slide .slide-text a.more:focus {
	border:none;
}
.content-rotator-wrap .controls {
	position:absolute;
	bottom: 0;
	 right: 0;
	 width: 160px;
	 background: #264ea6;
	 padding: 5px;
	 z-index: 9999999;
	 margin: 0;
}
.content-rotator-wrap .navigator a {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	margin: 0 7px 0 0;
	border-radius: 8px;
}
.content-rotator-wrap .navigator a.last {
	margin: 0;
}
.content-rotator-wrap .navigator a.current {
	background: #9dbdff;
	color: #264EA6;
}
.content-rotator-wrap .player-button {
	display: none;
	float: left;
	height: 16px;
	width: 16px;
	border: none;
	padding: 0;
	margin: 0 6px 0 2px;
	position: static;
}
.content-rotator-wrap .play {
	background: url('img/play.png') no-repeat center center;
}
.content-rotator-wrap .play:hover {
	cursor: pointer;
	background-image: url('img/play-hov.png');
}

.content-rotator-wrap .pause {
	background: url('img/pause.png') no-repeat center center;
}
.content-rotator-wrap .pause:hover {
	cursor: pointer;
	background-image: url('img/pause-hov.png');
}
.content-rotator-wrap button.active {
	display: block;
}
.smalltext, .smallgraytext {
	color: #707064;
	font-size: 10px;
	font-stretch: extra-expanded;
	font-weight: lighter;
}
p.text-version {
	text-align: center;
	float: right;
	width: 690px;
	margin: 7px 0 15px;
}
p.text-version a {
	color: white;
}

/* ~~ Footer ~~ */
.footer {
	background: url('img/footer-bg.png') no-repeat center bottom;
    margin-bottom: 13px;
    padding: 0 15px;
}
.social-media {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 18px
}
.social-media h2 {
	float: left;

	font-size: 14px;
	margin: 0 10px 0 0;
}
.social-media ul li {
	float: none;
	line-height: 18px;
	font-family: "Times New Roman", serif;
	font-size: 13px;
	margin: 0 20px 0 0;
	display:inline-block;
}
.social-media ul li:last-child {
	margin: 0;
}
.social-media ul li a {
	padding: 0 0 0 20px;
}
.social-media ul li a.fb {
	background: url('/internet/general/css/img/fb.png') no-repeat left center;
}
.social-media ul li a.tw {
	background: url('/internet/general/css/img/tw.png') no-repeat left center;
}
.social-media ul li a.sm {
	background: url('/internet/general/css/img/sm.png') no-repeat left center;
}
.social-media ul li a.fl {
	background: url('/internet/general/css/img/fl.png') no-repeat left center;
}
.social-media ul li a.yt {
	background: url('/internet/general/css/img/yt.png') no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0;
}

.resources {
	margin-left:15px;
	margin-right:15px;
}
.resources h2 {
    font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #666;
	border-bottom: 1px solid #2751a5;
}

.resources h3 {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #2751a5;
	padding-top:2px;
}
.resources p {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #333;
	margin: 0 0 1em 0;
}

.footer-links {
	background: #999;
	padding: 10px;
	text-align: center;
	color: #efefef;
	line-height: 18px;
}
.footer-links a {
	color: #fff;
}
/* About Page */
.about-page .column-left {
	width: 260px;
	margin: 0 20px 0 0;
	background: #eee;
}
.about-page .column-left .content {
	padding: 10px;
}
.about-page .main-content {
	width: 420px;
	float: left;
}
.about-page .column-right {
	float: right;
	width: 210px;
	margin: 0;	
}
.about-page .main h1, 
.about-page .main h2 {
	margin-top: 0;
	font: 24px  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}
.about-page .main h2 {
	font-size: 16px;
}

/* General */
.left-column {
	width: 260px;
	margin: 0 20px 0 0;
	background: #eee;
	float:left;
}

.right-column {
	float: right;
	width: 210px;
	margin: 0 0 0 10px;
}

.main-content {
	float:left;
}
.content-area {
	padding:10px;
}
.content-area h1, h2, h3, h4 {
	margin-top: 0;
	font: 21px  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	margin:0 0 5px;
}
.content-area h2 {
	font-size: 16px;
}
.content-area h3 {
	font-size: 13px;
	margin-bottom: -10px;
}
.content-area h4 {
	font-size: 12px;
	font-weight: bold;
}
.rcol {
	width:680px;
}
.lcol {
	width:630px;
}
.ncol {
	width:420px;
}
﻿.obscure { 
  ﻿position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); 
} 

.social-media ul {
	text-align:center;
}

.footer-text {
	color:white;
	font-size:13px;
}
#disclaimer {
    background-color: white;
    border: 1px solid #666;
    box-shadow: 0 0 90px #000;
	padding:10px;
    display: none;
    width: 500px;
    z-index: 10000;
	}