@charset "utf-8";
/* CSS Document */
body, html {
    background:#edf4fc;
    margin: 0;
    padding: 0;
	font-family:Open Sans, sans-serif;
	font-size: 1em;
	color:black;

}
#container {
	background: #edf4fc;
	color:black;
}
.printOnly {
    display: none;
}
#content {
    background: #fff;
    margin: 0 auto;
	margin-bottom:0;
    padding: 40px 30px;
	width:1040px !important;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a {
	color:#0064A4;
}
.new {
    background-color: #603;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family:Roboto, sans-serif;
}
#body h1, h2, h3, h4, h5 {
    line-height: 1.2em;
	font-weight: 500;
    color: inherit;
}
h1, .h1 {
    font-size: 2em;
}
#body h4 {
	font-size: 1.2em;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
	font-weight:normal;
}
.small {
  font-size: 80%;
}
#body img {
    margin: 5px 20px 10px;
}
img {
    border: 0 none;
    display: block;
    margin: 0;
}
#body img.image_align_right {
    margin-right: 0;
}
#body img.image_align_left {
    margin-left: 0;
}
#body img.image_no_padding {
    margin: 0;
}
h1 img {
    margin: 0 10px 40px 0 !important;
}
.subhead {
    font-size: 80%;
}
blockquote {
	border-left:none;
}
.emphasisquote {
    color: #6a6a23;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 20px;
    padding: 0 3em;
}.button {
    background-color: #0064A4;
	background: -moz-linear-gradient(center top , #27a9e6 5%, #3469a1 100%) repeat scroll 0 0 #27a9e6;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#27a9e6), to(#3469a1));
	background: -webkit-linear-gradient(#27a9e6, #3469a1);
    border: 1px solid #3399cc;
    border-radius: 8px 8px 10px;
    box-shadow: 4px 4px 5px -2px #8393a6, 0 1px 0 0 #97c4fe inset;
    color: #ffffff !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 4px;
    text-align: center;
    text-decoration: none !important;
    text-indent: 0;
    text-shadow: 1px 1px 0 #1570cd;
    text-transform: uppercase !important;
    width: 148px;
}
.button:hover {
    background: -moz-linear-gradient(center top , #3469a1 5%, #27a9e6 100%) repeat scroll 0 0 #3469a1;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3469a1), to(#27a9e6));
	background: -webkit-linear-gradient(#3469a1, #27a9e6);
}
.button:active {
    position: relative;
    top: 1px;
}
.whitebold {
    color: #fff;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}

.redbold {
    color: #603;
    font-weight: bold;
}
.table_head_shade {
    background-color: #039;
    color: #fff;
    font-weight: bold;
}
.table_background_shade {
    background-color: #edf4fc;
}
ul {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}
ul li {
    background-color: transparent;
    background-image: url("/images/arrow_blue.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 1.5em;
	line-height: 1.6em;
}
#skiptocontent {
	font size:12px;
	text-align:center;
	color:#777;
	font-family: Calibri Light,  Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,Frutiger,"Frutiger Linotype",Univers,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}	
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:black;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#000;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

/* ----------------- IMAGE CHANGER STYLES ------------------------------  */

#changer {
	width:100%;
	background-color:#003399;
	max-width:802px;
	max-height:265px;
	padding:0;
	margin:0;
	overflow:hidden;
}
#imageChanger {
	width:100%;
	padding:0;
	margin:0;
	display:block;
}
#changerNames {
	background-color:#003399;
	width:25%;
	display:inline-block;
	float: left;
	max-height:282px;
	overflow:hidden;
}
#changerNames ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
#changerNames ul li {

	padding:0;
	display:block !important;
	float:none;
}
#changerNames a {
	color:#fff;
	height:53px;
    font-family:Open Sans, sans-serif;
	text-decoration:none;
	font-size:15px;
	padding-top:14px;
	display:block !important;

}
#changerNames a:hover {
	background-color:#319CCE !important;
}
#changerNames a:hover:after {
	content:"▶";
	float:right;
}
#changerImages {
	width:75%;
	height:265px;
	display:inline-block;
	float:left;
	background-color:#319CCE;
	margin:0;
	padding:0;
	overflow:hidden;
}
#changerImages img {
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	z-index:0;
	vertical-align:bottom;
}
.caption {
	width:100%;
	position:relative;
	float:right;
	height:53px;
	margin-top:-80px;
	color:#fff;
	background-color: rgba(51, 153, 204, .7); 
    font-family: Open Sans, sans-serif;
	text-decoration:none;
	font-size:1.4em;
	text-align:right;
	display:block;
	padding:5px 10px;
	z-index:2;
}
.caption a {
	font-size:.6em;
	color:#fff;
	text-decoration:underline;
	text-transform: uppercase;
}
.caption a:before {
	content:"("
}
.caption a:after {
	content:")"
}
#header {
	height:83px !important;
}
	
#headerBanner {
    width: 1100px !important;
	height:83px !important;
}
#navigation {
    width: 769px !important;
    margin: 42px 0 0 0 !important;
}
#logo {
    height: 83px !important;
	width:329px !important;
	background-size: 330px !important;
}
#logo img {
    margin: 26px 0 0 33px !important;
}
	
/* Dropdown Menu */

#navbar {
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
	max-width: 375px;
	float: left;
	}
#navbar ul {
	margin: 0;
	padding: 0;
	}
#navbar li {
	background-image: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	}
#navbar li a {
	background: #603;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 33px;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
	height: 33px;
	}

#navbar a:hover, #navbar a.on:hover {
	background: #000;
	color: #fff;
	}
#navbar li ul {
	display: none; 
	background-color: #000;
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 10px 0 10px 0;
	max-width: 500px;
	z-index: 9999;
	}
#navbar li:hover li, #navbar li.hover li {
	float: left;
	}
#navbar li:hover li a, #navbar li.hover li a {
	background: transparent url(/images/arrow_white.png) 0 6px no-repeat;
	color: #fff;
	font-size: 1em;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	height: 25px;
	line-height: 25px;
	}
#navbar li li a:hover {
	text-decoration: underline;
	}

/* Search Form */
#searchform {
	background: transparent;
	padding: 0;
	margin: 0 0 0 15px;
	height: 40px;
	float: right;
	}

#searchbox {
	background: #fff;
	padding: 0;

	    margin: 8px 0 0 -75px !important;
	width:240px !important;
	height: 25px;
	}
#searchbox .searchtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #39c;
	width:80%;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	}
#searchbox .searchbutton {
	background: #fff url(/images/search.png) 0 0 no-repeat;
	height: 25px;
	width: 25px;
	color: #993;
	font-size: 1em;
	font-weight: 700;
	line-height: 25px;
	text-indent: -9999px;
	margin:0 2px 0 0;
	padding: 0;
	border: 0;
	float: right;
	}
#searchbox .searchbutton:hover {
	background-position: 0 -25px;
	cursor: pointer;
	border: none;
	}	
/* TOPIC PAGE STYLES */	
#feature {
    background: #fff;
    padding:40px 30px 0 0 !important;
    width: 1070px !important;
	margin:0 auto;

}
#feature h1{
	font-size: 1.6em;
	font-weight:normal;
}
#mainPhoto {
    background-color: #039;
    width: 800px !important;
    padding: 0px;
    float: left;
    display: block;
}
#mainPhoto img {
    width: 100%;
}
#mainPhoto h1, #mainPhoto h2, #mainPhoto h3, #mainPhoto h4, #mainPhoto h5, #mainPhoto h6 {
    color: #fff;
    padding: 5px 15px 0 15px;
}
#topics {
    background: none repeat scroll 0 0 #e2e2b5;
    margin: 30px 0;
    width: 728px !important;
    float: left;
}
#body #topics {
	width: 100% !important;
}
#body #topics #topicsLeft, #body #topics #topicsRight {
	width: 47% !important;
}
#body img.image_align_right {
    margin-right: 0;
}
#body img.image_align_left {
    margin-left: 0;
}
#body img.image_no_padding {
    margin: 0;
}
#topicsHeadline {
    margin: 0 0 0 15px;
}
#topicsNav {
    background: transparent;
    height: 42px;
    margin: 0;
    padding: 0;
}
#topicsNav h1 {
	font-size: 2.0em;
}
#topicsBody {
    background-color: #e2e2b5;
    background-image: url(/images/bkgd_topics.gif);
	background-repeat:repeat-x;
	padding: 10px;
}
#topicsBody a.headline {
    color: #603;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    margin-bottom: 5px;
    display: block;
}
#topicsBody ul {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#topicsBody li {
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    padding: 7px 10px 10px 60px;
    list-style: none;
    float: left;
    color: #666;
	display:block;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#topicsBody a:hover {
	color: #000;
	text-decoration: underline;
	}

#topicsBody li.certificates {
	background-image: url(/images/icon_certificates.gif);
	}

#topicsBody li.data {
	background-image: url(/images/icon_data.gif);
	}

#topicsBody li.diseases {
	background-image: url(/images/icon_diseases.gif);
	}

#topicsBody li.emergency {
	background-image: url(/images/icon_emergency.gif);
	}

#topicsBody li.environmental {
	background-image: url(/images/icon_environmental.gif);
	}

#topicsBody li.facilities {
	background-image: url(/images/icon_facilities.gif);
	}

#topicsBody li.healthcare {
	background-image: url(/images/icon_healthcare.gif);
	}

#topicsBody li.injury {
	background-image: url(/images/icon_injury.gif);
	}

#topicsBody li.lifeStages {
	background-image: url(/images/icon_lifestages.gif);
	}

#topicsBody li.policy {
	background-image: url(/images/icon_policy.gif);
	}

#topicsBody li.prevention {
	background-image: url(/images/icon_prevention.gif);
	}

#topicsBody li.aboutUs {
	background-image: url(/images/icon_aboutus.gif);
	}
#topicsLeft {
    background-color: transparent;
    float: left;
    margin: 15px 1.5% 5px 1.5%;
    padding: 0;
	width:340px !important;
}
#topicsLeft li, #topicsRight li {
    background-image: none;
    border-bottom: 1px dotted #c1e0f0;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0;
}
#topicsLeft li:last-child, #topicsRight li:last-child {
    border-bottom: none;
}
#topicsLeft li h1, #topicsRight li h1 {
    color: #603;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#topicsLeft li h2, #topicsRight li h2, #topicsLeft li h3, #topicsRight li h3, #topicsLeft li h4, #topicsRight li h4, #topicsLeft li h5, #topicsRight li h5, #topicsLeft li h6, #topicsRight li h6 {
    color: #660;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}
#topicsLeft ul, #topicsRight ul {
    background-color: #fff;
    color: #666;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 5px 15px;
}

#topicsLeft li h1 a, #topicsRight li h1 a {
    color: #603;
}

#topicsLeft .headline, #topicsRight .headline {
    border: 0 none;
}
#topicsLeft a, #topicsRight a {
    color: #666;
    text-decoration: none;
}
#topicsLeft a:hover, #topicsRight a:hover {
    color: #000;
    text-decoration: underline;
}
#topicsRight {
    background-color: transparent;
    float: left;
    margin: 15px 1.5% 5px 1.5%;
    padding: 0;
	width:340px !important;
}
/* BOXES STYLES */
#boxes {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin: 0;
    padding: 0;
    width: 270px;
}
#boxes h1, #boxes h2, #boxes h3, #boxes h4, #boxes h5, #boxes h6 {
    color: #fff;
}
#boxes h1 {
	font-size:1.5em;
}
#boxes li a {
    color: #000;
    text-decoration: none;
}
#boxes li a:hover {
    color: #000;
    text-decoration: underline;
}
.box {
    margin: 0 0 30px;
    padding: 15px;
}
.red {
    background: url("/images/bkgd_red.png") repeat-x scroll 0 0 #efe5ea;
}
.red li {
    background-image: url("/images/arrow_red.png");
    background-position: 0 5px;
}
.blue {
    background: url("/images/bkgd_blue.png") repeat-x scroll 0 0 #d2deeb;
}
.blue li {
    background-image: url("/images/arrow_blue.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
}
.cyan {
    background: url("/images/bkgd_cyan.png") repeat-x scroll 0 0 #d2deeb;
}
.cyan li {
    background-image: url("/images/arrow_cyan.png");
    background-position: 0 5px;
}
/* Sidebars */
#sidebar_left{
    color: #666;
    font-size: .9em;
    width: 176px;
	display:inline-block;
	float: left;
}

#sidebar_right {
	padding:0;
	float:right;
	width:208px;
	display:inline-block;
	font-size:.9em;
}
#sidebar_right input {
	margin-bottom:30px;
}
#sidebar_left h1, #sidebar_left h2, #sidebar_left h3, #sidebar_left h4, #sidebar_left h5, #sidebar_left h6, #sidebar_right h1, #sidebar_right h2, #sidebar_right h3, #sidebar_right h4, #sidebar_right h5, #sidebar_right h6 {
    color: #603;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 4px;
    padding: 0;
}
#sidebar_left a, #sidebar_right a {
    color: #666;
}
#sidebar_left ul, #sidebar_right ul {
    border-top: 1px dotted #b5d9ee;
    margin: 0 0 20px;
    padding: 0;
}
#sidebar_left li, #sidebar_right li {
    background-image: none;
    border-bottom: 1px dotted #c1e0f0;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0;
}
#sidebar_left li a, #sidebar_right li a {
    text-decoration: none;
}
#sidebar_left li a:hover, #sidebar_right li a:hover {
    text-decoration: underline;
}	
#socialMedia li {
    margin: 0;
    padding: 0;
}
#socialMedia a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    font-size: 1em;
    line-height: 13px;
    margin: 0;
    padding: 8px 0 8px 32px;
    text-decoration: none;
}
#socialMedia a:hover {
    background-position: 0 -50px;
}
#socialMedia a.email {
    background-image: url("/images/media_email.png");
}
#socialMedia a.share {
    background-image: url("/images/media_share.png");
}
#socialMedia a.rss {
    background-image: url("/images/media_rss.png");
}
#socialMedia a.twitter {
    background-image: url("/images/media_twitter.png");
}
#socialMedia a.podcasts {
    background-image: url("/images/media_podcasts.png");
}
#socialMedia a.translated {
    background-image: url("/images/media_translated.png");
}
#socialMedia a.facebook {
    background-image: url("/images/media_facebook.png");
}
#socialMedia a.youtube {
    background-image: url("/images/media_youtube.png");
}
/* --------- Share dropdown styles  -------*/

#share ul {
  text-align: left;
  display: inline-block;
  border-top:none !important;
  width:150px;
  list-style: none;
  margin-bottom:-3px;
}
#share ul li {
  display:block;
  position: relative;
  padding-top: 13px;
  margin-top:-13px;
  background-image:none !important;
  border-bottom: none;
}
#share ul li ul {
  top: 58px;
  left: 0;
  width: 150px;
}
#share ul li ul li { 
  background: #fff; 
  height:32px;
  width:166px;
  display: inline-block;
  margin-top:-17px;
  margin-bottom: 10px;
  padding:0px;
  margin-left:0px;
  line-height:12px;
}
.at-icon-wrapper {
  margin-right: 6px !important;
    vertical-align:middle !important;
}
/* Dropdowns */
		.nav ul {
			position: absolute;
			top: 2.5em;
			left: -9999px !important;
			opacity: 0;
			-webkit-transition: 0.1s linear opacity;
			min-width: 150px;
			list-style-type:none;
		}
		.nav li {
			float: left;
			position: relative;
		}

/* Top level nav items */
		.nav li:focus ul,
		ul.show-menu {
			left: 0 !important;
			opacity: 0.99;
		}
.nav p { clear: both; }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: 120px !important;
	height:15px !important;
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
}

/* Main Content */
#body {
	width:595px;
	display:inline-block;
	float: left;
	padding: 0 30px;
	margin-top: -30px;
	margin-bottom:40px;
}
#body p {
	margin:1em 0;
	line-height:1.6em;
}
#body h1, h2, h3, h4, h5{
	line-height:1.2em;
}
#body h2 {
	font-size:1.6em;
	color:#666;
	border-bottom: solid 1px #C3C3C3;
	padding-bottom:4px;
}
#body h3 {
	font-size:1.3em;
	-webkit-margin-before: 1.5em;
	-webkit-margin-after: .75em;
}
/* Footer */
#footer {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #666666),color-stop(1, #31332F));
	background-image: -o-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -moz-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -webkit-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: linear-gradient(to top, #666666 0%, #31332F 100%); 
	background-color:#666;
	width: 100%;
	margin: 0;
	margin-top: 0;
	padding: 0;
	font-size: 1em !important;
	line-height: 1.2em !important;
	display:inline-block;
	}
.floatleft {
    float: left;
    margin-left: 110px;
	margin-right: 110px;
}
#footerContainer {
	background: transparent;
	width: 1100px !important;
	color: #fff;
	margin: 30px auto;
	padding: 0 30px 0 0;
	}

#footerTopics {
	background: transparent;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	width: 100%;
	float: left;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
	height:250px !important;
	display:block;		
	}
#footerTopics p {
	margin: 10px 0 0 30px;	
	}
#footerTopics ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;		
	}
#footerTopics li {
	background-image: none;
	margin: 0 0 0 30px;
	padding: 5px 0 5px 0;
	list-style: none;
	float: left;
	border-bottom: 1px dotted #949494;
	display:block;	
	width: 100%;
	}
#footerTopics a {
	color: #fff;
	text-decoration: none;
	}
#footerTopics a:hover {
	color: #000;
	text-decoration: underline;
	}
