/* =HOMEPAGE
   ----------------------------------------------------*/
#contentrail {
	display:none;
	}
.twentytwo_px {
	font-size:22px;
	}
.carouselwrapper {
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:920px; /*width of featured content slider*/
	height:200px;
	top:0px;
	}
.carouselwrapper .contentdiv {
	visibility:hidden; /*leave as is*/
	position:absolute; /*leave as is*/
	left:0;  /*leave as is*/
	top:0;  /*leave as is*/
	width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:100%;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
#pagination_background {
	width:920px;
	height:45px;
	position:absolute;
	/*top:281px;*/
	top:295px;
	z-index:19;
	background:url(/graphics/carousel/carousel_bottom.png) repeat;
	filter:alpha(opacity=50);
	opacity:.8;
	background-color:#FFFFFF;
	}
.pagination {
	width:920px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:45px;
	position:absolute;
	top:295px;
	z-index:20;
	color:#FFFFFF;
	}
.pagination a {
	padding:0px 5px 0px 5px;
	color:#1F1F1F;
	}
.pagination a:hover {
	color:#DD4814;
	}
.pagination a.selected {
	}
#pagination_links {
	font:12px Arial, Verdana, Helvetica, sans-serif;
	}
#pagination_links img {
	float:left;
	margin:2px 5px 0px 20px;
	}
#pagination_links a.toc {
	display:block;
	height:40px;
	width:218px;
	float:left;
	overflow:hidden;
	}
#paginate-eventscarousel a.toc {
	display:none;
	}
/*#pagination_leftarrow {
	float:left;
	}
#pagination_rightarrow {
	float:right;
	}*/
.homepage_promo {
	width:240px;
	height:160px;
	padding:20px;
	margin-top:20px;
	background:#FFF url(/graphics/promos/homepage_promo_background.png) no-repeat 0px 0px;
	}
/* =EVENTSCAROUSEL
   ----------------------------------------------------*/
.events_carouselwrapper {
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:260px; /*width of featured content slider*/
	height:70px;
	}
.events_carouselwrapper .events_contentdiv {
	visibility:hidden; /*leave as is*/
	position:absolute; /*leave as is*/
	left:0;  /*leave as is*/
	top:0;  /*leave as is*/
	width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:100%;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.events_pagination {
	width:260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:25px;
	}
.events_pagination a {
	}
.events_pagination a:hover, .events_pagination a.selected {
	}
/* =BLOGPROMO
   ----------------------------------------------------*/
#rail_blogpromo {
	width:260px;
	}
#rail_blogpromo_header img {
	float:right;
	margin:5px 10px 0px 10px;
	}
#rail_blogpromo_body {
	}
#cdsblog p {
	background:url(/graphics/blog/chevron.png) no-repeat left center;
	margin-bottom:5px;
	padding:0px 0px 0px 12px;
	}
/* =RAIL ADJUSTMENTS
   ----------------------------------------------------*/
#rail {
	margin-top:0px;
	}
#contentrailindex {
	width:600px;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
	}
#contentrailindex ul {
	margin-bottom:10px;
	}
#contentrailindex ul li {
	line-height:16px;
	list-style:inside url(/graphics/icons/bullet_green.png);
	}
.contentrailindex_imagebox {
	float:right;
	font-size:10px;
	margin:0px 0px 5px 10px;
	}
.contentrailindex_imagebox img {
	border:1px solid #000000;
	}
.contentrailindexdivider {
	height:1px;
	width:600px;
	float:left;
	clear:both;
	margin:10px 0px 10px 0px;
	border-bottom:1px dotted #CCCCCC;
	}
/* =VIDEOCAROUSEL
   ----------------------------------------------------*/
.video_carouselwrapper {
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:280px; /*width of featured content slider*/
	}
.video_carouselwrapper .video_contentdiv {
	visibility:hidden; /*leave as is*/
	position:absolute; /*leave as is*/
	left:0;  /*leave as is*/
	top:0;  /*leave as is*/
	width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:100%;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.video_pagination {
	width:280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	}
.video_pagination a {
	}
.video_pagination a:hover, .video_pagination a.selected {
	}
.video_pagination a.toc, .video_pagination a.next, .video_pagination a.prev {
	font-size:10px;
	}
