/* -- -------------- -- */
/* -- GENERAL STYLES -- */
/* -- -------------- -- */

body {
	background: #fff; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;

	padding: 0px;
}

h1 {
/* -- Page title on generic pages. See topic article page -- */
	font-weight: bold; 
	font-size: 1.3em; 
	margin: 0px 0px 10px 0px; 
	padding: 0px;
	color: #666; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/content/divider-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 {
/* -- Subheading on generic pages, See topic article page -- */
	font-weight: bold; 
	font-size: 1em; 
	margin: 8px 0px 10px 0px; 
	color: #666; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
/* -- Side box title; subheading on generic pages -- */
	font-weight: bold; 
	font-size: .75em; 
	margin: 0px 0px 3px 0px; 
	color: #666; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

p {
/* -- All generic text -- */
	font-weight: normal; 
	font-size: .75em; 
	margin: 0px 0px 10px 0px; 
	color: #333; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #7575A4; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;		
}

a:link {
	color: #7575A4; 
	text-decoration: none;		
}

a: visited {
	color: #7575A4; 
	text-decoration: none;
}

a:hover {
	color: #7575A4; 
	text-decoration: underline;	
}

.divider {
/* -- Horizontal dotted divider for separating text                                               -- */
/* -- Usage: <div class="divider"><img src="images/spacer.gif" alt="" width="1" height="1"></div> -- */
/* -- Here, the height of the spacer image determines how much spacing appears around the divider -- */
	background-image:url(content/divider-horizontal.gif);
	background-repeat:repeat-x;
	background-position: center;
}

.link-more {
/* -- Style for "More" links, so that it aligns to the right -- */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


/* -- ------------ -- */
/* -- HEADER STYLE -- */
/* -- ------------ -- */

#header {
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
	width: 765px;	
}

/* -- ------------ -- */
/* -- Content Area -- */
/* -- ------------ -- */

#content
{
/* -- Content area. Sets up width -- */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
	width: 571px;	
}

#content ul {
/* -- List style for content area unordered lists -- */
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 0px; 
	margin-bottom: 0px;	
}

#content li {
/* -- Provides custom "arrow" bullet for unordered list items -- */
	color: #666;
	margin: 0px 0px 0px -40px;
	padding: 0px 0px 0px 12px;
	background: url(images/arrow-list.gif) no-repeat 0 2px;
	line-height: 1.2em;
}


#content .list-higher {
/* -- Extra spacing between list items       -- */
/* -- Usage <li class="list-wider">Item</li> -- */
	margin-bottom: 10px;
} 

#content .list-higher-highlight {
/* -- Extra spacing between list items       -- */
/* -- Usage <li class="list-wider">Item</li> -- */
	color: #666;
	background: url(images/arrow-list-red.gif) no-repeat 0 2px;
	margin-bottom: 10px;
} 

#content .list-wider {
/* -- Extra spacing between list items       -- */
/* -- Usage <li class="list-wider">Item</li> -- */
	margin-bottom: 5px;
} 

#content .list-highlight {
/* -- Extra spacing between list items       -- */
/* -- Usage <li class="list-wider">Item</li> -- */
	color: #666;
	background: url(images/arrow-list-red.gif) no-repeat 0 2px;
	margin-bottom: 5px;
} 

.content-breadcrumb
/* -- Breadcrumb -- */
{
	background-color: #fff;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #7575A4;
	margin: 0px 0px 5px 16px;
}

.content-toplinks
/* -- Style for "Press room | Site map | Contact us" links. Sets up height -- */
{
	background-color: #fff;
	height: 17px;
	text-align: right;
	float: right;
}

.content-header
/* -- Page title tab or text at top of page. Sets up height -- */
{
	background-color: #fff;
	height: 30px;
	margin: 0px;
	padding: 0px;	
}

.content-featured
/* -- Featured box. Sets up light blue background -- */
{
	background-color: #EFF9FE;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.content-featured-white
/* -- Featured box. Sets up light blue background -- */
{
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.content-image-featured
/* -- 3 images in featured box on homepage -- */
{
	margin: 5px 8px 5px 0px;
	padding: 0px;
	border: 1px solid #A5A9C8;
}


.content-image-right {
/* -- Image in content when right aligned -- */
	margin: 5px 0px 5px 6px;
	padding: 0px;
	border: 1px solid #A5A9C8;
}

.content-image-left {
/* -- Image in content when left aligned -- */
	margin: 5px 6px 5px 0px;
	padding: 0px;
	border: 1px solid #A5A9C8;
}

.content-image-title
/* -- Content area title that is an image. See "Children's Health Topics" on homepage -- */
{
	margin: 12px 0px 10px 0px;
	padding: 0px;
}

.content-table-cell
/* -- Generic content cell when table is used in content area -- */
{
	margin: 0px;
	padding: 0px 8px 0px 13px;
	vertical-align:top;	
}

.content-table-cell a {
/* -- link style for table in content area -- */
	color: #7575A4; 
	text-decoration: none;
	 font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;		
}

.content-table-cell a:link {
	color: #7575A4; 
	text-decoration: none;		
}

.content-table-cell a: visited {
	color: #7575A4; 
	text-decoration: none;
}

.content-table-cell a:hover {
	color: #7575A4; 
	text-decoration: underline;	
}

.content-table-cell2
/* -- Dotted vertical divider between table cell for table in content area -- */
{
	margin: 0px;
	padding: 0px;
	background-image:url(images/content/divider-vertical.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.content-middle
/* -- Content area that follows "content-featured" styled box. Set dotted horizontal divider at top -- */
{
	background-color: #fff;
	background-image:url(images/content/divider-horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.content-bottom
/* -- Content area that follows a "content-middle" styled box. Sets dotted horizontal divider at top -- */
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #fff;
	background-image:url(images/content/divider-horizontal.gif);
	background-repeat:repeat-x;
	background-position:top;	
}

.content-main
/* Content area on generic pages (without "content-featured" box). See topic article page */
{
	padding: 0px 8px 0px 13px;
}

.content-quicklinks
/* Box for navigation links at top of topic article page */
{
	vertical-align:top;	
	background-color: #F7FAFC;
	border: 1px solid #dddddd;		
	margin: 0px 5px 0px 10px;
	padding: 5px;
	width: 150px;
}

/* -- ------------ -- */
/* -- RIGHT COLUMN -- */
/* -- ------------ -- */

#rightcol
/* -- Right column box. Sets width to 190px -- */
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 190px;
}

#rightcol ul {
/* -- List style for right column unordered lists -- */
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 0px; 
	margin-bottom: 8px;
}

#rightcol li {
/* -- Provides custom "arrow" bullet for unordered list items -- */
	margin: 0px 0px 0px -40px;
	padding: 0px 0px 0px 12px;
	background: url(images/arrow-list2.gif) no-repeat 0 2px;
	line-height: 1.2em;
}

.rightcol-search {
/* -- Search box. Sets background to match global navigation bar. Sets height -- */
	background-color: #6699CC;
	height: 45px;
	background-image: url(images/rightcol/search-divider.gif);
	background-repeat: repeat-x;	
	margin: 0px;
	padding: 0px;
}

.rightcol-search-divider {
/* -- Dotted divider separating the search box and global navigation bar -- */
	background-color: #6699CC;
	height:1px;
	background-image: url(images/rightcol/search-divider.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;	
}

.rightcol-search-box {
/* -- Input box for search. Sets width of box to 150px -- */
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
}

.rightcol-login-box {
/* -- Input box for login. Sets width to 120px. See member login on homepage -- */
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 120px;
}

.rightcol-select {
/* -- Pulldown menus. Sets width to 130px. See topics pulldown menu on Children's Health Topics page -- */
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 170px;
	margin: 0px 0px 0px 0px;
}

.rightcol-utils {
/* -- "Printer-friendly | Email to friend" links box. Sets height -- */
	background-color: #fff;
	height: 21px;
}

.rightcol-audience-box
/* -- Audience box on homepage. Sets background color and border color -- */
{
	background-color: #F7FAFC;
	border: 1px solid #ccc;		
	margin: 0px 0px 7px 0px;
	padding: 8px;
}

.rightcol-box {
/* -- Generic box. See Health Topics pulldown menu box on Children's Health Topics page -- */
	background-color: #F7FAFC;
	border: 1px solid #ccc;		
	margin: 0px 0px 7px 0px;
	padding: 8px;
}

.rightcol-ad-box {
/* -- Generic box for right column ads -- */
	border: 1px solid #ccc;		
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

/* -- ------ -- */
/* -- FOOTER -- */
/* -- ------ -- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;	
	
	padding: 5px 0px 0px 0px;
	background-color: #fff;
	color: #999;	
	width: 765px;
}

#footer a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;	
}

/* -- ----------------- -- */
/* -- ADDITIONAL STYLES -- */
/* -- ----------------- -- */
