
/* --- BEGIN: Area Styles ---------------------------------------- --- */

.hideStart { display: none; }

table.content-layout td.content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#home_left_column {
	width: 49%;
	height: 430px;
	float: left;
	padding-top:5px;
}


#home_right_column {
	width: 49%;
	height: 450px;
	float: left;
	margin-top:10px;
	overflow: auto;
	scrollbar-base-color: #7b96f7;
	scrollbar-arrow-color: white;
	background-image: url(../img/global/background-video-list2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #697188;
}
		
/* --- END: Area Styles ------------------------------------------ --- */


/* --- BEGIN: Homepage Elements ---------------------------------------- --- */

#middle_drop_shadow {
	top: 124px;
	left: 357px;
	position: absolute;
	z-index: 5;

}

#screening_header {
	top: 124px;
	left: 18px;
	position: absolute;
	z-index: 6;

}

/* --- END: Homepage Elements ------------------------------------------ --- */



/* --- BEGIN: Feature Program List of Videos Area ---------------------------------------- --- */

.feature_program_item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5a82ad;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
}

.feature_program_item_first {
	background-color: #1f3044;
	cursor: pointer;
	cursor: hand;
}

/* Home Elements */
div.featured_category {
	padding: 20px 0px 10px 7px;
	color: #FFF;
	float:left;
	width:200px;
}


div.featured_title {
	padding-bottom: 10px;
}

div.featured_description {
	color: white;
}

div.featured_description_area {
	padding-left: 7px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

td.feature_program_cell {
	border-bottom: 2px solid #9cafc4;
	cursor: pointer;
}

div.featured_grade {
	font-family:verdana;
	font-size: 11px;
	padding-left: 7px;
	color: #FFF;
	float:left;
}

#feature_photo {
	padding-right: 7px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom: 7px;
}	

a.feature_title_link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.play_button {
	padding-left: 7px;
}

/* --- END: Feature Program List of Videos Area ---------------------------------------- --- */


/* --- BEGIN: Bottom site sections ---------------------------------------- --- */

#monthly_awareness {
	background-image:url(../img/global/background-monthly_aware3.png);
	float:left;
	width:500px;
	top:0px;
	height:320px;
	margin-left:0px;
}

#educators {
	background-image:url(../img/global/background-nyc-educators.png);
	float:left;
	width:268px;
	height:106px;
	margin-left:5px;
	margin-bottom:7px;
}

#famis_copy_area {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

.famis_title {
	font-size: 11px;
	color: #1a4e80;
	font-weight: bold;
}


/* ---------- Announcement Styles --------- */
#announcements {
	background-image:url(../img/global/background-announcement.png);
	float:left;
	width:268px;
	height:208px;
	margin-left:5px;
}

#inner_announce_area {
	margin-top: 35px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	height: 150px;
	overflow-y: auto;
}

.announce_thumb {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.announce_border {
	border: 2px solid #a8cb47;
}

.announce_title {
	padding-bottom: 3px;
}

.announce_title a {
	font-size: 12px;
	color: #1a4e80;
	font-weight: bold;
	text-decoration: none;
}

.announce_title a:hover {
	text-decoration: underline;
}


/* ---------- Monthly Awareness Styles --------- */

ul#tabnav {
	padding:0px;
	margin:0px;
	list-style: none;
}

ul#tabnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 78px;
}

ul#tabnav li a, ul#tabnav li a:visited {
	text-decoration: none;
	display: block;
	background-image: url(../img/home/aware_tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #1a588f;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

ul#tabnav li a:hover {
	background-position: -78px 0px;
}

ul#tabnav li a.selected:hover {
	background-position: -156px 0px;
}

ul#tabnav li a.selected {
	background-position: -156px 0px;
}

ul#tabnav li a.more_link, ul#tabnav li a.more_link:visited {
	background-image: none;
}

ul#tabnav li a.more_link:hover {
	text-decoration: underline;
}

.month_tab {
	width: 445px;
	height: 190px;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 20px;
	font-size: 12px;
	overflow-y: auto;
	overflow-x: hidden;
}

.awareness_title {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}

.awareness_title a {
	color: #1a588f;
	text-decoration: none;
}

.awareness_title a:hover {
	text-decoration: underline;
}

.awareness_short_description {
	font-size: 11px;
}

.awareness_content_area {
	padding-left:10px;
	padding-right: 10px;
}


/* --- END: Bottom Site Sections ---------------------------------------- --- */