/* CSS Document */

#inner_content, #main_content, #side_bar_content, .home_content #home_copy, .home_content #home_anim, #home_testimonials{
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
}
#inner_content{
	width:950px;
	height:465px;
	display:block;
	overflow:hidden;
}

#main_content{
	width:695px;
	height:465px;
}
#main_content .home_content{
	width: inherit;
	height:316px;
	display:inline;
}

.home_content #home_copy{
	width: 457px;
	display:block;
	height:316px;
	background-image:url(../images/rounded_corners/grey_home_content.png);
	background-repeat:no-repeat;

}


#home_body_copy, #home_heading, #home_ealing_studios_logo{
	margin-left:21px;
}
#home_body_copy{
	width: 415px;
	height:auto;
	margin-top:12px;
	float:left;
	display:block;
	overflow:hidden;
	padding:0 3px 0 0;
}
#home_body_copy p{
	font-size:1em;
	line-height: 1.3em;
	/* line-height: 1.16em; */
	color:#495c53;
}
#home_ealing_studios_logo{
	margin-top:9px;
	width:91px;
	height:42px;
	display:block;
	float:left;
}
.home_content{
	width: 457px;
}
#home_heading{
	width:434px;
	height:39px;
	margin-top:30px;
}
.home_content #home_anim{
	height:316px; 
	width:238px;
	padding:0 0 0 0;
	text-align:left;
}

#home_testimonials{
	width:695px;
	height:147px;
}

#side_bar_content{
background-color:#fefefe;
	vertical-align:top;
	width:251px;
	height:465px;
	margin:0px 0px 0px 3px;
}
#side_bar_content #middlesex_uni{
	width:inherit;
	height:110px;
	margin: 0px 0px 3px 0px;
	background-position:top;
	background-image:url(../images/rounded_corners/grey_home_side01.png);
	background-repeat:no-repeat;
}
#side_bar_content .sidebar_copy{
	float:left;
	margin-left: 3px;
}

#latest_news #news_item, #link_to_news_page{
	float:left;
	width: 210px;
	margin-top: 11px;
	margin-left: 11px;
	
}
#link_to_news_page{
	width: 180px;
	margin-top: 5px;
	margin-left: 50px;
	font-size:0.9em;
}
#latest_news #news_item p, #course_dates p, #news_item_main p{
	float: left;
	color:#495c53;
	font-size:0.9em;
}
#news_item_main p strong, .sidebar_copy p strong, #news_item_main strong{
	color:#bf0000;
}
#news_item img{
float:left;
display:block;
}
#latest_news .sidebar_copy{
	float:left;
}
#latest_news{
	width: 165px;
}
.sidebar_copy{
	/*width: 175px;*/
	width: 213px;
}
#latest_news .sidebar_copy p{
vertical-align:top;
margin-top:0px;
}
.sidebar_copy{
	line-height: 1em;
}
.news_snippet_date{
	color: #bf0000;
	font-size:0.91em;
}
#middlesex_uni .sidebar_copy p{
	float: left;
	color:#495c53;
	font-size:0.9em;
}
#side_bar_content #latest_news{
	float:left;
	margin: 0px 0px 3px 0px;
}
#latest_news, #course_dates{
	display:block;
	float:left;
	width:250px;
	height:175px;
	background-image:url(../images/rounded_corners/green_tab_sidebar_panel.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#course_date_items{
	display:block;
	width:250px;
	height:105px;
	margin-top:25px;
}
#news_items{
	margin-top:5px;
}
#course_dates p{
	width:210px;
	margin-left:13px;
	margin-top:0px;
	margin-bottom:9px;
	display:block;
}

.course_item_heading{
	color:#bf0000;
}
 
#send_msg_pane input, #send_msg_pane textarea{
	font-size:10px;
	line-height:12px;
	width:185px;
	border:1px solid #333333;
}
 #send_msg_pane textarea{
 	width:186px;
 }
 .question{
 color:#bf0000;
 
 }
 
 .question:before{
 content:"Q:";

 }
 .answer{
 color:#1c5353;

 }
