/* CSS Document */

/* University of Hull - APSIC Core page styles 7/05 */

body {
	background-color: #5D5D5D;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 1.57em;
	padding: 0;
}
h1 {
	margin: 0;
	font-size: 1.3em;
	color: #770603;
	vertical-align: 5em;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 1em; 
}

/*-- TOP TEXT MENU --*/

#top_txtmenu {
	text-align: left;
	font-size: 0.65em;
	padding-bottom: 1em;
	color: #A8A9AB;
}
#top_txtmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_txtmenu a:hover {
	color: #FEB835;
	text-decoration: underline;
}
#top_txtmenu a:visited {
	color: #CCCCCC;
}
#top_txtmenu ul {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_txtmenu li {
	display: inline;
	padding: 0 0.3em 0 0.6em;
	border-left: 0.1em solid #FFF;
}
#top_txtmenu li.home {
border: 0;
padding-left: 0;
}

/* -- HEADER -- */
#top_wrapper {
	min-width: 48em;
	position: relative;
	height: 6.6em;
	z-index: 2;
	background-color: #D9E0E1;
}
#banner {
	background-color: #D6D8F5;
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav {
	background-color: #1B2072;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 2em;
}

/* -- PAGE TITLE --*/

#pagetitle {
	background-color: #D6D8F5;
	background-image: url(../images/layout/pt_rightcorn.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 3.5em;
}
.pt_left {
	background-color: #FFA099;
	height: 3.5em;
	width: 12.62em;
	background-image: url(../images/layout/lc_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
.pt_left_search {
	height: 2em;
	padding-top: 0.4em;
	padding-left: 0.7em;
}
.pt_searchtxt {
	font-size: 0.6em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.pt_middle {
	width: 30em;
	height: 3.5em;
	float: left;
}
.pt_right {
	background-color: #D6D8F5;
	width: 2em;
}

/* -- END OF PAGE TITLE --*/


/* -- MAIN WRAPPER --*/
#wrapper {
	background-color: #5D5D5D;
	min-width: 47.64em;
	position: relative;
	z-index: 1;
	left: 158px;
	top: 156px;


}

/* -- LEFT COLUMN --*/
/* LEFT CONTENT AREA */
	
#leftcontent {
	position: absolute;
	left:0;
	top:0;
	width: 12.62em;
	text-align:centre;
	background-color: #FFA099;
}

/* LEFT AREA MENU */

#lb_header {
	width:16.3em;
	height: 2.5em;
	background-color:#1B2072;
	margin-top: 0.0em;
	margin-left: 0.85em;
	background-image:  url(../images/layout/lb_top_corn_n.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:  2px solid #FFA099;
}
.lb_headtxt {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.35em;
	padding-top: 0.3em;
}
#lb_footer {
	width:16.3em;
	height: 2.5em;
	background-color:#D6D8F5;
	margin-left: 0.85em;
	background-image: url(../images/layout/lb_foot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lb_foottxt {
	font-size: 1em;
	font-weight: bold;
	color: #770603;
	padding: 0.0em 0.0em 0 0;
	text-align: right;
}
.lb_foottxt a:link {
	color:#770603;
	text-decoration:none;
}
.lb_foottxt a:visited {
	color:#770603;
	text-decoration:none;
}
.lb_foottxt a:hover {
	text-decoration:underline;
}
.lb_foottxt_linkarrow {
	vertical-align:middle;
	margin:0.3em;
}

#innerContentColumn {
	overflow: visible;
	height: 100%;
}
.vnav {
	font-weight: bold;
	font-size: 70%;
	line-height: 180%;
	margin-top: 0;
	background-color: #FFA099;
}
.vnav ul, .vnav ul li {
	width:14.2em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background-color: #D6D5F5;
}
.vnav ul {
	border: 0px solid #9caeb0;
	text-align:left;/* ie5win fudge to left align text in centred menu */
	margin: auto;
}
.vnav ul li {
	border-bottom: 0.15em solid #FFA099;
}
.vnav ul li a {
	display: block;
	text-decoration: none;
	color:#770603;
	padding: 0.22em 1em;
	background-image:  url(../images/layout/lb_menu_block_n.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {
	height: 1%;
}
.vnav ul li a:hover {
	background-color: #FDB4AF;
	background-image:  url(../images/layout/lb_menu_blockh_n.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.vnav ul li a:visited {
	color: #003333;
}



/* End hide */

.pmcColour{
background-color:#FFA099;
}

.pmcColourRed{
background-color:#FF4143;
}

.pmcColourSoft{
background-color:#D6D8F5;
}

.pmcColourSoftGrey{
background-color:#1B2072;
}

.pmcColourUniCol{
background-color:#004853;
}

.lc_foot {
	height: 1.7em;
	background-color:#1B207F;
	background-image:  url(../images/layout/lc_foot_corn_n.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* -- RIGHT COLUMN --*/
#right_column {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	z-index: 3;
}

/*-- NEWSBOX --*/


.sidewrap {
	margin:0.9em 0.9em 0 0;
	position: relative;
	left: 86px;
	top: 221px;

}
.sidenav {
	background:#D6D8F5 url(../images/layout/boxes/rb_sfoot_left_n.gif) no-repeat left bottom;
	padding:0.1em 0 0;
}
.sidenav_title {
	background:#FF4143 url(../images/layout/boxes/rb_top_right.gif) no-repeat right top;
}
.sidenav_title h4 {
	color:#FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin: 0;
}
.sidenav2 {
	background: url(../images/layout/rb_sfoot_right.gif) no-repeat 100% 100%;
}
.sidenav_content {
	margin:0.3em 0.3em 0 0.3em;
	padding:0.25em;
	color:#770603;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 110%;
}
.sidenav_link {
	text-align:right;
	font-size: 0.8em;
	font-weight: bold;
}
.sidenav_content a:link, a:visited {
color:#400200;
	text-decoration:none;
}
.sidenav_content a:hover {
	text-decoration:underline;
}
.sidenav_link a:link {
	color:#FF4133;
	text-decoration:none;
}
.sidenav_link a:visited {
	color:#FF4133;
	text-decoration:none;
}
.sidenav_link a:hover {
	text-decoration:underline;
}
.sidenav_linkarrow {
	vertical-align:middle;
	margin:0.3em;
}

/*-- END OF NEWSBOX --*/

/* -- MAIN CONTENT -- */
#maincontent {
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 1em 1em 1em 1em;
	line-height: 135%;
}
#mainTitle {
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 1em 1em 1em 1em;
	line-height: 135%;
}
#maincontent h2 {
	font-size: 1.5em;
	color:#FF4133;
	margin: 0 0 0.7em 0;
}
#maincontent h3 {
	font-size: 1.3em;
	color:#FF4133;
	margin: 36px 0 6px 0;
}
#maincontent p {
	margin: 0 0 0.95em 0;
	text-align: justify;
}

/*-- MAIN LINKS --*/

#maincontent a:link, #maincontent a:visited {color: #FF4133; text-decoration:none;}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {color: #FF4133; text-decoration:underline;}

/*-- ADDRESS FOOTER --*/

#wrapper3 {
	min-width: 35.55em;
	position: relative;
	height: 5em;
	background-color: #D6D8F5;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FF1100;
	background-image:  url(../images/layout/mftr_corn_left_n.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 12.62em;
	left: 583px;
	top: 416px;


}
#rightfoot {
	height: 5em;
	background-image:  url(../images/layout/mftr_corn_right_n.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	color: #D6D8F5;
	font-size: .75em;
	padding: 0.95em 0.25em;
	}
#foot_left {
	font-size: .75em;
	position: absolute;
	left: 0;
	width: 3.125em;
	height: 7em;
}
#foot_middle {
	position: absolute;
	left: 148px;
	background-color: #D6D8F5;
	top: -61px;


}
.foot_middle {
	font-size: 0.7em;
	color: #770603;
	padding-top: 0.85em;
	width: auto;
}
#foot_right {
	font-size: .75em;
	position: absolute;
	right: 0;
	width: 1.875em;
	height: 100%;
	background-image:  url(../images/layout/mftr_corn_right_n.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}
