@charset "utf-8";
/* CSS Document */

/*tags*/
body{
	margin:0;
	padding:0;
	font-family:Tahoma;
	background-color:#AD926B;
	text-align:center;
	font-size:62.5%; /* Explain @ www.clagnut.com/blog/348/ */
	line-height:170%;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a:link, img a:visited{
	text-decoration:none;
}
h1 {
	color: #766143;
	font-size: 1.9em;
	font-weight: normal;
	line-height:1.3em;
}
h2{
	color: #993300;
	font-size:1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
h3{
	color: #993300;
	font-size:1.5em;
	font-weight: normal;
}
h4{
	color: #993300;
	font-size:1.2em;
	font-weight: normal;
}
blockquote {
	color: #766143;
	font-weight: bold;
	font-style: italic;
}
form{
	display:inline;
}
address{
	margin-left: 10px;
	margin-top: 10px;
}
caption{
	font-weight:bold;
	color: #4F8AB8;
}
th{
	text-align:center;
}


/*div ids*/

/*source http://meyerweb.com/eric/css/edge/popups/demo.html*/
a span {display: none;}

 a:hover span {
	display: block;
	position: absolute;
	
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
   }

#container{
	text-align:left;
	width:950px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	margin-top: 30px;
	padding-bottom: 20px;
	overflow:hidden
}
#header{
	height:187;
	margin-bottom: 10px;
}

#content{
	margin:0 225px;
	width:490px;
	font-size: 1.2em;
	color: #333333;
	
}
.img_border {
	border: 1px solid #000;
}




#content .research ol{
	list-style-type: lower-roman;
	list-style-image: none;
}
#sidebar_left{
	float:left;
	width:200px;
	top:187px;
	left:30px;
	margin-left: 10px;
	background-image: url(../images/nav_border.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
	display:inline;
}
* html #sidebar_left{margin-right:-3px;}

#sidebar_left #links p {
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
}
#sidebar_left #links {
	border: 1px solid #CCCCCC;
	background-color: #EFE1C0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar_left #leftnav a {
	color: #333333;
	text-decoration: none;
}
#sidebar_left #leftnav a:hover{
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar_left #leftnav li {
	font-family: Tahoma;
	font-family: Tahoma;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 0px;
	font-weight: 500;
	font-size: 1.55em;
}
#sidebar_left #leftnav ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar_left #links h3 {
	font-size: 1.2em;
}
#sidebar_left #links h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}
#sidebar_left #links ul {
	padding-left: 0px;
}
#sidebar_left #links ul li {
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#sidebar_right{
	float:right;
	width:200px;
	top:187px;
	right:30px;
	margin-right: 10px;
	font-size: 1.2em;
	background-image: url(../images/nav_border.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left:20px;
	display:inline;
}
* html #sidebar_right{margin-left:-3px;}
/*#sidebar_right img {
	float: left;
}*/
#sidebar_right h2 {
	color: #FFFFFF;
	background-color: #cc0000;
}
#sidebar_right p {
	padding-left: 5px;
	padding-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}
#sidebar_right li {
	list-style-type: none;
	padding-bottom: 20px;
}
#sidebar_right ul {
	padding-left: 10px;
	margin-left: 0px;
}
/*#sidebar_right #updates img {
	float: right;
}*/
#sidebar_right #updates #email {
	margin-bottom: 10px;
}

#footer{
	clear:both;
	padding: 20px 35px;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	width: 300px;
	float: right;
	margin-top: 0px;
}
#footer ul li {
	display: inline;
	text-align: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}
#footer p {
	color: #FFFFFF;
	font-size: 1.1em;
	float: left;
	margin-top: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #topnav {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.6em;
	padding-bottom: 15px;
	padding-top: 10px;
}
#container #topnav ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#container #topnav li {
	font-weight: normal;
	display: inline;
	padding-right: 15px;
}
#container #topnav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#container #header #topnav a:hover {
	font-weight: bold;
}
#search {
	float: right;
	margin: 0;
	padding: 0;
}
#controls {
	margin-bottom: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #cc0000;
	padding-bottom: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#controls p {
	color: #cc0000;
	margin: 0px;
	padding: 10px 10px 0px;
	font-weight: bold;
}
#controls li {
	display: inline;
}
#controls ul {
	margin-top: 5px;
}
#intro{
	background-image: url(../images/drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #cc0000;
	margin-top: 0px;
	padding: 0px 10px 30px;
}
.swp_ppi_img {
	width: 450px;
}
#intro h1 {
	margin-top: 5px;
}

#intro_shadow{
	background-image: url(../images/shadow_side.gif);
	background-repeat: repeat-y;
}




/*classes*/
.eastern_titles {
	color: #A50021;
	font-weight: bold;
}
.faqs {
	font-weight: bold;
	color: #766143;
}


.text_centre {
	text-align:center;
	color: #ff0066;
}	
	
.bold {
	font-weight: bold;
}

.clear {
	clear: none;
	margin-top: 2.5em;
	padding-right: 15px;
	padding-left: 10px;
}

.new {
	color:#F00;
	font-weight: bold;
	font-style:italic;
}

.logotext {
	display:none;
}

.job {
	padding: 5px;
	border: 1px solid #AD926B;
}
.section {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.sidebar_icon {
	float: left;
}
.sideheader {
	background-color: #cc0000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 55px;
}
.btn {
	background-color: #AD926B;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
}
.register {
	color: #FFFFFF;
	background-color: #cc0000;
	font-weight: bold;
}
.curvebox{
	padding:0px 0px 0px 15px;
	background-color:#cc0000;
	color:#ffffff;
	height:1%;
}
.curvebox img {
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bulletlist{
	list-style-image: url(../images/bullet_red.gif);
	margin-left: 10px;
}
.bulletlist li{
	list-style-image: url(../images/bullet_red.gif);
	padding-top: 2px;
	padding-bottom:2px;
}
.bulletlist li li{
	list-style-image: url(../images/bullet_red_small.gif);
	padding-top: 2px;
	padding-bottom:2px;
}
.bulletlist_sidebar{
	list-style-image: url(../images/bullet_red.gif);
	margin-left: 10px;
}
.bulletlist_sidebar li{
	list-style-image: url(../images/bullet_red.gif);
	line-height: 1.2em;
}
.bulletlist_sidebar li li{
	list-style-image: url(../images/bullet_red_small.gif);
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 10px;
}
.pullquoteleft {
	color: #FFFFFF;
	background-color: #004A98;
	padding: 0.2em;
	float: left;
	width: 120px;
	background-image: url(../images/quote-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 10px 10px 0px;
}
.pullquoteleft p {

	background-image: url(../images/quote-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: bold;
}
.pullquote {
	color: #FFFFFF;
	background-color: #175EA4;
	padding: 0.2em;
	float: right;
	width: 120px;
	background-image: url(../images/quote-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 0px 10px 10px;
}
.pullquote p {
	background-image: url(../images/quote-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: bold;
}
.breadcrumbs {
	font-size: 0.8em;
	color: #333333;
	float: right;
}
.skipnav, .skipnav a:link, .skipnav a:visited{
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
.eastern_holder {
	margin-right: 10px;
	border-top: #000;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	padding: 0.5em;
	margin-bottom: 8px;
	clear: right;
}
.links{
	list-style-image: url(../images/bullet_link.gif);
	padding-bottom: 10px;
}
.img_left {
	float: left;
	margin-right:5px;
}
.img_right {
	float: right;
	margin-left: 5px;
}

/*Contact Form*/

.contactform {
	padding-left: 5px;
	margin-left: 5px;
}
.contactform p {
	margin: 0px;
	padding: 5px;
}
.contactform p label {
	font-weight: normal;
	float: left;
	width: 45%;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
}
.contactform .text {
	background-color: #F5F6F2;
	padding: 2px;
	width: 200px;
	border: 1px solid #999999;
}
.contactform p.submit {
	margin-left: 47%;
	padding-left: 0px;
}
.contactform p.submit input {
	color: #FFFFFF;
	background-color: #4F8AB8;
}
.contactform legend{
	color: #4F8AB8;
	font-weight: bold;
}
.contactform fieldset{
	border: 1px solid #4F8AB8;
}
.swp_img_small {
	font-size: 0.8em;
	color: #333333;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px 5px;
}
.swp_img_small p {
	width: 190px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.swp_img_large {
	font-size: 0.8em;
	color: #333333;
	padding: 0px 5px 0px 0px;
	margin: 10px 0px;
	width: 455px;
}
.swp_img_large p {
	width: 430px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.alertform{

}

/*csag page*/

iframe {height:1100px} 
iframe {width:545px}
.csag {
	border: thin solid #4F8AB8;
	width: 450px;
}
.eastern_team {
	border: thin solid #000;
	width: 450px;
}

#content .csag dd {
	float: left;
	padding-right: 5px;
	font-weight: bold;
	margin-left: 5px;
}
#content .csag dt {
	text-align: left;
	margin-left: 110px;
	padding-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4F8AB8;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #4F8AB8;
	padding-left: 2px;
}
#content .csag dt,dd{line-height:1.5em;}

/*eastern team pictures*/

#content .eastern_team dd {
	float: left;
	padding-right: 5px;
	font-weight: bold;
	margin-left: 5px;
}
#content .eastern_team dt {
	text-align: left;
	margin-left: 110px;
	padding-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 2px;
}
#content .eastern_team dt,dd{line-height:1.5em;}







/*North West London Pages*/
#nwl_nav{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1.2em;
}
#nwl_nav ul li{
	margin-bottom: 10px;
}
#nwl_nav a:link, #nwl_nav a:visited{
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #B8C7E2;
	border-bottom-color: #B8C7E2;
	border-left-color: #666666;
	padding: 0.4em 0.6em 0.8em 1em;
	margin-right: 0.2em;
	margin-top: 5px;

}
#nwl_nav a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8C7E2;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #B8C7E2;
}
#sidebar_left #links_nwl{
	color: #FFFFFF;
	background-color: #004A98;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar_left #links_nwl p {
	font-size: 1.2em;
	font-weight: bold;
}
.nw_section {
	background-color: #CCCCCC;
	margin-bottom: 30px;
	padding: 0px 5px 5px;
}
#nw_section {
	background-color: #CCCCCC;
	padding: 0px 5px 5px;
	width: 210px;
	float: left;
}
#nw_section h3 {
	padding-top: 10px;
	color: #004A98;
}
#nw_section ul {
	padding-left: 0px;
	margin-left: 0px;
}
#nw_section ul li{
	list-style-type: none;
	padding: 5px;
}
#nw_acute {
	background-color: #FFFFFF;
	padding: 0px 5px 5px;
	width: 210px;
	float: right;
	border: medium solid #CCCCCC;
}
#nw_acute h3{
	color:#004A98;
	padding-top:5px;
}
#nw_acute ul {
	padding-left: 0px;
	margin-left: 0px;
}
#nw_acute ul li{
	list-style-type: none;
	padding: 5px;
}
#nw_academic {
	background-color: #A7B5F5;
	padding: 0px 5px 5px;
}

#nw_academic h3 {
	padding-top: 10px;
	color: #004A98;
}
#nw_academic ul {
	padding-left: 0px;
	margin-left: 0px;
}
#nw_academic ul li{
	list-style-type: none;
	padding: 5px;
}
.nwl_teamtable {
	font-weight: bold;
	color: #AD926B;
}
#nwl_teamtable table{

}
.nwl_ppi {
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
}
.nwl_ppi_blue{
	font-size: 1.4em;
	font-weight: bold;
	color:#004A98;
}
.nwl_ppi_p p{
	line-height:2em;
}
.crnlogo {
	margin-left: 175px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.eastern_study_headers {
	border: 1px dashed #C63;
	background: #AD926B;
	height: 45px;
	color: #FFF;
}

/*Eastern Pages*/

#eastern_nav{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1.2em;
}

#eastern_nav ul li{
	margin-bottom: 10px;

}
#eastern_nav a:link, #eastern_nav a:visited{
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #B8C7E2;
	border-bottom-color: #B8C7E2;
	border-left-color: #666666;
	padding: 0.4em 0.6em 0.8em 1em;
	margin-right: 0.2em;
	margin-top: 5px;

}
#eastern_nav a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8C7E2;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #B8C7E2;
}
