body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
line-height: 1.8em;
	text-align: center;
	color: #333333;
	font-family: arial, verdana, sans-serif;
	background: #ffffff url("site_images/body2_bkg.jpg") repeat-y top center;
    }

 
body a img {
	border: none;
}

img{
	display: block;
}

#bordered{
border: 1px solid #999999;
padding: 10px;
}

/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


#career_profiles .image-left,
#contentblock .image-left{
float: left;
border: 1px solid #999999;
padding: 5px;
margin: 5px 15px 0px 0;
}

#career_profiles .image-right,
#contentblock .image-right{
float: right;
border: 1px solid #999999;
padding: 5px;
margin: 5px 0px 0px 15px;
}


/*------ typography ------*/


p{
	font-size: 1.2em;
}


p a{
	color: #000000;
}

p a:hover{
	text-decoration: none;
}


p.paginate{
font-size: 1.3em;
font-weight: bold;
}

/*------ classes ------*/

.strong{
	font-weight: bold;
}


.disguise {
	position: absolute;
	left: -10000px;
	}

.event-logos p{
font-size: 1.2em;
padding: 30px 0 0 20px;
}

.paginate{
float: left;
width:100%;
margin-top: 15px;
}


.gallery_items{
width: 490px;
}


.gallery_items img{
float: left;
margin: 0 23px 15px 0;
}


* html .gallery_items img{
float: left;
margin: 0 20px 15px 0;
}


.home_gallery{

}


#main_content .home_gallery img{
float: left;
margin: 0px 8px 10px 0;
padding: 5px;
background:#fff;
border: 1px solid #cccccc;
}


* html #main_content .home_gallery img{
margin: 0px 5px 10px 0;
}


#main_content .stem_clubs img{
background:#fff;
margin: 0px 0px 0px 0;
padding: 5px;
border: 1px solid #cccccc;
}

.image-right{
float:right;
margin-left: 10px;
}

span.img-right{
float: right;
border: 1px solid #cccccc;
margin: 0 0 0 0;
padding: 10px 10px 0 10px;
margin-left: 10px;
}




/*------ workingwith ------*/

ul#workingwith{
list-style:none;
margin: 0;
padding: 0;
}


ul#workingwith li{
float: left;
list-style:none;
width: 200px;
height: 130px;
margin: 0;
padding: 0;
}


/*------ wrap ------*/

#wrap{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;
	background: #fff;

}


/*------ header ------*/

#header{
	float:left;
	width: 780px;	
	height: 150px;
	color: #000000;
	background: #ffffff url(/images/home_header_bkg.jpg) no-repeat left top;
}


#wrap .header1{
	background: #ffffff url(/images/home_header_bkg1.jpg) no-repeat left top;
}

#wrap .header2{
	background: #ffffff url(/images/home_header_bkg2.jpg) no-repeat left top;
}

#wrap .header3{
	background: #ffffff url(/images/home_header_bkg3jpg) no-repeat left top;
}

#wrap .header4{
	background: #ffffff url(/images/home_header_bkg4.jpg) no-repeat left top;
}

#header p{
float: right;
	padding: 2px 7px 0 0;
color: #999999;
}


#header p a{
margin: 0 5px;
	text-decoration: none;
color: #999999;
}


#header p a:hover{
	text-decoration: underline;
}

#header h1{
	padding: 13px 0 0 13px;
}

#header h1 a{
	display: block;
	width: 348px;
	height: 106px;
	text-indent: -9999px;
	background: url(./site_images/stem-sussex-logo.gif) no-repeat 0 0;
}


#header h2{
	margin: 0 0 0 36px;
	font-size: 1.4em;
	color: #666666;
}
	


/*------ nav ------*/

#nav{
	float: left;
	width: 780px;
	font-size: 1.5em;
	background: #4B4B4E;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 186px;
	border-right: 1px solid #fff;
	text-align: center;
	padding:  6px 4px;
	text-decoration: none;
	color: #fff;
}


* html #nav a {
	padding:  6px 2px;
}

#nav a:hover,
#nav a.current{
	background: #00BBE4;
}

#nav li { /* all list items */
	float: left;
	width: 195px; /* width needed or else Opera goes nuts */
	border-top: 1px solid #fff;
}

#nav li ul { /* second-level lists */
	position: absolute;
z-index: 10;
	background: #4B4B4E;
	width: 195px;
	font-size: 0.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li ul a{
	color: #fff;
	}


#nav li ul a:hover{
	color: #fff;
	}




/*------ content ------*/


#content{
	float: left;
	width: 780px;
	padding: 15px 0;
	background: #fff;
}


#content .homeGutter{
	padding: 0 20px 0 20px;
	}

/*------ welcome ------*/

#welcome{
	float: left;
	width: 490px;
}


#welcome h2{
font-size: 2.2em;
letter-spacing: 1px;
	margin: 15px 15px 20px 20px;
}


#welcome p{
	margin: 0 15px 10px 20px;
}



/*------ intro ------*/


#intro{
	float: left;
	position: relative;
z-index: 1;
	width: 740px;
	height: 150px;
	margin-bottom: 15px;
	background: url(site_images/intro-bg.jpg) no-repeat 0 0;;
	}
	
	

#intro ul{
	float: left;
	width: 400px;
z-index: 2;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #fff;
}


#intro ul li{
	padding-bottom: 10px;
}
	
	
/*------ homeBlocks ------*/		
		
#homeBlocks{
	float: left;
	width: 480px;
	margin-bottom: 15px;	
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;	
	border-right: 1px solid #dfdfdf;			
	}
	
	
#homeBlocks li{
	float: left;
	width: 480px;
	text-decoration: none;	
padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;	
	background: url(site_images/homeBlocks-bg.jpg) repeat-x 0 0;
	}	
	

#homeBlocks li img{
	float: left;
	margin: 10px 15px 0px 10px;
	border: 1px solid #dedede;
	}	
		
	
	
#homeBlocks li em{
	float: left;
	width: 290px;
	font-size: 1.6em;
	margin: 10px 0 5px 0;
	color: #000;
	}	
	


#homeBlocks li span{
	float: left;
	width: 290px;
	font-size: 1.2em;
	color: #444;	
	}


#homeBlocks li a{
	float: left;
	width: 290px;
	font-weight :bold;
	text-decoration: none;
	color: #0099B9;
	margin-top: 4px;
}	


#homeBlocks li a:hover{
	text-decoration: underline;
}	
	
	
/*------ homeNews ------*/		
		
#homeNews,
#stemNews{
	float: right;
	width: 238px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	}
	
	
#homeNews .title,
#stemNews .title{
	margin: 10px 10px 5px 10px;
	padding-bottom: 5px;
	font-size: 1.4em;
	border-bottom: 1px solid #C1D82E;
	}	
	
	
#homeNews ul,
#stemNews ul{
	padding: 0 10px 10px 10px;
	font-size: 1.2em;
	}	
	
	
#homeNews ul li,
#stemNews ul li{
	margin-top: 5px;
	}
	
	
#homeNews ul li a,
#stemNews ul li a{
	color: #0099B9;
	text-decoration: none;
	}	
	
	
#homeNews ul li a:hover,
#stemNews ul li a:hover{
	text-decoration: underline;
	}		
	
	
/*------ eventGallery ------*/		
		
#eventGallery{
	float: right;
	width: 238px;
height: 308px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	}	
	
	
#eventGallery .title{
	margin: 10px 10px 5px 10px;
	padding-bottom: 5px;
	font-size: 1.4em;
	border-bottom: 1px solid #C1D82E;
	}		

#eventGallery ul{
float: left;
margin-left: 9px;
padding: 5px 0 5px 0;
}

#eventGallery li{
float: left;
}

#eventGallery p{
text-align: right;
padding: 0 10px 10px 10px;
}
					

/*------ home_gallery ------*/

#home_gallery{
	float: right; 
	width: 240px;
}


#home_gallery .gallery{
	float: left;
	padding: 15px 0 0 0px;
}



#home_gallery p{
	float: left;
	width: 240px;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}


#home_gallery p a{
	text-decoration: none;
	color: #666666;
}


#home_gallery p a:hover{
	text-decoration: underline;
}


#home_gallery img{
	display: none;
}

#home_gallery a img{
	display: block;
	float: left;
	border: 1px solid #000;
}







/*------ home_summary ------*/


#home_summary{
	float: left;
	width: 780px;
	padding: 15px 0 30px 0;	
}



#home_summary .latest_content_teachers,
#home_summary .latest_content_learners,
#home_summary .latest_content_employers{
	float: left;
	font-family: arial, verdana, sans-serif;
	width: 240px;
	margin-left: 15px;
	background: #f2f2f2;
}


#home_summary h3{
	padding: 5px 5px 3px 10px;
	background: #000;
	color: #fff;
	font-size: 1.2em;
}

#home_summary .latest_content_teachers h3{
	background: #000 url(./site_images/teachers_bkg.gif) no-repeat 0 50%;
}

#home_summary .latest_content_learners h3{
	background: #000 url(./site_images/learners_bkg.gif) no-repeat 0 50%;
}

#home_summary .latest_content_employers h3{
	background: #000 url(./site_images/employers_bkg.gif) no-repeat 0 50%;
}


* html #home_summary .latest_content_teachers{
	margin-left: 7px;
}




#home_summary h3 em{
	font-size: 1.8em;
}


#home_summary h4{
	margin: 0px 10px 0 10px;
	padding: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	border-top: 1px solid #cccccc;
}


#home_summary .first{
	margin: 0 10px;
	padding: 10px 0 0 0;
	border-top: none;
}


#home_summary p{
	margin: 0 10px;
font-size: 110%;
}


#home_summary .summaries{
	border: 1px solid #cccccc;
	border-top: none;
	padding-bottom: 10px;
}


#home_summary .latest_content_teachers a{
color: #48962e;
}

#home_summary .latest_content_learners a{
color: #9f0000;

}

#home_summary .latest_content_employers a{
color: #003366;
}




/*------ #left_bar ------*/

#left_bar{
	float: left;
	width: 215px;
	padding: 10px 0 30px 0;
}


#left_bar ul{
	margin: 0;
	font-size: 1.4em;

}

#left_bar ul ul{
	margin: 0;
border-top: 1px solid #c8c8c8;
	
	font-size: 1em;
}

#left_bar ul ul ul{
margin: 0 0 0 20px;
font-size: 0.9em;
list-style:none;
border: none;
position: relative;
top:1px;
}

#left_bar ul ul ul li{
border-bottom: 1px solid #c8c8c8;
}

#left_bar ul ul ul li a{
width: 175px;
}

#left_bar li{
	border-bottom: 1px solid #c8c8c8;
}


* html #left_bar li{
width: 225px;
}


#left_bar li a{
	display: block;
	color: #666666;
	padding: 6px 10px;
	text-decoration: none;
}


* html #left_bar li a{
width: 205px;
}
	

#left_bar li a:hover{
	background: #00bbe4;
	color: #fff;
}





#left_bar img{
	margin: 30px 0 0 15px;
}


/*------ #main_content ------*/

#main_content{
	float: left;
	width: 565px;
padding-bottom: 20px;
}


#main_content .gutter{
	margin: 7px 20px 0 25px;
}


#main_content h2{
	color: #0099B9;
	font-size: 2.2em;
	margin: 15px 0 20px 0;
}


#main_content.teachers h2{
	color: #AEC124;
}



#main_content h3{
	color: #333;
	font-size: 1.6em;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}


#main_content h4{
	font-size: 1.4em;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
}

#main_content h5{
	font-size: 1.4em;
	margin-bottom: 10px;
}


#main_content p{
	padding-bottom: 10px;
}

#main_content img{
	padding: 0 0 10px 0;
}

#main_content a{
	color: #0099B9;
}



#main_content .latest{
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 5px 15px 15px 15px;
}



#main_content .home_visit img{
float: right;
background:#fff;
margin: 0px 15px 0 0;
padding: 5px;
border: 1px solid #cccccc;
}


#main_content .latest p{
	padding-bottom: 10px;
}


#main_content .posted{
	font-size: 1.1em;
	border-bottom: 1px solid #cccccc;
}

#main_content ul{
	font-size: 1.3em;
padding: 0 0 10px 10px;
}


#main_content li{
padding: 0 0 5px 5px;
list-style: disc;
}

#main_content ul ul li{
padding: 0 0 5px 5px;
list-style: circle;
font-size: 0.7em;
}

#main_content h3 strong{
font-size: 70%;
}




.box{
font-weight: bold;
font-size: 1.2em;

}


/*------ #place-to-visit ------*/


#main_content .place-to-visit{
float: left;
width:100%;
border-bottom: 1px solid #cccccc;
padding:10px 0;
}

#main_content .place-to-visit h3{
color: #333333;
font-family: arial, sans-serif;
font-size: 1.4em;
font-weight: bold;
margin: 0;
padding: 0;
border: none;
}


#main_content .details{
float: right;
width: 350px;
}


#main_content .details em{
	font-style: italic;
}


#main_content .details p{
	margin: 0 0 3px 0;
	padding: 0;
}



#main_content .details .more{
	float: right;
}


#main_content .place-to-visit img{
float: left;
margin: 0 15px 0 0;
padding: 3px;
border: 1px solid #cccccc;
}




/*------ .activity ------*/


#main_content .activity{
float: left;
width:100%;
border-top: 1px solid #cccccc;
padding:10px 0;
}

#main_content .activity h3{
color: #333333;
font-family: arial, sans-serif;
font-size: 1.4em;
font-weight: bold;
margin: 0;
padding: 0;
border: none;
}


#main_content .details{
float: right;
width: 350px;
}


#main_content .details em{
	font-style: italic;
}


#main_content .details p{
	margin: 0 0 5px 0;
	padding: 0;
}



#main_content .details .more{
	float: right;
	margin: -23px 0 0 0;
}


#main_content .activity img{
float: left;
margin: 0 15px 0 0;
padding: 3px;
border: 1px solid #cccccc;
}

/*------ #where_to_study ------*/

#where_to_study h3{
color: #333333;
border: none;
}


#where_to_study h4{
color: #333333;
border: none;
}


#where_to_study ul{
margin:0 0 0px 15px;
padding:0 0 15px 0;
}

/*------ .equipment_loan ------*/


#main_content .equipment-loan{
float: left;
width: 500px;
border-bottom: 1px solid #cccccc;
padding:10px 0;
}

#main_content .equipment-loan h3{
width:auto;
color: #333333;
font-family: arial, sans-serif;
font-size: 1.4em;
font-weight: bold;
margin: 0;
padding: 0;
border: none;
}


#main_content .equipment-loan p img{
float: left;
margin: 5px 15px 0 0;
padding: 5px;
border: 1px solid #cccccc;
}



/*------ footerNav ------*/

#footerNav{
	float: left;
	width: 780px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;	
	font-size: 1.2em;
	background: #f8f8f8;
	}


#footerNav li{
	float: left;
	padding: 8px 0;
	}
	
	
#footerNav li a{
	color: #666;
	margin: 0 20px;
	text-decoration: none;
	}	
	
	
#footerNav li a:hover{
	text-decoration: underline;
		color: #333;
		}	


/*------ footer ------*/

#footer{
	float: left;
	width: 780px;
	color: #666666;
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}


#footer h3{
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}


#mailing{
	float: left;
	width: 295px;
	margin-left: 20px;
}


* html #mailing{
	margin-left: 10px;
}


#mailing .info{
	float: left;
	width: 170px;
	margin: 10px 10px 0 0;
	padding: 0 0 10px 0;
}


#mailing .choices label{
	margin-left: 5px;
}


#mailing .choices{
	float: left;
	width: 110px;
	line-height: 150%;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}


#mailing .submit{
	float: left;
	width: 110px;
}


#together{
width: 780px;
}

#together img{
float: left;
}
#together ul{
	margin: 5px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}


#together a{
	color: #666666;
}

#together{
text-decoration:none;
}

#feeds{
	margin-left: 30px;
margin-top: 10px;
}
#feeds span.feeds-title{
font-size: 1.2em;
font-weight: bold;
color: #666666;
margin-right: 15px;
}


#feeds a{
	color: #666666;
	text-decoration: none;
margin-left: 20px;
}


#feeds a:hover{
	text-decoration: underline;
}


#feeds ul{
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}


#feeds li{
	margin: 0 0 3px 0;
} 

#feeds li a{
	font-weight: bold;
	background: url(./site_images/rss_logo.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
} 


#feeds p a{
	text-decoration: underline;
}	


#feeds p a:hover{
	text-decoration: none;
}


/*------ bottom ------*/

#bottom{
	clear: both;
	width: 780px;
	height: 2em;
	background: #4E4F51;
	color: #fff;
	padding: 5px 0;
	font-size: 0.9em;
}


#bottom a{
	color: #fff;
	text-decoration: none;
}


#bottom a:hover{
	text-decoration: underline;
}


#bottom p{
	float: left;
	margin-left: 5px;
}


#bottom .site_by{
	float: right;
	margin-right: 5px;
}

#detailpage img{
display: block;
border: 1px solid #999999;
padding: 5px;
margin: 0;
}


#detailpage ul{
padding-bottom: 0;
margin-bottom:15px;
}


/*------ home-latest ------*/


#home-latest{
	float: left;
	width: 740px;
	padding: 0px 20px 30px 20px;
}


#home-latest a{
	text-decoration: none;
}


#home-latest a:hover{
	text-decoration: underline;
}


#home-latest div{
	border: 1px solid #cccccc;
	padding: 10px;
}


#home-latest h3{
	font-size: 1.6em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}


#home-latest p{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #aeaeae;
}


#home-latest .feeding{
	float: left;
	width: 340px;
	background: url(site_images/latest-back.gif) no-repeat 0 0;
}



#home-latest .latest-stuff{
	float: right;
	width: 340px;
	background: url(site_images/latest-back.gif) no-repeat 0 0;
}



/*------ home-highlight ------*/


#home-highlight{
	float: left;
	width: 770px;
	margin: 15px 0px 10px 0px;	
	padding-bottom: 10px;
}


#home-highlight h2{	
	font-size: 1.4em;
	letter-spacing: 1px;
	padding: 10px 10px 10px 20px;
}


#home-highlight h3{
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 10px 5px 10px;
}


#home-highlight h3 a{
	color: #333333;
	text-decoration: none;
}


#home-highlight h3 a:hover{
	text-decoration: underline;
}


#home-highlight p{
	padding: 0px 10px 10px 10px;
	color: #999999;
}



#home-highlight img{
	float: right;
	margin: 0 0 0 10px;
}


#home-highlight .highlighted{
	float:left;
	width: 360px;
	margin-left: 18px;
	border: 1px solid #cccccc;
}


* html #home-highlight .highlighted{
	margin-left: 11px;
}

table.timetable{
width: 100%;
font-size: 1.1em;
}

#case-studies{
margin-bottom: 20px;
}

/* Ambassador Request Form */
div#frm-amb-req{
width: 100%;
}
div#frm-amb-req img.logo{
	float: right;
	padding: 10px;
}

div#frm-amb-req form p{
	width: 100%;
}

div#frm-amb-req h4{
	font-weight: bold;
}

div#frm-amb-req form p label{
float: left;
}

div#frm-amb-req form p input,
div#frm-amb-req form p textarea{
	width: 100%;
}
div#frm-amb-req form p input.submit{
	width: auto;
}
div#frm-amb-req form p label.radio{
	width: 100%;
}

div#frm-amb-req form p span.radiolabel{
	padding-right: 5px;
}

div#frm-amb-req form p input.radio{
	width: 30px;
}

div#frm-amb-req form p span.ra-proviso{
	font-weight: bold;
}
/* end Ambassador Request Form */

/* Online Evaluation Form */
div#frm-ee-eval{
	width: 100%;
}

div#frm-ee-eval form p{
	width: 100%;
}

div#frm-ee-eval form p label{
	width: 25%;
	float: left;
	font-weight: bold;
}
div#frm-ee-eval form label.bold{
	font-weight: bold;
}
div#frm-ee-eval form p label.improve_label{
	width: 100%;
}

div#frm-ee-eval form p.ratings{
	font-weight: bold;
}

div#frm-ee-eval form p input{
	width: 60%;
}

div#frm-ee-eval form table.radio-ranking,
div#frm-ee-eval form table.radio-ranking th,
div#frm-ee-eval form table.radio-ranking td{
	font-size: 1.2em;
	border: 1px solid black;
	padding: 4px;
}

div#frm-ee-eval form table.radio-ranking td.aim{
	padding-left: 2em;
}

div#frm-ee-eval form div.extra{
	font-size: 1.2em;
	padding: 0.5em 0em;
}

div#frm-ee-eval form table.radio-ranking th{
	font-weight: bold;
}

div#frm-ee-eval form textarea{
	width: 90%;
}
div#frm-ee-eval form p input.radio{
	width: 15%;
}
div#frm-ee-eval form p input.submit{
	width: auto;
}
/* end Online Evaluation Form */

/* STEM Ambassador Profile Form */

div#frm-sea_prof form table td{
	font-size: 1.2em;
}

div#frm-sea_prof form table.outer-container{
	border-bottom: 1px solid black;
	/* border-top: 1px solid black; */
	margin-top: 5px;
	margin-bottom: 5px;
}

div#frm-sea_prof form table{
	border-collapse: collapse;
}

div#frm-sea_prof{
	width: 100%;
}

div#frm-sea_prof form table.outer-container{
	width: 100%;
}

div#frm-sea_prof form table.outer-container td.outer-td textarea,
div#frm-sea_prof form table.outer-container td.outer-td input{
	width: 95%;
}

div#frm-sea_prof form table.outer-container td.container-label{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 40%;
	padding: 5px;
}

div#frm-sea_prof form table.outer-container table td{
	padding: 5px;
}

div#frm-sea_prof form input.submit{
	margin-top: 5px;
}

form label span.req{
	color: red;
	font-weight: bold;
}
/* End Ambassador Profile Form */

table.timetable{
	border: 1px solid black;
	padding: 4px;
	font-size: 1.2em;
}
table.timetable tr,
table.timetable td,
table.timetable th{
	padding: 0.5em;
}
table.timetable th{
	font-weight: bold;
}
table.timetable td.tt-time{
	width: 4em;
	vertical-align: top;
}
table.timetable span.tt-desc{
	display: block;
	font-weight: bold;
	font-style: italic;
}
/*------ .amb-prof-short ------*/


#main_content .amb-prof-short{
float: left;
width:100%;
border-top: 1px solid #cccccc;
padding:10px 0;
}

#main_content .amb-prof-short .details p{
color: #333333;
font-family: arial, sans-serif;
font-size: 1.4em;
margin: 0 0 10px 0;
padding: 0;
border: none;
}


#main_content .details label{
	font-weight: bold;
}

#main_content .amb-prof-short p.more{
margin-top: 2em;
}

#main_content .amb-prof-short img{
float: left;
margin: 0 15px 0 0;
padding: 3px;
border: 1px solid #cccccc;
}

#main_content .amb-prof-long .details{
float: left;
width:100%;
font-size: 1.2em;
}
#main_content .amb-prof-long .details p{
margin-bottom: 0.5em;
}

#main_content .amb-prof-long img{
float: right;
margin: 0 15px 0 5px;
padding: 3px;
border: 1px solid #cccccc;
}

#main_content .activity .details h3.comp-main-title{
padding-bottom: 10px;
}

#main_content.event-gallery_mainc{ width: 100% ;}

#stemNews {
	border:1px solid #DEDEDE;
	float:right;
	margin-bottom:15px;
	width:238px;
}
#google-search{ float: right;}

h3 a.blog-link{
text-decoration: none;
color:#333333;
}
h3 a.blog-link:hover{
text-decoration: underline;
}

li span.stco-desc{font-size: 0.9em; font-style:italic; }