.sf {
	background-image: url("/images/common/sf/SF_homepage_bg.jpg");
	background-repeat: repeat-x;
	min-height: 800px;
	padding: 10px 30px 80px 20px;
}



/*TOP SECTION HOMEPAGE */

#top {
	background-color: #FFFFFF;
	height: 300px;
	border-top: 1px solid #e3daf3;
	background-image: url("/images/common/sf/SF_background_picture.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}


.sf_title{
	color: #4B2492;
	font-weight: bold;
}

#sf_intro {
	margin-top: 25px;
	width: 357px;
	float:left ;
}

#sf_intro p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 15px 0 15px;
	margin: 0;
}

#sf_intro a {
	margin-right: 35px;
}

a.sf_call_button {
	font-size: 1.1em;
	height: 27px;
	line-height: 27px;
	width: 130px;
	display: block;
	background-color: #E3DAF3;
	color: #4B2492;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Upcoming events*/
#events {
	width: 282px;
	float: left;
	margin-left: 20px;
}
#events article{
 	margin-bottom: 20px;
}

#events header{
	margin: 25px 0 10px 0;
}

#events header img {
	float: left;
	margin-right: 10px;
}

#events header h2 {
	font-size: 1.3em;
	line-height: 30px;	
	border-bottom: 1px dotted #A39DD9;
	overflow: hidden;
	padding-bottom: 5px;
}

#events article h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 7px;
}

#events article h4{
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 3px;
}

/*News*/

#sf_news {
	height: 70px;
	width: 370px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 0 0 20px;
	opacity: 0.9;
}


#sf_news h3 {
	margin-bottom: 5px;
}

/*MIDDLE SECTION HOMEPAGE*/
#middle {
	padding-top: 40px;
	background-image: url("/images/common/sf/bg_gradient_homepage.png");
	background-repeat: repeat-x;
	height: 600px;
	border-top: 1px solid #8b84c7;
}


#middle li.sf_promos {
	width: 299px;
	height: 60px;
	margin: 0 15px 50px 15px;
	float: left;
}

li.sf_promos h2 {
	font-size: 1.1em;
	margin-bottom: 7px;
}

li.sf_promos p {
	line-height: 1.4em;
}

li.sf_promos a {
	font-weight: bold;
}

li.sf_promos img {
	float: left;
	margin-right: 10px;	
}

#facebook_like_box {
	margin: 0 15px;	
}


/*SIDEBAR */
img.SF_sidebar_ad {
	margin-bottom: 10px;
}



/* fonts */
.sf h2 {
    font-weight: bold;
	color: #4b2492;
	font-size:15px;
    line-height: 1.3em;
}

.sf article#two_column_textblock h2{
	font-weight: bold;	
	margin-bottom: 10px;
}

.sf article#two_column_textblock h3 {
	font-weight: bold;
	color: #5B4D97;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.sf article#two_column_textblock h4 {
	margin-bottom: 10px;
	font-weight: bold;
}


/* LISTS ON PAGES */
.sf article ul, .sf article ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.sf article ul li {
	list-style-type: circle;	
	margin-left: 13px;
	margin-bottom: 7px;	
}

/* TABLES */

#summer_schools  th{
	padding: 10px 20px 10px 20px;
	
}

	

/*FORMS*/

#sf_email_list_box {
	height: 115px;
	padding: 15px;
	border: 1px solid #ADADAD;
	margin-bottom: 10px;
}

/*SUMMER SCHOOLS*/
.summer_schools_listing {
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
}

