/*
elanguages 
copyright: University of Southampton
Updated: 18 August 2005 rej
*/

/* ---( font parameters all browsers other than IE5 )------------------------------- */
body, td, th, p, ul {
	font-size: small;
}
h1 {
	font-size: medium;
	}

h2 {
	font-size: small;
	}

h3 {
	font-size: small;
	font-style:italic;
	}

h4 {
	font-size: small;
	}


/* --- NB IE5 & 5.5 is handled by javascript in the header --- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	background-image: url(../images/stripe_dk.gif);
	
}

#shadow {
	position: relative;
	margin: 0 auto;
	top: -5px;
	padding: 0;
    background: url(../images/outer_background_shadow.gif) repeat-y;
	width: 792px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 790px;
	}

html>body #shadow {
  	width: 790px;
	}


/* ---( top blue banner )------------------------------- */

#stripe {
	background: url(../images/stripe.gif) repeat-x;
	margin:0;
	padding:0;
	height: 105px;

}

#banner {
	text-align:center; 
/*	width:750px;*/
	margin: 0 auto;
}

#navshadow {
	position:relative;
    top:-5px;
	width: 750px;
	z-index: +10;
	margin: 0 auto;
	padding: 0;
	}

/* ---( header )------------------------------- */

/*-
#outerlogo {
	background: #CED4E6 ;
}
-*/


#logo {
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 77px;
	width: 792px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 790px;
	}
html>body #logo {
  	width: 790px;
	}
	
#logo img {
    margin:0;
	padding:0;
	}

#printlogo {
	display:none;
	}



/* ---( top bar navigation - horizontal )------------------------------- */
#navouter{
    background-color: #fff;
	width: 792px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 790px;
	}
html>body #navouter{
  	width: 790px;
	}
	
div.nav {
    white-space: nowrap;
    /*-background-color: #fff;-*/
	/*-border-bottom: 1px solid #fff;-*/
    margin: 0px auto;
	padding: 0px 0px 0px 30px;
	width: 752px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body div.nav{
  	width: 750px;
	}
	
.nav ul {
	list-style-type: none;
	line-height: 20px;
    margin: 0px;
    padding: 0px;
	text-align:left;
    }

.nav ul li {
    display: inline;
    white-space: nowrap;
    margin: 0px;
	padding: 0px;
   }

.nav ul li a {
    text-decoration: none;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
    color: #424F7D;
    /*-background-color: #fff;-*/
    margin: 0;
    padding: 0px 5px 0px 5px;	
    }
    
.nav ul li a:active {
    padding-bottom: 0px;
    color: #66c;
    }
    
.nav ul li a:visited {
    color: #fff;
     color: #424F7D;
   }
   
.nav ul li a:hover  {
    text-decoration: none;
    border-bottom: 3px solid #7C81D0;
	background-color: #424F7D;
	border-top: 4px solid #424F7D;
    padding-bottom: 0px;
    color: #fff;
   }
   

	
	
/*-- ( outer wrapper for main text area, navigatin and footer ) --*/

#outer{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #000;
	/*-top: -5px;-*/
    background: #fff;
	background-position:left;
	background-repeat:repeat-y;
	width: 750px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #outer {
  	width: 750px;
	}
	
/*--  ( main is the wrapper for content ) --*/

#main {
    width: auto;
    margin-left: 160px;
    }
	
#uos {
	position: absolute;
	right:11px;
	top: 0px;
	margin: 0;
	padding: 0;
}
	
/* ---( text )------------------------------- */
body, td, th, p {
  font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
  color : #333;
  
}

p {
	padding: 0px;
	margin: 5px 0 0 0 ;
}

h1 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #003399;
	margin: 0;
	padding: 10px 0 10px 0 ;
	line-height: 100%;
}

h2, h3 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #003399;
	margin: 0;
	padding: 8px 0 0 0 ;
}

h4 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 8px 0 0 0 ;
}

a:link {
	color: #36f;
	text-decoration: none;
	background-repeat: no-repeat;
}
a:active {
    color: #c60;
    text-decoration: underline;
}
a:visited {
    color: #969;
    text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}

ul{
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	list-style-image: url(../images/bullet.gif);
}



/* ---( left side navigation )------------------------------- */	

#sidenav dl {
	width: 160px;
	margin: 0 0 5px 0;
	line-height: 110%;
	background: url(../images/box_bottom.gif) no-repeat bottom left;
	}
	
#sidenav dt {
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #fff;
	color: #fff;	
	background: #999 url(../images/box_top.gif) no-repeat top left;
	font-weight: bold;
}

#sidenav dd {
	margin: 0;
	padding-top: 2px;
	
}

.sidenavbot {
	/*margin: 0;*/
	padding: 2px 0px 8px 0px;
	
}


#sidenav dd a:link {
	color: #333;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image:url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	font-size: 90%;
}

#sidenav dd a:visited {
    color: #333;
    text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	padding-left: 22px;
	background-image:url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	font-size: 90%;
}

#sidenav dd a:hover {
	color: #fff;
	background-color: #697DBD;
	text-decoration: none;
	background-image:url(../images/nav_arrow_hover.gif);
	background-repeat: no-repeat;
}

#sidenav #blue dt {
	background-color: #7F8DBA;
}
	
#sidenav #blue {
	background-color: #D4DBF3;	
}
	
#sidenav #red dt {
	background-color: #A30000;
		}
	
#sidenav #red {
	background-color: #D4DBF3;
		}
	
#sidenav #green dt {
		background-color: #91C620;
		}
	
#sidenav #green {
		background-color: #D4DBF3;
		}
		
#sidenav #orange dt {
		background-color: #D85B00;
		}
	
#sidenav #orange {
		background-color: #D4DBF3;
		}

/* ---( left column )------------------------------- */

#sidebar {
    float: left;
    width: 160px;
	border: 0px solid #fff;
    }
    
#sidebar-wrap {
    padding: 10px;
    overflow: visible; /* fix the Win32 IE italics bug */
    height: 100%;      /* ditto */
    }

#sidebar-wrap img {
    display: block;
    margin: 0 auto;
    text-align: center; /* IE 5 centering hack */
    }	



/* ---( content )------------------------------- */

#content {
/*	padding: 1px 20px 10px;	
	margin-left: 130px; */
	float: right;
	background-color: #fff;
	width: 539px;
	border-top: none;
	padding: 1px 20px 10px 8px;
}


/* ---( footer )------------------------------- */

#footer {
    clear: both;
    border-bottom: solid 1px #fff; /* IE 6 has the footer flow over the outer's 
    bottom border. if this border is added, IE draws
    the outer border as exptected */
    z-index: 10;
    }

#innerFooter {
    font-size: small;
    text-align: center;
	color: #424F7D;
    padding: 10px;
    }
#innerFooter dl {
	width: 730px;
	margin: 0 0 5px 0;
	line-height: 110%;
	background: url(../images/footer_bottom.gif) no-repeat bottom left;
	}
	
#innerFooter dt {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #424F7D;
	background: #999 url(../images/footer_top.gif) no-repeat top left;
	font-weight: bold;
}
#innerFooter dd {
	margin: 0;
	padding: 2px 2px 10px 10px;
	font-weight: bold;	
}
#innerFooter #lilac dt {
		background-color: #D4DBF3;
		}
	
#innerFooter #lilac {
		background-color: #D4DBF3;
		}

/* ---( misc )------------------------------- */

.pullquote {
	float: right;
	width: 140px;
	font-weight: bold;
	font-style:oblique;
	color: #99c;
	border: solid #99c;
	border-width: 2px 0;
	padding: 5px 1px;
	margin: 1px 0 1px 5px; /* --(outside)-- */
}

hr {
	border: 0;
	height: 1px;
	color:#999;
	background-color: #999;
}
