/*-----------------------------------------------------------------------------
IDC/PED SuperSite Styles

version:   2.0
author:    A. Magonagle
email:     amagonagle@GoMindworks.com
website:   http://www.GoMindworks.com/
-----------------------------------------------------------------------------*/

/* =GENERAL
-----------------------------------------------------------------------------*/

/*MASS RESET*/

/*Thanks to Eric Meyer for this reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, top, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, pageHdr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	margin-top: 10px;
	color: #000;
	font: 80%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	/*behavior: url(csshover.htc);  triggers IE 5 & 6 to allow hover effects on anything. Place the csshover.htc file in the same folder as your html file. */
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =LAYOUT
-----------------------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;

} 

#header {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	height: 240px;
} 

#topNav {
	background:url(http://www.osnsupersite.com/images/layout/topNavBG.jpg) 0px 0px repeat-x; 
	width: 970px;
	height: 21px;
	padding-top: 2px;
	max-width: 970px;
	border: 0px solid #e778e0;
	margin: 4px 0 0 0;
}

#sidebar1 {
	float: left;
	width: 185px;
	margin: 0 0 40px 0;
}

#mainContent {
	float: right;
	width: 755px;
	margin: 0 0 40px 0;
	text-align: left;
}

#footer {	
	margin: 0;
	padding: 10px 0 20px 0;
	vertical-align: middle;
	border-top:1px solid #e3e3e3;
	text-align: center;
	clear: both;
} 

.clearfloat {clear:both;  height:0; font-size: 1px; line-height: 0px;}

/* =HEADER
-----------------------------------------------------------------------------*/
.leaderboard-top {
	margin-top: 10px;
	margin: 0 10px 20px 0;
	padding: 0px;
	width: 728px;
}

#branding-logo {
	width: 450px;
	position: relative;
	top: 125px;
	left: 0px;
	text-align: left;
	height: 95px;
}

#branding-logo h1 {
	margin: 0;
	padding: 0;
}

#message {
	position: absolute;
	left: 463px;
	top: 66px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 130px;
}


#print-issues {
	font: 10px "Trebuchet MS", Arial, sans-serif;
	float: right;
	width: 215px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #e3e3e3;
}

#print-issues .current {
	font-size: 10px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: #9D0A0E;
	line-height: 20px;
	background-color: transparent;
}

#print-issues .current:hover {
}

#print-issues .cover-wrapper {
	margin: 3px 0 10px 0;
	padding: 0 5px 5px 5px;
	height: 150px;
}

#idc-cover {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

#ped-cover {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}

#idc-cover .volume,
#ped-cover .volume {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666666;
	line-height: 15px;
}

#idc-cover img,
#ped-cover img {
	border: 1px solid #e3e3e3;
	margin: 0 0 5px 0;
	padding: 0;
}

.subscriber-services {
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #AD3336;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
	background: transparent;
}

.subscriber-services:hover {
	border-bottom: dotted 1px #666666;
	color: #666666;
}

#sub-nav {
	list-style-type: none;
	margin-top: 125px;
	padding: 4px 0 4px 0;
	font-size: 0.95em;
	border: 1px solid #9D0A0E;
	text-align: left;
	line-height: normal;
	background-color: #9D0A0E;
	background-image: url(http://www.pediatricsupersite.com/images/layout/sub-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#sub-nav li {
	display: inline; /* Make the list horizontal. */
	padding: 0 1.5em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ffefd4;
}

#sub-nav li.first {
 	padding-left: 20px; /* The first item should not be spaced away from the left edge. */
 	border: 0; /* The first item should not have a border on its left edge. */
}

#sub-nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}

#sub-nav li a:hover {
	border: none;
	color: #CC9900;
}
#sub-nav #sub-nav-newswire a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/newswire-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-videos a {
	padding-left: 25px;
	background: url(http://www.pediatricsupersite.com/images/layout/video-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-podcasts a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/podcasts-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-idc a {
	padding-left: 20px;
	background-image: url(http://www.pediatricsupersite.com/images/layout/idc-apple.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav-home a {
	padding-left: 22px;
}

#sub-nav-home a,
#blog #sub-nav-blog a,
#newswire #sub-nav-newswire a,
#videos #sub-nav-videos a,
#podcasts #sub-nav-podcasts a,
#careercenter #sub-nav-careercenter a { /* declarations to style the current state */
	color: #FFDE9D; font-weight: bold;
}

#sub-nav-home a:hover,
#blog #sub-nav-blog a:hover,
#newswire #sub-nav-newswire a:hover,
#videos #sub-nav-videos a:hover,
#podcasts #sub-nav-podcasts a:hover,
#careercenter #sub-nav-careercenter a:hover { /* declarations to style the hover effect of the current state */
	color: #CC3300;
}

#utility-nav {
	width: 140px;
	position: absolute;
	top: 62px;
	display: block;
	left: 599px;
	height: 18px;
}

#utility-nav li {
	display: inline; /* Make the list horizontal. */
	padding: 0 0.5em 0;
	border-left: 1px dotted #999;
}

#utility-nav li.first {
 	padding-left: 0; /* The first item should not be spaced away from the left edge. */
 	border: 0; /* The first item should not have a border on its left edge. */
}

#utility-nav li a {
	border: none;
	list-style-type: none;
	font-size: 11px;
	color: #9D0A0E;
	text-decoration: none;
	background: transparent;
}

#utility-nav li a:hover {
	border-bottom: 1px dotted #999;
	background-color: transparent;
}




#sub-nav #sub-nav-update {
                background-color: #FC0;
                padding: 5px 15px 5px 15px;
                background-image: url(http://www.pediatricsupersite.com/images/layout/update-bg.gif);
                background-repeat: repeat-x;
                background-position: left top;
}

#sub-nav #sub-nav-update a {
                color: #630;
}

#sub-nav #sub-nav-update a:hover {
                color: #ffffff;
}


/* =MAIN NAV
-----------------------------------------------------------------------------*/
#main-nav {
	width: 183px;
	border: solid 1px #e3e3e3;
	margin-bottom: 20px;
	/*background-image: url(../images/main-nav-bg.gif);*/
	background-color: #F8F4ED;
	background-repeat: repeat-x;
	background-position: left top;
}


#main-nav ul {
	list-style: none;
	text-align: left;
	float: left;
}

#main-nav ul a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 9px;
	width: 174px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
}

#main-nav ul a:hover {
	color: #9D0A0E;
}

#main-nav .nav-flyout {
}
			
#main-nav ul li {
	float: left;
	position: relative;
}
			
#main-nav ul li ul {
	list-style: none;
	position: absolute;
	left: 183px;
	top: 0px;
	display: none;
	width: 185px;
	border-left: 1px solid #EFEFEF;
	background-color: #E1CEA3;
	padding-right: 4px;
}
			
#main-nav ul li:hover ul {
	display: block;
}
			
#main-nav ul li:hover ul li ul { 
	display: none;
}
			
#main-nav ul li ul li:hover ul { 
	display: block;
}

#main-nav .main-nav-last {
	border-bottom: none;
}

#main-nav .alt {
	background: #E1CEA3;
}

#main-nav .alt a {
	border-bottom: 1px dotted #ECE0C4;
	background: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow-red.gif) no-repeat 4px 50%;
}

#main-nav .alt-last a {
	border-bottom: none;
	background: #E1CEA3 url(http://www.pediatricsupersite.com/images/main-nav-arrow-red.gif) no-repeat 4px 50%;
}

/* =SEARCH
-----------------------------------------------------------------------------*/
#searchBox {
	padding: 5px;
	text-align: left;
	width: 175px;
	height: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #EADDC8;
}

#searchBox a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

#searchBox a:hover {
	color: #999;
	text-decoration: none;
}

#searchBox p {
	margin: 0 0 5px 0;
	padding: 0;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#searchBox #q {
	float: left;
	width: 125px;
	height: 18px;
	border: 1px solid #ccc;
	margin-right: 5px;
	color: #666666;
}

#searchBox #q:focus {
	background: #FFFFCC;
}

#searchBox #go {
	float: left;
	margin: 0;
	padding: 0;
} 

#searchBox #advSearch {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-size: 10px;
}

/* =EASY CLEARING METHOD
-----------------------------------------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

/*---------added on June-18-2009-------*/
/* common styling */
.balloon {
	font-family: Arial, Helvetica, sans-serif;
}
.balloon ul {
	margin: 0;
    padding: 0;
    border:0;
    list-style-type: none;
   	width: 100%;
}
.balloon ul li {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.balloon ul li a, .balloon ul li a:visited {
    display: block;
	margin: 0;
    font-size: 10px;
    color: #999;
    text-decoration: none;
	background-color: #f6eabf;
	border-bottom: none;
}
.balloon ul li a img, .balloon ul li a:visited img {
	border: 0;
}

.balloon ul li dl {
    visibility: hidden;
    position: absolute;
}

table {
	margin: -2px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
}

.balloon dl {
    width: 245px;
    padding: 0 0 15px 0;
    height: auto;
    /*background-color: #333;*/
    background-image: url(http://www.pediatricsupersite.com/images/layout/bottom.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.balloon dt {
	float: left;
    margin: 0;
	padding: 20px 5px 5px 40px;
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: left;
    background: transparent url(http://www.pediatricsupersite.com/images/layout/top.gif) no-repeat right top;
}

.balloon dt a {
	border-bottom: 1px dotted #999;
}

.balloon dd {
	/*height: 100px;*/
	margin: 30px 0 0 25px;
	padding: 5px 10px 0 15px;
	color: #666666;
	font-size: 0.75em;
	border: 1px solid #c2c1c1;  /* vertical border ciolor */
	border-width: 0 1px;
	background-color: #FFF;
}

.balloon dd p {
	float: left;
	margin: 5px 0 10px 0;
    padding: 0;
    line-height: 1.3em;
}

/*.balloon dd img {
	float: right;
	margin: 5px 0 5px 5px;
    padding: 0;
    line-height: 1.3em;
    border: 1px solid #BCC5CD;
}*/

.balloon dt img {
	float: right;
	margin: 0 5px 5px 5px;
    padding: 0;
    line-height: 1.3em;
    border: 1px solid #BCC5CD;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
	color: #1d4872; 
	position: relative;
	/*cursor:hand;*/
}

/* specific to h & v position of balloon */
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
	visibility: visible;
	color: #000;
	top: -68px;
	left: 165px;
	cursor: default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
    display: block;
    position: absolute;
    left: -35px;
    top: 75px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    clear: both;
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
    width: 85px;
    color: #fff;
    display: block;
    background-color: #005386;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    height: 20px;
    margin: 10px 0 5px 80px;
    padding: 5px 0 0 3px;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
    text-decoration: none;
    background-color: #6C8BAE;
}

/* =FOOTER
-----------------------------------------------------------------------------*/
#footer p {
	font-size: 11px;
	line-height: 20px;
	margin-top: 5px;
}

.footer-link {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-left: 1px solid #CC9933;
}

.footer-link-first {
	margin: 0 10px 0 0px;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-left: none;
}

.footer-link-first:hover {
	color: #999;
	text-decoration: underline;
}

.footer-link-first:visited {
	color: #666666;
	text-decoration: none;
}

.footer-link:hover {
	color: #999;
	text-decoration: underline;
}

.footer-link:visited {
	color: #666666;

}




/* =MISC
-----------------------------------------------------------------------------*/

p, td {font-size: 12px; font-family: arial, helvetica, sans-serif; color: #000000; margin: 10px 0 10px 0;}
a {font-family: arial, helvetica, sans-serif; color: #1d4872; text-decoration: none;}
a:hover {text-decoration: underline;}
.grey10 {color:#666666; font-size: 10px;}
.text10 {font-size: 10px; color: #000000;}
.blue11bold, .blue11bold:hover  {font-size: 11px; color: #1d4872; text-decoration: none; font-weight: bold;}
.blue11Tre {font-family: Trebuchet MS, Arial, Helvetica, Sans-serif; font-size: 11px; color: #1d4872;}
.orange12bold, .orange12bold:hover {COLOR: #b31d21; font-size: 12px; font-weight: bold; text-decoration: none;}
.orange12boldHel, .orange12boldhel:hover {COLOR: #b31d21; font-size: 12px; font-weight: bold; text-decoration: none; font-family: helvetica;}
.blue12bold, .blue12bold:hover, .l {COLOR: #1d4872; font-size: 12px; font-weight: bold; text-decoration: none;}

/* Root = Vertical, Secondary = Vertical */

#leftNav { border: 1px solid #d5dadf; width: 184px; padding: 0px 0 8px 0; background: url(http://www.osnsupersite.com/images/layout/leftNavBG.gif) repeat-x;}
ul#navmenu-v, ul#navmenu-v li, ul#navmenu-v ul {margin: 0;  padding-left: 12px;  width: 160px; list-style: none;}
ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  background:url(http://www.osnsupersite.com/images/layout/rightTriNav.gif) 0px 0px no-repeat;
}

/* Root Menu */
ul#navmenu-v a {
  padding: 0px;
  display: block;
  color: #666666;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}





<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 0px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->