@charset "utf-8";
*{
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	color: #EE6F22;
	text-decoration: none;
	font: bold 28px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
h2 {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #EE6F22;
	margin-bottom: 15px;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #E75A25;
	text-decoration: none;
	padding-bottom: 10px;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #454446;
	text-decoration: none;
	padding-bottom: 10px;
}
h5 {
	color: #333333;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}
h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #EE6F22;
	text-decoration: none;
	padding-bottom: 5px;
}
p {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-bottom: 12px;
	padding-right: 15px;
}
hr {
    border: solid 1px #cccccc;
    width:50%;
    text-align:left;
    margin-bottom:10px;
    clear:both;
}
th, td {
	padding:4px;
}
form {
	padding:0;
	margin:0;
}
blockquote 
{
    padding-left:30px;
}
.picleft {
	float: left;
	margin: 0px;
	padding: 8px 12px 8px 0px;
}
.picright {
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 12px;
}
.clear{
	clear:both;
}
.border_orange{
	border: solid 1px #ee6f22;
}
.border_grey{
	border: solid 1px #454446;
}
/* formatting */
#shadow{
	background-attachment: scroll;
	background-image: url(../images/sideShadows.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 106px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(../images/headers950.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header a {
	position:absolute;
	top: 7px;
	left: 12px;
}
#abstract {
    border: solid 1px #ee6f22;
    background: #dddddd;
    width:400px;
    margin-right:auto;
    margin-left:auto;
}

/* Navigation styles */
/* main nav*/
#nav_container {
	position:absolute;
	top: 106px;
	left: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	z-index: 100;
	height: 28px;
}
#nav_bar {
	height: 28px;
	width: 950px;
	background-attachment: scroll;
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	position: relative;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	
}
#nav li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	height: 28px;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#nav li a {
	display: block;
	float:left;
	height: 23px;
	text-align: center;
	padding-top: 5px;
	padding-left: 19px;
	padding-right: 19px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #848485;
	text-decoration: none;
}

#nav li a:hover, #nav li a.on  {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #EE6F22;
	background-image: url(../images/navBg_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
}
/* drop down menus */
#nav li ul {
	font: bold 13px Arial, Helvetica, sans-serif;
  	display: none;
 	position: absolute;
	left: -1px;
	top: 17px;
	width: 134px;
	padding: 0; 
	margin: 0;
	z-index: 100;
}
#nav li > ul {
	top: auto;
	left: auto;

}
#nav li:hover ul, #nav li.sfhover ul{
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	left: 0px;
	top: 28px;
	width: 146px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav li li {
	display:block;
	list-style: none;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding: 0;
	margin: 0;
}
#nav li ul a {
	font: bold 13px Arial, Helvetica, sans-serif;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 136px;
	padding:5px 5px 0 12px;
	margin:0;
	text-align:left;
	background-color: #EBEBEB;
	background-image: none;
}
#nav li ul a:hover {
	font: bold 13px Arial, Helvetica, sans-serif;
	background: #f8941d url(none);
	color: #ffffff;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 136px;
	padding:5px 5px 0 12px;
	margin:0;
}

/* end drop down menu */

/* breadcrumbs */
#crumbs_bar {
	background: #ffffff;
	height: 18px;
	width: 950px;
	padding: 0px;
	margin: 0px;
}
.crumbs {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 136px;
	left:15px;
	z-index: 50;
}
.crumbs ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}
.crumbs li{
	display: inline;
	padding: 0px;
	margin: 0px;

}
.crumbs a {
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
	background: url(../images/bg_breadcrumbs.gif) no-repeat scroll right center;
}
.crumbs a:hover {
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333333;	
}
/* end breadcrumbs */
/* bottom nav */
#nav2 {
	padding: 10px 15px 2px;
	margin: 0px;
	clear: both;
	width: 920px;
}
#nav2 ul {
    margin-top:10px;
	list-style: none;
	float: left;
}
#nav2 li {
	display: inline;
}
#nav2 a {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	border-right: solid 1px #000000;
	padding: 0 6px 0 0;
	margin: 0 4px 0 0;
}
#nav2 a:hover {
	text-decoration: underline;
	color: #333333;	
}
#media {
	float: right;
}
#media p {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 10px 5px 0px 0px;
	float: left;
}

#media a {
	border-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
#media img {
	border-style: none;
}
/* bottom nav */

/* End navigation styles */


#main {
	background: #ffffff; /*#f5f6f6;*/
	padding: 10px 0px 5px;
}

/* level2 left column */
#left {
	float: left;
	width: 256px;
	margin-top: 100px;
	padding-left: 15px;
	
}
#left ul {
	list-style: none;
	padding-bottom: 15px;
}
#left a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#left a:hover {
	color: #333333;
	text-decoration: underline;
}
#left a.active {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#left li.open li a.active {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#left li.open ul {
	list-style: none;
	padding-bottom: 0px;
}
#left li li a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	margin-left:25px;
}
#left li.open a {
    font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#left li.open ul a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#left li.open ul a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}
#left li.open ul a.active:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#left li.closed ul  {
	display: none;
}
#frame {
	background: url(../images/frame.png) no-repeat scroll left top;
	height: 29px;
	width: 229px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 110px 10px 10px;
}
#frame a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#frame a:hover {
	color: #EE6F22;
	text-decoration: none;
}

#pic {
	height: 149px;
	width: 249px;
	background: #0099FF;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* left level 3 */
#feature {
	padding-right: 20px;
	position: relative;
	left: -15px;
}

#feature h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/bg_section2.gif) repeat-x scroll left top;
	padding: 6px 5px 6px 15px;
	display: block;
	margin-bottom: 10px;
}
#feature p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
/* end left column*/

/* Right column level2  */

#right {
	float: right;
	width: 675px;
	padding-left: 2px;
	padding-top: 5px;	
}

#right .intro {
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#pagehead  {
	position: absolute;
	left: 15px;
	top: 150px;
	margin: 14px 0px;
	padding: 0px;
	width: 254px;
	color: #cdcdcd;
}
#right .section {
	float: left;
	width: 220px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding-left:5px;
	margin-bottom: 10px;

}
#right .section  a {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/bg_section2.gif) repeat-x scroll left top;
	padding: 6px 5px;
	display: block;
	margin-bottom: 10px;
}
#right  .section  a:hover {
	background: #f8941d;

}
#right .section p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
#right a {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#right a:hover {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #f58020;
	text-decoration: none;
	font-weight:bold;
}
#right ul 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
#right ol 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
.img {
    float:left; 
    text-align:center; 
    width:200px;
    padding:0px;
    margin-bottom:35px;
}
.img p 
{
    padding:0px;
}
.img img 
{
    border:none;
}
/* End Right column level2 */
/* Archived News Menu */
#containerul ul li a {
    font:15px Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left:20px;
}
#containerul ul li a:hover {
    font:15px Arial, Helvetica, sans-serif;
    color: #f58020;
    padding-left:20px;
}
#containerul, #containerul ul{
    text-align:left;
    margin:0; /* Removes browser default margins applied to the lists. */
    padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li {
    font:bold 17px Arial, Helvetica, sans-serif;
    color: #f58020;
    margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
    padding:0; /* Removes browser default padding applied to the list items. */
    list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
/* End Archived News Menu */
/* Right column level3  */

#right2 {
	float: right;
	width: 660px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 15px;
}
#right2 a {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#right2 a:hover {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #f58020;
	text-decoration: none;
	font-weight:bold;
}
#right2 ul 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
#right2 ol 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
	
/* END Right column level2  */

/* Right column fullpage  */

#right3 {
	width: 950px;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
}
#right3 a {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#right3 a:hover {
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #f58020;
	text-decoration: none;
	font-weight:bold;
}
#right3 ul 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
#right3 ol 
{
    font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:45px;
}
	
/* END Right column fullpage  */

/* Footer Styles */
#greyFoot {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/greyFootAndShadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
}
#footer {
	height: 60px;
	width: 920px;
	margin:0 auto;
	padding-top: 10px;
}
#footer p {
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer p.copyright {
	float: right;
	margin: 0px;
	padding: 0px;
}

/* End Footer Styles */
/* Registration styles */

input.textfield {
	background: #ffffff !important;
	border: 1px solid #EE6F22;
	padding: 3px;
	width: 175px;
}
input.button {
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: url(../images/bg_section2.gif) repeat-x scroll left bottom !important;
	border: none;
	padding: 5px;
	width:auto;
}
input.button:hover {
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: #454446 url(none) !important;
	border: none;
	padding: 5px;
}
/* END Registration styles */
/* News styles */
.oldernews {
	background: #CCCCCC url(none);
	color: #454446;
}
.date {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/* End News Styles */

/* Admin Styles */

table.sortable th { cursor: pointer; }
.sitemap {
	padding:0;
	margin:0;
}
.sitemap h3 {
	color: #EE6F22;
	text-decoration: none;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.whitebg {
	background-color:#f5f6f6
}
.lightbluebg {
	background-color:#cccccc
}
table.sitemap td.sitemap img {
	border: 0px;
	margin-right:0px;
	padding:0px;
}
table.sitemap td.sitemap img:hover {
	border: 0px;
	margin-right:0px;
	padding:0px;
}
table.sitemap td 
{
    color: #000000;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
.errorP 
{
    font: 15px Arial, Helvetica, sans-serif;
    color:#FF0000;
	border:1px solid #FF0000;
	background-color: #FFCECE;
	text-align:center;
	padding-top:5px;
}
.success 
{
    font: 15px Arial, Helvetica, sans-serif;
    color:#000000;
	border:1px solid #f58020;
	background-color: #cccccc;
	text-align:center;
	padding-top:5px;
}
.table, .sortable {
	background: #cccccc;
	border: 1px solid #f58020;
}
.table_head {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/bg_nav.gif) repeat-x scroll left top;
}
input.red {
    background: url(../images/bg_nav.gif) repeat-x scroll left top;
}
.cell-head {
	border-bottom: 1px solid #f58020;
	padding:4px 0 4px 2px;
}
.cell-foot {
	border-top: 1px solid #f58020;
	padding:4px 0 4px 2px;
}
.table_subhead {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #f58020 ;
}
.table_row1, .table_row3 {
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #cccccc;
	text-decoration: none;
}
.table_row1 a {
	background: url(../images/smallarrow_r.gif) no-repeat scroll 2px center;
	padding:2px 2px 2px 14px ;
	text-decoration: none;
}
.table_row1 a:hover {
	border: 1px solid #f58020;
	background: #FFFFFF url(../images/smallarrow_d2.gif) no-repeat scroll 2px center;
	padding:2px 2px 2px 13px;
	text-decoration: none;
}
.table_row3 a {
	text-decoration: none;
}
.table_row1 input, .table_row1 textarea, .table_row1 select {
	border:1px solid #f58020;
}
.table_row1 textarea.research {
    width:350px;
}
#index 
{
    
}
#index li {
    font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-bottom:15px;
}
#index li a {
    font: 16px Arial, Helvetica, sans-serif;
	color: #EE6F22;
	text-decoration: none;
}
#index li a:hover {
    font: 16px Arial, Helvetica, sans-serif;
	color: #EE6F22;
	text-decoration: underline;
}

/* End Admin Styles */

/* Help Styles */

.highlight_orange {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #EE6F22;
	text-decoration: none;
}
.warning {
    font: bold 15px Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
}
.seo {
	margin: 0px;
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
}
.seo li {
    font: 13px/17px Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 5px;
	margin-left: 25px;
}
.seo li.nobullet {
    list-style:none;
}
/* End Help Styles */

/* Search Styles */
#search {
	position:absolute;
	right:3px;
	top:3px;
}
#search input.searchBtn {background:none;}
.searchBtn {
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	border: none;
	width:20px;
	background-attachment: scroll;
	background-image: url(../images/search.png)!important;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#search_middle {
	background: #cccccc;
	padding: 3px;
	border: 1px solid #a5a5bc;
	margin-bottom: 20px;
	width: 192px;
	font: 13px/17px Arial, Helvetica, sans-serif;
}
#search_middle input.button {
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: url(../images/bg_section2.gif) repeat-x scroll left bottom !important;
	border: none;
	padding: 5px;
	margin:5px;
	width:auto;
}
#search_middle input.button:hover {
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background: #454446 url(none) !important;
	border: none;
	padding: 5px;
	margin:5px;
}
.headline_search {
    border: 1px solid #E75A25; 
    color:#E75A25; 
    font-weight:bold; 
    padding:5px;
    width:95%;
}

/* End Search Styles */

/*REsearcher styles*/
#alphaSort a, #alphaSort input 
{
	background-attachment: scroll;
	background-image: url(images/ui-bg_highlight-soft_75_d7651f_1x100.png);
	background-position: 50% 50%;
	background-repeat: repeat-x;
	border: 1px solid #d7651f;
	color: #ffffff;
	cursor: pointer;
	font: bold 12px Arial,Helvetica,sans-serif;
	height: 27px;
	margin-top: 3px;
	padding: 0px;
	min-width: 20px;
	border-radius: 5px 5px 0 0;
}
#alphaSort input:disabled {
    background-image: url(images/ui-bg_highlight-hard_75_dddcdc_1x100.png) !important;
    color: #000000;
    cursor: auto;
	border: 1px solid #dddcdc!important;
}
#alphaSort a:hover, #alphaSort input:hover, #alphaSort input.hover {
    background-image: url("none");
	background-color:#ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}
.formHead{
	background-color:#878686;
	border-radius: 5px 5px 0 0;
	padding-left: 5px;
	padding-top:2px;
}
#contactsWrapper{
	width:643px;
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.contactBox{
	width: 140px;
	font-weight: normal;
	color: #D7651F;
	margin-right: 10px;
	margin-bottom:10px;
	border: 1px solid #DDDCDC;
	display:inline-block;
	*display: inline;
	zoom: 1;
	height: 235px;
	vertical-align: top;
}
.contactBox img {
	border: none;
}
.contactBox:hover{border: 1px solid #d7651f;}
.vcard {
    background: url("../images/v-card.gif") no-repeat scroll left top transparent;
    display: block;
    height: 27px;
    width: 40px;
	float:right;
}
.vcard:hover {    background: url("../images/v-card.gif") no-repeat scroll left bottom transparent;}
.alt{display:none;}
.name{
	padding-bottom: 5px;
    padding-left: 5px;
    width: 95px;
	float: left;
}
.contactsFoot{
	background-color:#878686;
	border-radius: 0 0 5px 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.contactsFoot a{color:#ffffff!important;}
.contactsFoot a:hover{color:#EE6F22!important;}
.researcherImg{
	border-radius:5px;
	border:solid 1px #dddcdc;
	float:left;
	margin-right:20px;
}
#contactDetails{
	background-attachment: scroll;
	background-image: url(../images/contactDetailBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 179px;
	width: 226px;
	float:right;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-right: 10px;
}
#contactDetails p {
    color: #000000;
    font: 13px/17px Arial,Helvetica,sans-serif;
    padding: 8px 10px 12px;
    text-decoration: none;
}
#publicationWrapper{
	float:right;
	width:226px;
	position: relative;
	height: 400px;
	padding-top: 32px;
	padding-right: 10px;
}
#publicationTop{
	position:absolute;
	top:0px;
	height:24px;
	width:216px;
	background-attachment: scroll;
	background-image: url(../images/publicationsTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 8px;
	left: 0px;
}
#publications{
	width:224px;
	position: absolute;
	height: 350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	overflow:hidden
}
#publications .scroller 
{
    position:relative;
}
#publications p{padding: 8px; border-bottom: 1px solid #cccccc}
#up{
	width:100%;
	height:15px;
	background-attachment: scroll;
	/*background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	cursor:pointer;
}
#down{
	position:absolute;
	bottom:20px;
	left:0px;
	/*background-attachment: scroll;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 15px;
	width: 100%;
	cursor:pointer;
}
#publicationBottom{
	position:absolute;
	bottom:0px;
	height:20px;
	width:226px;
	background-attachment: scroll;
	background-image: url(../images/publicationsBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
}
#researchDetails{
	float:left;
	width:430px;
	margin-bottom: 20px;
}
.orangeTxt13{color:#e75a25; font-size:13px;}
.greyTxt12{color:#808285; font-size:12px;}
.greyBold15{
	color:#878686;
	font-size:15px;
	font-weight:bold;
}

#tabs 
{
    height: 420px;
    overflow: scroll;
}

form #keyword {
    width: 100px;
}
