/* nitiondesign . jamie calabro . build 0.1.7 . 051409 */

/* @group Import */
/* = Import
------------------------------------- */
@import url("/CMSPages/getCSSDoc.aspx?cssName=screen");
@import url("/CMSPages/getCSSDoc.aspx?cssName=sIFR-screen");
/* @end */
/* ------------------------------ */


/* @group Shell */
/* = Shell
------------------------------------- */

#container {
	overflow: hidden;
	position: relative;
}

#search {
	float: right;
	width:100%;
	background: url(../images/search-bg.png) no-repeat bottom right;
}

#search div{
	float: right;
	padding: 7px;
}

#search .search-txt {
	color: #000;
	padding: 7px 5px 7px 5px;
	text-align: right;
	width: 145px;
}

#search .search-btn {
	color: #fff;
	border: 0;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 2px 5px 2px;
	margin: 0 0 0 2px;
}

#search .search-btn:hover {
	color: #7E71B3;
	border: 0;
	background: #fff;
}

.quick-links {
	float: right;
	text-align: right;
	color: #999;
	margin-top: 25px;
}

.quick-links ul li {
	font-size: 11px;
	color: #333;
	margin-bottom: 5px!important;
}

.quick-links ul li a:link, .quick-links ul li a:visited{
	color: #565656;
	padding: 0 0 0 10px;
}

.quick-links ul li a:hover {
	color: #C11414;
	background: url(../images/quick-links-bullet.gif) no-repeat center left;
}

#text-size {
	position: absolute;
	/*width: 200px;*/
	right: 210px;
	top: 12px;
        margin-right: 70px;
}

#text-size strong {
	font-size: 11px;
	float:left;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 6px;
}

#text-size a {
	color: #919191;
	font-size: 10px;
	float: left;
}

.txt-right {
	text-align: left;
}

.fontResizer {
	display: block; 
}

.fontResizer a { 
	display: block; 
	width: 17px; 
	height: 17px; 
	text-align: center; 
	padding:1px;
	line-height: 15px; 
	color: #000!important; 
	text-decoration: none; 
	margin: 6px 0 4px 0;
	font-weight: bold;
}

.fontResizer a:hover { color: #fff!important; background: #000;text-decoration: none; }

.smallFont { font-size: 10px!important; margin-right:5px!important;}

.decreaseFont { font-size: 11px!important; padding-top: 2px;margin-right:5px!important;}

.increaseFont { font-size: 18px!important; }

.resetFont { font-size: 14px!important;margin-right:5px!important; color:#cccccc!important; }

/* @group Navigation */
/* = Navigation
------------------------------------- */

#main-nav {
	width: 898px; 
	height: 46px;  
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	z-index:300;
	/*position: relative;*/
}

#main-nav ul {
	float: left;
	background: url(../images/navigation.gif) top left no-repeat; 
}

#main-nav li {
	float: left;
	list-style: none;
}

#main-nav li {
	margin: 0;
	position:relative;
	z-index:400
}

#main-nav li a.main-nav-item {
	height:0;
	margin:0;
	padding-top:46px;
	color:#000;
	cursor:pointer;
	float:left;
}

#main-nav li#nav-home a{width: 59px;}
#main-nav li#nav-aboutus a{width: 92px;}
#main-nav li#nav-aboutthyroidcancer a{width: 178px;}
#main-nav li#nav-community a{width: 106px;}
#main-nav li#nav-waystohelp a{width: 114px;}
#main-nav li#nav-mediacenter a{width: 117px;}
#main-nav li#nav-news a{width: 67px;}
#main-nav li#nav-resources a{width: 89px;}
#main-nav li#nav-donate a{width: 67px;}

/* -active */ 
#main-nav li#nav-home a.current, 
#main-nav li#nav-home a.current:hover, 
#main-nav li#nav-home a.current:active{
	width: 59px;
	background: url(../images/navigation.gif) 0  -43px;
}

#main-nav li#nav-aboutus a.current, 
#main-nav li#nav-aboutus a.current:hover, 
#main-nav li#nav-aboutus a.current:active,
#main-nav li#nav-aboutus:hover{
	width: 92px; 
	background: url(../images/navigation.gif) -59px -43px;
}

#main-nav li#nav-aboutthyroidcancer a.current, 
#main-nav li#nav-aboutthyroidcancer a.current:hover, 
#main-nav li#nav-aboutthyroidcancer a.current:active,
#main-nav li#nav-aboutthyroidcancer:hover{
	width: 178px; 
	background: url(../images/navigation.gif) -151px -43px;
}

#main-nav li#nav-community a.current, 
#main-nav li#nav-community a.current:hover, 
#main-nav li#nav-community a.current:active,
#main-nav li#nav-community:hover{
	width: 106px; 
	background: url(../images/navigation.gif) -329px -43px;
}

#main-nav li#nav-waystohelp a.current, 
#main-nav li#nav-waystohelp a.current:hover, 
#main-nav li#nav-waystohelp a.current:active,
#main-nav li#nav-waystohelp:hover{
	width: 114px; 
	background: url(../images/navigation.gif) -435px -43px;
}

#main-nav li#nav-mediacenter a.current, 
#main-nav li#nav-mediacenter a.current:hover, 
#main-nav li#nav-mediacenter a.current:active,
#main-nav li#nav-mediacenter:hover{
	width: 117px; 
	background: url(../images/navigation.gif) -549px -43px;
}

#main-nav li#nav-news a.current, 
#main-nav li#nav-news a.current:hover, 
#main-nav li#nav-news a.current:active,
#main-nav li#nav-news:hover{
	width: 67px; 
	background: url(../images/navigation.gif) -666px -43px;
}

#main-nav li#nav-resources a.current, 
#main-nav li#nav-resources a.current:hover, 
#main-nav li#nav-resources a.current:active{
	width: 89px; 
	background: url(../images/navigation.gif) -733px -43px;
}

#main-nav li#nav-donate a.current, 
#main-nav li#nav-donate a.current:hover, 
#main-nav li#nav-donate a.current:active{
	width: 67px; 
	background: url(../images/navigation.gif) -822px -43px;
}

/* _hover */
#main-nav li a span{
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; left: 0; 
	display: none; 
	height: 0; 
	margin: 0; 
	padding-top: 45px;
}

#main-nav li#nav-home a span {
	width: 59px;
	background: url(../images/navigation.gif) 0 -43px;
}

#main-nav li#nav-aboutus a span  {
	width: 92px;
	background: url(../images/navigation.gif) -59px -43px;
}

#main-nav li#nav-aboutthyroidcancer a span  {
	width: 178px;
	background: url(../images/navigation.gif) -151px -43px;
}

#main-nav li#nav-community a span  {
	width: 106px;
	background: url(../images/navigation.gif) -329px -43px;
}

#main-nav li#nav-waystohelp a span  {
	width: 114px;
	background: url(../images/navigation.gif) -435px -43px;
}

#main-nav li#nav-mediacenter a span  {
	width: 117px;
	background: url(../images/navigation.gif) -549px -43px;
}

#main-nav li#nav-news a span  {
	width: 67px;
	background: url(../images/navigation.gif) -666px -43px;
}

#main-nav li#nav-resources a span  {
	width: 89px;
	background: url(../images/navigation.gif) -733px -43px;
}

#main-nav li#nav-donate a span  {
	width: 67px;
	background: url(../images/navigation.gif) -822px -43px;
}

/*_rollover*/

#main-nav ul ul {
	float: none!important;
	display: block!important;
	background: none!important;
	padding:0!important;margin:0!important;
}
/*_reset li li */
#main-nav li li {
	float: none!important;
	display: block!important;
}

#main-nav li li a{
	display: block!important;
}

/*_RollOver */
.ro-container {
	width: 280px;
	position: absolute;
	left: 1px;
	top:43px;
	display: none; 
	z-index:2000!important;
	background: #7e71b3;
}

.ro-body {
	margin-top:10px;
}

.ro-body ul{
	padding: 0;
	display: block!important;
}

.ro-body li {
	display: block!important;
	clear:both;
	color: #fff;
}

.ro-body li a  {
	margin-top: 1px;
	font-style:italic;
	font-size:14px;
	line-height:1.5;
	display:block;
	width: 270px!important;
	color:#fff;
	padding: 10px 0 10px 10px!important;
	background: url(../images/li_hr.gif) repeat-x bottom left;
}

.ro-body li a:hover  {
	color:#fff;
}

.ro-body a,
.ro-body a:link,
.ro-body a:active,
.ro-body a:visited 
{
	color: #fff;
	font-size:12px;
	padding: 10px;
	display: block;
}

.ro-body a:hover  {
	color: #fff;
	background-color:#993987;
}

/* @end */
/* ------------------------------ */

/* @group Showcase */
/* = Showcase
------------------------------------- */

#showcase {
	margin: -10px 0 20px 0!important;
	width: 100%;
	background: url(../images/hr_bg.gif) repeat-x bottom left;
	padding-bottom:20px;
	float:left;
	position: relative;
	overflow: hidden;
}

#showcase  ul li {
	float: left;
}

#showcase #sc-image{
	float:left;
	margin-right: 10px;
	width: 468px;
	height: 201px;
}
#showcase #sc-content{
	float:left;
	background: url(../images/showcase_bg.gif) no-repeat bottom left;
	width: 400px;
	height: 201px;
	margin-left: 10px;
}
#showcase .learn-more {
	margin-top:15px;
}

#showcase .next {
	position: absolute;
	left: 365px;
	bottom: 30px;
}

#showcase .next a,
#showcase .next a:visited
{
	text-indent: -7777px;
	background: url(../images/btn-next.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
}

#showcase .next a:hover {
	background-position: right bottom;
}

/* @end */
/* ------------------------------ */

/* @group Index Content */
/* = Index Content
------------------------------------- */

#index-col-left, #index-col-right {
	float: left;
}

#index-col-left {
	width: 522px;
	margin-right: 45px;
}

#index-col-right {
	width: 325px;
}

#index-col-left .index-about ul {
	width: 370px;
	margin: 15px 0 0 0;
	float:left;
}

#index-col-left .index-about ul li {
	font-size: 1.6em;
	float: left;
	width: 160px;
	margin: 0 0 20px 0;
	padding: 0 0 0 12px;
	background: url(../images/li-bullet.gif) no-repeat top left;
	line-height: 1.2;
	display: block;
}

#index-col-left .index-about ul li a:link, 
#index-col-left .index-about ul li a:visited {
	color: #444445;
	font-weight: bold;
}

#index-col-left .index-about ul li a:hover, 
#index-col-left .index-about ul li a:focus {
	color: #6451A1;
}

#index-col-left .index-about,
#index-col-left .index-questions {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#index-col-left .learn-more, #showcase .learn-more {
	z-index: 200!important;
	position: relative;
}

#index-col-left .learn-more a,
#index-col-left .learn-more a:visited,
 #showcase .learn-more a,
 #showcase .learn-more a:visited
{
	text-indent: -7777px;
	background: url(../images/btn-learn-more.png) no-repeat;
	background-position: right top;
	float: right;
	width:159px;
	height: 37px;
	display:block;
}

#index-col-left .click-here a, 
#index-col-left .click-here a:visited,
#index-col-right .click-here a, 
#index-col-right .click-here a:visited,
#col-left .click-here a, 
#col-left .click-here a:visited
{
	text-indent: -7777px;
	background: url(../images/btn-click-here.png) no-repeat;
	background-position: right top;
	float: right;
	width:110px;
	height: 37px;
	display:block;
}

.index-about .joan-shey {
	padding: 0 0 0 0!important;
	z-index: 10!important;
	position: relative;
}

.fleuron-bg  {
	background: transparent url(../images/index-fleuron-bg.gif) bottom left no-repeat;
}

#index-col-left .patient-symposium {
	width: 136px;
	height: 185px;
	display: block;
	background: url(../images/patient-symposium.gif) no-repeat top left;
	padding: 0 0 0 2px;
	float: right;
}








#index-col-right .donate-now, 
#col-left .donate-now {
	width: 322px;
	height: 72px;
	display: block;
	background: url(../images/donate-now-bg.gif) no-repeat top left;
	padding: 1px 0 0 2px;
	margin-bottom: 10px;
}

#index-col-right .cookbook-lrg a, 
#index-col-right .facebook-lrg a,
#index-col-right .medical-lrg a,
#index-col-right .waystohelp-lrg a,
#col-left .cookbook-lrg a, 
#col-left .facebook-lrg a,
#col-left .medical-lrg a,
#col-left .waystohelp-lrg a
{
	width: 322px;
	height: 106px;
	display: block;
	text-indent: -7777px;
	margin-bottom: 10px!important;
}

#index-col-right .cookbook-lrg a, #col-left .cookbook-lrg a {
	background: url(../images/cookbook_lrg_bg.gif) no-repeat top left;
}

#index-col-right .facebook-lrg a, #col-left .facebook-lrg a {
	background: url(../images/facebook_lrg_bg.gif) no-repeat top left;
}

#index-col-right .medical-lrg a, #col-left .medical-lrg a {
	background: url(../images/medical_lrg_bg.gif) no-repeat top left;
}

#index-col-right .waystohelp-lrg a, #col-left .waystohelp-lrg a{
	background: url(../images/waystohelp_lrg_bg.gif) no-repeat top left;
}

#index-col-right .tellyourstory, #index-col-right .buyascarf {
	width: 136px;
	display: block;
	text-indent: -7777px;
}

#index-col-right .tellyourstory {
	background: url(../images/btn_tellusyourstory.gif) no-repeat top left;
	height: 23px;
	margin: 30px 0 5px 174px;
}

#index-col-right .buyascarf {
	background: url(../images/btn_buyascarf.gif) no-repeat top left;
	height: 22px;
	margin: 0 0 0 174px;
}

#index-col-left .learn-more a:hover, 
#showcase .learn-more a:hover,
#index-col-left .click-here a:hover,
#index-col-right .learn-more a:hover, 
#index-col-right .click-here a:hover,
#index-col-right .cookbook-lrg a:hover,
#index-col-right .facebook-lrg a:hover,
#index-col-right .medical-lrg a:hover, 
#index-col-right .waystohelp-lrg a:hover,
#col-left .click-here a:hover,
#col-left .cookbook-lrg a:hover, 
#col-left .facebook-lrg a:hover,
#col-left .medical-lrg a:hover,
#col-left .waystohelp-lrg a:hover
 {
	background-position: right bottom;
}

/* @end */
/* ------------------------------ */

/* @group Secondary Content */
/* = Secondary Content
------------------------------------- */

#col-left, #col-right {
	float: left;
}

#col-left {
	width: 325px;
	margin-right: 45px;
}

#col-right {
	width: 500px;
}

#col-full {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}

/* @group Secondary Navigtion */

#secondary-nav {
	background: url(../images/sec_nav_bg.gif) no-repeat top left;
}

#secondary-nav ul {
	background: url(../images/vr_bg.gif) repeat-y top right;
	padding: 10px 0 0 0;
	min-height: 400px;
}

#secondary-nav  li {
	background: url(../images/hr_bg.gif) repeat-x bottom left;
	padding: 10px 0 10px 20px;
}

#secondary-nav ul li a {
	color:#993987;
	font-size: 1.2em; 
	font-weight: bold;
}	

#secondary-nav ul li a:hover {
	color: #6451A1;
}	

#col-right ul {
	list-style-type: disc;
	margin-left: 45px;
	margin-top: 20px;
}

#col-right ul li, #col-right ol li {
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 1.3;
}

#col-right ol {
	list-style-type: decimal;
	margin-left: 45px;
	margin-top: 20px;
}

/* @group Social Buttons */
.social-buttons  img {
        clear:both;
	float: left;
	margin: 17px 13px 0 200px;
}
.social-buttons ul {
	width: 157px;
	height: 35px;
	margin: 10px 0 0 0!important;
	float:left;
	list-style-type: none!important;
}

.social-buttons ul li { 
	margin-bottom: 0!important;
	line-height: 0!important;
}

.social-buttons ul li a { 
	width: 37px;
	height: 35px;
	padding-right: 2px;
	float:left;
	background: url(../images/social_buttons.gif) no-repeat top left;
	text-indent: -7777px;
	margin-bottom: 0!important;
}

.social-buttons .digg a {
	background-position: 0 0;
}
.social-buttons .digg a:hover {
	background-position: 0 bottom;
}
.social-buttons .twitter a {
	background-position: -40px 0;
}
.social-buttons .twitter a:hover {
	background-position: -40px bottom;
}
.social-buttons .facebook a {
	background-position: -80px 0;
}
.social-buttons .facebook a:hover {
	background-position: -80px bottom;
}
.social-buttons .delicious a {
	background-position: -119px 0;
}
.social-buttons .delicious a:hover {
	background-position: -119px bottom;
}

/* Links */
.cookbook-sm a, 
.facebook-sm  a, 
.medical-sm  a, 
.waystohelp-sm a  {
	width: 225px;
	height: 73px;
	display:block;
	text-indent: -7777px;
	float:left;
	padding: 0;
}

.cookbook-sm a {
	background: url(../images/cookbook_sm_bg.gif) no-repeat top left;
}

.facebook-sm a {
	background: url(../images/facebook_sm_bg.gif) no-repeat top left;
}

.medical-sm a {
	background: url(../images/medical_sm_bg.gif) no-repeat top left;
}
.waystohelp-sm a{
	background: url(../images/waystohelp_sm_bg.gif) no-repeat top left;
}

.cookbook-sm a:hover, 
.facebook-sm a:hover, 
.medical-sm a:hover, 
.waystohelp-sm a:hover {
	background-position: bottom left;
}
.recent-videos {
	background: #fff url(../images/recent_videos_bg.gif) no-repeat top left;
	width: 322px;
	height: 205px;
	display: block;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}

.recent-events {
	background: #fff url(../images/recent_events_bg.gif) no-repeat top left;
	width: 322px;
	height: 140px;
	display: block;
	padding: 70px 0 0 15px;
	margin-bottom: 10px;
}

.recent-events strong{
	display: block;
	color: #6451A1;
	font-size: 11px;
}

.recent-events ul {
	margin-top: 15px;
}

.recent-events ul li{
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

 .recent-events-full {
	display: block;
	padding: 5px 0 0 15px;
	margin-bottom: 10px;
}

.recent-events-full-item {
        border-bottom: 1px dashed #C3B9E2;
}

.recent-events-full strong{
	display: block;
	color: #6451A1;
	font-size: 13px;
}

#col-right .recent-events-full ul {
	margin-top: 15px;
        list-style-type:none;
}

.recent-events-full ul li{
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

.recent-videos  .video-ico {
	float:left;
	margin: 70px 4px 8px 0;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}

.recent-videos  .video-ico img {
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}

.recent-videos  .video-ico img:hover {
	filter:alpha(opacity=100);-moz-opacity:100;opacity:100;
	cursor:pointer;
}

.recent-videos  .video-read-more,  .recent-events  .events-read-more{
	clear:left;
	display:block;
	text-align: right;
}

.recent-videos  .video-read-more a, .recent-events  .events-read-more a {
	color: #6451A1;
	font-size: 11px;
	font-weight: bold;
	margin: 0 30px 0 0;
}

.recent-videos  .video-read-more a:hover, .recent-events  .events-read-more a:hover {
	color: #ACBF5E;
}
#col-right .faq-entry {
	margin-top: 20px;
	padding-top:15px;
	border-top: 1px dashed #D3CBEA;
}

#col-right .faq-entry  strong {
	display: block;
	font-size: 135%;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #6451A1;
}


#col-right dl {
	padding: 15px 15px 10px 15px;
	border: 1px dashed #C3B9E2;
	display: block;
	background: #D3CBEA;
}

#col-right dl  dt {
	display: block;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #6451A1;
}

#col-right dl  dd{
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #666;
	line-height:1.4;
}

#col-right blockquote {
	background: #A394D3 url(../images/blockquote_bg.gif) no-repeat top left;
	display: block;
	padding: 35px 20px 20px 95px;
	width: 180px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 1.3;
}

#col-right .video-entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #C3B9E2;
}

#col-right .video-entry h2 {
	margin-bottom: 10px!important;
}

#col-right .view-more {
	padding-top:20px;
	margin-bottom: 20px;
	text-align: right;
}

#col-right .view-more a{
	font-size: 13px;
	font-weight: bold;
}

#col-right .audio-entry {
	margin-top: 30px;
}

#col-right .bio-entry {
	margin-top: 20px;
}

#col-right .bio-entry strong {
	font-size: 18px;
	margin-bottom:15px;
	display: block;
}

#col-right .bio-entry .bio-image {
	float:left;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 20px;
}

#col-right .bio-entry .bio-image img {
		margin-bottom:3px;
}

#col-right .bio-entry .bio-image p {
	color: #777;
}

#col-right .bio-entry .bio-info {
	clear: both;
}


/* @end */
/* ------------------------------ */

/* @groupSearch  */
/* = Search 
------------------------------------- */

#col-right .result h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px!important;
	margin-top: 20px;
}

.PagerControl {
	padding-top:20px;
	margin-bottom: 20px;
	margin-top: 25px;
	border-top: 1px dashed #C3B9E2;
	text-align: right;

}

.PagerControl a {
	font-size: 13px;
	font-weight: bold;
}

.PagerControl .PagerResults {
	font-size: 13px;
	font-weight: bold;
}

.PagerControl .PagerNumberArea {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

/* @end */
/* ------------------------------ */

/* @group Form */
/* = Contact
------------------------------------- */

#col-right .contact {
	padding: 15px 15px 0 15px;
	border: 1px dashed #C3B9E2;
	display: block;
	background: #D3CBEA;
}

#col-right input {
	padding:7px!important;
	width:250px;
	margin-bottom:20px;
}

#col-right .WebPartZoneRightAction  input {
        width:16px;
	padding:2px!important;
	margin-bottom:0px;
}

#col-right .WebPartRightAction input {
        width:16px;
	padding:2px!important;
	margin-bottom:0px;
}


#col-right textarea {
	padding:7px!important;
	width:450px;
	height: 100px;
	margin-bottom:20px;
 }
 
#col-right .submit-button
{
	text-indent: -7777px;
	background: url(../images/submit.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
	border:0;

}

#col-right #plcRoot_Layout_pagecontent_pageplaceholder_pageplaceholder_Layout_zoneContentRT_pageplaceholder_pageplaceholder_Layout_zoneContentRT_FormContactUs_viewBiz_ctl00_btnOK
{
	text-indent: -7777px;
	background: url(../images/submit.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
	border:0;
}

#col-right #plcRoot_Layout_pagecontent_pageplaceholder_pageplaceholder_Layout_zoneContentRT_pageplaceholder_pageplaceholder_Layout_zoneContentRT_BizForm_viewBiz_ctl00_btnOK
{
	text-indent: -7777px;
	background: url(../images/submit.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
	border:0;
}
#col-right
#plcRoot_Layout_pagecontent_pageplaceholder_pageplaceholder_Layout_zoneRight_copy_BizFormControl1_Bizform1_ctl00_btnOK
{
	text-indent: -7777px;
	background: url(../images/submit.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
	border:0;
}
#col-right
#plcRoot_Layout_pagecontent_pageplaceholder_pageplaceholder_Layout_zoneRight_NewsletterSubscription_btnSubmit
{
        text-indent: -7777px;
	background: url(../images/submit.png) no-repeat;
	background-position: right top;
	width:93px;
	height: 37px;
	display:block;
	border:0;
}


#col-right .submit-button:hover {
	background-position: right bottom;
}

/* @end */
/* ------------------------------ */

/* @group Footer */
/* = Footer
------------------------------------- */

#footer {
	width: 898px; 
	background: url(../images/hr_bg.gif) top left repeat-x; 
	display: block;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	float: left;
}

#footer ul#footer-nav {
	float: right;
	width: 800px; 
	padding: 10px 0 0 0;
	margin-top: 0;
	margin-bottom: 8px;
}

#footer  ul#footer-nav li a:link, 
#footer ul#footer-nav li a:visited {
	font-size: 12px;
	color: #7E71B3;
	padding: 9px 7px;
	text-transform: uppercase;
	float: left;
}

#footer ul#footer-nav li a:hover, 
#footer ul#footer-nav li a:focus, 
#footer ul#footer-nav li.donate  a:hover{
	color: #fff!important;
	background: #ACBF5E;
}

#footer ul#footer-nav li.donate  a:link{
	color: #8F3743;
}

#footer #statement {
	float: left;
	padding: 20px 0 20px 0;
	background: url(../images/hr_bg.gif) bottom left repeat-x; 
	width: 898px; 
}

#footer h5 {
	font-size: 14px;
	color: #666;
	width: 585px;
	line-height: 1.5;
	float: left;
	margin: 0 35px 0 0;
}

#footer #footer-info {
	background: url(../images/hr_bg.gif) top left repeat-x;
	width: 898px; 
	float: right;
	padding: 20px 0 0 0;
}

#footer #footer-info .sponsors {
	width: 210px;
	float: left;
	margin-right: 40px;
	margin-left: 280px;
}

#footer #footer-info .info {
	width: 180px;
	float:left;
	margin: 14px 0 0 0;
}

#footer #footer-info .info ul li {
	color: #777;
	font-size: 12px;
	margin-bottom: 3px;
	display: block;
}

#footer #footer-info .info ul li a:link, 
#footer #footer-info .info ul li a:visited {
	color: #C179B2;
	font-size: 12px;
}
 
#footer #footer-info .info ul li a:hover, 
#footer #footer-info .info ul li a:focus {
	color: #000;
	font-size: 12px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:500px;
	height:250px;
	overflow:hidden; 
	}
#prevBtn a:link
{
font-size: 13px;
font-weight:bold;
}

#nextBtn a:link
{
font-size: 13px;
font-weight:bold;
}

#prevBtn a:visited
{
font-size: 13px;
font-weight:bold;
}

#nextBtn a:visited
{
font-size: 13px;
font-weight:bold;
}


#prevBtn 
{
width: 150px;
display: block;
float: left;
margin-top: 5px;
}

#nextBtn 
{
width: 150px;
display: block;
float:right;
margin-right:80px;
margin-top: 5px;
}

h7
{
color:#9076ff;
}

.DLAudio
{
  display:block;
  margin-top:5px;
}


/* @end */
/* ------------------------------ */