@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* Default Styles */
h1 {font-size:135%;}
h2 {font-size:125%;}
h3 {font-size:115%;}
h1,h2,h3 {margin:0.5em 0;}
h1,h2,h3,h4,h5,h6,strong {font-weight:bold;}
img { border:none; }
abbr,acronym {border-bottom:1px dotted #000;} 
em {font-style:italic;}
blockquote,ul,ol,dl {margin:1em 2em;}
ol,ul,dl {margin-left:2em;}
ol li {list-style: decimal outside;}
ul li {list-style: disc outside;}
dl dd {margin-left:1em;}
th,td {padding:.5em;}
th {font-weight:bold;text-align:center;}
caption {margin-bottom:.5em;text-align:center;}
fieldset,pre {margin-bottom:1em;}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;} /* 160px; */
p { margin:0.9em 0; padding:0; }

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	height:100%;
}

a, a:link, a:visited { color:#0060c1; }

#wrapper {
	width:980px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0;
	/* background:url(../images/tile.gif) repeat-y; */
}

#header {
	width:980px;
	height:75px;
	margin:0;
	padding:0;
	/* background:url(../images/header.gif) no-repeat; */
}

#nav {
	width:980px;
	height:29px;
	margin:0;
	padding:0;
	color:#555555;
	font-size:0.75em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/* background:url(../images/nav-bgd.gif) no-repeat bottom; */
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0;
	list-style-type:none;
	display:inline;
	/* background:url(../images/menu-bgd.gif) no-repeat bottom; */
}

#nav ul li a {
	width:159px;
	height:29px;
	margin:0;
	padding:0;
	line-height:29px;
	display:block;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

#nav ul li#last {
	margin:0;
}

#nav ul li a:hover {
	text-decoration:none;
	/* background:url(../images/menu-bgd-hover.gif) no-repeat; */
}

#nav ul li.active {
	/* background:url(../images/menu-bgd-active.gif) no-repeat; */
}

#nav ul li.active a {
	color:#555555;
}

#nav ul li.active a:hover {
	background:none;
	text-decoration:underline;
}

#banner {
	width:978px;
	height:264px;
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #d4d4d4;
	position:relative;
}

#banner #link {
	width:125px;
	height:22px;
	margin:0;
	padding:0;
	position:absolute;
	bottom:24px;
	left:24px;
}

#banner #staff {
	width:127px;
	height:84px;
	margin:0;
	padding:121px 0px 0px 52px;
	position:absolute;
	top:30px;
	right:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#banner #staff a { color:#dd0000; text-decoration:none; }
#banner #staff a:hover { text-decoration:underline; }

/* .ameet { background:url(../images/staff/ameet.png) no-repeat; } */
/* .conor { background:url(../images/staff/conor.png) no-repeat; } */
/* .majid { background:url(../images/staff/majid.png) no-repeat; } */
/* .meghan { background:url(../images/staff/meghan.png) no-repeat; } */
/* .mike { background:url(../images/staff/mike.png) no-repeat; } */
/* .phil { background:url(../images/staff/phil.png) no-repeat; } */

#left-col {
	float:left;
	width:638px;
	margin:10px;
	padding:0;
	display:inline;
}

.content-box {
	float:left;
	width:638px;
	margin:0;
	padding:0;
	/* background:url(../images/content-box-tile.gif) repeat-y; */
	display:inline;
}

.content-box-top {
	width:638px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/content-box-top.gif) no-repeat; */
	font-size:0;
}

.content-box-bottom {
	width:638px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/content-box-bottom.gif) no-repeat; */
	font-size:0;
}

.content-box .content {
	width:614px;
	min-height:345px;
	height:auto !important;
	height:345px;
	margin:0;
	padding:0 12px;
	font-size:0.75em;
}

.content-box .content li {
	padding-bottom: 0.5em;
}

.content-box .content h2 {
	font-size:140%;
	color:#0060c1;
}

.content-box .content h3 {
	color:#0060c1;
}

.content-box .content h3 a {
	color:#0060c1;
	text-decoration:none;
}

.content-box .content h3 a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#right-col {
	float:left;
	width:312px;
	margin:10px 0;
	padding:0;
	display:inline;
}

#right-col .box {
	width:312px;
	height:52px;
	margin:0 0 10px 0;
	padding:0;
}

.small-box {
	float:left;
	width:312px;
	margin:0;
	padding:0;
	/* background:url(../images/small-box-tile.gif) repeat-y; */
	display:inline;
}

.small-box-top {
	width:312px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/small-box-top.gif) no-repeat; */
	font-size:0;
}

.small-box-bottom {
	width:312px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/small-box-bottom.gif) no-repeat; */
	font-size:0;
}

.small-box .content-area {
	width:288px;
	margin:0;
	padding:0 12px;
	font-size:0.75em;
}

.small-box .content-area h2 {
	font-size:140%;
	color:#0060c1;
}

#footer {
	width:960px;
	margin:0 auto;
	padding:0;
	font-size:0.75em;
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}

#footer .row {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0 0 5px 0;
}

#footer .row p {
	margin:7px 0px;
	padding:0;
	text-align:center;
}

#footer .row #copy {
	margin:0;
	padding:0;
}

#footer .row #copy a {
	color:#555555;
	text-decoration:none;
}

#footer .row #copy a:hover {
	text-decoration:underline;
}

.new-row {
	width:710px;
	margin:0 0 20px 0;
	padding:0;
}

.floatright {
	float: right;
	margin: 5px 0 1em 5px;
}

.floatleft {
	float: left;
	margin: 5px 1em 5px 0;
}

#enqform {
	width:500px;
	margin:0 auto;
	padding:0;
}

.border { border-bottom:1px solid #d4d4d4; }

.thumb {
	float:left;
	width:187px;
	height:127px;
	margin:15px 0px 0px 12px;
	padding:0;
	display:inline;
}

/*********** ADMIN SCREEN **********/
#candidatesummary tr.new {
	background:#ffcc33;
}

#candidatesummary tr td {
	padding:10px;
	border-bottom:1px solid #8c3722;
}

#candidatedetails h3 {
	color:#8c3722;
}

#candidatedetails .name, #candidatedetails .label {
	font-weight:bold;
}

#candidatedetails .label {
	display:block;
	margin-top:10px;
	color:#8c3722;
}

#candidatedetails .label span {
	color:#000000;
	font-weight:normal;
}

/*********** FORMS ***********/
#form {
	width:600px;
	margin:0;
	padding:0;
}

#form h3 {
	color:#0060c1;
}

#form-a {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	display:inline;
}

#form-b {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	display:inline;
}

.formtext {
	color:#555555;
	font-weight:bold;
	text-align:right;
}

.left {
	float:left;
	width:300px;
	margin:0 14px 0 0;
	padding:0;
}

.right {
	float:left;
	width:300px;
	margin:0;
	padding:0;
}

/***************************************
************ SUB NAV PAGES *************
***************************************/

#left {
	float:left;
	width:200px;
	margin:10px 0 10px 10px;
	padding:0;
	font-size:0.75em;
	display:inline;
}

#left #subnav {
	width:200px;
	margin:0;
	padding:0;
}

#left #subnav #top {
	width:180px;
	height:58px;
	margin:0;
	padding:10px 10px 0 10px;
	/* background:url(../images/subnav-top.gif) no-repeat; */
}

#left #subnav #top h3 {
	margin:0 0 12px 0;
	padding:0;
	color:#0060c1;
}

#left #subnav #content {
	width:180px;
	margin:0;
	padding:0 10px;
	/* background:url(../images/subnav-tile.gif) repeat-y; */
}

#left #subnav #content ul {
	margin:0;
	padding:0;
}

#left #subnav #content ul li {
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
	display:block;
}

#left #subnav #content ul li a { color:#555555; text-decoration:none; }

#left #subnav #content ul li a:hover { color:#000000; text-decoration:underline; }

#left #subnav #content ul li ul li {
	margin:0;
	padding:7px 0 0 15px;
	list-style-type:none;
	display:block;
	font-size:90%;
}

#left #subnav #content ul li ul li a { color:#777777; text-decoration:none; }

#left #subnav #content ul li ul li a:hover { color:#333333; text-decoration:underline; }

#left #subnav #bottom {
	width:200px;
	height:10px;
	margin:0;
	padding:0;
	/* background:url(../images/subnav-bottom.gif) no-repeat; */
}

#right {
	float:left;
	width:740px;
	margin:10px 0 10px 20px;
	padding:0;
	/* background:url(../images/wd-content-box-tile.gif) repeat-y; */
	font-size:0.75em;
	display:inline;
}

#right #content {
	width:710px;
	min-height:345px;
	height:auto !important;
	height:345px;
	margin:0;
	padding:0 15px;
}

#right #content h2 {
	font-size:135%;
	color:#0060c1;
}

#right #top {
	width:740px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/wd-content-box-top.gif) no-repeat; */
	font-size:0;
}

#right #bottom {
	clear:both;
	width:740px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/wd-content-box-bottom.gif) no-repeat; */
	font-size:0;
}

/***********************************************
WIDE CONTENT AREA
***********************************************/

#wide-box {
	width:960px;
	margin:10px auto;
	padding:0;
	/* background:url(../images/wide-box-tile.gif) repeat-y; */
}

#wide-box-top {
	width:960px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/wide-box-top.gif) no-repeat; */
	font-size:0;
}

#wide-box-bottom {
	width:960px;
	height:9px;
	margin:0;
	padding:0;
	/* background:url(../images/wide-box-bottom.gif) no-repeat; */
	font-size:0;
}

#wide-box .content {
	width:936px;
	margin:0;
	padding:0 12px;
	font-size:0.75em;
}

#wide-box .content h2 {
	font-size:135%;
	color:#0060c1;
}

.thumbnail {
	float:left;
	width:250px;
	margin:0 20px 20px 0;
	padding:0;
	display:inline;
}

.info {
	float:left;
	width:344px;
	height:150px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.portfolio {
	width:614px;
	margin:0 auto;
	padding:0;
}

.brochure {
	float: right;
	width:102px;
	padding: 5px 25px 1em 35px;
}

.moodlepic {
	float: left;
	width:102px;
	padding: 5px 25px 1em 35px;
}