body {
	background: url("../img/body_back_11x11.png") !important;
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}

/* clear floated elements : start */
.clearfix {
	display: inline-table;
    /* Hides from IE-mac \*/
    height: 1%;
    display: block;
    /* End hide from IE-mac */
}
     
html>body .clearfix {
	height: auto;
}
     
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}
/* clear floated elements : end */


#wrapper_outer {
	background: url("../img/headbanner_1x418.png") repeat-x;
	width:100%;
	min-height:418px;
}

#wrapper_inner {
	width:1000px;
	margin:0 auto;
}

#logo {
	margin:0 245px 0 0;
}

#logo, #topnav {
	float:left;
}

#richmedia_header {
	margin:7px 0 0 0;
	position:relative;
}

#footer {
	background: url("../img/footer_back_1000x42.png") no-repeat center center;
	height:42px;
	width:980px;
	line-height:42px;
	padding:0 0 0 20px;
	font-size:11px;
	margin:0 0 2px 0;
        color:#FFFFFF;
}

/* searchform : start */
#searchform {
	float:right;
	margin:26px 0 0 0;
}

#searchform a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.search input.box {
	height: 23px;
	background: url("../img/searchform_input_207x23.png") no-repeat center center;
	border:0;
	padding: 0 0 0 15px;
	color:#FFFFFF;
	font-size:12px;
	padding: 0 5px 0 10px;
        width: 192px;
}

.search button.btn {
	width: 19px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url("../img/searchform_send_19x21.png") no-repeat center center;
	border:0;
}
/* searchform : end */



/* topnav : start */
#topnav {
	list-style-type:none;
	margin:30px 0 0 0;
}

#topnav li {
	display:inline;
}

#topnav  a{
	background:url("../img/topnav_arrow_8x8.png") no-repeat left center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 6px 0 9px;
}

#topnav a:hover {
	color:#56a6b0;
}
/* topnav : end */

/* mainnav : start */
#mainnav {
	display:block;
	background:url("../img/mainnav_back_1000x50_v2.png") no-repeat;
	width:970px;
	min-height:50px;
	margin:0;
	padding:0 0 0 30px;
	list-style-type:none;
	z-index:2;
	position:relative;
}

.mainnav_home {
  	margin:23px 0 0 0 !important;
}

#mainnav li {
	display:block;
	float:left;
	line-height:48px;
	margin:1px 0 0 0;
	background:url("../img/mainnav_spacer_2x48.png") no-repeat center right;
	text-align: center;
}

#mainnav  a{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 9px;
	height:48px;
}

#mainnav a:hover, #mainnav a.current {
	background:#82acb1;
	line-height:48px;
	display:block;
}



	/*suckerfish dropdown*/
		#mainnav, #mainnav ul { /* all lists */
			list-style: none;
			line-height: 1;
		}

		#mainnav a {
			display: block;
			width: auto;
		}

		#mainnav li { /* all list items */
			float: left;
			width: 100px; /* width needed or else Opera goes nuts */
		}

		#mainnav li ul { /* second-level lists */
			position: absolute;
			background: orange;
			width: 190px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			background:#82acb1;
			
		}
		
		#mainnav li ul ul { /* third-and-above-level lists */
			margin: -31px 0 0 190px;
			border:3px solid #FFFFFF;
		}

		#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
			left: -999em;
		}

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

#mainnav li ul li {
	text-align: left;
	background:none;
	width:190px;
	line-height:28px;
}

#mainnav li ul li a, #mainnav li ul li  a:hover {
	font-size:12px;
	font-weight:normal;
	height:28px;
	line-height:28px;
}

#mainnav li ul li  a:hover{
	background:#146064;
}

.about {width:130px !important; }
.achievements {width:160px !important; }
.publications {width:120px !important; }
.research {width:90px !important; }
.phd{width:150px !important; }
.events{width:80px !important; }
.press{width:150px !important;}
/* mainnav : end */

/* slides jquery plugin : start */
#slides {
position:relative;
}

.pagination {
    margin: -40px auto 0 auto;
    width: 105px;
	list-style:none;
	display:block;
	position:relative;
	z-index:2;
}

.slides_container {
	position:relative;
	z-index:1;
}

.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
}

.pagination li a {
	background-image:url("../img/slider_pagination_16x36.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 17px;
    width: 16px;
}

.pagination li.current a {
    background-position: 0 -19px;
}
/* slides jquery plugin : end */

#content {
	margin:0 0 10px 0;
	color:#333333;
}
#content_top {
	display:block;
	background-image:url("../img/content_top_back_1000x21.png");
	width:1000px;
	height:21px;
}

#content_middle {
	display:block;
	background:url("../img/content_middle_back_1000x3.png") repeat-y;
	width:1000px;
	padding:0;
}

#content_bottom {
	display:block;
	background-image:url("../img/content_bottom_back_1000x16.png");
	width:1000px;
	height:16px;
}

#breadcrumb  {
	color:#646464;
	margin:5px 0 5px 20px;
	font-size:10px;
}

#breadcrumb  a{
	color:#646464;
	text-decoration:none;
	font-size:10px;
}

#breadcrumb .cur {
	font-weight:bold;
	color:#646464;
}

#left {
	width:625px;
	margin:0 0 0 20px;
	float:left;
}

#right{
	float:right;
	width:280px;
	margin-right:30px;
}

.content {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

.spacer_bottom {
	background:url("../img/spacer_horizontal_483x1.png") no-repeat center bottom;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#145254;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#8cbbc0;
	text-transform:uppercase;
	margin:0 0 5px 0;
}

h3 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 2px 0;
}

p {
	margin:0 0 8px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.content a, .csc-default a {
	color:#333333;
	font-weight:bold;
	font-style:italic;
}

/* tt_news start */
.news-single-additional-info {
	margin:15px 0;
}

.news-latest-item {
	float:left;
	width:186px;
	margin:0 27px 0 0;
}

.lastLatest {
	margin:0 0 0 0 !important;
}

.news-latest-item h2 {
	margin:12px 0;
}

.news-latest-item p {
	display:inline;
}

.news-latest-item .more a, .tx-cal-controller .more a  {
	color:#333333;
	font-style:italic;
	font-weight:bold;
}

.news-latest-item h2 a, .tx-cal-controller .vevent .title a  {
	color:#8cbbc0;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	margin:12px 0;
	font-style:normal;
}

.news-list-item {
	background:#ededed;
	margin:0 0 15px 0;
}

.news-list-item h2 a {
	font-size:16px;
	font-weight:bold;
	color:#147479;
	font-style:normal;
}

.news-list-item p {
	display:inline;
}

.news-list-date {
	background:#ffffff url("../img/news_head_back_625x25.png") no-repeat 0 0;
	font-size:14px;
	font-weight:bold;
	color:#145254;
	line-height:25px;
	padding:0 0 0 5px;
}

.news-list-img {
	float:left;
	margin:0 15px 5px 0;
}

.news-list-item-inner {
	padding:10px;
}

.news-single-date {
	color:#808080;
	font-size:12px;
}

.news-single-item h1{
	color:#144c4d;
	font-size:18px;
	font-weight:bold;
	text-transform: none;
	margin:10px 0 10px 0;
}

.news-single-item h2{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-transform: none;
	margin:10px 0 10px 0;
}

.news-single-img img, .news-latest-item img, .news-list-img img {
border:1px solid #eeeeee;
}

.news-single-item a{
	color:#144c4d;
	text-decoration:underline;
	font-style:normal;
}

.news-single-item a:hover{
	text-decoration:none;
}

.news-single-rightbox {
	float:right;
	margin:27px 0 0 20px;
}

.news-single-backlink a {
	text-decoration:none;
	margin:7px 0 0 0;
}

.seeAllNews {
	margin:0px 0 0 0;
	text-align:right;
}

.seeAllNews a {
	text-decoration:underline;
        color:#145254;
        font-style:normal;
}
.seeAllNews a:hover {
	text-decoration:none;
}

.jobs h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform:none;
    color:#333333;
}
/* tt_news end*/

/* calendar start */
.calLabel {
	font-weight:bold;
	width:100px;
	float:left;
}
.dtstart-container {
        font-weight:bold;
}

dt.vevent {
	margin:0 0 27px 0;
}

.vevent-list {
	background-color:#ddebec;
	padding:10px;
}

.even-list {
	background-color:#ededed;
}

.yearwrapper {
    background: url("../img/news_head_back_625x25.png") no-repeat scroll 0 0 #FFFFFF;
    color: #145254;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 0 0 5px;
    margin:15px 0 0 0;
}

.dtstart-container-list {
    color:#147479;
    font-size: 14px;
    font-weight: bold;
    float:left;
    width:175px;
}

.title-list a {
    font-weight:normal;
    font-style:normal;
}

.title-list {
    padding-left: 175px;
    width: 425px;
}
/* calendar end*/

/* UI Accordion start */
.ui-accordion-content h1 {
	display:none;
}

.ui-accordion .ui-accordion-content {
    padding: 0 !important;
}

.tx-t3scontent-pi1 p {
	padding:0.5em;
}

.tx-t3scontent-pi1 .csc-textpic {
padding:1em;
}
/* UI Accordion end*/


/* azsinglevideo start */
.azsinglevideo-item p {
    color: #8CBBC0;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 12px 0;
    text-transform: none;
}

.azsinglevideo-item a {
	text-decoration:underline;
        color:#145254;
        font-style:normal;
}
.azsinglevideo-item a:hover {
	text-decoration:none;
}
/* azsinglevideo end */

/* Search start */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    margin-left: 10px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    margin: 10px;
}

.tx-indexedsearch-searchbox-button {
    border: none;
    background: url('../img/button.png') no-repeat top left;
    padding: 2px 8px;
    color:#FFFFFF;
    line-height:24px;
    cursor:pointer;
}
/* search end */

.structure {
	padding:1em;
	width: 100%;
}

.structure th, .structure td {
	padding:0 5px 0 0;
}
.structure th {
	font-weight:bold;
	font-size:13px;
	padding:0 5px 7px 0;
}
.structure a {
	font-style:normal;
}

.csc-textpic-text ul, .csc-textpic-text ol, .csc-default ul, .csc-default ol {
	margin:0 0 10px 20px;
}

table.rg_staff td {
	padding-right:8px;
	color:#333333;
}

.videolistPreview {
	width:280px;
	height:158px;
	margin:0 5px 5px 0;
}

.azlistvideos .left {
	float:left;
	position:relative;
}
.azlistvideos {
	margin: 0 0 20px;
    	padding: 0 0 20px;
}

.azlistvideos h2 a {
	color:#8CBBC0;
	font-style:normal;
}

.playbutton {
    left: 50%;
    margin-left: -32px;
    margin-top: -25px;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.slide DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0px;
}

.staff h2 a {
	color:#8CBBC0;
}