/* ===================================== */
/* = Home page colors and unique Items = */
/* ===================================== */

#footer a{
	color:#6C276A;
}

/* ================ */
/* = Unique Items = */
/* ================ */
a:visited {
    color: inherit;
}

#main{
	width:648px;
	float:left;
	margin:0px;
    border-top: 6px solid rgb(32, 85, 138);
}

/* "Billboard" area (DIV id="content") */

#content{
	height:209px;
	overflow:hidden;
	/* background-color:#825C26; brown */
    background-color: rgb(144, 170, 196);
	color:#FFF;	
    /* blue gradient background 
    background-color: rgb(144, 170, 196) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(144, 170, 196)), to(rgb(210, 221, 232)));
    background-image: -webkit-linear-gradient(top, rgb(144, 170, 196), rgb(210, 221, 232));
    background-image: -moz-linear-gradient(top, rgb(144, 170, 196), rgb(210, 221, 232));
    background-image: -o-linear-gradient(top, rgb(144, 170, 196), rgb(210, 221, 232));
    background-image: linear-gradient(to bottom, rgb(144, 170, 196), rgb(210, 221, 232));*/
    
}

#slideshow img{
	float:left;
	/* margin-right:25px; */
}

#content DIV {
	/* margin-left: 224px;  mimics the 15px margin of the #sidemenus DIV */
}

/*#slideshow h4{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin:20px 20px 0px 0px;
	padding:0;
}*/

#slideshow h3, #slideshow h4 {
	text-transform:uppercase;
    font: 600 20px "Open Sans", sans-serif;
    letter-spacing: 2px;
	margin:0px 20px 0px 224px;
	padding:0px;
    padding-top:20px;
	line-height: normal;
}

#content div.headspace {
	margin-top: 15px;
}

#slideshow p {
    font-size: 94%; /* 12px; */
	margin:0px 20px 20px 10px;
    margin-left:224px;
}

#slideshow p.caption {
	margin-bottom: 0px;
}

#slideshow ul.caption {
	margin: 5px 20px 5px 0px;
}

#slideshow ul.caption li {
	position: relative;
	margin-left: 5px;
}

#slideshow li {
	/* font-size: 12px; */
}

#slideshow p a, #slideshow ul li a {
	color: White;	/* ie6/7 compatibility */
}

#slideshow a.morelink 
{
	font-style:italic;
	color: #dfb982;
	text-decoration: none;
}

#slideshow.blueBkgd 
{
	background-color: rgb(32, 85, 138); /* blue */
	color: White;
}

#slideshow.greenBkgd 
{
	background-color: rgb(113, 149, 0); /* green */
	color: White;
}

#slideshow.whiteBkgd {
	background-color: White;
	color: Black;
	margin-right: 0px;
}

#slideshow.whiteBkgd p, #slideshow.whiteBkgd ul {
	margin-right: 0px;
}

#slideshow.whiteBkgd h3 {
    font-size: 150%; /* 18px; */
	font-weight:normal;
	padding-bottom: 5px;	
	margin-right: 0px;
}

#slideshow.BrownHdr h3 {
	/*color: #825C26;  brown 
	border-bottom:5px solid #825C26; */
}

#slideshow.BrownHdr a, #slideshow.BrownHdr p a {
	color: #825C26;	/* ie6/7 compatibility */
}

#slideshow.BlackHdr h3 {
	/*color: #000; 
	border-bottom:5px solid #000; */
}

#slideshow.BlackHdr a, #slideshow.BlackHdr p a {
	color: Black;	/* ie6/7 compatibility */
}
	
#slideshow.PurpleHdr h3 {
	/* color: #6C276A; 
	border-bottom:5px solid #6C276A; */
}

#slideshow.PurpleHdr a, #slideshow.PurpleHdr p a {
	color: #6C276A;	/* ie6/7 compatibility */
}

#slideshow.RedHdrNoLine h3 {
    /*
	color: #762A34;
	margin-top: 20px;
	font-size: 20px;*/
}

#slideshow.RedHdrNoLine a, #slideshow.RedHdrNoLine p a {
	color: #762A34;
}

#slideshow.GrayBkgdRoundedShadow {
    /*
	background-color: #f3f3f3;
	color: Black;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
}
	
/* ============== */
/* = Factsheets = */
/* ============== */

#factsheets{
	padding-bottom:0px;
	clear:both;
    border-top: 6px solid rgb(108, 58, 119);
    padding: 0px 24px;
}

#factsheets h3 {
    margin-bottom: 8px;
}

#factintro{
	/* font-size:13px; */ /* take default */
	padding-right:20px;
	padding-bottom:5px;
	margin-bottom:0px;
}
    #factintro a {
        color: rgb(32, 85, 138) !important;
    }
#factsheets h4{
	padding-bottom: 3px;
	margin: 5px 0px 5px 0px;
	font: bold 109%/1.41em /* 14px/18px */ "Open Sans", sans-serif;
    color: rgb(108,58,119);
}
/*
#factsheets h4 a {
    font: 600 92%/1em "Open Sans", sans-serif;
}
*/

#factsmenu{
	/* width:200px; */
	float:left;
    
    padding-right:10px;
}
    #factsmenu h4 a {
        font-weight:bold;
        color: rgb(108,58,119);
    }

#factsmenu ul{
	padding:0px;
	margin:0px;
	margin-top: -5px;
	font-size: 94%; /* 12px; */
}

#factsmenu li {
	list-style-type:none;
	padding: 5px 0px 5px 0px;
    font-size: 109%; /* 13px; */
    line-height: 1.33em; /* 16px; */
}

#factsmenu li:before {
    content: "";
    float: left;
    width: 7px;
    height: 15px;
    margin: 4px 10px 0 0;
    background: url(../images/carets.png) 0 -1px;
}

#factsmenu li.solid {
	border-bottom-style: solid;
}

#factsmenu li a {
    color:#000 !important;
}

#supplements {
	float: right;
    padding-bottom:20px;
}

    #supplements img {
        width:161px;
        margin-bottom: 4px;
        -moz-box-shadow: 0 0 10px rgb(176, 177, 178);
        -webkit-box-shadow: 0 0 10px rgb(176, 177, 178);
        box-shadow: 0 0 10px rgb(176, 177, 178);
    }

#supplements a.morelink 
{
	font-style: normal;
}
    #supplements div:nth-of-type(1) {
        padding-right:10px;
        float:left;
    }
    #supplements div:nth-of-type(1), #supplements div:nth-of-type(2) {
        width: 170px;
    }
    #supplements div:nth-of-type(2) {
        float:right;
    }
    /*
.excerpt-left {
    padding-right:10px;
}
*/
.excerpt-left, .excerpt-right {
	width: 170px;
    font-size: 94%;
}

.excerpt-left h4, .excerpt-right h4 {
    font-size: 109%; /* 13px; */
	border-bottom:0px !important;
	text-transform:none;
}

.excerpt-left p, .excerpt-right p {
	font-size: 109%;
    padding-right:20px;
	margin-top: 0;
}


/* ============= */
/* = Sidemenus = */
/* ============= */
#sidemenus{
	width:264px;
	float:right;
	padding:0;
	margin: 0px;
}
#sidemenus h3 {
    margin-bottom: 8px;
}
#sidemenus ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
#sidemenus li {
    /* background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '>'+this.innerHTML); */
    padding-bottom: 5px;
}

#healthinformation li {
    background-image: url(../images/caretb.png);
    background-repeat: no-repeat;
    background-position: 0px .4em;
    background-size: auto .8em;
    padding-left: 1em; 
 }
/* 
#healthinformation li:before {
    content: "";
    float: left;
    width: 7px;
    height: 15px;
    margin: 4px 10px 5px 0;
    background: url(../images/carets.png) 0 -20px;
}
#sidemenus #healthinformation li:before {
    color: rgb(130, 92, 38);
}
    */
#healthinformation .morelink, #newsevents .morelink, #factsmenu .morelink {
    padding-left: 17px;
}


#sidemenus #newsevents li:before {
    color: rgb(113, 149, 0);
}
#newsevents li span {
	display:inline-block;
	width:210px; 
}
.at16t_compact {
    width:16px !important;
}
.at4-icon {
    width:16px !important;
    margin-right:2px;
}
#sidemenus li img {
	border: none;
}

#sidemenus DIV DIV {
	margin-bottom: 0px; /* fixes abnormal spacing for the AddThis link */
}

#healthinformation{
    border-top: 6px solid rgb(130, 92, 38);
    padding: 0 20px 0px 24px;
    min-height: 209px;
}

#newsevents {
    border-top: 6px solid rgb(133, 149, 0);
    padding-left: 24px;
    min-height:445px;
}

#newsevents h4 {
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}

#newsevents li {
    background-image: url(../images/caretg.png);
    background-repeat: no-repeat;
    background-position: 0px .4em;
    background-size: auto .8em;
    padding-left: 1em; 
 }

/*
#newsevents li:before {
    content: "";
    float: left;
    width: 7px;
    height: 15px;
    margin: 4px 10px 5px 0;
    background: url(../images/carets.png) 0 -42px;
}
*/
span.at4-icon.aticon-compact {
    width:16px !important;
}
/* -- I18N NEEDS -- 
.lang-sp h3 {
	text-transform: none !important;
}
    */