/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%; }
body { font: 14px Georgia, serif; }
#page-wrap { width: 960px; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; height: 100%; }

.info-col { float: left; width: 132px; height: 100%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.development { background: url(/resources/images/banner3ac.jpg) center center no-repeat; }
.research { background: url(/resources/images/banner1ac.jpg) center center no-repeat; }
.graduate { background: url(/resources/images/banner2ac.jpg) center center no-repeat; }
.knowledge { background: url(/resources/images/banner4ac.jpg) center center no-repeat; }
.conference { background: url(/resources/images/banner5ac.jpg) center center no-repeat; }


dl { }
dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 299px; background: #900; padding: 10px; color: white; border-right: 1px solid white; }

.first { background: #00305A; padding: 10px; }
.second { background: #004B8C; padding: 10px; }
.third { background: #0074D9; padding: 10px; }
.fourth { background: #4192D9; padding: 10px; }
.fifth { background: #7ABAF2; padding: 10px; }
.sixth { background: #96ceff; padding: 10px; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }
