/*======== DEFAULT STYLES ========*/

* { margin: 0; padding: 0; }

body, html { height: 100%; }

p, ul, fieldset, blockquote, address { margin-bottom: 1.1em; }

li { margin-left: 2em; margin-bottom: 0.5em; }

blockquote { padding: 1em; border: 1px solid;  }

h1, h2, h3, h4, h5, h6 { margin: 1.5em 0 0.7em 0; }

h1 { margin-top: 0; }

h1 { font-size: 185%; }

h2 { font-size: 150%; }

h3 { font-size: 120%; }

h4 { font-size: 110%; }

h5, h6 { font-size: 100%; }

#content a { 
	font-weight: normal;
	}

a img { border: none; }

img { padding: 1px; border: 1px solid; }

address { font-style: normal; }

fieldset { padding: 1em; }

input, textarea, select, fieldset { border: 1px solid; }

input { font-size: 1em; } /* otherwise safari makes them very very teeny */

/*======== HTML TAGS ========*/

body {
	font: 0.9em Georgia, serif;
	}
h1 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px; /* or the ps & qs hit the border */
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid;
	}
a:hover, a:active {
	border-bottom: 1px dotted;
	}
form div {
	margin-bottom: 1em;
	}
th, td {
	vertical-align: top;
	padding: 5px;
	}
th {
	text-align: right;
	}
th img {
	vertical-align: middle;
	}
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
select, textarea {
	font-size: 0.9em;
	}
option {
	padding-right: 5px;
	}
label {
	margin-bottom: 1px;
	} /* stops it from clipping the textarea */

/*======== LAYOUT DIVS ========*/

#container {
/*	width: 760px;
	margin: 0 auto;
	margin: 0 33px;*/
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	padding-top: 1px;
	}
#textsize {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	padding-bottom: 1px;
	}
#masthead {
	height: 150px;
	line-height: 140px;
	position: relative;
	}
#masthead span {
	display: block;
	background: url(images/masthead_centre.png) 59px 0 no-repeat;
	text-indent: -9999em;
	margin-top: -1px;
	position: absolute;
	z-index: 222;
	width: 760px;
	height: 140px;
	}
#masthead a {
	display: block;
	width: 300px;
	height: 100%;
	background: url(images/blank.gif); /* ie hack */
	border: none;
	margin-left: 69px;
	}
#content {
	margin: 0 25px 2em 0;
	padding: 0 0 4em 160px; /* cant' use left margin as ie6 doubles it */
	min-height: 20em;
	width: 570px;
	float: left;
	}
* html #content {
	width: 730px;
	w\idth: 570px;
	}
#content p, #content li {
	line-height: 1.3em;
	}
#navigation {
	font: 1.1em normal Georgia, serif;
	width: 140px;
	position: absolute;
	top: 150px;
	left: 5px;
	z-index: 9;
	}
#navigation h2, #skiptonav {
	text-indent: -9999em;
	position: absolute;
	}
#navigation ul {
	margin: 0;
	list-style: none;
	}
#navigation li.current_page_parent ul, #navigation li.current_page_item ul {
	display: block;
	}
#navigation li ul {
	margin-left: 10px;
	margin-top: 0;
	display: none;
	}
#navigation li {
	margin: 0.5em 0 0.5em 0;
	line-height: 1.1em;
	padding-left: 15px; 
	}
#navigation a {
	border: none;
	font-weight: bold;
	}
#navigation li li {
	margin: 0.2em 0 0.2em 0;
	}
#navigation a:hover, #navigation a:active {
	}
#navigation li li a {
	font-size: 0.8em;
	}
#modules {
	width: 220px;/*
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	}
#modules h1, #modules h2, #modules h3, #modules h4, #modules h5, #modules h6 {
	font-style: italic;
	margin-top: 0;
	}
#modules a {
	text-decoration: underline;
	border: none;
	}
.module {
	padding: 10px;
	border: 1px solid;
	margin: 0 0 10px;
	}
#footer {
	bottom: 0;  /* these allow it to be positioned if position is set to absolute in presentation.js */
	left: 0;
	width: 980px;
	text-align: center;
	padding: 1.5em 0;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 0.75em;
	clear: both;
	}
#footer p {
	margin-bottom: 0.5em;
	}
#mastheadleft, #mastheadright {
	position: absolute;
	top: 0;
	left: 0;
	width: 49%;
	height: 125px;
	overflow:hidden
	}
#mastheadright {
	left: 51%;
	}
#imagegallery {
  list-style: none;
  text-align: center;
}
#imagegallery li {
  display: inline;
  margin-left: 0;
}
#imagegallery a {
	padding: 0;
	border: none;
	}
#imagegallery img {
  border: none;
  margin: 0 10px;
	border-width: 2px;
	border-style: solid;
}
#imgholder {
	text-align: center;
	}

/*======== OTHER FORMATTING STYLES ========*/

.clear {
	clear: both;
	}
.block {
	display: block;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.bold {
	font-weight: bold;
	}
.floatleft {
	float: left;
	margin-right: 10px;
	}
.floatright {
	float: right;
	margin-left: 10px;
	}
.firstpara {
	font-size: 1.2em;
	font-style: italic;
	}
.firstpara a {
	font-weight: bold;
	font-style: normal;
	}
img.floatleft, img.floatright {
	margin-bottom: 5px;
	}
#content form {
	width: 355px;
	}
input.button {
	cursor: pointer;
	width: 6em;
	text-align: center;
	}
.textlabel {
	display: block;
	clear: both;
	float: left;
	width: 150px;
	padding-right: 7px;
	text-align: left;
	}
p.error, label.error, div.error {
	font-weight: bold;
	}
input {
	width: 190px;
	}
textarea {
	width: 352px;
	}
.smalltxt {
	font-size: 0.75em;
	}
#prog {
    width: 0;
    height: 10px;
  }
#postcell, #emailcell, #telcell {
	padding-top: 1px;
	padding-left: 30px;
	}
#contacttable td {
	padding-top: 1px;
	padding-bottom: 1em;
	}
ul.unbulleted {
	list-style: none;
	}
ul.unbulleted li {
	margin: 0;
	}
.quotesrc {
	text-align: right;
	margin: 0;
	}
.pdflink {
	padding: 0 0 1px 20px;
	}
#sidebar .firstpara {
	font-size:1.45em;text-align:center;margin: 1.2em 0 0.8em;
	}
#sidebar h3 {
	font-size: 1.45em;
	font-style: italic;
	margin: 1.2em 0 0.8em;
   /* border-top: 1px solid #87BCD7;  text-align: center;  */
	padding-top: 0.8em;
	}
#sidebar h3 a {
    font-weight: normal;
    text-decoration: none;
}
#sidebar h3.first {
	padding: 0;
	border: 0;
    margin-top: 0;
	}
#sidebar, #sidebar ul {
    list-style: none;
}
#sidebar li {
  margin-left: 0;
}
#sidebar li li {
  border-bottom: 1px solid #87bcd7;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

	
/*======== COLOURS & BACKGROUNDS ========*/

body {
	background: #fff url(images/treebg.png) center bottom fixed no-repeat;
	color: #444;
	}
input, textarea, select {
	color: #444;
	border-color: #999;
	}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	border-color: #065177;
	color: #065177;
}
a:link, #navigation, #navigation li.current_page_item li a {
	color: #1080b8;
	}
a:visited {
	color: #1080b8;
	}
a:hover, #navigation li.current_page_item a, #navigation a:hover,  #navigation li.current_page_item li a:hover {
	color: #065177;
	}
#content a:active, #content a:focus, #footer a:active, #footer a:focus, #modules a:active, #modules a:focus, #container #navigation a:active, #container #navigation a:focus {
	color: #fff;
	background-color: #065177;
	}
#container #imagegallery a:active, #container #imagegallery a:focus {
	background: none;
	}
blockquote {
	background: #cce3ef;
	color: #065177; 
	}
#mastheadleft {
	background: #fff url(images/masthead_left.png) repeat-x;
	}
#mastheadright {
	background: #fff url(images/masthead_right.png) repeat-x;
	}
h1, #content, #footer, img, #imagegallery a img, .module {
	border-color: #1080b8;
	}
.module {
	border-color: #87bcd7;
	/*background: #ecf3f6;*/
	}
#imagegallery a:hover img {
	border-color: #065177;
	}
#navigation li {
	background: url(images/arrowhead1080b8.gif) 0 0.35em no-repeat;
	}
#navigation li:hover, #navigation li.over, #navigation li.current {
	background: url(images/arrowhead065177.gif) 0 0.35em no-repeat;
	}
h1, h2, h3, h4, h5, h6, a, #footer, .firstpara, .blue {
	color: #1080b8;
	}
#prog {
    background: url(images/load.png) right top no-repeat;
  }
p.error, label.error, div.error {
	color: #a00;
	}
input.error, textarea.error {
	border-color: #a00;
	}
input.button {
	background: #eee;
	}
.button:hover {
	background: #fff;
	}
.pdflink {
	background: url(images/pdf_16px.gif) no-repeat;
	}
#postcell {
	background: url(images/post.gif) no-repeat;
	}
#emailcell {
	background: url(images/email.gif) no-repeat;
	}
#telcell {
	background: url(images/tel.gif) no-repeat;
	}
	
/*======== IE FIXES ========*/ 

* html #container {
	height: 100%; /* min-height for ie */
	text-align: left; /* fixes centring for ie5 */
	}
* html #content  {
	height: 20em; /* prevents jumping bug */
	}
* html body {
	text-align: center;
	}
* html a:hover, * html a:active {
	border-bottom: 1px solid;
	}
	
/* OUTLINE TIMETABLE CSS */

#outlinetrainingtimetable {
position: relative;
width: 684px;
height: 353px;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid #c1eaff;
}

/* DIVS TOP ROW */

#associatesprogramme {
position: absolute;
float: left;
margin-top: 3px;
margin-left: 3px;
width: 278px;
height: 200px;
background-color: #d6ffd6;
text-align: center;
}

#tableassociates {
width: 99%;
color: #444444;
font-size: 0.75em;
}

#trainingprogramme {
position: absolute;
float: left;
width: 359px;
height: 200px;
margin-top: 3px;
margin-left: 311px;
background-color: #ffd6d6;
text-align: center;
}

.toprowdivsh4 {
margin-top: 12px;
margin-bottom: -18px;
}

.toprowdivsh6 {
margin-bottom: 2px;
}

#tabletraining {
width: 90%;
color: #444444;
font-size: 0.75em;
}

.intdverticalalign {
vertical-align: top;
padding-left: 5px;
}

.weekterms {
margin-top: 6px;
margin-bottom: 2px;
color: #444444;
font-size: 0.75em;
}

/* DIVS SECOND ROW */

#clinicalplacementtherap {
position: absolute;
float: left;
width: 220px;
height: 70px;
margin-top: 205px;
margin-left: 110px;
background-color: #d9ffff;
text-align: center;
}

#clinicalplacementtherap h6 {
margin-top: 10px;
margin-bottom: -4px;
}

2ndrowdivsh6 h6 {
margin-top: 10px;
margin-bottom: -4px;
}

#clinicalplacementcrisis {
position: absolute;
float: left;
width: 130px;
height: 70px;
margin-top: 205px;
margin-left: 340px;
background-color: #ffdfc0;
text-align: center;
}

#clinicalplacementcrisis h6 {
margin-top: 10px;
margin-bottom: -4px;
}

#psychotherapycases {
position: absolute;
float: left;
width: 190px;
height: 70px;
margin-top: 205px;
margin-left: 480px;
background-color: #dfffdf;
text-align: center;
}

#psychotherapycases h6 {
margin-top: 10px;
margin-bottom: -4px;

}

.smalltextmonths {
margin-top: 8px;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.75em;
font-weight: bold;
color: #444444;
}

/* DIVS THIRD ROW */

#personalanalytmin1 {
margin-left: 3px;
background-color: #f2fff2;
width: 320px;
height: 30px;
position: absolute;
float: left;
margin-top: 317px;
text-align: center;
}

#personalanalytmin3 {
background-color: #fff2f2;
width: 330px;
height: 30px;
position: absolute;
float: left;
margin-top: 317px;
margin-left: 340px;
text-align: center;
}

.personalanalyt {
color: #444444;
margin-top: 8px;
font-size: 0.75em;
}

#testfontweight {
margin-top: 22px;
margin-bottom: -2px;
font-size: 0.7em;
}

/* IMG, HEADINGS EXTRA */

#outlinetrainingtimetable h4{
font-family:Arial, Helvetica, sans-serif;
color: #444444;
font-weight: bold;
font-size: 0.9em;
}

#outlinetrainingtimetable h6{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.75em;
color: #444444;
}

#outlinetrainingtimetable img {
border: none;
}

#arrowsbottom {
margin-top: 275px;
margin-left: 313px;
}

#arrowsingletop {
margin-left: 279px;
margin-top: -220px;
}






