/* 
    Document   : homepage
    Created on : Jun 6, 2011, 11:34:05 AM
    Author     : eugene
    Description:
        Styles for the homepage only.
*/

#content_upper {
	width: 100%;
	height: 292px;
	margin: 0px 0px 15px 0px;
	background: #000000;
	overflow: hidden;
}

#content_lower_left {
	float: left;
	width: 380px;
	height: 339px;/*451px;*/
	background: rgb(255, 255, 255); /* Fallback color for IE */
	background: rgba(255, 255, 255, 0.70);
	overflow: auto;
}

#content_lower_left article {
	width: 88%;
	margin: 0 auto 5px auto;
/*	padding-bottom: 5px;*/
	border-bottom: 1px solid #cccccc;
}

#content_lower_left .news_title {
	font-weight: bold;
}

#content_lower_left .news_author {
	font-size: 12px;
}

/*section#content_lower_left article p {
	margin-bottom: 5px;
}*/

#content_lower_right {
	float: left;
	width: 205px;
	height: 335px;/*447px;*/
	margin: 0px 0px 0px 12px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.70);
	padding-top: 4px;
	overflow: auto;
}

#content_lower_right article,
#content_lower_right .article {
	padding: 4px 15px 15px 15px;
}

#content_lower_left article,
#content_lower_left .article {
	padding: 0 15px 15px 15px;
}

/*#letterBuilderSection input[type="checkbox"] {
	width: 246px;
	margin: 0px 0px 4px 0px;
}*/
	
/*********************************************
 * The glider
 ********************************************/

#glider, .slide {
	position: relative;
	width: 598px;
	height: 292px;
	overflow: hidden;
}

.slide {
	position: absolute;
	cursor: pointer;
}

#pselect {
	position: absolute;
	height: 24px;
	width: 176px;
/*	border: 1px solid red;*/
	z-index: 1000;
	left: 418px;
	top: 260px;
	overflow: hidden;
}

#pselect a {
	display: block;
	float: left;
	margin: 0 2px;
/*	border: 1px solid red;*/
}

#pselect a img {
	border: none;
}

#pselect a.active {
	background: url('/images/BlueNumberBox.png');
}

.vidPlay {
	width: 84px;
	height: 63px;
	float: right;
	background: url('/images/PLAYtab.png');
	cursor: pointer;
}

