body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	color :#333333;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0379CA;
}

h4, h5, h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0379CA;
}

p {
	line-height: 1.4em;
}

a img {border:none;}

ul {}

ul li {}

ol {}

ol li {}

table {}



/* End of global styles */

/* Beginning of page styles */

div#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 100%;
	padding: 10px 0;
}

div.headerContainer {
	width: 100%;
}

div#main {
	width:100%;
}

div#landing-header-global {
	clear: both;
	width: 100%;
	min-height: 60px;
	_height: 10px;
	margin-bottom: 10px;
	background-color: #FF0;
	position: relative;
}


div#sidebar-left {
	float: left;
	width: 180px;
	background-color: #ffffff;
	display:none;
}

div#content {
	float: left;
	width: 850px;
}

div#content p {
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0;
	width: 850px;
}


div#content p.standfirst {
	font-size: 1.4em;
}


div#content ul li, div#content ol li {
	font-size: 1.2em;
}

div#sidebar-right {
	float: right;
	width: 180px;
	background-color: #ffffff;
	display:none;
}

div#footer {
	width: 100%;
	margin-top: 15px;
	color: #000000;
	font-size:1.1em;
}

/* Beginning of header styles */

div#header h1 {
	margin: 0;
	position: absolute;
	z-index: 1000;
}

div#header h1 img#left,
div#header img#left {
	display: block;
	float:left;
}

div#header img#right {
	display: block;
	float:right;
}
div#header div#nav-bar {
	margin-top: 15px;
	border-top : 1px solid #0379CA;
	border-bottom : 5px solid #0379CA;	
	min-height: 45px;
	display:none;
}

div#header div#nav-bar ul {
	
}

div#header div#nav-bar ul li {	
	float: left;
}

div#header div#nav-bar ul li a:link, div#header div#nav-bar ul li a:visited {
	background:url(../images/arrow-right-navbar.gif) no-repeat 0 bottom;
	text-decoration: none;
	color: #0379CA;
	display: block;
	width: 77px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left:5px;
	min-height: 30px;
	font-size:1.1em;
	font-weight: bold;
}

div#header div#nav-bar ul li a:hover {
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 70px bottom;
	color: #FFFFFF;
	background-color: #0379CA;
}

div#header div#nav-bar ul li a#home:link, div#header div#nav-bar ul li a#home:visited {
	background:url(../images/arrow-left-navbar.gif) no-repeat 0 bottom;
}

div#header div#nav-bar ul li a#home:hover {
	background:url(../images/arrow-left-navbar-on.gif) no-repeat 70px 32px;
	color: #FFFFFF;
	background-color: #0379CA;
}

div#header div#nav-bar ul li a.on {
	background: #0379CA;
	color: #FFFFFF;
}

div#search-box {
	float: right;
	height:30px;
	padding-top:5px;
}

div#search-box #search-input {
	border: 5px solid #0379CA;
	position: relative;
	top: -14px;
	height: 19px;
	padding-top: 5px;
	padding-left:3px;
	width:136px;
	font-size: 1.1em;
}



/* Beginning of landing-header styles */

div#landing-header-global div#landing-header-left {
	height: 100%;
	float: left;
	margin-right: 34px;
	padding-bottom: 41px;
	position:relative;
	width: 180px;
	display:none;
}

div#landing-header-global div#landing-header-left span {
	display: block;
	padding: 8px 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
}

div#landing-header-global p.intro {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}

div#landing-header-global h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
}

div#landing-header-global h2#section-header {
	border-top: 4px solid white;
	border-right: 4px solid white;
	width: 170px;
	min-height: 15px;
	position: absolute;
	margin-bottom: 0px;
	left: 0px;
	bottom: 0px;
	padding: 11px 0 5px 9px;
	display:none;
}

div#landing-header-global div#landing-header-middle {
	position: absolute;
	bottom: 8px;
	left: 0px;
}

div#landing-header-global div#landing-header-middle p.intro {
	padding: 20px 0px 10px 0px;
}

div#landing-header-global img#imageHeader {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 172px;
}

/* Beginning of sidebar-left styles */

div#sidebar-left ul {
	background-color :#ffffff;
	width: 180px;
}

div#sidebar-left ul li {
	border-top: 1px solid #97C8E9;
	color: #0151A2;
	font-weight: normal;
	min-height: 30px;
}

div#sidebar-left ul li.expanded {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 0 !important;
}

div#sidebar-left ul li a {
	color: #0152A4;
	display: block;
	min-height: 9px;
	padding: 12px 8px 9px 0px;
}

div#sidebar-left ul li a:link, div#sidebar-left ul li a:visited {
	text-decoration: none;
}

div#sidebar-left ul li a:hover {
	text-decoration: underline;
}

div#sidebar-left ul li span {
	display: block;
	font-size: 1.1em;
	padding-right: 7px;
}

div#sidebar-left ul li.expanded span {
	background: url(../images/nav-expanded.gif) right 80% no-repeat;
}

div#sidebar-left ul li.on {
    background-color: #E0EEF8;
	color: #333333 !important;
	font-weight: bold;
	min-height: 9px;
	padding: 12px 0px 9px 0px;
}

div#sidebar-left ul li.on span {
	background: url(../images/nav-expanded.gif) right bottom no-repeat;
}

div#sidebar-left ul li.on span.end {
	background: #E0EEF8 url(../images/nav-on.gif) right bottom no-repeat;
	margin-right: 8px;
}

div#sidebar-left ul li.link span {
	background: url(../images/nav-default.gif) right bottom no-repeat;
}

div#sidebar-left ul li.on span.expanded {
	margin: 12px 8px 9px 0px;
}

div#sidebar-left ul.menu {
	border-bottom: 0;
}
div#sidebar-left ul.menu ul {
	border-bottom: none;
}
div#sidebar-left ul#level1 span {
	padding-left: 9px;
}

div#sidebar-left ul#level2 span {
	padding-left: 16px;
}

div#sidebar-left ul#level3 span {
	padding-left: 23px;
}

div#sidebar-left ul#level4 span {
	padding-left: 30px;
}

div#sidebar-left ul#level5 span {
	padding-left: 37px;
}

div#sidebar-left ul#level6 span {
	padding-left: 44px;
}


/* Beginning of sidebar-right styles */

div.relatedLinks {
	border:0;
	margin-bottom: 10px;
	padding: 2px;
}

div.relatedLinks h2 {
	border-bottom: 1px solid #0379CA;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 6px;
}

div.relatedLinks h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.2em;
}

div.relatedLinks ul li {
	border-bottom: 1px solid #97C8E9;
	font-size: 1.1em;
	padding: 10px 6px;
}

div.relatedLinks ul li.last {
	border: none;
}

div.relatedLinks ul li a {
	color: #0152A4;
	display: block;
	background: url(../images/nav-default.gif) no-repeat right bottom;
	padding-right:10px;
}

div.relatedLinks ul li a:link,
div.relatedLinks ul li a:visited {
	text-decoration: none;
}

div.relatedLinks ul li a:hover {
	text-decoration: underline;
}

div.relatedLinks ul li h4 a {
	background: none;
}

div.relatedLinks p {
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

div.relatedPromo {
	margin-bottom: 12px;
	font-size: 1.1em;
}

div.relatedPromo img {
	display: block;
	margin: 0px 0px 2px;
}

div.relatedPromo div {
	padding: 7px;
}

div.relatedPromo div h3 {
	font-weight: normal;
	font-size: 1.1em;
}

div.relatedPromo div a {
	display: block;
	font-weight: bold;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;	
}

div.relatedPromo div a:link, div.relatedPromo div a:visited {
	text-decoration: none;
}

div.relatedPromo div a:hover {
	text-decoration: underline;
}

div#library.relatedPromo div,
div#library.relatedPromo div h3,
div#library.relatedPromo div a {
	background-color: #B60072;
	color: #ffffff;
}

div#library.relatedPromo div a {
	background: url(../images/arrow-right-white.gif) no-repeat right 3px;
	font-size:1.1em;
	padding-right:10px;
}


div#newsletter2.relatedPromo div,
div#newsletter2.relatedPromo div h3,
div#newsletter2.relatedPromo div a {
	background-color: #0379CA;
	color: #FFFFFF;
}

div#newsletter2.relatedPromo div a {
	background: url(../images/arrow-right-white.gif) no-repeat right 3px;
	font-size:1.1em;
	padding-right:10px;
}

div#research.relatedPromo div,
div#research.relatedPromo div h3,
div#research.relatedPromo div a {
	background-color: #FFF200;
	color: #333333;
}

div#research.relatedPromo div a {
	background: url(../images/arrow-right-dark.gif) no-repeat right 3px;	
	font-size:1.1em;
	padding-right: 10px;
}

div#newsletter.relatedPromo div,
div#newsletter.relatedPromo div h3,
div#newsletter.relatedPromo div a {
	background-color: #FFFFFF;
	color: #0078c1;
}

div#newsletter.relatedPromo div#newsletterText {
	border: 1px solid #0078c1;
}

/* Main content styles */

div#content h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

div#content h3 {
	color: #333333;
	font-size: 1.4em;
}

div#content h4, div#content h5, div#content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

div#content hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content img#main-image.right {
	float: right;
	margin-left: 17px;
	margin-bottom: 5px;
	display:none;
}

div#content img#main-image.left {
	float: left;
	margin-right: 22px;
	margin-bottom: 5px;
}

div#content ul {
	margin: 1em 0;
	margin-left: 25px;
	list-style-type: square;
}

div#content ul li {
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

div#content ol {
	list-style-type: decimal;
	margin: 1em 0;
	margin-left: 25px;
}

div#content ol li {	
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

sup {
	bottom: 0.4em;
}

sub {
	top: 0.25em;
}

sup, sub {
	color: #888888;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}

div#content table {
	width: 100%;
	text-align: left;
	border: 1px solid #0151A2;
	margin-bottom:15px;
}

div#content table tbody {
}

div#content table caption {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	padding: .5em 0;

}

div#content table th {
	font-size: 1.2em;
	border: 1px solid #0151A2;
	padding: 6px 10px;
	background-color: #0379CA;
	color: #FFFFFF;
}

div#content table td {
	font-size: 1.2em;
	border: 1px solid #0379CA;
	padding: 6px 10px;
}

div#content a:link,
div#content a:visited {
	color: #0379CA;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

div#content div.breadcrumb {
	margin-bottom: 34px;
	font-size:1.1em;
}

div#content div.breadcrumb a:link,
div#content div.breadcrumb a:visited {
	margin-right: 4px;
	padding-right: 8px;
	background: url(../images/arrow-right-breadcrumb.gif) no-repeat right 6px;
	text-decoration: underline;
}

div#content div.breadcrumb a:hover {
	text-decoration: none;
}

div#content form {
	margin-bottom:10px;
}

div#content div.relatedPanel {
	width: 250px;
	margin-bottom:15px;
	display:none;
}


.left {
	float: left;
}

.right {
	float: right;
}

div#content div.relatedPanel h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff200;
	padding : 5px 0 5px 8px;
}

div#content div.relatedPanel.download h2 {
	background-color: #0379ca;
	color: #FFFFFF;
}
div#content div.relatedPanel ul {
	font-size: 0.9em;
}

div#content div.relatedPanel p {
	padding-left: 10px;
}

div#content div.relatedPanel p#acrobat {
	border-top: 1px solid #0379ca;
	border-bottom: 1px solid #0379ca;
	font-size:1.1em;
	padding: 5px;
}

div.relatedPromoWide {
	margin-bottom: 12px;
	width: 250px;
	display:none;
}

div.relatedPromoWide img {
	display: block;
	margin: 0px 0px 2px;
}

div.relatedPromoWide div {
	padding: 7px;
}

div.relatedPromoWide div h3 {
	font-weight: normal;
}

div.relatedPromoWide div a {
	display: block;
	font-weight: bold;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;	
}

div.relatedPromoWide div a:link, div.relatedPromoSmall div a:visited {
	text-decoration: none;
}

div.relatedPromoWide div {
	background-color: #fff200;
}

div#content div.relatedPromoWide div a:link,
div#content div.relatedPromoWide div a:visited {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

div#content div.relatedPromoWide div h3 {
	font-size: 1.1em;
}

div#content div.relatedPromoWide div a {
	background: url(../images/arrow-right-dark.gif) no-repeat right 3px;
}

div#content div.relatedPromoWide div a:link,
div#content div.relatedPromoWide div a:visited {
	text-decoration: none;
}

div#content div.relatedPromoWide div a:hover {
	text-decoration: underline;
}

div#content div#top-news {
	margin-bottom: 15px;
}

div#content div#top-news a:link, div#content div#top-news a:visited {
	display: block;
	color: #0379CA;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 242px 10px;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#top-news p a:link, div#content div#top-news p a:visited {
	background: none;

}

div#content div#top-news a:hover {
	text-decoration: underline;
}

div#content div#top-news div#top-stories{
	overflow: hidden;
}

div#content div#top-news ul#main-news {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#top-news ul#main-news li {
	list-style-type: none;
	width: 250px;
	float: left;
}

div#content div#top-news ul#main-news li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content div#top-news ul#main-news li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#top-news ul#main-news li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#top-news ul#main-news li p {
	margin: 0;
	padding: 5px 0;	
	font-size: 1em;
}

div#content div#top-news ul#main-news hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#top-news ul#main-news li span {
	font-size: 0.9em;
}

div#content div#top-news h2 {
	font-size: 1.6em;
}

div#content div#publications ul {
	list-style-type: none;
	margin: 0;
}

div#content div#publications ul li {
	margin-top:15px;
}

div#content div#publications h3 {
	color: #0151a2;
}

div#content div#publications span {
	font-size:0.9em;
	margin-bottom:1em;
	padding:0;
}

div#content div#publications p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#publications ul li div.bookInfo {
	float: left;
	width: 341px;
}

div#content div#publications ul li img {
	float: right;
	margin-bottom: 25px;
}

div#content div#publications ul li div.bookInfo ul {
	font-size:0.8em;
	list-style-type:square;
	margin-left:15px;
}

div#content div#publications ul li div.bookInfo ul li {
	margin-top: 5px;
}

div#content div#publications a:link,
div#content div#publications a:visited {
	text-decoration: underline;
}

div#content div#publications a:hover {
	text-decoration: none;
}

div#content div#pager {
	text-align: center;
	margin: 15px 0;
	width: 522px;
}

div#content div#pager ul,
div#content div#pager li {
	margin: 0;
	list-style: none;
	padding:0 25%;
}

div#content div#pager li {
	float: left;
	background: #0379ca  url(../images/white.gif) top center repeat-x;
	margin: 0 2px 0 0;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #0379ca;
}

div#content div#pager a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
div#content div#pager span {
	display: block;
	padding: 3px 5px 2px 5px;
}

div#content div#pager span {
	display: block;
	padding: 3px 5px 2px 5px;
}

div#content div#pager li.previous span {
	background: url(../images/previous-arrow.gif) no-repeat 8px 9px;
	padding-left: 23px;
}

div#content div#pager li.next span {
	background: url(../images/next-arrow.gif) no-repeat right 9px;
	padding-right: 23px;
}


div#content div#pager a:hover {
	text-decoration: underline;
}

div#content div#pager li.active{
	background: url(../images/arrow.gif) top center no-repeat;
}

div#content div#pager li.active a{
	color: #0379ca;
	border-right: 1px solid #0379ca;
}

div#content div#pager li.active span{
	border-left: 1px solid #0379ca;
}

div#content div#generic-listings ul {
	list-style-type: none;
	margin: 0;
}

div#content div#generic-listings h3 {
	color: #0151a2;
}

div#content div#generic-listings span {
	font-size:0.9em;
	margin-bottom:1em;
	padding:0;
}

div#content div#generic-listings p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#generic-listings p.standfirst {
	font-size:1.2em;

}

div#content div#generic-listings div.bookingDetails {
	width: 520px;
}

div#content div#generic-listings div.bookingDetails p {
	display: block;
	float: left;
	padding-left: 8px;	
	padding-right: 15px;
	margin: 5px 0;
}
	

div#content div#generic-listings div.bookingDetails img {
	float: right;
	margin: 5px;
}


div#content div#generic-listings img {
	float: right;
	margin: 10px 0 10px 10px;
}

div#content div#generic-listings li.event {
	margin-bottom: 20px;
}


div#content div#listingButtons div#buttonLeft {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 152px;
	text-align: left;
	padding: 3px 0 3px 8px;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

div#content div#listingButtons div#buttonRight {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 152px;
	text-align: left;
	padding: 3px 0 3px 8px;
	font-size: 1em;
	font-weight: bold;
	float: right;
	margin-bottom: 5px;
}


div#content div#listingButtons a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#listingButtons a:hover {
	text-decoration: underline;
}


div#content div#search-results ul {
	list-style-type: none;
	margin: 0;
}

div#content div#search-results p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#libraryTemplate {
	margin-bottom: 15px;
}

div#content div#libraryTemplate a:link, div#content div#libraryTemplate a:visited {
	background: url(../images/nav-default.gif) no-repeat 242px center;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#libraryTemplate a:hover {
	text-decoration: underline;
}

div#content div#libraryTemplate div#top-stories{
	overflow: hidden;
}

div#content div#libraryTemplate ul#main-news {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#libraryTemplate ul#main-news li {
	list-style-type: none;
	width: 250px;
	float: left;
}

div#content div#libraryTemplate ul#main-news li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content div#libraryTemplate ul#main-news li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#libraryTemplate ul#main-news li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#libraryTemplate ul#main-news li p {
	margin: 0;
	padding: 5px 0;	
	font-size: 1em;
}

div#content div#libraryTemplate ul#main-news hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#libraryTemplate ul#main-news li span {
	font-size: 0.9em;
}

div#content div#libraryTemplate h2 {
	font-size: 1.6em;
}

div#content div.relatedPanel a.moreLink:link,
div#content div.relatedPanel a.moreLink:visited {
	display: block;
	text-decoration: none;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat right 3px;
	margin: 8px 0;
	font-size:1.1em;
}

div#content div.relatedPanel a.moreLink:hover {
	text-decoration: underline;
}

div#content div#coursesA ul#courses-nav-bar {
	margin: 15px 0 0 0;
}

div#content div#coursesA ul#courses-nav-bar li {
	display: inline;
	border: 1px solid #0379ca;
	background: #FFFFFF url(../images/arrow-right-space.gif) no-repeat right 8px;
	padding: 3px 8px;
	padding-right: 25px;
	clear: both;
}

div#content div#coursesA ul#courses-nav-bar li.on {
	background: #0379ca;
	padding-right: 8px;
}

div#content div#coursesA ul#courses-nav-bar li.on a {
	color: #FFFFFF;
}

div#content div#coursesA hr {
	margin-top: 2px;
	height: 5px;
	color: #0379CA ;
	background-color: #0379CA ;
	border: none;
}


div#content div#coursesA ul#courses-nav-bar li a:link,
div#content div#coursesA ul#courses-nav-bar li a:visited {
	text-decoration: none;
}

div#content div#coursesA ul#courses-nav-bar li a:hover {
	text-decoration: underline;
}

div#content div#coursesB span {
	font-size: 1.1em;
}

div#content div#coursesC ul#courses-nav-bar {
	margin: 15px 0 0 0;
}

div#content div#coursesC ul#courses-nav-bar li {
	display: inline;
	border: 1px solid #0379ca;
	background: #FFFFFF url(../images/arrow-right-space.gif) no-repeat right 8px;
	padding: 3px 8px;
	padding-right: 25px;
	clear: both;
}

div#content div#coursesC ul#courses-nav-bar li.on {
	background: #0379ca;
	padding-right: 8px;
}

div#content div#coursesC ul#courses-nav-bar li.on a {
	color: #FFFFFF;
}

div#content div#coursesC hr {
	margin-top: 2px;
	height: 5px;
	color: #0379CA ;
	background-color: #0379CA ;
	border: none;
}


div#content div#coursesC ul#courses-nav-bar li a:link,
div#content div#coursesC ul#courses-nav-bar li a:visited {
	text-decoration: none;
}

div#content div#coursesC ul#courses-nav-bar li a:hover {
	text-decoration: underline;
}

div#content div#coursesC ul#alphabetic {
	margin-left: 0;
	margin-top: 0;
}

div#content div#coursesC ul#alphabetic ul {
	font-size: 0.85em;
}

div#content div#coursesC ul#alphabetic li {
	list-style-type: none;
}

div#content div#coursesC ul#alphabetic li span {
	font-size: 2.8em;
	display: block;
	float: left;
	padding-top:18px;
	padding-bottom:8px;
}

div#content div#coursesC ul#alphabetic li ul {
	width:450px;
	display: block;
	float: left;
}

div#content div#coursesC ul#alphabetic li a.backTop {
	background:url(../images/arrow-courses-link.gif) no-repeat right 5px;
	text-decoration: none;
	float: right;
	padding-right: 13px;
}

div#content div#coursesC ul#alphabetic li a.backTop:hover {
	text-decoration: underline;
}

div#content div#coursesC ul#alphabetic hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content p span.highlight {
	background-color: #FFFFAA;
}


div#content div#search-results a {
	font-weight: bold;
}

div#content div#pager a {
	font-weight: bold;
	font-size: 0.9em;
}

div#content div#pager a:link,
div#content div#pager a:visited {
	text-decoration: none;
}

div#content div#pager a:hover {
	text-decoration: underline;
}


div#content form #submitButton {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-top: 21px;
	text-decoration: none;
}

div#content form #submitButton:hover {
	text-decoration: underline;
}

div#content div#errorMessages {
	width: 345px;
	color: #FF0000;
	padding-left: 175px;
}

div#content div#errorMessages h3 {
	color: #FF0000;
}
	
div#content form div {
	clear:both;
}

div#content form div label {
	float: right;
	width: 150px;
	margin: 3px 21px 10px 0;
	font-size: 1.2em;
	text-align: right;
	line-height: 1.1em;
}

div#content form div label.error {
	color: #FF0000;
	font-weight: bold;
}

div#content form div label small {
	display: block;
	font-size: 0.9em;
}

div#content form div input {
	float: right;
	width: 341px;
	margin-bottom:15px;
	
}

div#content form div input.error {
	border: 2px solid #FF0000;
}

div#content form div.fieldSupportText input {
	margin-bottom: 5px;
}

div#content form label.flexWidth  {
	float: left;
	width: 157px;
	margin-right: 20px;
}

div#content form input#flexWidth {
	width: auto;
	float: left;
}

div#content form div.fieldSupportText p {
	float: right;
	width: 341px;
	margin-bottom: 15px;	
	display: block;
	font-size: 0.95em;
}

div#content form div select {
	float: right;
	width: 345px;
	margin-bottom: 15px;
}

div#content form div textarea {
	float: right;
	width: 341px;
	margin-bottom: 15px;
}

div#content form div.radioButtons {
	float: right;
	width: 345px;
	border-bottom: 1px solid #0379CA;
	margin-bottom: 10px;
}

div#content form div.radioButtons input {
	width: auto;
	float: left;
	margin: 0 5px 10px 0;
}

div#content form div.radioButtons label {
	width: 5%;
	float: left;
	margin-top: 0;
}

div#content form div.checkButtons {
	float: right;
	width: 345px;
	border-bottom: 1px solid #0379CA;
	padding-bottom: 10px;
}

div#content form div.checkButtons input {
	width: auto;
	float: left;
	margin: 0 5px 10px 0;
	display: block;
}

div#content form div.checkButtons label {
	float: left;
	text-align: left;
	margin-top: 0;
	width: 85%;
}

div#content form .longer {
	width: 156px;
}

div#content div#forumTopButtons div.button {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	width: 144px;
	text-align: left;
	padding: 6px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
}

div#content div#forumTopButtons div.button a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#forumTopButtons div.button a:hover {
	text-decoration: underline;
}

body.forum div#content {
	width: 736px;
	padding-right: 0;
	
}

body.forum div#content table span {
	display: block;
}

body.forum div#content table a:link,
body.forum div#content table a:visited {
	text-decoration: none;
}

body.forum div#content table a:hover {
	text-decoration: underline;
}

body.forum div#content table a.post {
	background: url(../images/envelope.gif) no-repeat left center;
	padding-left: 27px;
}

body.forum div#content div#pager ul {
	padding: 0;
}

div#content div#sub-landing {
	margin-bottom: 15px;
}

div#content div#sub-landing a:link, div div#content#sub-landing a:visited {
	display: block;
	color: #0379CA;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 242px 5px;
	text-decoration: none;
	font-size: 1.1em;
}

div#content div#sub-landing a:hover {
	text-decoration: underline;
}

div#content div#sub-landing div#top-stories{
	overflow: hidden;
}

div#content div#sub-landing ul#main-item {
	float: left;
	width: 522px;
	margin: 0;
}

div#content div#sub-landing ul#main-item li {
	list-style-type: none;
	width: 250px;
	float: left;
	font-size: 1.1em;
}

div#content div#sub-landing ul#main-item li li {
	width: 225px;
	font-size: 1.1em;
	list-style-type: square !important;
}

div#content div#sub-landing ul#main-item li a {
	background: none;
	text-decoration: underline;
}

div#content div#sub-landing ul#main-item li a:hover {
	text-decoration: none;
}


div#content div#sub-landing ul#main-item li li a {
	background: none;
	text-decoration: underline;
}

div#content div#sub-landing ul#main-item li li a:hover {
	text-decoration: none;
}

div#content div#sub-landing ul#main-item li.left {
	width: 261px;
	margin-right: 10px;
	border-right: 0;
}

div#content div#sub-landing ul#main-item li.ruler {
	width: 261px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content div#sub-landing ul#main-item li.ruler hr {
	width: 242px;
	text-align: center;
}

div#content div#sub-landing ul#main-item hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content div#sub-landing ul#main-item li span {
	font-size: 0.9em;
}

div#content table tr.forumSection {
	background-color: #EAF4FB;
}

div#content table tr.forumSection a {
	font-weight: bold;
}

div#content table td.container {
	background-color: #EAF4FB;
}
div#content table td.container a{
background:none;
padding-left:0px;
	font-weight: bold;
} 
div#content table td a{
background:transparent url(../images/envelope.gif) no-repeat scroll left center;
padding-left:27px;
}
div#content table#forum-topic-75 th a, a:hover, a:visited, a.active{
color:#FFFFFF;
text-decoration: none;
}
div#content table#forum-topic-77 th a, a:hover, a:visited, a.active{
color:#FFFFFF;
text-decoration: none;
}
div#content div#publications ul li div.blogPost img {
	margin: 15px 0 25px 25px;
}

div#content div#publications ul li div.blogPost a {
	clear:both;
	float: right;
	text-decoration: none;
	background: url(../images/nav-default.gif) no-repeat right 5px;
	padding-right: 15px;
}

div#content div#publications ul li div.blogPost p {
	margin-bottom: 0;
}


div#content div#blogButtons div#buttonPrev {
	background: #0379CA url(../images/arrow-left-white.gif) no-repeat 8px center;
	border: none;
	width: 40%;
	text-align: left;
	padding: 6px 0 6px 25px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-bottom: 21px;
	margin-top: 15px;
}

div#content div#blogButtons div#buttonNext {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 219px center;
	border: none;
	width: 40%;
	text-align: right;
	padding: 6px 25px 6px 0;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-bottom: 21px;
	margin-top: 15px;
}


div#content div#blogButtons a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#blogButtons a:hover {
	text-decoration: underline;
}

div#content div#blog ul {
	list-style-type: none;
	margin: 0;
}

div#content div#blog ul li {
	margin-top:15px;
}

div#content div#blog h3 {
	color: #0151a2;
}

div#content div#blog span {
	margin-bottom:1em;
	padding:0;
}

div#content div#blog p {
	font-size:1em;
	margin-bottom:1em;
	margin-top: 10px;
	padding:0;
}

div#content div#blog .left {
	margin-right: 15px;
}

div#content div#blogPosts ul {
	margin: 0;
}

div#content div#blogPosts ul li {
	list-style-type: none;
	margin-bottom:20px;
}

div#content div#blogPosts p {
	font-size: 1em;
	margin: 1em 0;
}

div#content div#blogPosts span {
	font-size: 0.95em;
}

div#content div#blogPosts div.edit-delete {
	float: right;
}

div#content div#blogPosts div.edit-delete a {
	margin-left : 17px;
}

div#content div#blogPosts div.button {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
	border: medium none;
	float: right;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 3px 8px;
	text-align: left;
	width: 144px;
	clear: both;
	
}

div#content div#blogPosts div.button a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content div#blogPosts div.button a:hover {
	text-decoration: underline;
}

div#content div.archivePanel {
	margin-bottom: 15px;
	width: 250px;
}

div#content div.archivePanel h2 {
	background: url(../images/arrow-down-dark.gif) no-repeat 232px center;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 5px 8px;
}

div#content div.archivePanel a {
	font-size: 1em;
}

div#content div.relatedPanel p {
	border-top: 1px solid #0379ca;
	border-bottom: 1px solid #0379ca;
	font-size:1.1em;
	padding: 8px 5px;
}

div#content div.relatedPanel p a {
	background: url(../images/nav-default.gif) no-repeat 232px center;
	display: block;
	text-decoration: none;
}

div#content div.relatedPanel p a:hover {
	text-decoration: underline;
}

/* Footer Styles */

div#footer p {
	padding: 12px 0;
	line-height: 1em;
	text-indent: 3px;
}

div#footer ul {
	padding: 9px 0;
	background-color: #0379CA;
	width: 100%;
	display:none;
}

div#footer ul li {
	display:inline;
	float: left;
}

div#footer ul li a:link, div#footer ul li a:visited {
	padding: 0 7px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#footer ul li#rlc {
	display: inline-block;
	float: right;
}

div#footer ul li#rlc a {
	border: none;
}

/* Clear fix */

.clearBoth {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


/* 30 Apr 2009*/
div#sidebar-left ul li.leaf span, div#sidebar-left ul li.collapsed span {
	background: url(../images/nav-default.gif) right bottom no-repeat;
}
div#sidebar-left ul li a:link, div#sidebar-left ul li a:visited {
	text-decoration: none;
}
div#sidebar-left ul li a:hover {
	text-decoration: underline;
}
/*div#sidebar-left ul li.collapsed {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 0 !important;
}
div#sidebar-left ul li.collapsed span {
	background: url(../images/nav-expanded.gif) right 80% no-repeat;

}

div#sidebar-left ul li.on span.collapsed {
	margin: 12px 8px 9px 10px;
}*/
div#sidebar-left ul li.expanded a.active {
background-color:#E0EEF8;
color:#333333 !important;
font-weight:bold;
/*min-height:9px;*/
padding:12px 8px 9px 10px;
}
div#sidebar-left ul li.leaf a.active  span, div#sidebar-left ul li.collapsed a.active  span{
background:#E0EEF8 url(../images/nav-on.gif) no-repeat scroll right;
}
/* div#sidebar-left ul li.leaf a.active  span{
background:none;
}*/
div#sidebar-left ul li a{
padding:12px 8px 9px 10px;
}
div#sidebar-left ul li a.active{
background:#E0EEF8;
}
div#sidebar-left li.expanded ul.menu span{
padding-left:16px;
}

div#sidebar-left li.expanded ul.menu  li.expanded ul.menu  span, div#sidebar-left li.expanded ul.menu li.leaf span{
padding-left:16px;
}
div#sidebar-left li.expanded ul.menu  li.expanded ul.menu li.expanded ul.menu  span, div#sidebar-left li.expanded ul.menu li.expanded ul.menu li.leaf span{
padding-left:23px;
}
div#sidebar-left li.expanded ul.menu  li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu span, div#sidebar-left li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu li.leaf span{
padding-left:30px;
}
div#sidebar-left li.expanded ul.menu  li.expanded ul.menu  li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu span, div#sidebar-left li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu  li.leaf span{
padding-left:37px;
}
div#sidebar-left li.expanded ul.menu  li.expanded ul.menu  li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu span, div#sidebar-left li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu li.expanded ul.menu  li.leaf span{
padding-left:44px;
}
div#search-box #edit-search-block-form-1 {
border:5px solid #0379CA;
font-size:1.1em;
height:19px;
padding-top:5px;
position:relative;
top:-14px;
width:136px;
}

/*********added by team*************/
div#content #content{
float:left;
padding:0px;
}

/*ul.pager{
margin:15px 0;
text-align:center;
width:522px;
}*/

div#content div#pager ul,
div#content div#pager ul li {
	margin: 0;
	list-style: none;
	
}

div#content div#pager ul li {
	float: left;
	background: #0379ca  url(../images/white.gif) top center repeat-x;
	margin: 0 2px 0 0;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #0379ca;
}

div#content div#pager ul li.pager-item a, div#content div#pager ul li.pager-previous a, div#content div#pager ul li.pager-first a, div#content div#pager ul li.pager-next a, div#content div#pager ul li.pager-last a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 3px 5px 2px 5px;
}
div#content div#pager ul a {
	display: block;
	padding: 3px 5px 2px 5px;
	text-decoration: none;
}

div#content div#pager ul li.pager-previous a {
	background: url(../images/previous-arrow.gif) no-repeat 5px;
	padding-left: 20px;
}

div#content div#pager ul li.pager-next a {
	background: url(../images/next-arrow.gif) no-repeat right;
	padding-right: 20px;
}


div#content div#pager ul li a:hover {
	text-decoration: underline;
}

div#content div#pager ul li.pager-current{
	background: url(../images/arrow.gif) top center no-repeat;
	width:30px;
}

/*div#content ul li.pager-current{
	color: #0379ca;
	border-right: 1px solid #0379ca;
	border-left: 1px solid #0379ca;
}*/
div#content div#pager ul li.pager-current a{border:1px solid #0379ca; border-top:none; border-bottom:none; color: #0379ca; text-decoration:none;} 
div#search-box #edit-search-block-form-1 {
	border: 5px solid #0379CA;
	position: relative;
	top: -14px;
	height: 19px;
	padding-top: 5px;
	padding-left:3px;
	width:136px;
	font-size: 1.1em;
}

div#content form#webform-client-form-80 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin-top: 0px;
	text-decoration: none;
}
div#content form#webform-client-form-80 #edit-submit:hover {
	text-decoration: underline;
}
div#content form#webform-client-form-438 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 6px 0px 0px 100px;
	text-decoration: none;
}
div#content form#webform-client-form-438 #edit-submit:hover {
	text-decoration: underline;
}
div#content form#webform-client-form-441 #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 21px 0px 0px 100px;
	text-decoration: none;
}
div#content form#webform-client-form-441 #edit-submit:hover {
	text-decoration: underline;
}
div#content form div label {
	float: left;
	width: 150px;
	margin: 3px 21px 10px 0px;
	font-size: 1.2em;
	text-align: right;
	line-height: 1.1em;
}
div#content #edit-submit {
	background: #0379CA url(../images/arrow-right-white.gif) no-repeat 145px center;
	border: none;
	color: #FFFFFF;
	width: 160px;
	text-align: left;
	padding: 4px 8px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: 0px 0px 0px 100px;
	/*margin: 35px 0px 30px 100px;*/
	text-decoration: none;
}
div#content #edit-submit:hover {
	text-decoration: underline;
}


/* 9-05-2009 */

#content #user-login .description{font-size:1.2em;padding-left: 80px;}
#content #user-login #edit-name-wrapper{padding-bottom:20px;}

/* 11-05-2009 */

#edit-action-subscribe-wrapper label.option{padding-left:41px; }
div.form-radios  #edit-action-subscribe-wrapper input{width:10px; margin:0px 0px 0px 17px; }
#edit-submitted-message-wrapper .resizable-textarea {position: relative; float: right; top: -25px;}
div#content div.blogPost span.readmore a{
	background:url(../images/nav-default.gif) right 8px no-repeat;
	float:right;
	padding-right:15px;
	text-decoration:none;
	font-size: 1.1em;
}

.bookingDebtails_1{float:left; padding:15px 60px 0px 0px;}
div#content  div.bookingDetails {
width:520px;
}
.bookInfo {
float:left;
width:360px;
padding-right:40px;
}

div#content form #edit-submit-1 {
background:#0379CA url(../images/arrow-right-white.gif) no-repeat scroll 145px center;
border:medium none;
color:#FFFFFF;
float:right;
font-size:1.1em;
font-weight:bold;
/*margin-top:21px;*/
margin-top:0px;	
padding:4px 8px;
text-align:left;
text-decoration:none;
width:160px;
clear:both;
}

/* 14-05-2009 */

#edit-submitted-message-1-wrapper .resizable-textarea textarea {position: relative; top: -25px;}

div#content div#pager ul li.pager-last a {
	background: url(../images/next-arrow.gif) no-repeat right;
	padding-right: 20px;
}
div#content div#pager ul li.pager-first a {
	background: url(../images/previous-arrow.gif) no-repeat 5px;
	padding-left: 20px;
}

/* 15-05-2009 */

#content form.webform-client-form-604-1 input#edit-submit-1{clear:both;}

.content  form .container-inline{width:350px; float:right; margin-top:-35px;}

#subscription-form .form-checkboxes input {
float:left;
margin-top:10px;
}

.disp_date{
font-size:0.9em;
margin-bottom:1em;
padding:0;
}
div#content div.standfirst {
	font-size: 1.2em;
}
/*26 May 2009*/
div#content form#subscription-form div.form-checkboxes{ float:right; width:345px; clear:none;padding-bottom:10px;
border-bottom:1px solid #0379CA;}
div#content form#subscription-form div.form-checkboxes div label { float:left;
margin-top:0;
text-align:left;
width:85%;}
div#content form#subscription-form div.form-checkboxes div label input{
    margin:0px 5px 5px 0px;
	float:left;
	width:auto;
}

.content #edit-submitted-message-1-wrapper{height:100px;}

div#content form div.resizable-textarea textarea {
	float: right;
	width: 341px;
	margin-bottom: 0px;
}
/* 27-05-2009 */

div#content form#webform-client-form-438-1 div input#edit-submitted-mobile-number-1{margin-bottom:21px;}
div#content form#webform-client-form-604-1 div input#edit-submit-1{margin-top:6px;}
div#content form#webform-client-form-604 div input#edit-submit{margin-top:6px;}
div#content form#webform-client-form-604-1 div input#edit-submit-1{margin-bottom:0px;}
div#content form#webform-client-form-438-1 div input#edit-submit-1{margin-bottom:0px;}
div#content form#user-login div input#edit-submit{margin-top:21px; margin-bottom:16px;}




div#content div.menutree-page ul{
margin:0px;
padding:0px;
}
div#content div.menutree-page ul span{
font-size:18px;
font-weight:bold;
}
div#content div.menutree-page ul li{
list-style:none;
}
div#content div.menutree-page ul li a{
text-decoration:none;
}
div#content div.menutree-page ul li li{
list-style:square;
}
div#content div.menutree-page ul ul span{
font-size:12px;
font-weight:normal;
}
div#content div.menutree-page ul ul{
margin:0px;
padding-left:10px;
}
div#content div.menutree-page ul li{
margin:0px;
padding:3px;
font-size:12px;
}
div#content div.menutree-page ul a{
margin:0px;
padding:0px;
font-size:12px;
}
div#content div.menutree-page ul ul span{
margin:0px;
padding:0px;
font-size:12px;
}
