@charset "utf-8";
/* CSS Document */

/*low graphics stylesheet for DRN website*/

/*tags*/
body{
	margin:0;
	padding:0;
	font-family:Tahoma;
	background-color:#FFF;
	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: #000;
	font-size: 1.9em;
	font-weight: normal;
	line-height:1.3em;
}
h2{
	color: #000;
	font-size:1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
h3{
	color: #000;
	font-size:1.5em;
	font-weight: normal;
}
h4{
	color: #000;
	font-size:1.2em;
	font-weight: normal;
}
blockquote {
	color: #000;
	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*/
#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: #000;
}


#content .research ol{
	list-style-type: lower-roman;
	list-style-image: none;

}

#content img{
	display: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;
}
#sidebar_left #links p {
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
}
#sidebar_left #links {
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	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:#000;
	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;
}
#sidebar_right img {
	float: left;
		
}
#sidebar_right h2 {
	color: #000;
	background-color: #FFF;
}
#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: #000;
	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: #fff;
	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: #000;
	margin: 0px;
	padding: 10px 10px 0px;
	font-weight: bold;
}
#controls li {
	display: inline;
}
#controls ul {
	margin-top: 5px;
}
#intro{
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
#intro h1 {
	margin-top: 5px;
}

#intro_shadow{
	background-image: none;
	background-repeat: repeat-y;
}

/*classes*/
#container #topnav {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.4em;
	padding-bottom: 15px;
	padding-top: 10px;
}

.bold {
	font-weight: bold;
}
.new {
	color: #000;
	font-weight: bold;
}

.job {
	padding: 5px;
	border: none;
	
}
.section {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

.section img{
	display:none;
}

.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: #000;
	font-weight: bold;
}
.curvebox{
	padding:0px 0px 0px 15px;
	background-color:#FFF;
	color:#ffffff;
	
}
.curvebox img {
	padding-right: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
		
}
.bulletlist{
	list-style-image: none;
	margin-left: 10px;
}
.bulletlist li{
	list-style-image: none;
	padding-top: 2px;
	padding-bottom:2px;
}
.bulletlist li li{
	list-style-image:none;
	padding-top: 2px;
	padding-bottom:2px;
}
.bulletlist_sidebar{
	list-style-image: none;
	margin-left: 10px;
}
.bulletlist_sidebar li{
	list-style-image: none);
	line-height: 1.2em;
}
.bulletlist_sidebar li li{
	list-style-image: none;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 10px;
}
.pullquoteleft {
	color: #000;
	background-color: #fff;
	padding: 0.2em;
	float: left;
	width: 140px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 10px 10px 0px;
}
.pullquoteleft p {

	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: bold;
}
.pullquote {
	color: #000;
	background-color: #fff;
	padding: 0.2em;
	float: right;
	width: 140px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 0px 10px 10px;
}
.pullquote p {
	background-image: none;
	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;
}
.links{
	list-style-image: none;
	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: #FFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #999999;
}
.contactform p.submit {
	margin-left: 47%;
	padding-left: 0px;
}
.contactform p.submit input {
	color:#FFF;
	background-color: #000;
}
.contactform legend{
	color: #000;
	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;
	display:none;
}
.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: 460px;
	display:none;
}
.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 #000;
}
#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: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 2px;
	
}
#content .csag 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: #000;
	text-decoration: none;
	background-color: #fff;
	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: #000;
	background-color: #FFF;
	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: #fff;
	margin-bottom: 100px;
	padding: 0px 5px 5px;
}
#nw_section {
	background-color: #FFF;
	padding: 0px 5px 5px;
	width: 210px;
}
#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: none;
}
#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: #fff;
	padding: 0px 5px 5px;
	width: 210px;
}
#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: #4F8AB8;
}
#nwl_teamtable table{
	background-image: url(../images/lrn/nwl/teambackground1.gif);
	background-repeat: no-repeat;
}
.nwl_ppi {
	font-size: 1.4em;
	font-weight: bold;
	color:#000;
}
.nwl_ppi_blue{
	font-size: 1.4em;
	font-weight: bold;
	color:#000;
}
.nwl_ppi_p p{
	line-height:2em;
}
