@charset "UTF-8";
/* CSS Document */
h1 a {
	color:#003366;
}

/*  Left Column  */
#left_col {
	width: 	 442px;
	float:left;
	padding: 0px 30px 10px 0px;
}
#left_col h1 {
	font-size: 20px;
	padding-right: 14px;
}
#left_col p {
	color: #666666;
	padding-right: 15px;
	font-size:14px;
}
#left_col #events h2 {
	color: #eeaa00;
	font-size:12px;
	text-transform:uppercase;
	padding-top: 20px;
}
#left_col #events a {
	color: #666666;
	font-size:14px;
	margin-right: 25px;
}

#left_col #events a:hover {
	color: #0033ff;
}

#left_col #events h3 {
	color:#003366;
	font-size:11px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding: 20px 0 5px 0;
}
#left_col #events ul {
	margin:0;
	padding:0 0 0 15px;
}
#left_col #events .indicate-required {
	font-size:9px;
	margin: 0 0 0 230px;
	padding:0;
}
#left_col #events .btn {
	display:inline;
}
#left_col #events fieldset {
	border:none;
}
/* jquery validate response */
fieldset div.mce_inline_error {
	margin:1em 0 1em 38%;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:1em .5em .5em 1em;
	font-weight:bold;
	z-index:1;
	font-size:1.2em;
	width:45%;
	border:1px solid #FBC2C4;
	background:#FBE3E4;
	color:#D12F19;
	font-weight:bold;
	padding-left:1em;
	position:relative;
	top:-1.5em;
	z-index:1;
	font-size:1.1em;
}
/*  Right Column  */
#right_column {
	width: 450px;
	float:left;
	padding:0 0 10px 0;
	margin: 0;
}
#right_column h1 {
	font-size:22px;
	font-weight:bold;
	padding: 0 0 10px 0;
	text-transform:none;
	margin: 0;
}
#right_column p {
	font-size: 12px;
	color: #4e4e4e;
	line-height: 21px;
}

.goldRule {
	border-bottom: 1px solid #eeaa00;
	padding: 10px 0 0px 0;
	width: 90%;
}

/* Business Channel  */

#first-carousel {
	background:url(../images/channel_business.jpg) no-repeat;
	width: 464px;
}

/* Law Channel  */
#second-carousel {
	background:url(../images/channel_law.jpg) no-repeat;
	width: 464px;
}

/* Faith Channel  */
#third-carousel {
	background:url(../images/channel_faith.jpg) no-repeat;
	width: 464px;
}
 
/* Human Interest Channel  */
#fourth-carousel {
	background:url(../images/channel_interest.jpg) no-repeat;
	width: 464px;
}


/* Business Channel  */

*html #first-carousel {
	background:url(../images/channel_business.jpg) no-repeat;
	width:460px;;
}

/* Law Channel  */
*html #second-carousel {
	background:url(../images/channel_law.jpg) no-repeat;
	width:460px;
}

/* Faith Channel  */
*html #third-carousel {
	background:url(../images/channel_faith.jpg) no-repeat;
	width:460px;
}
 
/* Human Interest Channel  */
*html #fourth-carousel {
	background:url(../images/channel_interest.jpg) no-repeat;
	width:460px;
}



/* Business Channel  */

#business {
	background:url(../images/channel_business.jpg) no-repeat;
	width: 464px;
}

/* Law Channel  */
#law {
	background:url(../images/channel_law.jpg) no-repeat;
	width: 464px;
}

/* Faith Channel  */
#faith {
	background:url(../images/channel_faith.jpg) no-repeat;
	width: 464px;
}
 
/* Human Interest Channel  */
#interest {
	background:url(../images/channel_interest.jpg) no-repeat;
	width: 464px;
}


/* Business Channel  */

*html #business {
	background:url(../images/channel_business.jpg) no-repeat;
	width:460px;;
}

/* Law Channel  */
*html #law {
	background:url(../images/channel_law.jpg) no-repeat;
	width:460px;
}

/* Faith Channel  */
*html #faith {
	background:url(../images/channel_faith.jpg) no-repeat;
	width:460px;
}
 
/* Human Interest Channel  */
*html #interest {
	background:url(../images/channel_interest.jpg) no-repeat;
	width:460px;
}

*html #jqueryCarousel .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
	width: 460px;
}


