@charset "utf-8";
/* CSS Document */
  
  #content{
width:995px;	
	float:left;
	height:100%;
	padding:  0;
	margin: 0;
	
}
  
#promo{
	float:left;
	width:700px;
	padding:12px;
}
#coreBusiness{
	padding:12px 0 12px 12px;
	clear:both;
	float:left;
	width:100%;
}
#contentWrapper{
	background: none;
	}

/* all curved boxes get the bottom-left corner */
 div.rounded {
  background: #e2af29 url(/images/corners/bl_15_e2af29_ffffff.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  margin: 1em 10px 0 0 ;
  height:100%;
  width:230px;
 float:left;
}

div#research.rounded{
	background: #666666 url('/images/corners/bl_15_666666_ffffff.gif') no-repeat bottom left;
	color: #eee;
	
}

div#life.rounded{
	background: #cccccc url('/images/corners/bl_15_cccccc_ffffff.gif') no-repeat bottom left;
	color: #000;
}

div#about.rounded{
	background: #cc0000 url('/images/corners/bl_15_cc0000_ffffff.gif') no-repeat bottom left;
   color: #eee;
}

div#study.rounded{
	background: #e2af29 url('/images/corners/bl_15_e2af29_ffffff.gif') no-repeat bottom left;
 
}

/* all elements in 'div.rounded' gets the B-R corner */
 div.rounded * {
  background: #e2af29 url('/images/corners/br_15_e2af29_ffffff.gif') no-repeat bottom right;
  color: #333333;
  padding: 0em 7px 24px 0; /* was 15 */
  margin: 0 0 -15px 15px;
  height:100%;
}

div#research.rounded * {
	background: #666666 url('/images/corners/br_15_666666_ffffff.gif') no-repeat bottom right;
	color: #eee;
}

div#life.rounded * {
	background: #cccccc url('/images/corners/br_15_cccccc_ffffff.gif') no-repeat bottom right;
	color: #000;
}

div#about.rounded * {
 background: #cc0000 url('/images/corners/br_15_cc0000_ffffff.gif') no-repeat bottom right;
  color: #eee;
}

div#study.rounded * {
 background: #e2af29 url('/images/corners/br_15_e2af29_ffffff.gif') no-repeat bottom right;
  color: #000;

}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * *, div#about.rounded * *,  div#study.rounded * *,  div#life.rounded * *, div#research.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto;
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h2 {
  color: #ffffff;
  background: #e2af29 url('/images/corners/tr_15_e2af29_ffffff.gif') no-repeat top right;
  display: list-item;
  list-style-image: url('/images/corners/tlc_15_e2af29_ffffff.gif');
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
  line-height:1.8em;
	letter-spacing:0;
	text-transform:none;

}

div#research.rounded h2 {
	color: #eee;
	background: #666666 url('/images/corners/tr_15_666666_ffffff.gif') no-repeat top right;
	list-style-image: url('/images/corners/tlc_15_666666_ffffff.gif');
}

div#life.rounded h2 {
	color: #000;
  background: #cccccc url('/images/corners/tr_15_cccccc_ffffff.gif') no-repeat top right;
   list-style-image: url('/images/corners/tlc_15_cccccc_ffffff.gif');
}

div#about.rounded h2 {
  color: #eee;
  background: #cc0000 url('/images/corners/tr_15_cc0000_ffffff.gif') no-repeat top right;
   list-style-image: url('/images/corners/tlc_15_cc0000_ffffff.gif');
 
}

 div#study.rounded h2 {
color: #000;
  background: #e2af29 url('/images/corners/tr_15_e2af29_ffffff.gif') no-repeat top right;
  list-style-image: url('/images/corners/tlc_15_e2af29_ffffff.gif');

}

div#study.rounded img, div#about.rounded img, div#life.rounded img, div#research.rounded img {
	float:left;
	padding:0.25em 0.5em 1em 0;
}

div.rounded  p{
	text-align:left;
	line-height:1.27em;/*15px;*/
	margin-top:4px;
	height: 60px;
	}
	







	 
div#study.rounded a,div#study.rounded a:link, div#study.rounded a:hover, div#study.rounded a:visited, div#life.rounded a,div#life.rounded a:link, div#life.rounded a:hover, div#life.rounded a:visited{
	 color: #000000;
}

div#about.rounded a,div#about.rounded a:link, div#about.rounded a:hover, div#about.rounded a:visited, div#research.rounded a,div#research.rounded a:link, div#research.rounded a:hover, div#research.rounded a:visited{
	 color: #eeeeee;
}
 


div.rounded a:link,div.rounded a:hover{
	text-decoration:none;
}

/*#coreBusiness div{
	width:200px;
	float:left;
	margin:0 12px 0 0;
	padding:12px;
	background-color:#FC3;
	height: 100px;
}
*/

/*#coreBusiness div h2{
	margin:0;
	letter-spacing:0;
	text-transform:none;
}*/


/* #coreBusiness div img{
	float:left;
	margin-right:6px;
} */
