/* ==== SHM Screen Stylesheet ==== */
/* ==== Written by Phil Morgan ==== */
/* ==== shm-webmaster@lancaster.ac.uk ==== */

/* === Yahoo reset-fonts-grids v2 === */
/* == Use Yahoo fonts guide to specify font sizes in percent == */
@import "http://www.lancaster.ac.uk/fhm/css/reset-fonts-grids.css";

/* === Color references === */
/* ======================== */

/* Greens */
.green1 { color: #2FADA2; } /* Faculty Logo Green */

/* Purples */
.purple1 { color: #703FBB; } /* Slightly brighter than Faculty Logo Purple*/
.purple5 { color: #EFF0F5; } /* Sub Menu Light Purple */

/* ============================ */
/* === End Color references === */


/* === Page Layout Framework === */
/* ============================= */

html {
	height:100.01%;
	background:#EBEBEB url(http://www.lancaster.ac.uk/fhm/images/page-bg.gif) left top repeat-x;
}
body {
	height:100.01%;
}
#doc2 {
	padding:0 15px;
	background:#fff url(http://www.lancaster.ac.uk/fhm/images/footer-bg1.gif) center bottom no-repeat;
}
#hd {
	position:relative;
	height:209px;
	background:url(http://www.lancaster.ac.uk/fhm/images/header-bg.gif) no-repeat;
}
#bd {
	padding-top:10px;
}
#ft {
	height:94px;
	border-top:2px solid #2FADA2;
	margin-top:8px;
}

/* ================================= */
/* === End Page Layout Framework === */


/* === General Typesetting === */
/* ============================*/

* {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}

/* === Headings === */
h1 {
	color:#2FADA2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:189%; /* 25px */
	margin-top:0.2em;
}
h2 {
	color:#703FBB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 138.5%; /* 18px */
	margin:0 0 0.25em 0.05em;
}
h3 {
	color:#2FADA2;
	font-size:131%; /* 16px */
	font-weight:normal;
	margin:0 0 0.25em 0.1em;
}
h4 {
	font-size:108%; /* 14px */
	font-weight:bold;
	margin:0 0 1em 0.1em;
}

/* === Text and Lists === */
p, ul, ol, dl {
	font-size:93%; /* 12px */
	line-height:146.5%;
	margin:0.8em 0.8em 1.25em 0.3em;
}
sup {
	vertical-align: super;
	font-weight: bold;
}
sup a {
	text-decoration: none;
}
ul, ol {
	margin-left:1.8em;
}
ul li {
	list-style:circle;
	margin-left:0.6em;
}
ol li {
	list-style:decimal;
	margin-left:0.8em;
}
dl {
	margin-left:1em;
}
dt {
	margin-top:0.7em;
	margin-bottom:0.1em;
}
dd {
	margin:0 0 0.8em 0.7em;
}
dl.collapsed dd, ul.collapsed li, ol.collapsed li {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.no-bullets li {
	list-style:none;
}
.item-pad li {
	margin-bottom:0.5em;
}
em {
	color:#2FADA2;
	font-style:italic;
	font-weight:inherit;
}
strong {
	font-weight:bold;
}
blockquote {
	background-color:#EFF0F5;
	margin:0.8em 0.8em 0.8em 0.25em;
	padding:0.25em 1em 0.05em 0.8em;
	position:relative;
}
blockquote p, blockquote em, blockquote strong, blockquote a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}
blockquote .from {
	text-align:right;
}
blockquote .from p {
	margin-top:0;
	margin-right:0;
}
blockquote .from p:before {
	content:" - ";
}
blockquote .from img {
	float:right;
	position:absolute;
	left:101%;
	top:0%;
	width:5.5em;
	height:6.5em;
	border:1px solid;
	border-color:#666;
}

/* === Links === */
a, a:visited {
	color:#703FBB;
	text-decoration:underline;
}
a:visited {
	color:#654694;	
}
a:hover {
	color:#000;
	text-decoration:none;
}

/* === General Classes === */
.clear {
	overflow:hidden;
	clear:both;
	height:0;
}
.hidden {
	display: none;
}
.offscreen {
	position:absolute;
	top:auto;
	left:9999px;
	wdith:1px;
	height:1px;
	overflow:hidden;
}
.small-txt {
	font-size:85%; /* 11px */
}
.line-pad {
	line-height:167%; /* 22px */
}
.nospacing {
	margin:0;
	padding:0;
}

/* Add icons to common links */
.pdf { /* PDF */
	background:transparent url(http://www.lancaster.ac.uk/fhm/images/ico-pdf.gif) no-repeat center left;
	padding:2px 0;
	list-style:none;
	padding-left:20px;
}
.doc { /* Word */
	background:transparent url(http://www.lancaster.ac.uk/fhm/images/ico-doc.gif) no-repeat center left;
	list-style:none;
	padding-left:20px;
}
.exit { /* External links */
	background:transparent url(http://www.lancaster.ac.uk/fhm/images/ico-exit.gif) no-repeat center right;
	list-style:none;
	display:inline;
	padding-right:16px;
}
li.exit {
	clear:both;
}
.exit a  {
	color:#654694;
}


/* ================================*/
/* === End General Typesetting === */


/* === Page Header Styles #hd === */
/* ===============================*/

/* == Logos == */
#hd #shm_logo {
	position:absolute;
	top:11px;
	width:244px;
	height:118px;
}
#hd #lu_logo {
	position:absolute;
	left:780px;
	top:35px;
	width:165px;
	height:100px;
}

/* == Tool Bar == */
#hd #tools {
	position:absolute;
	top:5px;
	right:0;
	margin:0;
}
#hd #tools li, #tools ul {
	float:left;
	list-style:none;
	margin:0;
}
#hd #tools li a, #tools li a:visited {
	float:left;
	padding:0 15px;
	background-repeat:no-repeat;
	background-position:left center;
	font-size:92%;
}
#hd #tools li a#site-az {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/icons/sitemap.gif);
}
#hd #tools li a#lancaster-home {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/icons/home.gif);
}
#hd #tools li a#contact-us {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/icons/phone.gif);
}

/* == Search Box == */
#hd #search_form {
	position:absolute;
	left:420px;
	top:60px;
}
#hd #search_form fieldset {
	background:url(http://www.lancaster.ac.uk/fhm/images/bg-search.gif) no-repeat scroll 0 0;
	border: medium none;
	display:inline;
	margin:0;
	overflow:hidden;
	padding:0 0 0 30px;
}
#hd #search_form #search_box {
	color:#000;
	background:transparent none repeat scroll 0 0;
	border:none;
	padding:6px 5px;
	width:170px;
	float:left;
}
#hd #search_form #search_btn {
	float:left;
	border:none;
	margin:0 0 0 10px;
	width:80px;
	height:27px;
}

/* == Main Menu == */
#hd #mainmenu {
	position:absolute;
	top:143px;
	height:38px;
	padding:0 15px;
	margin:0;
	width:100%;
}
#hd #mainmenu ul {
	margin:0;
}
#hd #mainmenu li {
	float:left;
	list-style:none;
	padding-right:1px;
	background: url(http://www.lancaster.ac.uk/fhm/images/mm-separator.gif) right center no-repeat;
	margin:0;
}
#hd #mainmenu li.last {
	background:none;
}
#hd #mainmenu li.right {
	background:none;
	float:right;
	padding-right:3em;
}
#hd #mainmenu li a, #mainmenu li a:visited {
	display:block;
	float:left;
	padding:0 0 0 20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#hd #mainmenu li a:hover, #mainmenu li a.current, #mainmenu li a.current:visited {
	background:url(http://www.lancaster.ac.uk/fhm/images/mm-on-left.gif) left top no-repeat;
	color:#fff;
	text-decoration:none;
}
#hd #mainmenu li a span, #mainmenu li a:visited span {
	display:block;
	float:left;
	height:37px;
	padding-right:20px;
	color:#fff;
	line-height:37px;
	cursor:pointer;
}
#hd #mainmenu li a:hover span, #mainmenu li a.current span, #mainmenu li a.current:hover span {
	background:url(http://www.lancaster.ac.uk/fhm/images/mm-on-right.gif) right top no-repeat;
	cursor:pointer;
}
#hd #submenu {
	position:absolute;
	top:180px;
	height:28px;
	padding:0 25px;
	margin:0;
}
#submenu ul {
	margin:0;
}
#hd #submenu li {
	float:left;
	list-style:none;
	height:28px;
	padding-right:1px;
	background:url(http://www.lancaster.ac.uk/fhm/images/sm-separator.gif) right center no-repeat;
	margin:0;
}
#hd #submenu li.last {
	background:none;
}
#hd #submenu li a, #submenu li a:visited {
	display:block;
	float:left;
	height:28px;
	padding-left:10px;
	color:#404040;
	line-height:28px;
	text-decoration:none;
}
#hd #submenu li a span, #submenu li a:visited span {
	display:block;
	float:left;
	height:28px;
	padding-right:10px;
	color:#404040;
	line-height:28px;
	cursor:pointer;
}
#hd #submenu li a:hover span {
	color:#000;
	text-decoration:underline;
}

#hd #submenu li.current {
	background:none;
}
#hd #submenu li.current a, #submenu li.current a:visited {
	background:url(http://www.lancaster.ac.uk/fhm/images/sm-on-left.gif) left center no-repeat;
}
#hd #submenu li.current a span, #submenu li.current a:visited span {
	background:url(http://www.lancaster.ac.uk/fhm/images/sm-on-right.gif) right center no-repeat;
	font-weight:bold;
}
#hd #submenu li a.pageon span, #submenu li a.pageon:visited {
	text-decoration:underline;
}

/* ===================================*/
/* === End Page Header Styles #hd === */


/* === Page Body/Content Styles #bd === */
/* =====================================*/

/* == Content Box Styles == */
.content-box {
	border:1px solid #CCC;
	margin:10px 0 0 0;
}
.content-box h5 {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/bar-bg.gif);
	border-bottom: 1px solid #AAA;
	font-size:93%;
	margin:0;
	padding:9px;
	font-weight:bold;
}
.content-box p, .content-box ul, .content-box ol, .content-box dl {
	margin-left:0.6em; /* Extra spacing is needed on child elements in a content box. */
}
.content-box ul {
	line-height:167%; /* 22px */	
}

/* == Special Content Box Style == */

.spec-box {
	border:1px solid #CCC;
	margin:10px 0 0 0;
	background-color:#66bcb8;
}
.spec-box h5 {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/specbar-bg.gif);
	border-bottom: 1px solid #AAA;
	font-size:93%;
	color:white;
	margin:0;
	padding:9px;
	font-weight:bold;
}
.spec-box p, .spec-box ul, .spec-box ol, .spec-box dl {
	margin-left:0.6em; /* Extra spacing is needed on child elements in a content box. */
	color:white;
	font-weight:bold;
}
.spec-box ul {
	line-height:167%; /* 22px */	
}
.spec-box a, .spec-box a:hover{
	color:white;
}

/* == End of Special Box Style == */


.side-gallery {
	padding-top:1.8em;
	text-align:center;
}

/* == Image Styles == */
.side-gallery img, img.framed {
	background-color: #eee;
	border: 1px solid #ccc;
	margin:0.8em;
	padding:0.5em;
}
.img-caption img {
	margin:0 0.8em;
}
.img-caption p {
	margin:0 1em 0.8em 1em;
	font-size:85%;
}
.side-gallery img.noframe {
	background-color:#fff;
	border:none;
}

/* == Tables == */
table, td {
	border:1px solid #CCC;
	margin:0 0.8em 1em 0.7em;
	border-collapse:collapse;
}
thead th, tbody th {
	background:#FFF url(http://www.lancaster.ac.uk/fhm/images/bar-bg.gif) repeat-x;
	color:#666;
	font-size: 93%;
	padding:5px 10px;
	border-left:1px solid #CCC;
	font-weight:bold;
}
tbody th {
	background:#fafafb;
	border-top:1px solid #CCC;
	text-align:left;
	font-weight:bold;
}
tbody tr td {
	padding:5px 10px;
	color:#666;
}
tbody tr:hover {
	background:#FFF url(http://www.lancaster.ac.uk/fhm/images/tr_bck.gif) repeat;
}
tbody tr:hover td {
	color:#454545;
}
tfoot td, tfoot th {
	border-left:none;
	border-top:1px solid #CCC;
	padding:4px;
	background:#FFF url(foot_bck.gif) repeat;
	color:#666;
}
table caption {
	color:#2FADA2;
	font-size:116%; /* 16px */
	font-weight:bold;
	margin:0 0 0.25em 0.1em;
}

/* Notification Area Styles */
#notifications .warn, #notifications .info, #notifications .aok {
	background-repeat:no-repeat;
	background-position:0.6em 0.6em;
	padding:0.5em 2.5em;
	margin:1.5em 1.5em 1em;
	line-height:1.3em;
}
#notifications .warn {
	background-color:#FFF9D7;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/icons/warning.png);
	border:1px solid #E2C822;
}
#notifications .info {
	background-color:#EDEFF4;
	border:1px solid #94A3C4;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/icons/info.png);
}
#notifications .aok {
	background-color:#EDEFF4;
	border:1px solid #94A3C4;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/icons/aok.png);
}
#notifications .warn a, #notifications .warn a:visited, #notifications .info a, #notifications .info a:visited, #notifications .edit-ico a, #notifications .edit-ico:visited {
	color:#0000FF;
	text-decoration:none;
}
#notifications .warn a:hover, #notifications .info a:hover, #notifications .edit-ico a:hover, {
 text-decoration:underline;
}
#notifications p em {
	color:#FF0000;
}

/* == Forms Styling == */
.form-pane {
	background-color:#F8F8F8;
	margin:0.8em 0;
}
.form-pane a {
	text-decoration:none;
	color:#0000CC;
}
.form-pane a:hover {
	text-decoration:underline;
}
.form-pane h4 {
	background-color:#ECEBF6;
	color:#555;
	font-weight:bold;
	padding:0.4em;
	border-bottom:1px solid #94A3C4;
}
.form-pane form {
	padding:1.8em 1.3em 1em 1.3em;
}
.form-pane .row {
	height:2.25em;
}
.form-pane .textbox {
	height:auto;
	padding-bottom:0.7em;
}
.form-pane .textbox textarea {
	width:73%;
}
.form-pane .indent {
	padding-left:90px;
	margin-left:1em;
}
.form-pane .slim {
	height:1.9em;
}
.form-pane .row a.remove, .form-pane .row a.removed, .form-pane .row a.add {
	background-position:0.1em;
	background-repeat:no-repeat;
	padding:0.4em 1.6em;
}
.form-pane .row a.remove {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/tdel.png);
}
.form-pane .row a.removed {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/tdel-ds.png);
}
.form-pane .row a.add {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/tadd.png);
}
.form-pane .row label, .form-pane .row p.fake-label {
	text-align:right;
	width:90px;
	color:#666;
	cursor:pointer;
	font-weight:bold;
	font-size:0.85em;
	float:left;
	padding-right:1em;
	position:relative;
	top:2px;
}
.form-pane .row label.invalid {
	color:#0000FF;
}
.form-pane .row input, .form-pane .row p.fake-input {
	float:left;
	font-family:"lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.form-pane .row input.checkbox {
	width:13px;
	height:13px;
	margin:3px 3px 0 0;
}
.form-pane .row label.checkbox {
	width:auto;
	position:relative;
	top:3px;
}
.form-pane .row img.icon {
	padding:3px;
}
.form-pane .row p.disabled, [disabled] {
 background-color:#EDEFF4;
 border:2px solid #EDEFF4;
 color:#666;
}
.form-pane hr {
	height:1px;
	border:none;
	color:#94A3C4;
	background-color:#94A3C4;
	margin-bottom:1em;
}
.form-pane .buttons {
	text-align:right;
	padding:1em 2em 0 0;
	font-size:93%;
}
.form-pane .buttons * {
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	vertical-align:middle;
	text-align:center;
}
.form-pane .buttons input {
	background-color:#5CB1AE;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	color:#fff;
	font-weight:bold;
	height:auto;
	padding:0.25em 0.6em;
}
.form-pane .buttons input:active {
	border-color:#0E1F5B #D9DFEA #D9DFEA #0E1F5B;
	color:#000;
}
.form-pane .buttons .cancel {
	background-color:#F0F0F0;
	border-color:#E7E7E7 #666666 #666666 #E7E7E7;
	color:#000000;
	padding:0.4em 0.9em;
	text-decoration:none;
}
/* == End form pane styling == */


/* == Study with Us Section == */
#swu-banner {
	padding-bottom:7px;	
}
#swu-ug-block, #swu-pg-block, #swu-wbl-block,
#swu-col-1, #swu-col-2, #swu-col-3 {
	float: left;
}
#swu-ug-block, #swu-wbl-block {
	width:256px;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_fp_slim_box_btm.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#swu-pg-block {
	width:397px;	
	padding:0 20px;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_fp_wide_box_btm.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.swu-fp-box {
	min-height:225px;
	margin:0;
	padding:0.5em 0.9em;

}
.swu-fp-box h2, .swu-fp-box p, .swu-fp-box ul, .swu-fp-box li {
	margin:0;
	padding:0;
}
.swu-fp-box h2 a {
	color:#2FADA2;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:93%;
}
.swu-fp-box p {
	padding:1em 0;
	line-height:131%;
	font-size:93%;
}
.swu-fp-box ul li a {
	text-decoration:none;
	font-size:92%;

}
#swu-fp-ribbon {
	padding-top:7px;
}
#swu-col-1 {
	width:203px;
}
#swu-col-2 {
	width:474px;	
	padding:0 12px;
}
#swu-col-2 h3 a{
	text-decoration:none;
}
#swu-col-3 {
	width:248px;
}

.study-areas {
	padding-bottom:5px;
}

.study-areas ul, .study-areas ol{
		margin-left:0;
}

.study-areas ul li{
	padding-bottom:0.5em;
}

.course-info h4 {
	color:#2FADA2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-size:260%; */
	font-size:115%;
	font-weight:normal;
	line-height:100%;
	margin:0 0 0.5em 0;
}
.course-info ul, .course-info li {
	margin:0;
	padding:0;
}
.course-info li a {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_menu_button.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:0.8em;
	text-decoration:none;
}
.course-info li a.top{
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_topmenu_button.jpg);
}
.course-info li a.current {
	font-weight:bold;	
	color:#2FADA2;
}
.download-box * {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0;
	margin:0;
}
.download-box {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_green_box.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0.65em;
	margin:1em 0;
	min-height:114px;
}
.download-box.video-box {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_video_box.jpg);
}
.download-box.oseas-box{
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_oseas_box.jpg);
}
.download-box h4 {
	font-size:131%;
	padding:0 0 0.4em 0;
}
.download-box p {
	font-size:92%;
}
.download-box p a {
	display:block;
	width:150px;
	color:#FFF;
	text-decoration:none;
}
.download-box p a.linked{
	text-decoration:underline;
}
.download-box strong {
	font-size:116%;
}
.swu-hr-left {
	float:left;
	height:5px;
	width:50%;
	margin:1em 0;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu-hr-left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.swu-hr-right{
	float:left;
	height:5px;
	width:50%;
	margin:1em 0;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu-hr-right.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.swu-box {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_box_body_bg.jpg);	
	width:248px;
	margin:1em 0;
	padding:0;
}
.swu-box h3, .swu-section-header {
	background-position:top center;
	background-repeat:no-repeat;
	min-height:32px;
	color:#fff;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:161.6%;
	padding:0.3em 0.35em 0.15em 0.35em;
	margin:0;
}
.swu-box.green h3 {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_box_head_green.jpg);
}
.swu-box.purple h3 {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_box_head_purple.jpg);
}
.swu-box dl {
	padding:0;
	margin:0 0.75em 1.2em 0.75em;	
	line-height:174%;
}
.swu-box dt {
	font-weight:bold;
	color:#2FADA2;
	padding:0;
	margin:0 0.7em 0 0;
	float:left;
}
.swu-box dd {
	margin:0 ;
	padding:0;
}
.swu-box ul {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_box_foot_green.jpg);
	padding:0;
	margin:0;
	height:73px;
}
.swu-box li {
	padding:0.9em 0.5em 0;
}
.swu-box ul li:before {
	content: ">> ";	
	color:#fff;
	font-weight:bold;
}
.swu-box li a {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:123.1%;
	font-weight:bold;
	text-decoration:none;
}
.swu-box li a:hover {
	text-decoration:underline;
}
.swu-box dl.courses {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_box_foot.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:0;
	padding:0 1em 1.5em 1em;
}
.swu-box dl.courses dt a {
	text-decoration:none;		
}
.swu-box dl.courses dd {
	font-size:93%;
	margin:0.25em 0;
	line-height:131%;
}
.swu-box dl.courses dt {
	float:none;
	font-size:108%;
	line-height:116%;
	font-weight:normal;
	margin-top:0.5em;
}

#features {
	clear:both;
	width:100%;
	padding:2em 0 1em 0;
	overflow:auto;
	border-top:#4cb2a5 solid 2px;
}
#features .feature {
	width:33%;
}
#insight {
	clear:both;
	margin:auto;
	width:90%;
	padding:2em 0 1em 55px;
	overflow:auto;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/vert-shminsight.png);
	background-repeat:no-repeat;
	border:solid 1px #7171a7;
}
#insight .feature {
	margin-left: 1.5em;
}
.feature {
	float:left;
	display:block;
	text-align:center;
}
.feature h3 {
	font-size:197%;
	color:#703FBB;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:1.3em;
}
.feature h3 strong {
	color:#2FADA2;
}
.feature p {
	width:245px;
	margin:0 auto;
	padding:0;
	font-size:85%;
}
.feature.video {
	position:relative;
	top:-18px;	
}
.feature.video p {
	color:#2FADA2;	
	font-size:93%;
	text-align:left;
}
.swu-section-header {
	background-image:url(http://www.lancaster.ac.uk/fhm/images/swu/swu_centre_heading.jpg);
}
#swu-col-3 .feature.video h3 {
	margin-left:0;
	padding-top:1em;
}

.swu-cse-title {
		color:#6b64b1;
		font-weight:bold;
		font-size:109%;
}

#footbanner{
	clear:both;
	width:950px;
	position:relative;
	background:#4cb2a5;
	overflow:hidden;
	-moz-border-radius:15px;
	border-radius:15px;

}
#footbanner-content{
	width:950px;
	margin:0 auto;
	margin-top:10px;
}
#footbanner-content .title{
	color:#ceede8;
	width:330px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
	position:relative;
	font-size:1.6em;
}
#footbanner-content .statement{
	color:#FFF;
	width:560px;
	float:right;
	margin-bottom:20px;
	padding-right:30px;
	text-align:left;
	position:relative;
	font-size:1.4em;
}
#footbanner-content .statement a{
	color:#FFF;
}


/* =========================================*/
/* === End Page Body/Content Styles #bd === */


/* === Page Footer #ft === */
/* =================== */

#ft p {
	margin:20px 0 0 175px;
	font-size: 85%;
	line-height: 138.5%;
}
#ft p a, #ft p a:visited {
	text-decoration: none;
}

/* ======================= */
/* === End Page Footer === */



/* === Styles for specific pages === */
/* ==================================*/


/* === Faculty Front Page Template === */
/* =================================-=====*/

/* == Left Side Blue Box == */
.left-box-blue {
	background:url(http://www.lancaster.ac.uk/fhm/images/left-box-blue.png) no-repeat;
	width:23em;
	height:203px;
	padding:1em 1.7em 0 1.7em;
}
.left-box-blue h1 {
	color:#fff;
	font-size:138.5%;
}
.left-box-blue p {
	color:#fff;
}

/* == Blue Button == */
.button-blue {
	font-size:85%;
}
.button-blue a, .button-blue a:visited {
	background-color:#3e7f9c;
	padding:0.5em 1em;
	color:#fff;
	text-decoration:none;
	border:1px dashed #ddd;
}
.button-blue a:hover {
	background-color:#6D64AF;
}

/* === Slideshow Container === */
.slideshow {
	position:relative;
	float:right;
	width:610px;
	height:216px;
}

/* == Slideshow Image == */
.slide {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:610px;
	height:167px;
}
.slide img {
	position:absolute;
	z-index:1;
}
.slide-ne {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 6px;
	height: 6px;
	background: url(http://www.lancaster.ac.uk/fhm/images/corners/ne.gif) no-repeat;
}
.slide-se {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
	width: 6px;
	height: 6px;
	background: url(http://www.lancaster.ac.uk/fhm/images/corners/se.gif) no-repeat;
}
.slide-sw {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 6px;
	height: 6px;
	background: url(http://www.lancaster.ac.uk/fhm/images/corners/sw.gif) no-repeat;
}
.slide-nw {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 6px;
	height: 6px;
	background: url(http://www.lancaster.ac.uk/fhm/images/corners/nw.gif) no-repeat;
}

/* == Slide Overlay and Text == */
.slide-overlay {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	width:20em;
	padding:1em 0 1em 1.7em;
	background:url(http://www.lancaster.ac.uk/fhm/images/slide-overlay.png);
}
.slide-overlay p {
	color:#fff;
	margin:0;
}
.slide-overlay ul {
	margin-bottom:0;
}
.slide-overlay li {
	color:#fff;
}
.slide-overlay a, .slide-overlay a:visited {
	color:#fff;
	text-decoration:none;
}
.slide-overlay a:hover {
	text-decoration:underline;
}

/* == Slideshow Menu == */
.slideshow-menu {
	position:absolute;
	top:167px;
	left:0;
	z-index:10;
	min-width:610px;
	margin:0;
	padding:0;
	background:url(http://www.lancaster.ac.uk/fhm/images/slideshow-menu.gif) left top repeat-x;
}
.slideshow-menu li {
	float:left;
	list-style:none;
	min-height:49px;
	margin:0;
	padding:0 0 0 1px;
	background:url(http://www.lancaster.ac.uk/fhm/images/slideshow-menu-separator.gif) left top no-repeat;
}
.slideshow-menu li a, .slideshow-menu li a:visited {
	display:block;
	height:40px;
	padding:0.55em 2.7em 0.13em 1.6em;
	background:url(http://www.lancaster.ac.uk/fhm/images/slideshow-menu.gif) left top repeat-x;
	color:#fff;
	font-size:108%;
	line-height:116%;
	text-decoration:none;
}
.slideshow-menu li a:hover, .slideshow-menu li a.current, .slideshow-menu li a.current:visited {
	background-position:left bottom;
}


/* == Left Side Clear Box == */
.left-box-clear {
	width:22.5em;
	padding:1em 1.7em 0 1.7em;
	margin-top:0.5em;
	background:url(http://www.lancaster.ac.uk/fhm/images/left-box-clear.png) left top no-repeat;
}
.left-box-clear p {
	margin:0.8em 1em 1.25em 0.3em;
}
.left-box-clear h2, .right-box-clear h2 {
	padding-top:0.5em;
}
.left-box-clear h2 a, .right-box-clear h2 a {
	color:#2FADA2;	
}


/* == Front Page Faculty News == */
/* ============================ */

/* == Right Side Clear Box == */
.right-box-clear {
	float:right;
	width:570px;
	padding:1em 1.7em 0 1.7em;
	margin-top:0.5em;
	background:url(http://www.lancaster.ac.uk/fhm/images/right-box-clear.png) right top no-repeat;
}
.right-box-clear-left {
	float:left;
	width:21.7em;
	margin-top:0.7em;
	padding-right:0.5em;
}
.right-box-clear-right  {
	float:left;
	width:21.5em;
	margin-top:0.7em;
}
.news-item {
	position:relative;
	clear:both;
	overflow:auto;
	border-bottom:1px dashed #d0d0d0;
}
.news-item.last {
	border-bottom:none;
}
.news-item .img-rnd {
	position:absolute;
	top:1;
	left:0;
	z-index:50;
	width:90px;
	height:100px;
	background:url(http://www.lancaster.ac.uk/fhm/news/images/news_rnd.png) no-repeat;
	cursor:pointer;
	margin-top:1em;
}
.news-item img {
	float:left;
	margin:1em 0.5em 1em 0;
}
.news-item h4 {
	font-size:93%;
	font-weight:normal;
	margin:0;
	margin-top:1.4em;
}
.news-item p.date {
	margin:0;
	color: #aeaeae;
	font-size:85%;
}

/* ====================================== */
/* === End Faculty Front Page Template === */


/* == Faculty News Pages == */
/* ============================ */


/* == List Reel == */
.list-reel {
	padding:1em;	
}
.list-reel>div {
	position:relative;
	margin-bottom:1em;
	padding-bottom:0.7em;
	clear:both;
	overflow:auto;
	border-bottom:1px dashed #d0d0d0;
}
.list-reel>div.last {
	border-bottom:none;
	padding-bottom:0;
}
.list-reel>div div.img-rnd {
	position:absolute;
	top:1;
	left:0;
	z-index:50;
	width:90px;
	height:100px;
	margin:0.5em 1em 1em 0;
	background:url(http://www.lancaster.ac.uk/fhm/news/images/news_rnd.png) no-repeat;
	cursor:pointer;
}
.list-reel>div div.img {
	display:block;
	width:90px;
	height:100px;
}
.list-reel>div img {
	float:left;
	margin:0.5em 1em 1em 0;
	width:90px;
	height:100px;
}

/* == News Items == */
.list-reel .news-item h3 a {
	color:#2FADA2;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding-top:0.25em;
}
.list-reel .news-item p.date {
	margin:0;
	color:#aeaeae;
	font-size:85%;
}



/* == Faculty People Pages == */
/* ============================ */

/* == List Reel == */
#people {
	padding:0.5em 0;
	margin:0.5em;
}
#people ul {
	margin:0;
	padding:0;
}
.person {
	position:relative;
	margin:0;
	padding:0;
	margin-bottom:1em;
	padding-bottom:0.7em;
	clear:both;
	overflow:auto;
	border-bottom:1px dashed #d0d0d0;
	list-style:none;
	text-align:left;
}
#people ul li.last {
	border-bottom:none;
	padding-bottom:0;
}
.person .img-rnd {
	position:absolute;
	top:1;
	left:0;
	z-index:50;
	width:90px;
	height:113px;
	margin:0.5em 1em 1em 0;
	background:url(http://www.lancaster.ac.uk/fhm/news/images/news_rnd.png) no-repeat;
	cursor:pointer;
}

.person img {
	display:block;
	width:90px;
	height:113px;
	float:left;
	margin:0.5em 1em 1em 0;
}

div.pcard {
	width:360px;
	float:left;
}
.phandle {
	float:left;
	text-align:center;
	height:120px;
}
.phandle img {
	width:auto;
	height:auto;
	cursor:move;
	position:absolute;
	top:20%;
}
.person h4 {
	font-size:108%;
	font-weight:normal;
	padding-top:0.65em;
	margin-bottom:0.25em;
	
}
.person p {
	margin:0;
	color:#333;
}
.person dl {
	font-size:85%;
	margin-left:0;
}
.person dt {
	width:50px;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
}

.person dd {
	margin:0;
}

/* ====================================== */
/* === Transitional People photo parameters === */

.person1 {
	position:relative;
	margin:0;
	padding:0;
	margin-bottom:1em;
	padding-bottom:0.7em;
	clear:both;
	overflow:auto;
	border-bottom:1px dashed #d0d0d0;
	list-style:none;
	text-align:left;
}

.person1 .img-rnd {
	position:absolute;
	top:1;
	left:0;
	z-index:50;
	width:90px;
	height:100px;
	margin:0.5em 1em 1em 0;
	background:url(http://www.lancaster.ac.uk/fhm/news/images/news_rnd1.gif) no-repeat;
	cursor:pointer;
}

.person1 img {
	display:block;
	width:90px;
	height:100px;
	float:left;
	margin:0.5em 1em 1em 0;
}

.person1 h4 {
	font-size:108%;
	font-weight:normal;
	padding-top:0.65em;
	margin-bottom:0.25em;
	
}
.person1 p {
	margin:0;
	color:#333;
}
.person1 dl {
	font-size:85%;
	margin-left:0;
}
.person1 dt {
	width:50px;
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
}

.person1 dd {
	margin:0;
}
/* ====================================== */
/* === End transitional People photo parameters === */



/* ====================================== */
/* === End Faculty News Pages === */


#two-cols .col {
	float:left;
	width:49%;
	margin:1em 0;
}
#content-fullwidth {
	/* Add background image in future for top and bottom ??? */
	background-color: #fff;
	margin: 0em;
	padding:0.5em;
}
#content-leftCol {
	/* Add background image in future for top and bottom ??? */
	background-color: #fff;
	margin: 0em;
	padding:0.5em;
}
#content-rightCol {
	/* Add background image in future for top and bottom ??? */
	background-color: #fff;
	margin: 0em;
	padding:0.5em;
}
div.content-panel {
	background-color: #eee;
	border: 1px solid #ccc;
	margin:0;
	padding:0.5em;
}
#panelHead {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/bar-bg.gif);
	border-bottom: 1px solid #AAA;
	font-size: 93%;
	margin: 0;
	padding: 0.6em;
}
#user-photo {
	margin:0;
	padding:0;
}
#user-photo img {
	background-color: #eee;
	border: 1px solid #ccc;
	margin:0.5em;
	padding:0.5em;
	width: 140px;
}
#user-info h3 {
	margin:1em 0em 0.2em 0;
	padding:0;
}
#user-info h4 {
	margin:0;
	padding:0;
}
#user-division p {
	padding:0.5em 0;
	margin:0;
}
#user-quals p {
	padding:1em 0.5em;
	margin:0;
}
#user-content, #user-roles, #user-contact, #user-menu, #user-links, #display-tools, #quick-list {
	border: 1px solid #CCC;
	margin: 10px 0px 0 0;
	padding:0;
}
#user-content {
	padding-bottom:1.5em;
	margin-bottom:2em;
}
#user-content h5, #user-roles h5, #user-contact h5, #user-menu h5, #user-links h5, #display-tools h5, #quick-list h5 {
	background-image: url(http://www.lancaster.ac.uk/fhm/images/bar-bg.gif);
	border-bottom: 1px solid #AAA;
	font-size: 93%;
	margin: 0;
	padding: 0.6em;
}

#user-content h6 {
	margin:1em 1em 0 1em;
	padding:0;
}
#user-roles ul, #user-roles li, #user-contact ul, #user-contact li, #user-menu ul, #user-menu li, #user-links ul, #user-links li, #quick-list ul, #quick-list li, .grey-side-box ul, .grey-side-box li, #display-tools li, #display-tools ul {
	padding:5px;
	list-style:none;
	margin:0;
}
#page_status {
	margin:0.8em 0;
	border:1px solid #CCCCCC;
	background-color:#FFFFCC;
}
#page_status p.info {
	margin:0.8em;
	padding:0 0 0 1.7em;
	background-image:url(http://www.lancaster.ac.uk/fhm/images/info.png);
	background-position:0;
	background-repeat:no-repeat;
}
#user-content p {
	padding: 1em 2em 0.2em 1em;
	margin:0;
}
#user-content ul {
	margin:1em 1em 0 0;
}
#user-content li {
	margin:0.5em 3em;
	list-style:disc;
	vertical-align:middle;
}
.contact-card {
	border:1px solid #ccc;
	padding:0.6em;
	margin:0.6em 0;
	background-color:#F9F9F9;
	overflow:auto;
}
.cc-photo img {
	width:65px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-right:0.6em;
	padding:0.6em;
	float:left;
	min-height:85px;
}
.cc-main {
	padding:0.4em 0;
}
.cc-main h5 {
	font-size:100%;
	margin:0;
	padding:0;
}
.cc-title {
	font-size:93%;
	margin:0.2em 1.2em 0.5em 0em;
	padding:0;
}
.cc-contact p {
	line-height:150%;
	font-size:85%;
	margin:0;
}
#search-listing {
	margin:1em 0 3em 0;
}

.species {
	color:#666;
	font-style:italic;
	font-weight:inherit;
}

/* Other old stuff? */
.cite {
	background:transparent url(http://www.lancaster.ac.uk/fhm/images/icons/cite.gif) no-repeat top left;
	padding:0 15px;
}
span {
	color: inherit;
}
.ntlc {
	background-color:#FFFF33;
}
div.cite {
	padding:7px;
}
.divider{
	background-image:url('http://www.lancaster.ac.uk/fhm/images/swu/divline.gif');
	background-repeat:no-repeat;
	background-position:center;
}

/* =======LMS two-column=============== */

#lms-block1, #lms-block2, #lms-block3 {
	float: left;
}

#lms-block1, #lms-block2 {
	width:445px;
}

#lms-block3 {
	width:0px;	
	padding:0 20px;
}

/* === End Faculty News Pages === */