/* -------------- defaults -------------- */

body {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, input, form {
	margin: 0;
	padding: 0;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #000000;
}

.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

.blip ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
}

.blip li
{
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.5em;
}

blockquote {
	margin-left: 1em;
}

fieldset {
	border: none;
}
input, select, textarea {
	font-size: 80%;
	border: 1px solid #000;
	padding: 2px;
	background: #FFF;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;

}

/* -------------- end defaults -------------- */

/* -------------- start structure -------------- */

#SkipMenu {
	display: none;
}

#MainWrapper {
	width: auto;
	margin: 0 20px 0 20px;
}

#MainContent {
}

#LeftBg {
	background: transparent url(../images/left_bg.gif) top left no-repeat;
}

#RightBg {
	background: transparent url(../images/right_bg.gif) top right no-repeat;
}

#ContentWrapper {
	margin: 0 14px 0 14px;
}

#Header {
	height: 101px;
	background: #336699 url(../images/header_bg.gif) top left repeat-x;
}

#Nav {
	height: 45px;
	background: #5387b4 url(../images/subnav_bg.gif) top left repeat-x;
	clear: none;
}

#LeftCol {
	clear: both;
	float: left;
	width: 196px;
	margin: 0 0 0 0;
}

#RightCol {
	float: right;
	width: 196px;
	margin: 0 11px 0 0;
}

#MiddleCol {
	width: auto;
	margin: 0 232px;
}

#MiddleColContent img {
	float: none;
	height: 110px;
	width: 110px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
}

#MiddleColContent p {
	font-size: 90%;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
}

#MiddleCol ul {
	font-size: 80%;
	margin: 0 0 0 14px;
}

#MiddleCol li {
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	list-style-image: url(url(../images/bullet_arrow.gif));
}

#MiddleCol li p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#MiddleCol li a {
	text-decoration: underline;
	font-weight: bold;
}

#MiddleColContent {
	padding: 10px;
}

.Col1 {
	float: left;
	width: 45%;
}

.Col2 {
	float: right;
	width: 45%;
}

.TopArticle {
	height: 130px;
	color: #000000;
}

#BottomLinks {
	display: block;
	clear: both;
	padding: 20px 0 0 0;
}

#BottomLinks a {
	text-decoration: underline;
}

#Helpful {
	font-size: 80%;
	margin: 20px 0 0 0;
}

#Helpful input {
	border: 0;
}

#Helpful em {
	border-bottom: 1px dashed #CCC;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-style: normal;
	display: block;
}

#Footer {
	height: 67px;
	background: #D1011B;
	clear: both;
	margin: 30px 0 10px 0;
	font-size: 60%;
	color: #FFF;
	text-align: center;
	padding: 10px 0 3px 0;
}

#Footer a {
	color: #FFF;
	text-decoration: underline;
}

h5 {
	display: block;
	width: 100px;
}

/* -------------- end structure -------------- */

/* -------------- start styling -------------- */

#Header h2 {
    text-align: left;
    float: left;
    width: 300px;
	height: 100px;
    margin: 0;
    padding: 0px;
    background-repeat: repeat-x;
    background-position: 0 0;
}

#Header h1 {
    text-align: left;
    float: right;
    width: 239px;
	height: 100px;
    margin: 0;
    padding: 0px;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.Button {
	padding: 0 3px 1px 3px;
	height: 22px;
}

a.Top {
	background: #FFF url(../images/toplink_bg.gif) top left no-repeat;
	padding: 0 0 0 12px;
	font-size: 80%;
	color: #FFFFFF !important;
}

a.Print {
	font-size: 80%;
	color: #333 !important;
}

/* -------------- nav -------------- */

#Nav ul {
	margin: 0 0 0 11px;
	padding: 12px 0 0 0;
	font-size: 90%;
}

#Nav li {
	list-style: none;
	float: left;
	padding: 8px 10px 5px 10px;
	background: #FFF url(../images/nav_bg.gif) top left repeat-x;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0 2px 0 0;
}

#Nav li.Current {
	background: #FFF url(../images/nav_current_bg.gif) top left repeat-x;
	padding: 8px 10px 7px 10px;
	margin: -2px 2px 0 0;
}

.Breadcrumb {
	clear: both;
}

.Breadcrumb ul {
	margin: 10px 0 10px 11px;
	font-size: 70%;
	display: block;
	height: 19px;
}

.Breadcrumb li {
	list-style: none;
	float: left;
	margin: 0 3px 0 0;
}

.Breadcrumb a {
	background: #FFF url(../images/breadcrumb_sep.gif) center left no-repeat;
	padding: 0 0 0 10px;
	text-decoration: underline;
}

/* -------------- end nav -------------- */

/* -------------- start search and similar -------------- */

#Search {
	background: #0159ab url(../images/search_bg.gif) top left no-repeat;
	width: 196px;
	height: 70px;
	margin: 0 0 20px 11px;
}

#Search h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 90%;
	padding: 10px 0 3px 10px;
}

#Search input {
	margin: 0 0 0 10px;
	float: left;
}

#Emergencies {
	background: #FFF url(../images/emerg_bg.gif) top left no-repeat;
	width: 196px;
	height: 70px;
	margin: 0 0 20px 11px;
}

#Emergencies h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 90%;
	padding: 10px 0 3px 10px;
}

#Emergencies p {
	font-size: 70%;
	line-height: normal;
	color: #FFF;
	margin: 0 0 0 10px;
}

#Emergencies a {
	color: #FFF;
	text-decoration: underline;
}

/* -------------- end search and similar -------------- */

/* -------------- start side panels -------------- */

#QuickLinks {
	background: #FFF url(../images/sidepanels_bg.gif) bottom left no-repeat;
	width: 196px;
	margin: 0 0 20px 11px;
	font-size: 80%;
	padding: 0 0 20px 0;
}

#QuickLinks h3 {
	width: 196px;
	height: 36px;
	background: #FFF url(../images/quick_links_title.gif) top left no-repeat;
	text-indent: -3000px;
}

#QuickLinks ul {
	margin: 0 10px 0 25px;
}

#QuickLinks li {
	border-bottom: 1px dashed #CCC;
	list-style-image: url(../images/bullet.gif);
	padding: 2px 0 2px 0;
}

#RightNav {
	background: #FFF url(../images/sidepanels_bg.gif) bottom left no-repeat;
	width: 196px;
	margin: 0 0 20px 0;
	font-size: 80%;
	padding: 0 0 20px 0;
}

#RightNav .Current {
	font-weight: bold;
}

#RightNav h3 {
	width: 100%;
	background: #FFF url(../images/rightnav_header.gif) top left no-repeat;
	font-weight: normal;
	font-size: 110%;
	color: #FFF;
	padding: 7px 0 6px 12px;
	margin: 0 -25px 0 0;
}

#RightNav ul {
	margin: 0 10px 0 25px;
}

#RightNav li {
	border-bottom: 1px dashed #CCC;
	list-style-image: url(../images/bullet.gif);
	padding: 2px 0 2px 0;
}

.RightNavTitle {
	background: #CCC url(../images/rightnav_bg.gif) top left repeat-x;
	display: block;
	margin: 0 8px 0 8px;
	padding: 3px 3px 3px 4px;
}

/* -------------- end side panels -------------- */

/* -------------- start info panels -------------- */

#InfoPanel1 {
	height: 204px;
	margin: 0 0 20px 0;
	background-color: #D1011B;
	background-image: url(../images/info_panel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#InfoPanel1Wrap {
	background: transparent url(../images/infopanel1_bg1.gif) top left no-repeat;
	height: 204px;
}

#SearchWrap {
	margin-left: 10px;
}

#InfoPanel1 img {
	float: right;
	margin: 0 4px 0 0;
}

#InfoPanel1 h3 {
	color: #FFF;
	font-size: 255%;
	line-height: 90%;
	font-weight: normal;
	padding: 10px 0 17px 10px;
	width: 200px;
}

#InfoPanel1 form p {
	margin: 0 0 20px 10px;
}

#InfoPanel1 a {
	color: #FFF;
	padding: 0 0 0 10px;
	font-size: 80%;
}

#InfoPanel2 {
	background: #D1011B url(../images/infopanel2_bg1.jpg) top left no-repeat;
	height: 165px;
	font-size: 90%;
	margin: 0 0 20px 0;
}

#InfoPanel2Wrap {
	background: transparent url(../images/infopanel2_bg2.jpg) top right no-repeat;
	height: 165px;
}

#InfoPanel2 h3 {
	padding: 16px 0 10px 0;
	font-size: 150%;
}

#InfoPanel2 p {
	padding: 0 0 20px 0;
}

#InfoPanel2 a {
	padding: 0 0 10px 30px;
	background: transparent url(../images/infopanel2_arrow.gif) top left no-repeat;
}

#InfoPanel2 img {
	float: left;
	margin: 0 20px 0 20px;
}

/* -------------- end info panels -------------- */

/* -------------- start Students -------------- */

.Students {
	background: #FFF url(../images/students_bg.gif) top left repeat-x;
}

/* -------------- end Students -------------- */

/* -------------- start Managers -------------- */

.Managers {
	background: #FFF url(../images/managers_bg.gif) top left repeat-x;
}

/* -------------- end Managers -------------- */

/* -------------- start Specialists -------------- */

.Specialists {
	background: #FFF url(../images/special_bg.gif) top left repeat-x;
}

/* -------------- end Specialists -------------- */

/* -------------- start Staff -------------- */

.Staff {
	background: #FFF url(../images/staff_bg.gif) top left repeat-x;
}

/* -------------- end Staff -------------- */

/* -------------- start Contractors -------------- */

.Contractors {
	background: #FFF url(../images/contractors_bg.gif) top left repeat-x;
}

/* -------------- end Contractors -------------- */

/* -------------- start Investigators -------------- */

.Investigators {
	background: #FFF url(../images/investigators_bg.gif) top left repeat-x;
}

/* -------------- end Investigators -------------- */

/* -------------- start Emergencies -------------- */

.Emergencies {
	background: #FFF url(../images/emergencies_bg.gif) top left repeat-x;
}

/* -------------- end Emergencies -------------- */

/* -------------- start Training -------------- */

.Training {
	background: #FFF url(../images/training_bg.gif) top left repeat-x;
}

/* -------------- end Training -------------- */

/* -------------- start Browse -------------- */

.Browse {
	background: #FFF url(../images/browse_bg.gif) top left repeat-x;
}

.Browse strong {
	margin: 30px 0 0 0;
	display: block;
}

.BrowseNav {
	margin: 0 0 20px 0;
}

.BrowseNav a {
	text-transform: uppercase;
	color: #5689b5;
	border: 2px solid #5689b5;
	padding: 1px 4px 0 4px;
	font-size: 90%;
}

.BrowseNav a:hover {
	background: #5689b5;
	color: #FFF;
	text-decoration: none;
}

.Browse img {
	float: right;
	margin: 0 0 0 60px;
	height: 110px;
	width: 110px;
}

.Browse p {
	font-size: 90%;
	padding: 10px 0 0 0;
}

.Browse ul {
	font-size: 80%;
	margin: 0 0 10px 14px;
}

.Browse li {
	margin: 0 0 3px 0 !important;
	list-style-image: none !important;
}

.Browse li p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.Browse li a {
	text-decoration: underline;
	color: #5689b5 !important;
	font-weight: bold;
}

.Browse li a:hover {
	color: #333;
}

/* -------------- end Browse -------------- */

/* -------------- start Topics and FAQ -------------- */

.Topics h3 {
	background: #CBDDEB;
	border-top: 1px solid #83add0;
	padding: 10px;
	margin: 0 -10px 0 0;
	position: relative;
	top: -10px;
	left: -10px;
}

.Topics p {
	font-size: 80% !important;
	padding: 10px 0 0 0;
}

.Topics p a {
	color: #5689b5 !important;
	text-decoration: underline !important;
}

.TopicArticle {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px none #CCC;
}

.TopicArticle p {
	margin: 0 0 20px 0;
}

.TopicArticle ul {
	font-size: 80%;
	margin: 10px 0 0 14px !important;
}

.TopicArticle li {
	margin: 0 0 3px 0 !important;
	list-style-image: none !important;
}

.TopicArticle li p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.TopicArticle li a {
	text-decoration: underline;
	color: #5689b5 !important;
	font-weight: normal !important;
}

.TopicArticle li a:hover {
	color: #333;
}

.TopicArticle h4 {
	margin: 10px 0 0 0;
}

.TopicArticleImages {
	margin: 0 0 20px 0;
	min-height: 135px;
}

.TopicArticleImages img {
	width: auto !important;
	height: auto !important;
	float: left !important;
	margin: 0 10px 10px 0 !important;
}

ul.TopicArticleFloatedList {
	margin: 0 0 20px 0;
	border: 1px solid red;
}

.TopicArticleFloatedList li {
	float: left;
	width: 49%;
	list-style-type: disc !important;
}

.Questions {
	border: 1px solid #CCC;
	padding: 10px;
	position: relative;
}

.Questions p {
	margin: -20px 0 0 0;
	padding: 0;
}

.Questions input, .Questions textarea {
	font-size: 100%;
	width: 250px;
	font-family: Arial, Tahoma, sans-serif;
	float: none;
}

.Questions label {
	margin: 5px 0 -15px 0;
	display: block;
}

/* -------------- end Topics and FAQ -------------- */

/* -------------- start search -------------- */

.Search h3 {
	background: #CBDDEB;
	border-top: 1px solid #83add0;
	padding: 10px;
	margin: -10px -10px 0 -10px;
}

.Search a {
	color: #0000CC;
	text-decoration: underline;
}

.SearchContent {
	font-size: 90%;
	float: none;
	margin: 0 0 10px 0;
}

.SearchContent p {
	margin: -5px 0 0 0 !important;
	line-height: 100%;
}

#SearchInfo {
	background: #1b66cc;
	color: #FFF;
	font-size: 80%;
	margin: 20px -10px 0 -10px;
	padding: 3px 10px 2px 10px;
}

.SearchRight {
	float: right;
}

.SearchTools {
	font-size: 80%;
	margin: 0 0 20px 0;
}

.Sort {
	float: right;
}

a.SearchLink {
	color: #AAA;
	font-size: 90%;
}

/* -------------- end search -------------- */

/* -------------- start contacts -------------- */

.KeyContacts {
	margin: 10px 0 0 0;
}

.KeyContacts td {
	font-size: 80%;
	padding: 3px 5px 2px 5px;
}

.Blue {
	background: #CBDDEB;
}

/* -------------- end contacts -------------- */

/* -------------- start news -------------- */

.News {
	padding: 15px 0 0 0;
}

.News img {
	float: left !important;
	margin: 0 10px 0 0 !important;
	width: auto !important;
	height: auto !important;
}

.News h3 {
	padding: 0 0 10px 0;
}

.NewsTitle {
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
	padding: 0
}

.NewsClipping p {
	font-size: 80% !important;
}

/* HEALTH AND SAFETY AWARENESS STYLINE
Paul Stanton - p.m.s.stanton@leeds.ac.uk */

.NewsClipping form {
	width:80%;
    border:1px solid #ccc;
    background-color:#DFE1F8;
	margin:20px 0 0 0;
}
.NewsClipping h4 {
	color:#333;
	border-bottom:1px solid #ccc;
}
.NewsClipping label {
	width:100%;
}
.NewsClipping .inputs {
	width:60px;
	margin:0;
	padding:0;
}

.NewsClipping input {
	background-color:#DFE1F8;
	padding:0;
	margin:0 0 0 5px;
	border:0;
}
.NewsClipping input.submit {
	border:1px solid #333;
	background-color:#CCCCCC;
}

/* -------------- end news -------------- */



/* -------------- end styling -------------- */

