﻿body
{
	margin: 0;
	padding: 0;
	background-color: white;
	background: white;
	color: navy;
	font: small/1.6em "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
}

img.charmemblem
{
	position: absolute;
	top: 160px;
	z-index: 1;
	padding-left: 10px;
}


body A:hover
{
	color: Navy;
	text-decoration: none;
}

body A:selected
{
	color: Navy;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: White; 
	max-width: 1000px;	
}

#header
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-image: url(  '../images/CharmHealthBackgroundGradient2.jpg' );
	background-repeat: repeat-x;
}

#header A:selected
{
	color: Navy;
	text-decoration: none;
}

#sidebar-right
{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}

#sidebar-right-inner
{
	width: 100%;
	overflow: hidden;
}

#sidebar-left
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 5px;
	overflow: hidden;

}

#search-area
{
	position: absolute;
	top: 100px;
	z-index: 1;
	padding-left: 10px;
}

#sidebar-left A:hover
{
	color: navy;
	text-decoration: none;
}

#sidebar-left A:selected
{
	color: Navy;
	text-decoration: none;
}

#sidebar-left ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar-left li
{
	list-style: none;
	background-color: rgb(227, 229, 241);
	list-style-position: inside;
}

#sidebar-left li a
{
	text-decoration: none;
	text-align: left;
	color: rgb(121, 121, 121);
}

#sidebar-left-inner
{
	width: 100%;
	overflow: hidden;
}

#content
{
	margin: 0px;
	padding: 10px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	color: Gray;
}

#content-inner
{
	width: 100%;
	overflow: hidden;
}
/* Newsletter Styles */

.NewsletterHeaderTitle
{
	color: rgb(0, 70, 127);
	font-size: 28px;
	font-weight: bold;
}

.NewsletterHeaderDark
{
	color: rgb(0, 70, 127);
	font-size: 15px;
	font-weight: bold;
}

.NewsletterBody
{
	margin: 0;
	padding: 0;
	background-color: rgb(190, 214, 58);
	background: rgb(190, 214, 58);
	color: rgb(255, 255, 255);	
	font: small/1.5em "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
}

.HeaderDark
{
	color: rgb(195, 204, 37);
	font-size: 15px;
	font-weight: bold;
}

.Largest
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}


.watermarked
{
	width: 115px;
	height: 14px;
	color: Gray;
	font: small/1.0em "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-top: 10px;
}

.unwatermarked
{
	width: 115px;
	height: 14px;
	color: black;
	font: small/1.0em "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	margin-top: 10px;
}

.sitebackground
{
	background: LightGray
}

.mainMenu
{
	color: Black;
	position: absolute;
	z-index: 2;
	top: 189px;
	width: 576px;
	padding-left: 10px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	background-color: White; 
	width: 1000px;	
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	width: 1000px;
	clear: both;
	background-color: rgb(227, 229, 241);
	font-size: .8em; 
	
}

.pushSpace {
	height: 50px;
	width: 1000px;
	clear: both;
	background-color: White;
	
}

.SiteMapContainer
{
	float: left;
	margin-right: 1.5em;
	padding: 0.5em;
}

.SiteMapContainer ul
{
	margin-left: 0.5em;
	padding-left: 0.5em;	
}

#content .breadcrumb
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;	
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.1em;
	
}

/* Accordion */
#sidebar-left-inner  .AccordionCSSClass
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(  '../images/expand_menu.jpg' );
    background-repeat: no-repeat; 	background-position: left; 	
}

#sidebar-left-inner  .AccordionCSSClass a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#sidebar-left-inner  .AccordionCSSClass a:hover
{
	background: none;
	text-decoration: underline;
}

#sidebar-left-inner  .AccordionSelectedCSSClass
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(  '../images/collapse_menu.jpg' ); 	
	background-repeat: no-repeat; 	background-position: left;
}

#sidebar-left-inner  .AccordionSelectedCSSClass a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#sidebar-left-inner  .AccordionSelectedCSSClass a:hover
{
	background: none;
	text-decoration: underline;
}

#AccordionCSSClass .AccordionSideBarLink
{
    border: 1px solid #00FF00;
    color: white;
    background-color: #FF0000;
	font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;	
}

#sidebar-left-inner .AccordionCSSClass .AccordionSideBarItem
{
}

#sidebar-left-inner .AccordionCSSClass .AccordionSideBarItemLink
{
}

#sidebar-left-inner .AccordionContentCSSClass
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* News Box */

.box { 
  background: #BED63A; 
}
.boxtop { 
  background: url('../images/ne.gif') no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url('../images/nw.gif') no-repeat top left; 
}
.boxbottom { 
  background: url('../images/se.gif') no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url('../images/sw.gif') no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

