﻿#mainfocusdiv
{
	top:63px;
}

.thumbnailcolumn
{
	padding:0;
	margin:0;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	background-color:White;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#mainpromothumbnails
{
	top:353px;
	height:45px;
	right:13px;
	background-color:Transparent;
    position:absolute;
}

.thumbnailImage
{
	padding: 1px; 
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	height:40px;
}

#rightsidediv
{
	top:63px;
}

.newsfeed
{
	width:939px;
	height:35px;
	top:493px;
	position:absolute;
	margin-left:13px;
	background-color:Transparent;
	border-width:1px;
	border-style:solid;
	border-color:#D9D9D9;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#dynnewsHeader
{
	background-image:url(images/rhsBoxes.gif);
	background-repeat:repeat-x;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
	border-width:1px;
	border-style:solid;
	border-color:#D9D9D9;
    font-weight:bold;
    text-align:center;
    margin:6px;
    height:18px;
	color:#6e6e6e;
	width:120px;
	padding-top:3px;
}

.dynnews
{
    position:absolute;
    top:10px;
	left:138px;
}

.dynnews a
{
	font-style:normal;
	text-decoration: none; 
	color:Black;
}

#pagebottomdiv
{
	width:939px;
	margin-left:13px;
	top:544px;
	height: 70px;
	background-color:Transparent;
	position:absolute;
}

.bottomblock
{
	width:464px;
	height:70px;
	top:0px;
	position:absolute;
	border-width:1px;
	border-style:solid;
	border-color:#D9D9D9;
	background-image:url(images/rhsBoxes.gif);
	background-repeat:repeat-x;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:Gray;
}

.bottomblock a
{
	text-decoration:none;
	outline-style:none;
	border-style:none;
}

#bottomblock1
{
	left:0px;
}

#bottomblock2
{
	left:475px;
	font-size: 10pt;
	color:Black;
}

.bottomPromoText 
{
	padding:0px 13px 0px 13px;
	color:Gray;
	font-size:8pt;
	text-align:justify;
	margin:auto 0px auto 0px;
}

.bottomPromoHeading
{
	color:Black;
	font-weight:bold;
	padding-bottom:6px;
}

img.bottomPromo
{
	padding-left:13px;
}

/*** Twitter Slider Styling ***/

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next
{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */

.twitterTime
{
	color:#33CCFF;
	font-weight:bold;
}

#twitterTImage
{
	position:absolute;
	top:10px;
	left:13px;
}

#sliderContainer
{
	position:absolute;
	left:115px;
	top:10px;
	text-align:left;
	font-size:10px;
	width:300px;
	height:48px;
	background:White;
	border-width:1px;
	border-style:solid;
	border-color:#D9D9D9;
}

#slider
{
	position:absolute;
	left:26px;
	top:3px;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2
{
	margin-top:1em;
}
#slider li, #slider2 li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:248px;
	height:40px;
	overflow:hidden;
}
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev
{ 
	display:block;
	width:30px;
	height:50px;
	position:absolute;
	left:-36px;
	top:-1px;
	z-index:1000;
}

#nextBtn, #slider1next
{ 
	left:306px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a
{  
	display:block;
	position:relative;
	width:30px;
	height:50px;
	background:url(images/slider_left.png) no-repeat 0 0;
	background-position:0px 0px;
}

#nextBtn a, #slider1next a
{ 
	background:url(images/slider_right.png) no-repeat 0 0;	
}
	
#prevBtn a:hover, #nextBtn a:hover,
#slider1next a:hover, #slider1prev a:hover
{  
	background-position: 0 -50px;
}
/* // Easy Slider */