@CHARSET "ISO-8859-1";


/* BASE */

html, body, form, fieldset {
	
	margin: 0;
	padding: 0;
	
}

body {
	
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
	color:#373737;
	
}


p {
	
	margin-top: 0px;	
	
}

.clearer {

	clear: both;	
	
}

.padded {

	padding: 10px;	
	
}

.right {

	float: right;
	
}

.left {

	float: left;
	
}

.stretch {
	
	width: 100%;	
	
}

.fs1 {
	
	font-size: 0.8em;
	
}

.fs2 {

	font-size: 1.0em;
	
}

.fs3 {

	font-size: 1.2em;
	
}


/* LAYOUT */

#header-wrapper {

	height: 105px;
	width: 100%;

}

#top-line {

	height: 5px;
	width: 100%;
	background: #aba4a5;	
	
}

#header {

	height: 100px;
	width: 940px;
	margin: 0px auto;
	
}


.search {
	
	margin-top: 25px;	
	
}

#navigation-wrapper {
	
	/*width: 100%;
	height: 40px;
	overflow: hidden;*/
	background: url('../images/navigation-wrapper-bg.png') top left repeat-x;
	position:absolute; top:105px; height:40px; width:100%;
	
}

#navigation {
	
	height: 40px;
	width: 940px;
	margin: 0px auto;
	background: url('../images/bg_navigation_inner.png') top left repeat-x;
	
}

/* fix so it doesn't show until cufon has loaded */

#navigation ul:first-child { visibility : hidden; }

#content-wrapper {
	
	width: 100%;
	background: #e31837;
	
}

#content {
	
	width: 940px;
	margin: 40px auto 0;
	background: url('../images/content-bg.jpg') top left no-repeat;
	padding-bottom: 30px;
	
}

#breadcrumb {

	padding: 8px 10px 10px;
	color: #fff;
	font-size: 0.85em;
	
}

#banner {

	height: 262px;
	width: 940px;
	background: #000;
	overflow: hidden;	
	margin-bottom: 20px;
	float: left !important;
	
}

.moduletable-banner {
	
	width: 597px;
	height: 262px;
	
}

.rotator {

	display: none;
	
}

#tagline {

	

}

#main-content {
	
	width: 630px;	
	margin-top: 10px;
	padding-bottom: 20px;
	
}

.white-bg {

	background: #fff;
	padding-bottom: 20px;	
	
}

#right {
	
	width: 300px;
	float: right;
	margin-top: 10px;

}

.article-icon, .blogicon {

	background: #323232;	
	
}

#mycontent {
	
	margin: 20px;
	width:94%;		
	
}

.totopwrap {

	position:relative;
	float:right;
	right:-23px;
	bottom:90px;
	display:block;
	width:23px;
	height:1px;
	
}

#sub-footer {
	
	width: 940px;
	margin: 15px auto;
	
}

#footer {
	
	width: 940px;
	margin: 20px auto;
	color: #8b9393;
	
}

.rotator {

	position: relative;
		
}

.rotator .banner-overlay {

	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;	
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	width: 550px;
		
}




/* MODULES */

#banner .moduletable_clear {

	width: 280px;
	margin-left: 20px;
	
}

#banner .moduletable_clear .articleinfo {
	
	display: block;
	width: 80px;
	font-size: 0.9em;
	color: #ec6e81;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;	
	
}

#banner .moduletable_clear .shortdes {
	
	float: none;
	clear: both;
	color: #b7afa2;	
	font-size: 0.85em;
	padding-top: 0px;
	
}

#banner .moduletable_clear .mod_placehere_leading,
	#banner .moduletable_clear .mod_placehere_following  {
	
	border-bottom: 1px dotted #352f30;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#banner .moduletable_clear .odd {

	border-bottom: none;	
	
}

.homebutton div {

	float: left;	
	margin-top: 10px;
	
}

.homebutton .moduletable_donatehome {
	
	background: url('../images/bg_donate_home.png') top left no-repeat #000;	
	width: 170px;
	height: 114px;
	padding: 15px;
	
}

.homebutton .moduletable_subcribehome {
	
	background: url('../images/bg_subcribe_home.png') top left no-repeat #000;	
	width: 170px;
	height: 114px;
	margin-left: 10px;
	padding: 15px;
	
}

.homebutton .moduletable_subcribehomeimg {
	
	width: 170px;
	height: 114px;
	margin-left: 10px;
	
}


.moduletable_programs {
	
	width: 360px;
	height: 210px;
	background: url('../images/bg_programs.png') top right no-repeat;
	
}

.moduletable_programs table {

	/*margin-top: 50px;*/
	margin-top: 12px;
	margin-left: 20px;
	width: 320px !important;
	
}

.moduletable_programs table td {
	
	padding: 0px;
	margin: 0px;
	padding-top: 5px;	
	
}

.moduletable_donate {

	/*background: url(../images/bg_donate.png) no-repeat 0 0 #000;*/

}

.moduletable_subcribe {

	/*background: url(../images/bg_subcribe.png) no-repeat 0 0 #000;*/

}

.moduletable_donate,
.moduletable_subcribe {

	/*padding:0 20px 20px;*/
	margin:0 0 13px 30px;
	color:#fff;

}

.blog {

	width: 100%;	
	
}

.blog p, .blog h3 {

	margin-left: 20px;	
	
}

.blog .contentpaneopen p {

	margin-left: 0px;	
	
}

.blog_more {

	margin: 20px;	
	
}

.cb_template_default .contentpaneopen {
	
	margin: 20px;	
	
}

.category-desc {

	padding: 0px 20px 0px 0px;

}

.respect {
	
	color: #5e8585;
	width: 730px;
	border-top: 1px dotted #5e8585;
	padding-top: 10px;	
	margin-left: 20px;
	margin-top: 30px;
	
}

.twitter {
	
	background:url(../images/twitter_icon.jpg) no-repeat 100% 100%;
	height:50px;
	width: 170px !important;
	
}

/* HEADINGS */

h4 {
	
	font-size: 1.0em;	
	
}

#banner .moduletable_clear h3 {

	color: #fff;
	margin-top: 30px;
	font-size: 1.6em;
	padding-bottom: 5px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #736a5c;	
	margin-bottom: 0px;
	
}

#banner .moduletable_clear h2 {
	
	font-size: 0.9em;
	float: left;
	margin: 0px;	
	display: block;
	width: 190px;
	
}

.componentheading, .contentheading {

	font-size:1.5em;
	font-weight:bold;
	font-family: DeconStruct-Medium;
	padding-bottom: 10px;

}

.contentheading span, 
	.componentheading {
	
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	font-size: 1.5em;
	font-family: DeconStruct-Medium;
	
}

h3, .blog .contentheading {

	color:#e31837;
	font-weight:bold;
	font-size: 1.1em;
	font-family: Verdana;

}

#tagline h1 {

	font-weight: normal;
	font-size: 2.5em;
	color: #fff;
	margin-top: 0px;

}

#main-content  #tagline h1 {

	margin-top: 20px;	
	
}

.homebutton .moduletable_subcribehome h3, 
	.homebutton .moduletable_donatehome h3 {
	
	margin: 0px;
	color: #fff;
	font-size: 1.6em;	
	margin-bottom: 20px;
	
}

.moduletable_donate h3, 
	 .moduletable_subcribe h3 {

	padding: 17px 0 9px;
	margin: 0;
	color: #f18c87;
	text-align: right;
	font-size: 1.6em;
		 
}

.moduletable_programs h3 {
	
	/*float: right;
	margin: 10px;*/
	font-size: 1.6em;
	color: #fff;
	
	width:340px;
	text-align:right;
	padding:10px;
	margin:0;
	
}

.moduletable_submenu h3 {
	
	font-size: 1.4em;
	
}

#sub-footer .moduletable h3 {
	
	font-size: 0.9em;
	margin: 0px;
	color: #444444;
	
}

/* LINKS */


a {

	outline: none;	
	text-decoration: none;
	color: #fff;
	
}

a img {

	border: none;	
	
}

a:hover {
		
	
				
}

#breadcrumb a{

	color:#fff;

}

#breadcrumb a:hover{

	text-decoration:underline;

}

#main-content a {

	color: #373737;
	text-decoration: underline;	
	
}

#main-content a:hover {

	color: #000;	
	
}

a.readon {

	display:block;
	float:left;
	margin-top:10px;
	padding:1px 10px 4px;
	text-decoration:none;
	background:#736A5C;
	color:#fff;

}

#banner .moduletable_clear h2 a {
	
	color: #fff;
	
}

#banner .moduletable_clear .contentheading {

	font-family: Verdana, Arial, Helvetica, Sans-serif;	
	
}

a.totop,
a.totop:hover {

	position:relative;
	z-index:998;
	display:block;
	width:23px;
	height:70px;
	overflow:hidden;
	background:#323232 url(../images/to_top.png) no-repeat 0 3px;
	text-decoration:none;

}

a.totop:hover {

	background:#323232 url(../images/to_top.png) no-repeat 0 0;

}

.homebutton .moduletable_subcribehome a, 
	.homebutton .moduletable_donatehome a {

	color: #fff;
	
}

.twitter a {
	
	color: #0f6fc2;
	
}


.twitter a:hover {
	
	text-decoration: underline;
	
}

/* LISTS */

ul {

	list-style: none;
	margin: 0;
	padding: 0;
		
}


#main-content li {

	background: url('../images/content-li-ie6.png') no-repeat 0 5px;
	padding-left: 20px;
	
}

/* FOOTER MENUS */

#sub-footer .column {

	width: 170px;
	min-height: 150px;
	float: left;
	padding-left: 15px;	
	border-right: 1px solid #d4d0ca;
	
}

#sub-footer .last {

	border-right: none;	
	
}


#sub-footer .moduletable ul {

	margin: 0px;
	padding: 0px;
	list-style: none;	
	
}

	#sub-footer .moduletable ul li a {
		
		color: #444;
		
	}
	
	
/* SPLITMENU - SUBLEVEL MENU */

.right-nav-bg {

	background: url('../images/right-nav-bg.png') top left #323232;	
	
}

.moduletable_submenu {

	padding: 20px 0;
	margin: 0 0 13px;
	color: #fff;	
	background: url('../images/bg_submenu.png') top left repeat-y;

}

.moduletable_submenu h3 {
	
	background: #000;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 50px;
	color: #fff;
	text-align: left;

}

.moduletable_submenu ul {
	
	margin:10px 10px 10px 0px;
	list-style: none !important;
	
}


.moduletable_submenu ul li {
	
	margin:0;
	padding:0;
	background:none;
	
}

.moduletable_submenu li ul {
	
	margin:0;
	
}

.moduletable_submenu li a {
	
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:56px;
	
}


.moduletable_submenu ul li ul li a {
	
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:70px;
	background:url(../images/bg_li_sublevel-third.png) no-repeat 50px 12px !important;
	color: #9d9b9c;
	font-weight: bold;
	
}

.moduletable_submenu li ul li.active2 a {
	
	background:url(../images/bg_li_sublevel-third-open.png) no-repeat 50px 12px !important;
	
}

.moduletable_submenu ul li ul li ul li a, 
	.moduletable_submenu ul li ul li.active2 ul li a {
	
	font-weight: normal;
	margin-left: 10px;
	font-size: 0.9em;
	background:url(../images/bg_li_sublevel.png) no-repeat 56px 5px !important;
}


.moduletable_submenu li a:hover, 
	.moduletable_submenu ul li ul li ul li a:hover, 
	.moduletable_submenu ul li ul li.active2 ul li a:hover
	 {
	
	background:url(../images/bg_hover_menu.png) no-repeat 0 50% !important;
	
}

.moduletable_submenu li.active a.active:hover {
	
	background:url(../images/bg_hover_menu.png) no-repeat 0 50% !important;
	color: #fff;
}


.moduletable_submenu li.active a.active {
	
	background:url(../images/bg_active_menu.png) no-repeat 0 50% !important;
	font-weight:bold;
	color:#000 !important;
	
}

.moduletable_submenu li.active2 a.active {
	
	font-weight:bold;
	color:#fff;
	
}

.moduletable_submenu li ul li.active2 a.active  {
	
	color: #9d9b9c;
	
}

.moduletable_submenu ul li ul li ul, 
.moduletable_submenu ul li.active ul li ul, 
.moduletable_submenu ul li.active2 ul li ul {

	display: none;	
	
}

.moduletable_submenu ul li ul li.active ul,
	.moduletable_submenu ul li ul li.active2 ul {
	
	display: block;
	
}

.moduletable_submenu li.havesubchild ul {
	
    margin:0;
    display:none;
    
}

.moduletable_submenu li.active ul, .moduletable_submenu li.active2 ul {
	
    margin:0;
    display:block;
    
}

/* MENU */

ul.menu {
	
	margin: 0;
	padding: 0;
	
}

ul.menu li {
	
	list-style: none none none;
	background: none;
	padding: 0;
	margin: 0;
	
}

ul.menu li a {
	
	color: #444;
	
}


ul.menu li a:hover {
	
	color: #000;
	
}

#right ul.menu li a {
	
	color: #ccc;
	
}

#right ul.menu li a:hover {
	
	color: #fff;
	
}

/* HR */

.blog hr {
	
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #666;
	border-left: none;
	display: block;
	clear: both;
	height: 20px;
	
}

/* IMAGES */


/*SHARE button*/

#sharethis_0,
#sharethis_1,
#sharethis_2,
#sharethis_3,
#sharethis_4,
#sharethis_5,
#sharethis_6,
#sharethis_7,
#sharethis_8 {
	
	width: 69px;
	height: 26px;
	overflow: hidden;
	display: block;
	
}

#sharethis_0 a.stbutton,
#sharethis_1 a.stbutton,
#sharethis_2 a.stbutton,
#sharethis_3 a.stbutton,
#sharethis_4 a.stbutton,
#sharethis_5 a.stbutton,
#sharethis_6 a.stbutton,
#sharethis_7 a.stbutton,
#sharethis_8 a.stbutton {
	
	padding: 0 !important;
	
}
.stbuttontext {
	
	background: #323232 url(../images/shareButton.png) no-repeat 50% 50% !important;
	display: block;
	width: 69px;
	height: 26px;
	
}

#tinymce, #tinymce a {
	
	color: #000000;
	
}

#tinymce a {
	
	text-decoration: underline;
	
}

/* CALENDAR */

#extcalendar {
	
	padding:0 20px;
	
}

#extcalendar div#extcalendar {
	
	padding:0;
	
}

.atomic_colored {
	
	display: none;
	
}

/* FORMS */

.search .inputbox {

	width: 240px;
	background: #f3efe9;
	border: 1px solid #e2dcd6;
	margin: 0px;
	padding: 4px;
	float: left;

}

.search .button {

	border: none;
	margin-left: 5px;
	float: left;
	
}

.table-blog-content {
	margin: 20px;		
		
}
.icon-wrap {background:#323232; width:100%; display:block;}
.clear-both {clear:both;}

table#registrationTable td#cbfv_65, table#registrationTable td#cbfv_71 {padding-top:15px;}

table#registrationTable td#cbfv_69 {padding-top:10px;}


/*custom properties*/

.cpsearch {
	background: url('../images/cpsearch-box.png') top left no-repeat;
	height:55px;
	padding:12px;
	position:relative;
}

div.cp_submit,
div.cp_field,
fieldset.cp_field  {
	clear : none;
}

div.cp_field_label_adfsearch  {
	background:none;
	color:white;
	font-weight:bold;
	margin:0;
	padding:0 4px 4px;
}

.inputbox_adfsearch  {
	color:#626262;
	font-size:1.05em;
	padding:2px;
	width:148px;
}

div.cp_submit .button {
	border:medium none;
	height:24px;
	position:relative;
	top:26px;
	font-weight:bold;
	font-size:90%;
	padding-bottom:3px;
	width:72px;
	background:#736A5C;
	color:#fff;
}

.searchintro,
 .cp_result,
 .result_summary {
	margin:0 20px;
}

.cp_title{
	margin:10px 0;
}

.cp_title a{
	text-decoration:none !important;
}

/*user7*/
#user7 {
	background:#fff;
	padding:20px;
}

#user7 .moduletable {
 margin-bottom:20px;
}

#user7 .moduletable h3 {
	font-family:DeconStruct-Medium;
	font-size:1.5em;
	font-weight:bold;
	padding:0;
	margin:0 0 20px;
	color:#373737;
}

#main-content .icon-wrap li.buttonheading {list-style: none; background: none; padding: 0; display: inline}
ul.contentpaneopen {float: right}

.lrpadding20 {
	padding:0 20px;
}

dl#system-message { padding:20px; }
.so-beat-it {padding:20px;}

#salsa-desc a {
   color: #8B9393;
   text-decoration:none;
}

#salsa-desc a:hover {
   color: #8B9393;
   text-decoration:none;
}

#salsa-desc a:active {
   color: #8B9393;
   text-decoration:none;
}

#salsa-desc a:visited {
   color: #8B9393;
   text-decoration:none;
}


/*recpatcha*/
#recaptcha_area {
    clear: both;
    margin-left: 150px;
} 
#registrationTable #recaptcha_area {
    clear: both;
    margin-left: 87px;
} 
/*endOf recaptcha*/

