body {
	margin: 0;
	background-color: #dcefe6;
	background-image: url(/assets/images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	}

/* GENERAL */
h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	}
h3 {
	height: 28px;
	padding: 0;
	margin: 5px 0;
	color: #569fd3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	}
h4 {
	padding: 0;
	margin: 5px 0 15px 0;
	color: #569fd3;
	font-size: 16px;
	font-weight: normal;
	}
h5 {
	padding: 0;
	margin: 5px 0;
	color: #999;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	}
a {
	color: #569fd3;
	}
a:hover {
	text-decoration: none;
	}
img {
	border: 0;
	}
p.intro {
	margin-top: 5px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

/* HEADER */
#header {
	width: 960px;
	height: 107px;
	float: left;
	position: relative;
	z-index: 2;
	}
#header h1 {
	width: 400px;
	height: 75px;
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	position: absolute;
	z-index: 4;
	display: inline; /* IE6 */
	}
#nav {
	width: 550px;
	height: 41px;
	border: 0;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	margin: 41px 9px 0 0;
	float: right;
	position: relative;
	display: inline; /* IE6 */
	}
#nav a {
	width: 550px;
	height: 41px;
	padding: 0;
	margin: 0;
	background-image: url(/assets/images/sprite.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
#nav a span {
	display: none;
	}
#nav div {
	margin: 0;
	padding: 0;
	float: left;
	}

/* HEADER - DROPDOWN */
#nav div .dropdown {
	width: 550px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	background-color: #1d3060;
	background-image: url(/assets/images/dropdown_bg.gif);
	background-repeat: repeat-y;
	color: #569fd3;
	position: absolute;
	float: none;
	top: 41px;
	right: 1px;
	display: none;
	z-index: 5;
	}
#nav div.over .dropdown {
	display: block;
	}
#nav div .dropdown ul {
	width: 181px;
	margin: 0;
	padding: 0;
	float: left;
	}
#nav div .dropdown ul li {
	border-bottom: 1px dotted #2b4c7d;
	padding: 8px;
	font-size: 10px;
	line-height: 1.3em;
	list-style: none;
	}
#nav div .dropdown ul li.parent {
	border-bottom: 1px solid #2b4c7d;
	}
#nav div .dropdown ul li a {
	height: auto;
	border: 0;
	background-image: none;
	font-style: italic;
	text-decoration: none;
	display: inline;
	float: none;
	}
#nav div .dropdown ul li a:hover {
	color: #fff;
	}
#nav div .dropdown ul li h6 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
#nav div .dropdown ul li h6 a {
	color: #fff;
	font-style: normal;
	}


/* HEADER - NAV ITEMS */

#nav_about {
	width: 78px;
	}
#nav_about .main {
	width: 78px;
	background-position: -1px 0;
	}
#nav_about.on .main {
	background-position: -1px -82px;
	}
#nav_about.over .main {
	background-position: -1px -41px;
	}

#nav_team {
	width: 80px;
	}
#nav_team .main {
	width: 80px;
	background-position: -79px 0;
	}
#nav_team.on .main {
	background-position: -79px -82px;
	}
#nav_team.over .main {
	background-position: -79px -41px;
	}

#nav_research {
	width: 79px;
	}
#nav_research .main {
	width: 79px;
	background-position: -159px 0;
	}
#nav_research.on .main {
	background-position: -159px -82px;
	}
#nav_research.over .main {
	background-position: -159px -41px;
	}

#nav_news {
	width: 55px;
	}
#nav_news .main {
	width: 55px;
	background-position: -238px 0;
	}
#nav_news.on .main {
	background-position: -238px -82px;
	}
#nav_news.over .main {
	background-position: -238px -41px;
	}

#nav_events {
	width: 64px;
	}
#nav_events .main {
	width: 64px;
	background-position: -293px 0;
	}
#nav_events.on .main {
	background-position: -293px -82px;
	}
#nav_events.over .main {
	background-position: -293px -41px;
	}

#nav_collaborators {
	width: 105px;
	}
#nav_collaborators .main {
	width: 105px;
	background-position: -357px 0;
	}
#nav_collaborators.on .main {
	background-position: -357px -82px;
	}
#nav_collaborators.over .main {
	background-position: -357px -41px;
	}

#nav_contact {
	width: 89px;
	}
#nav_contact .main {
	width: 89px;
	background-position: -462px 0;
	}
#nav_contact.on .main {
	background-position: -462px -82px;
	}
#nav_contact.over .main {
	background-position: -462px -41px;
	}

/* HERO */
#hero {
	width: 960px;
	height: 370px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
#title_bar {
	width: 930px;
	height: 84px;
	padding: 10px 25px;
	margin-top: 60px;
	background-image: url(/assets/images/page_title_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline; /* IE6 */
	}
#title_bar h2 {
	width: 360px;
	height: 35px;
	}

/* CONTENT */
#content {
	width: 960px;
	margin-top: 21px;
	float: left;
	display: inline; /* IE6 */
	}
#main {
	width: 640px;
	float: left;
	}
#main .block {
	width: 640px;
	float: left;
	}
#main .block .top {
	width: 640px;
	height: 15px;
	background-image: url(/assets/images/main_block_top.gif);
	background-repeat: no-repeat;
	float: left;
	}
#main .block .middle {
	width: 586px;
	padding: 10px 27px;
	background-image: url(/assets/images/main_block_middle.gif);
	background-repeat: repeat-y;
	float: left;
	}
#main .block .bottom {
	width: 640px;
	height: 15px;
	background-image: url(/assets/images/main_block_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	}
#sidebar {
	width: 320px;
	float: left;
	}
#sidebar .block {
	width: 320px;
	float: left;
	}
#sidebar .block .top {
	width: 320px;
	height: 15px;
	background-image: url(/assets/images/sidebar_block_top.gif);
	background-repeat: no-repeat;
	float: left;
	}
#sidebar .block .middle {
	width: 266px;
	padding: 10px 27px;
	background-image: url(/assets/images/sidebar_block_middle.gif);
	background-repeat: repeat-y;
	float: left;
	}
#sidebar .block .bottom {
	width: 320px;
	height: 15px;
	background-image: url(/assets/images/sidebar_block_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	}
#sidebar .photo {
	width: 320px;
	height: 230px;
	float: left;
	position: relative;
	}
#sidebar .photo .image {
	margin: 10px;
	}
#sidebar .photo .frame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
#sidebar p {
	margin-left: 10px;
	}

/* CALENDER */
.calendar {
	margin-top: 5px;
	color: #1d3060;
	font-size: 10px;
	float: left;
	display: inline; /* IE6 */
	}
.calendar h6 {
	width: 264px;
	height: 19px;
	padding: 0;
	margin: 0 0 2px 0;
	background-image: url(/assets/images/calendar_title.gif);
	color: #fff;
	font-size: 10px;
	text-align: center;
	float: left;
	display: inline; /* IE6 */
	}
.calendar .weekday {
	width: 36px;
	height: 19px;
	margin: 0 2px 2px 0;
	background-image: url(/assets/images/calendar_weekday.gif);
	font-weight: bold;
	text-align: center;
	float: left;
	}
.calendar .slug {
	width: 36px;
	height: 19px;
	margin: 0 2px 2px 0;
	background-image: url(/assets/images/calendar_slug.gif);
	float: left;
	display: inline; /* IE6 */
	}
.calendar .day {
	width: 36px;
	height: 19px;
	margin: 0 2px 2px 0;
	background-image: url(/assets/images/calendar_day.gif);
	text-align: center;
	float: left;
	display: inline; /* IE6 */
	}
.calendar a {
	width: 36px;
	height: 19px;
	margin: 0 2px 2px 0;
	background-image: url(/assets/images/calendar_event.gif);
	color: #1d3060;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	}
.calendar a.today {
	background-image: url(/assets/images/calendar_today.gif);
	color: #fff;
	}

/* HOME */
body#home {
	background-image: url(/assets/images/body_bg_home.jpg);
	}
body#home #main .block .middle {
	height: 280px;
	position: relative;
	}
body#home #main .block h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	}
body#home #main .block h5 {
	padding-top: 0;
	margin-top: 0;
	}
body#home #main .block .middle img {
	width: 276px;
	height: 190px;
	padding: 20px 25px 26px 19px;
	background-image: url(/assets/images/home_news_img_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	bottom: 5px;
	}
body#home #main .block .middle p {
	width: 270px;
	position: absolute;
	top: 70px;
	right: 35px;
	}
body#home #sidebar .block .middle {
	height: 280px;
	}
body#home #upcoming_events {
	width: 266px;
	padding: 20px 0 0 0;
	float: left;
	}
body#home #upcoming_events img {
	margin-top: 2px;
	}
body#home #upcoming_events div {
	width: 215px;
	height: 45px;
	float: right;
	overflow: hidden;
	}
body#home #upcoming_events div p {
	height: 45px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
	}
body#home #upcoming_events div p a {
	color: #569fd3;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}


/* TEAM */
.team {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	}
.team img {
	padding: 0 20px 20px 0;
	float: left;
	}
.team h4 {
	padding: 0;
	margin: 0;
	}

/* HIDE & SHOW */
h4 span {
	font-size: 12px;
	float: right;
	}
.show {
	padding: 0;
	margin: 0;
	display: block;
	}
.hide {
	padding: 0;
	margin: 0;
	display: none;
	}
.details {
	display: none;
	}
.details div {
	border: 0;
	margin-top: 10px;
	}
.details_image {
	margin: 0 0 10px 0;
	}

/* NEWS & EVENTS */
.prev {
	margin-top: 10px;
	float: left;
	}
.next {
	margin-top: 10px;
	float: right;
	}

/* CONTACT */
label {
	color: #999;
	font-size: 13px;
	}
input, select {
	color: #333;
	width: 185px;
	font-size: 12px;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
textarea {
	color: #333;
	width: 407px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
ul.errors {
	color: #fff;
	background-color: #f00;
	list-style: none;
	padding: 12px;
	margin: 0 0 15px 0;
	}
ul.errors strong {
	color: #fff;
	font-size: 14px;
	}
ul.errors li {
	color: #000;
	font-size: 11px;
	font-style: italic;
	padding: 6px 0 0 10px;
	margin: 0;
	}
input.error,
textarea.error {
	border-color: #f00;
	}
label.error {
	color: #f00;
	}
.complete {
	color: #fff;
	background-color: #060;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	margin: 0 0 15px 0;
	}
button {
	padding: 5px;
	}

/* FOOTER */
#footer {
	width: 940px;
	padding: 20px 0 30px 0;
	margin: 0 10px;
	float: left;
	display: inline; /* IE6 */
	}
#partners {
	width: 620px;
	float: left;
	}
#partners img {
	margin-right: 40px;
	float: left;
	}
#copyright {
	width: 320px;
	color: #a5b3ac;
	font-size: 10px;
	line-height: 2em;
	text-align: right;
	float: left;
	}
#copyright a {
	padding: 1px 2px;
	background-color: #a5b3ac;
	color: #dcefe6;
	text-decoration: none;
	text-transform: uppercase;
	}
#copyright a:hover {
	background-color: #6e7773;
	}