/** 
 * CPHR Theme
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Arial, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

a img {
	border: none;
	border: 0;
}

/* CONTAINER
----------------------------------------- */
#bgContainer {
	border-top: 3px solid #00babf; 
}

#container {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 15px;
}
#layoutWrap {
	width: 960px;
	clear: both;
	float: left;
}
#layout {
	float: right;
	width: 740px;
}

.content {
	float: left;
	width: 430px;
	border-top: 1px dotted #7d7471;
	padding-top: 5px;
}

.content h4 {
	text-transform: uppercase;
}

.contentWide{
	float: left;
	width: 500px;
	border-top: 1px dotted #7d7471;
	padding-top: 5px;
}

	.contentWide .contentWideSection {
		float: left;
		width: 500px;
		border-bottom: 1px dotted #7d7471;
		margin: 20px 0 0 0;
	}
	
	.contentWide .contentWideSection.last {
		border: none;
	}
	
		.contentWide .contentWideSection h4 {
			margin: 0 0 20px 0;
		}
		
		.contentWide .contentWideSection .contentWideItem {
			float: left;
			width: 480px;
			margin: 0 0 10px 0;
		}

			#CPHRPresentationsPage  .contentWide .contentWideSection .contentWideItem a {
				margin-left:0;
			}

.contentWhole {
	float: right;
	width: 740px;
	padding-top: 5px;
	border-top: 1px dotted #7d7471;
}

.rightContent {
	width: 260px;
	float: right;
	border-top: 1px dotted #7d7471;
	padding-top: 5px;
}

.rightContentSmall {
	width: 200px;
	float: right;
	border-top: 1px dotted #7d7471;
	padding-top: 5px;
}

/* HEADER
----------------------------------------- */
#header { 
 	width: 960px; 
 	margin: 30px 0 10px 0;
 	border-bottom: 2px solid #00babf;
 	float: left;
}
 	#header #logoBox {
 		float: left;
 	}
 	
 		#header #logoBox #logo {
 			width: 340px;
 		}
 		
 #headerPrint { 
 	width: 960px; 
 	margin: 30px 0 10px 0;
 	border-bottom: 2px solid #00babf;
 	float: left;
 	padding-bottom: 30px;
}
 	#headerPrint #logoBox {
 		float: left;
 	}
 	
 		#headerPrint #logoBox #logo {
 			width: 340px;
 		}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#navigation {
	clear: both;
	float: right;
	margin: 30px 28px 0 0;
}

	#navigation ul {
		margin: 0;
		padding: 0;
	}
	
	#navigation a {
		text-decoration: none;
		color: #706663;
		text-transform: uppercase;
		font-size: 8pt;
		padding-right: 20px;
	}
	
	#navigation a:hover{
		color: #00babf;
	}

	#navigation li {
		float: left;
		list-style-type: none;
		margin: 0 20px 0 0;
	}
	
		#navigation .mainNav {
			position: relative;
			height: 22px;
		}
		
			
	#navigation .subNav {
		position: absolute;
		background-color: #f7f5eb;
		left: -10px;
		top: 22px;
		z-index: 1000;
		border-top: 2px solid #00babf;
		width: 185px;
		box-shadow: 0 4px 10px 0 #b3b2b6;
		-webkit-box-shadow: 0 4px 10px 0 #b3b2b6;
		-moz-box-shadow: 0 4px 10px 0 #b3b2b6;
	}
	
		#navigation .subNav a {
			display: block;
			padding: 7px 0;
			margin: 0 10px;
			border-bottom: 1px dotted #7d7471;
			white-space: nowrap;
		}
					
			#navigation .subNav .lastNavItem {
				border: none;
			}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	float: right;
	width: 740px;
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0 0 10px 0;
}
	#Breadcrumbs p {
		font-size: 7pt;
		margin: 0;
		color: #706663;
	}
	
	#Breadcrumbs a {
		color: #706663;
		text-decoration: none;
		font-weight: bold;
	}
	
/* PAGINATION
-------------------------------------------- */

.pagination {
	float: left;
	width: 100%;
}

	.pagination .pages {
		float: left;
	}
	
		.pagination .pages a {
			margin-right: 5px;
			color: #706663;
		}
		
		.pagination .pages a.current {
			color: #00babf;
		}
	
	.pagination .prev {
		float: left;
		margin-right: 10px;
		color: #706663;
	}
	
	.pagination a:hover {
		color: #00babf;
	}
	
	.pagination .next {
		float: left;
		margin-left: 10px;
		color: #706663;
	}

/* RIGHT CONTENT
-------------------------------------- */

.rightContent #advisorBox {
	float: right;
	clear: right;
	width: 260px;
	border-top: 1px dotted #7d7471;
	padding: 5px 0 0 0;
}

	.rightContent #advisorBox h4 {
		margin: 0 0 5px 10px;
	}
	
	.rightContent #advisorBox #advisorContent {
		background-color: #f7f4ea;
		width: 240px;
		padding: 5px 10px 0 10px;
		float: right;
	}
	
		.rightContent #advisorBox #advisorContent p {
			line-height: 15px;
		}
	
		.rightContent #advisorBox #advisorContent a {
			font-size: 9pt;
		}
		
		.rightContent #advisorBox #advisorContent img {
			margin: 0 15px 10px 0;
			float: left;
		}
		
		.rightContent #advisorBox #advisorContent ul {
			margin: 10px 0 0 0;
			padding: 0;
		}
		
			.rightContent #advisorBox #advisorContent ul li {
				list-style-type: none;
				padding: 0;
				margin: 0 0 2px 0;
			}
			
		.rightContent #advisorBox #advisorContent .advisor {
			width: 240px;
			float: right;
			margin-bottom: 10px;
		}
			
.rightContent .tile {
	padding-top: 5px;
	border-top: 1px dotted #7d7471;
}
			
.rightContent .goldBox {
	float: right;
	width: 260px;
	background-color: #f7f4ea;
	padding-top: 12px;
}

	.rightContent .goldBox .rightItem {
		width: 230px;
		margin: 0 0 30px 15px;
	}
	
		.rightContent .goldBox .rightItem h4 {
			text-transform: uppercase;
		}
		
		.rightContent .goldBox .rightItem p {
			margin-bottom: 7px;
		}

/* HOMEPAGE
-------------------------------------------- */

#homePage h4 {
	margin-left: 10px;
}

#homePage .portalImageBG {
	width: 210px;
	height: 285px;
	position: absolute;
	margin: 0 10px 10px 0;
	background-color: rgba(0,186,191,0.6);
	z-index: 100;
}

	#homePage .portalImageBG h2 {
		color: #fff;
		margin: 15px 0 0 15px;
		font-weight: bold;
	}

#homePage .portalImage {
	float: left;
	width: 210px
	height: 285px;
	margin: 0 10px 10px 0;
	z-index: 1;
	position: relative;
}

#homePage #content {
	width: 295px;
	float: left;
	height: 285px;
	overflow-y: auto;
	margin: 0 0 10px 5px;
}
	
	#homePage #content h3 {
		font-size: 17px;
		line-height: 21px;
	}
		
	#homePage #content h3 span {
		color: #00babf;
	}
	
	#homePage #content p {
		margin: 10px 0 0 0;
		font-size: 15px;
		line-height: 18px;
	}
	
#homePage .homePageSectionContent {
		float: left;
		width: 100%;
		height: 275px;
		background-color: #f7f5eb;
	}
	
	#homePage .homePageSectionContent p {
		margin: 0 0 2px 0;
		line-height: 15px;
	}
	
	#homePage .homePageSectionContent .homePageItem {
		float: left;
		width: 195px;
		margin: 10px 5px 15px 10px;
	}
	
#homePage #recruitingProjects {
	float: left;
	clear: both;
	width: 210px;
	margin: 0 10px 0 0;
	padding: 8px 0 0 0;
	border-top: 1px dotted #7d7471;
}

	#homePage #recruitingProjects .homePageItem {
		width: 190px;
		border-bottom: 1px dotted #7d7471;
		margin: 0 0 5px 10px;
		max-height: 33%;
                overflow: hidden
	}
	
	#homePage #recruitingProjects .homePageItem.first {
		margin-top: 10px;
	}
	
	#homePage #recruitingProjects .homePageItem.last {
		border-bottom:none ;
		
	}
	
	#homePage #recruitingProjects .homePageItem.seemore {
		border-bottom:none ;
	}
	
	#homePage #recruitingProjects .homePageItem img {
	  border-radius: 5px;
	  display: block;
	  width: 50px;
	  margin: 10px;
	}

#homePage #ourInitiatives {
	float: left;
	width: 430px;
	margin: 0 10px 0 0;
	padding: 8px 0 0 0;
	border-top: 1px dotted #7d7471;
}

#homePage #ourInitiatives .homePageItemWrapper {
	float: left;
	width: 215px;
}

#homePage #ourInitiatives .homePageItem {
	height: 74px;
	overflow: hidden;
}

	#homePage #ourInitiatives .bx-wrapper {
		position: relative;
	}
	
		#homePage #ourInitiatives .bx-wrapper #homePageSlider {
			height: 230px;
		}
		
		#homePage #ourInitiatives .bx-wrapper .bx-prev,
		#homePage #ourInitiatives .bx-wrapper .bx-next {
			text-indent: -9999px;
			position: absolute;
			top: -25px;
			right: 30px;
			width: 10px;
			height: 100%;
		}
		
		#homePage #ourInitiatives .bx-wrapper .bx-prev {
			background: url(../images/leftSlideArrow.png) no-repeat;
		}
		
		#homePage #ourInitiatives .bx-wrapper .bx-next {
			background: url(../images/rightSlideArrow.png) no-repeat;
			right: 5px;
		}

		#homePage #ourInitiatives p {
			line-height: 15px;
		}

#homePage #latestNews_upcomingEvents {
	float: left;
	width: 300px;
	margin: 0;
	padding: 8px 0 0 0;
	border-top: 1px dotted #7d7471;
}

	#homePage #latestNews_upcomingEvents #latestNewsContent {
		margin-bottom: 8px;
		height: 120px;
	}

	#homePage #latestNews_upcomingEvents #moreNews {
		margin-left: 10px;
	}
	
	#homePage #latestNews_upcomingEvents .homePageItem {
		width: 280px;
		border-bottom: 1px dotted #7d7471;
		padding-bottom: 5px;
		margin: 0 0 5px 10px;
	}
	
	#homePage #latestNews_upcomingEvents .homePageItem.first {
		margin-top: 10px;
	}
	
		#homePage #latestNews_upcomingEvents .homePageItem .newsTitle {
			color: #706663;
			margin-bottom: 4px;
			width: 275px;
			line-height: 15px;
		}
		
		
		#homePage #latestNews_upcomingEvents .homePageItem .newsTitle:hover {
			color: #00babf;
		}
		
		#homePage #latestNews_upcomingEvents .homePageItem .newsDate {
			float: left;
			clear: left;
			width: 100%;
			display: block;
			margin-top: 3px;
		}

	#homePage #latestNews_upcomingEvents #upcomingEventsContent {
		height: 120px;
	}
	
	#homePage #latestNews_upcomingEvents #upcomingEventsContent .homePageItem {
		height: 40%;
		margin: 10px 5px 0px 10px;
	}
        #homePage #latestNews_upcomingEvents #upcomingEventsContent .homePageItem:last-child {
            border: medium none;
        }
/* PAGE
-------------------------------------------- */

#Page {
	float: right;
	width: 740px;
}

/* PAGE LAYOUTS
-------------------------------------------- */

#titleBox {
	float: left;
	width: 210px;
	height: 120px;
	margin: 0 10px 30px 0;
	font-size: 20px;
	line-height: 24px;
	color: #706663;
}

.bannerSection {
	float: left;
	width: 740px;
	height: 120px;
	margin: 0 0 10px 0;
}

/* SIDE BAR
-------------------------------------------- */

#sidebar {
	clear: both;
	float: left;
	width: 210px;
	margin: 0 10px 0 0;
}

	#sidebar ul {
		margin: 0;
		padding: 0;
		border-top: 1px dotted #7d7471;
		width: 195px;
	}
	
		#sidebar ul li {
			width: 100%;
			margin: 0;
			padding: 7px 0;
			border-bottom: 1px dotted #7d7471;
			list-style-type: none;
		}
		
			#sidebar ul li a {
				text-transform: uppercase;
			}
			
			#sidebar ul li a.current,
			#sidebar ul li a.section {
				color: #706663;
				background: url(../images/rightArrow.png) right no-repeat;
				padding-right: 15px;
			}
			
/* LANDING PAGE
-------------------------------------------- */

#LandingPage .content ul {
	margin: 0 0 15px 15px;
}

#LandingPage .content li {
	color: #00babf;
	margin: 0 0 10px 0;
}

#LandingPage .rightContent {
	padding-top: 0;
}	

	#LandingPage .rightContent .rightArrow {
		float: left;
		margin: 8px 0 0 0;
	}

	#LandingPage .rightContent .childPageSection {
		width: 260px;
		float: left;
		border-bottom: 1px dotted #7d7471;
	}
	
	#LandingPage .rightContent .childPageSection.lastChildLink {
		margin-bottom: 40px;
	}
	
		#LandingPage .rightContent .childPageSection h4 {
			text-transform: uppercase;
			margin: 5px 15px 10px 0;
			float: left;
		}
		
		#LandingPage .rightContent .childPageSection a {
			color: #706663;
		}
		
		#LandingPage .rightContent .childPageSection p {
			float: left;
			clear: both;
		}
		
		#LandingPage .rightContent .childPageSection ul {
			clear: left;
			margin: 0;
			padding: 0;
		}
		
			#LandingPage .rightContent .childPageSection ul li {
				list-style-type: none;
				padding: 0;
				margin: 0 0 10px 0;
				font-size: 9pt;
			}
			
				#LandingPage .rightContent .childPageSection ul li a {
					color: #00babf;
				}
				
		#LandingPage .rightContent #upcomingEvents {
			float: right;
			width: 260px;
			padding-bottom: 15px;
			border-bottom: 1px dotted #7d7471;
		}
		
			#LandingPage .rightContent #upcomingEvents h4 {
				margin: 5px 0 5px 10px;
				text-transform: uppercase;
			}
			
			#LandingPage .rightContent #upcomingEvents .goldBox {
				margin: 0;
				border-bottom: 1px dotted #7d7471;
				padding: 10px 0 15px 0;
			}
			
			#LandingPage .rightContent #upcomingEvents .goldBox.last {
				border: none;
			}
			
				#LandingPage .rightContent #upcomingEvents .goldBox p {
					margin: 0 0 2px 10px;
				}
				
				#LandingPage .rightContent #upcomingEvents .goldBox a {
					float: left;
					color: #706663;
					margin-left: 10px;
				}
				
				#LandingPage .rightContent #upcomingEvents .goldBox a:hover {
					color: #00babf;
				}
				
					#LandingPage .rightContent #upcomingEvents .goldBox a span {
						color: #00babf;
					}
					
				#LandingPage .rightContent #upcomingEvents .goldBox #registerLink {
					color: #00babf;
				}
		
/* RESEARCH AREA PAGE
-------------------------------------------- */

#ResearchAreaPage .content img {
	max-width: 430px;
}

#ResearchAreaPage .content h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

#ResearchAreaPage .rightContent .goldBox {
	padding-bottom: 20px;
}

	#ResearchAreaPage .rightContent .goldBox ul {
		margin: 0 0 0 10px;
		padding: 0;
	}
	
		#ResearchAreaPage .rightContent .goldBox ul li {
			list-style-type: none;
			margin: 0 0 10px 0;
		}

/* RESEARCH PROJECTS PAGE
-------------------------------------------- */

#projectBanner, #projectBanner #SearchForm_ProjectSearchForm, #projectBanner #projectSearchSide {
	height: 170px;
}

#SearchForm_ProjectSearchForm {
	width: 550px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #f7f5eb;
}

#SearchForm_ProjectSearchForm *{
	margin: 0;
	padding: 0;
}
		
		#SearchForm_ProjectSearchForm fieldset {
			float: left;
			width: 467px;
			margin: 10px 0 0 12px;
			position: relative;
		}
		
		#SearchForm_ProjectSearchForm fieldset h4 {
			margin: 0 0 15px 4px;
			text-transform: uppercase;
			font-size: 9pt;
			color: #706663;
		}

		#SearchForm_ProjectSearchForm .field {
			float: left;
			width: 467px;
		}
		
			#SearchForm_ProjectSearchForm .field .middleColumn {
				background: none;
				float: left;
				width: 467px;
			}
			
				#SearchForm_ProjectSearchForm .field .middleColumn input.text {
					float: left;
					width: 460px;
					border: 1px solid #d3d0cf;
					height: 25px;
					border-radius: 10px;
					color: #706663;
					font-size: 12px;
					font-weight: normal;
					padding-left: 5px;
					outline: none;
				}
				
				#SearchForm_ProjectSearchForm .field .middleColumn select {
					margin: 15px 0 0 0px;
				}
				
				#SearchForm_ProjectSearchForm input.action {
					position: absolute;
					right: 0;
					top: 70px;
					height: 25px;
					width: 80px;
					border: none;
					background-color: #d6d3d2;
					color: #706663;
					border-radius: 10px;
					cursor: pointer;
				}
				
#projectSearchSide {
	float: left;
	width: 170px;
	height: 120px;
	background-color: #f7f5eb;
}

	#projectSearchSide h4 {
		font-size: 9pt;
		color: #706663;
		margin: 10px 0 7px 0;
	}
	
	#projectSearchSide a {
		color: #00babf;
		text-decoration: none;
		font-size: 9pt;
		margin-right: 20px;
	}
	
	#projectSearchSide a:hover {
		cursor: pointer;
	}
	
	#projectSearchSide a.last {
		margin-right: 0;
	}
	
	#projectSearchSide img {
		margin-left: 10px;
	}
	
		#projectSearchSide .projectSearchSideItem {
			border-bottom: 1px dotted #7d7471;
			width: 170px;
			padding-bottom: 10px;
		}

.projects .contentWhole h4 {
	margin-bottom: 25px;
}

.projects .contentWhole .searchItem {
	float: left;
	width: 740px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #7d7471;
}

.projects .contentWhole .searchItem.lastSearchItem, .projects .contentWhole .searchItem.lastRecruitItem {
	border: none;
}

.projects .contentWhole .searchItem.lastRecruitItem {
	margin-bottom: 40px;
}

	.projects .contentWhole .searchItem a,  {
		font-size: 9pt;
	}
	
	.projects .contentWhole .searchItem a:hover {
		cursor: pointer;
	}
	
	.projects .contentWhole .searchItem p {
		font-size: 9pt;
		max-width: 90%;
	}
			
/* RESEARCH PAGE
-------------------------------------------- */

#ResearchPage .content h2 {
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 27px;
}

#ResearchPage .content #publicationsHeading {
	width: 430px;
	float: left;
	border-top: 1px dotted #7d7471;
	border-bottom: 1px dotted #7d7471;
	padding: 5px 0 2px 0;
	margin-bottom: 10px;
}

	#ResearchPage .content #publicationsHeading h4 {
		width: 390px;
		float: left;
		margin: 0 13px 0 0;
		border-right: 1px dotted #7d7471;
	}
	
	#ResearchPage .content #publicationsHeading img {
		margin-top: -2px;
	}
	
#ResearchPage .content table {
	width: 430px;
}

	#ResearchPage .content table td {
		border: none;
		font-size: 9pt;
		padding-bottom: 10px;
	}
	
	
		#ResearchPage .content table td.c1 {
			width: 384px;
			padding-left: 0;
		}
		
		#ResearchPage .content table td.c2 {
			padding-left: 12px;
		}

#ResearchPage .rightContent h4 {
	margin-left: 10px;
	text-transform: uppercase;
}

#ResearchPage #researchInfo {
	float: right;
	width: 260px;
	background-color: #f7f5eb;
	padding-top: 20px;
}

	#ResearchPage #researchInfo #keyResearcher {
		float: left;
		width: 240px;
		margin: 0 10px 5px 0;
	}

		#ResearchPage #researchInfo #keyResearcher img {
			float: left;
			margin-right: 10px;
		}
		
		#ResearchPage #researchInfo #keyResearcher #nameListItem {
			margin-bottom: 5px;
		}
		
		#ResearchPage #researchInfo #researcherList li {
			margin-bottom: 10px;
		}

	#ResearchPage #researchInfo .infoBox {
		float: left;
		width: 255px;
		margin: 0 0 20px 10px;
	}
	
		#ResearchPage #researchInfo .infoBox .email {
			color: #706663;
		}
		
		#ResearchPage #researchInfo .infoBox a:hover {
			color: #00babf;
		}
		
		#ResearchPage #researchInfo .infoBox h4 {
			margin-left: 0;
		}
	
		#ResearchPage #researchInfo .infoBox ul {
			margin: 0 0 10px 0;
		}
		
			#ResearchPage #researchInfo .infoBox ul li {
				margin: 0;
				list-style-type: none;
			}
			
				#ResearchPage #researchInfo .infoBox ul li span {
					font-style: italic;
				}

/* RECRUITING LANDING PAGE
-------------------------------------------- */
.recruiting .contentWhole .searchItem  img {
	margin-bottom: 18px;
	border-radius: 10px;
}


/* PUBLICATIONS PAGE
-------------------------------------------- */

#SearchForm_PublicationSearchForm {
	width: 740px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #f7f5eb;
}

#SearchForm_PublicationSearchForm *{
	margin: 0;
	padding: 0;
}
		
		#SearchForm_PublicationSearchForm fieldset {
			float: left;
			width: 716px;
			margin: 10px 0 0 12px;
			position: relative;
		}
		
		#SearchForm_PublicationSearchForm fieldset h4 {
			margin: 0 0 0 4px;
			text-transform: uppercase;
			font-size: 9pt;
			color: #706663;
		}

		#SearchForm_PublicationSearchForm .field label {
			float: left;
			margin-left: 4px;
			font-size: 8pt;
		}
		
		#SearchForm_PublicationSearchForm #Year {
			float: left;
			position: relative;
			height: 20px;
		}
		
			#SearchForm_PublicationSearchForm .field .middleColumn {
				background: none;
				float: left;
				width: 250px;
			}
			
			#SearchForm_PublicationSearchForm #Year .middleColumn {
				float: left;
				display: inline;
			}
			
				#SearchForm_PublicationSearchForm .field .middleColumn input.text {
					float: left;
					width: 200px;
					border: 1px solid #d3d0cf;
					height: 20px;
					border-radius: 10px;
					color: #c4c7c9;
					font-size: 8pt;
					font-weight: normal;
					padding-left: 5px;
					margin: 10px 0 0 0;
				}
				
				#SearchForm_PublicationSearchForm #AuthorSearch .middleColumn input.text {
					margin: 5px 0 0 0;
				}
				
				#SearchForm_PublicationSearchForm #Year .middleColumn select {
					position: absolute;
					top: 4px;
					left: 125px;
					width: 80px;
				}
				
				#SearchForm_PublicationSearchForm #Year label {
					position: absolute;
					top: 8px;
				}
				
				#SearchForm_PublicationSearchForm #Types {
					position: absolute;
					left: 250px;
					top: 20px;
				}
				
					#SearchForm_PublicationSearchForm #Types .middleColumn {
						float: left;
						width: 370px;
					}
					
						#SearchForm_PublicationSearchForm #Types .middleColumn ul li {
							display: inline;
						}
						
							#SearchForm_PublicationSearchForm #Types .middleColumn ul li input {
								width: 15px;
							}
							
							#SearchForm_PublicationSearchForm #Types .middleColumn ul li label {
								width: 165px;
								margin-bottom: 20px;
							}
							
				#SearchForm_PublicationSearchForm #Area {
					position: absolute;
					left: 435px;
					top: 80px;
				}
				
					#SearchForm_PublicationSearchForm #Area .middleColumn select {
						width: 150px;
					}
				
				#SearchForm_PublicationSearchForm input.action {
					position: absolute;
					right: 10px;
					top: 80px;
					height: 20px;
					width: 80px;
					border: none;
					background-color: #d6d3d2;
					color: #706663;
					border-radius: 10px;
				}

#PublicationsPage #mainHead {
	float: left;
	width: 500px;
	border-right: 1px dotted #7d7471;
	margin: 0 20px 5px 0;
}

#PublicationsPage #subHead {
	float: left;
	width: 170px;
	margin: 0 20px 5px 0;
	border-right: 1px dotted #7d7471;
}

#PublicationsPage #linkIcon {
	float: left;
}

#PublicationsPage table {
	float: left;
	width: 740px;
	border-top: 1px dotted;
}

	#PublicationsPage table td {
		border: none;
		padding: 20px 0 30px 0;
		text-align: left;
		vertical-align: top;
	}
	
	#PublicationsPage table .c1 {
		width: 500px;
	}
	
	#PublicationsPage table .c2 {
		width: 170px;
		padding-left: 20px;
	}
	
	#PublicationsPage table .c3 {
		padding-left: 20px;
	}
				
/* PARTNERS PAGE
-------------------------------------------- */

#PartnersPage h4 {
	float: left;
}

#PartnersPage .content {
	border: none;
	float: right;
	width: 610px;
	padding: 0;
}

	#PartnersPage .contentWhole img {
		float: left;
		margin: 0 40px 40px 0;
	}
	
	#PartnersPage .contentWhole img.lastPartner {
		margin-right: 0;
	}
	
/* COURSES PAGE
-------------------------------------------- */

#CoursesPage .content p {
	margin-bottom: 10px;
}

#CoursesPage .content .item {
	float: left;
	width: 420px;
	margin-top: 30px;
}

	#CoursesPage .rightContent #shortCourses {
		margin-bottom: 30px;
	}
	
		#CoursesPage .rightContent #shortCourses #allCoursesLink {
			float: right;
			width: 260px;
			margin-bottom: 10px;
		}
	
		#CoursesPage .rightContent #shortCourses #upcomingCourses {
			float: right;
			width: 260px;
			margin: 20px 0 20px 0;
		}
		
			#CoursesPage .rightContent #shortCourses #upcomingCourses .item {
				float: left;
				margin: 0 0 10px 0;
				width: 260px;
			}
		
			#CoursesPage .rightContent #shortCourses #upcomingCourses p {
				margin: 0;
			}
	
/* SHORT COURSE LANDING PAGE
-------------------------------------------- */

#ShortCourseLandingPage .content h4 {
	margin-bottom: 30px;
}

#ShortCourseLandingPage .content p {
	margin-bottom: 0;
}

#ShortCourseLandingPage .content .section {
	float: left;
	width: 430px;
}

	#ShortCourseLandingPage .content .section h4 {
		margin-bottom: 15px;
	}
	
	#ShortCourseLandingPage .content .section .childPage {
		margin-bottom: 10px;
	}

#ShortCourseLandingPage .content #upcomingCourses {
	margin-bottom: 40px;
}

#ShortCourseLandingPage .rightContent #advisorBox {
	padding-top: 0;
	border-top: none;
}
	
/* SHORT COURSE PAGE
-------------------------------------------- */

#ShortCoursePage .rightContent h4 {
	margin: 0 0 5px 15px;
}

	#ShortCoursePage .rightContent .goldBox .rightItem h4 {
		margin: 0 0 10px 0;
	}

/* TRAINING PAGE
-------------------------------------------- */

#TrainingPage .content .trainingSection {
	float: left;
	width: 430px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #7d7471;
}

#TrainingPage .content .trainingSection.last {
	border: none;
}

	#TrainingPage .content .trainingSection .sectionTitle {
		margin: 0;
		text-transform: uppercase;
	}
	
	#TrainingPage .content .trainingSection .status {
		margin-top: 25px;
	}
	
	#TrainingPage .content .trainingSection .topic {
		margin-bottom: 40px;
		float: left;
		width: 100%;
	}
	
	#TrainingPage .content .trainingSection p {
		margin-bottom: 10px;
	}
	
		#TrainingPage .content .trainingSection p span {
			font-weight: bold;
		}
	
	#TrainingPage .content .trainingSection a.person {
		margin-bottom: 8px;
	}
	
#TrainingPage .rightContent #anchorBox {
	float: left;
	width: 260px;
	background-color: #f7f4ea;
	margin-bottom: 30px;
}

	#TrainingPage .rightContent #anchorBox ul {
		margin: 15px 0 0 10px;
		padding: 0;
	}
	
		#TrainingPage .rightContent #anchorBox ul li {
			margin: 0 0 20px 0;
			padding: 0;
			list-style-type: none;
		}
				
/* PEOPLE LANDING PAGE
-------------------------------------------- */

.ac_over {
	background-color: #00babf !important;
}

#Form_PeopleSearchForm {
	width: 740px;
	height: 120px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #f7f5eb;
}

#Form_PeopleSearchForm *{
	margin: 0;
	padding: 0;
}
		
		#Form_PeopleSearchForm fieldset {
			float: left;
			width: 610px;
			margin-left: 12px;
		}
		
		#Form_PeopleSearchForm fieldset h4 {
			margin: 15px 0 25px 4px;
			text-transform: uppercase;
			font-size: 9pt;
			color: #706663;
		}

		#Form_PeopleSearchForm .field {
			float: left;
			width: 270px;
			margin: 0 25px 0 0;
		}
		
			#Form_PeopleSearchForm .field .middleColumn {
				background: none;
				float: left;
				width: 270px;
			}
			
				#Form_PeopleSearchForm .field .middleColumn input.text {
					float: left;
					width: 270px;
					border: 1px solid #d3d0cf;
					height: 25px;
					border-radius: 10px;
					color: #c4c7c9;
					font-size: 8pt;
					font-weight: normal;
					padding-left: 5px;
				}
				
				#Form_PeopleSearchForm input.action {
					margin: 55px 0 0 0;
					height: 25px;
					width: 80px;
					border: none;
					background-color: #d6d3d2;
					color: #706663;
					border-radius: 10px;
				}

	#PeopleLandingPage img {
		float: right;
		width: 740px;
		margin: 0 0 20px 0;
	}

	#PeopleLandingPage .directorsBox {
		float: right;
		width: 740px;
		border-top: 1px dotted #7d7471;
	}
	
		#PeopleLandingPage .directorsBox h4 {
			margin: 15px 0;
			text-transform: uppercase;
		}
		
			#PeopleLandingPage .directorsBox .directors {
				float: left;
				width: 350px;
				margin: 0 20px 30px 0;
			}
			
			#PeopleLandingPage .directorsBox .directors.odd {
				clear: left;
			}
			
			#PeopleLandingPage .directorsBox .directors.even {
				margin-right: 0;
			}
				
				#PeopleLandingPage .directorsBox .directors .infoBox {
					float: left;
					width: 250px;
				}
			
				#PeopleLandingPage .directorsBox .directors span {
					font-weight: bold;
				}
		
				#PeopleLandingPage .directorsBox .directors img {
					width: 80px;
					float: left;
					margin: 0 15px 0 0;
				}
				
				#PeopleLandingPage .directorsBox .directors a {
					font-size: 9pt;
				}
				
				#PeopleLandingPage .directorsBox .directors p {
					margin: 0 0 0 0;
				}
				
				#PeopleLandingPage .directorsBox .directors ul {
					margin: 10px 0 0 0;
					padding: 0;
				}
				
					#PeopleLandingPage .directorsBox .directors ul li {
						list-style-type: none;
						margin: 1px 0 0 0;
					}
					
						#PeopleLandingPage .directorsBox .directors ul li a {
							color: #706663;
						}
						
						#PeopleLandingPage .directorsBox .directors ul li a:hover {
							color: #00babf;
						}

/* PERSON PAGE
----------------------------------------------- */

#PersonPage .content h2 {
	font-weight: bold;
	margin-bottom: 7px;
}

#PersonPage .content #educationPara {
	margin: 0 0 30px 0;
}

	#PersonPage .content #contentNav {
		margin: 0 0 30px 0;
		padding: 5px 0;
		width: 430px;
		float: left;
		border-top: 1px dotted #7d7471;
		border-bottom: 1px dotted #7d7471;
	}
	
		#PersonPage .content #contentNav li {
			list-style-type: none;
			color: #00babf;
			padding: 0 20px 0 0;
			margin: 0 20px 0 0;
			float: left;
			font-size: 9pt;
		}
		#PersonPage .content #contentNav li:hover {
			cursor:pointer;
		}
		
		#PersonPage .content #contentNav li.last {
			margin-right: 0;
		}
		
		#PersonPage .content .miniContent table {
			width: 430px;
		}
		
			#PersonPage .content .miniContent table #heading {
				border-bottom: 1px dotted #7d7471;
				border-top: 1px dotted #7d7471;
			}
			
				#PersonPage .content .miniContent table #heading .c2 {
					border-left: 1px dotted #7d7471;
					border-right: 1px dotted #7d7471;
				}
		
		#PersonPage .content .miniContent table td {
			border: none;
			padding-left: 0;
			font-size: 9pt;
		}
		
		#PersonPage .content .miniContent table .c2 {
			width: 90px;
			text-align: center;
		}
		
		#PersonPage .content .miniContent table .c3 {
			text-align: center;
		}
		
			#PersonPage .content .miniContent table .c3 img {
				margin-left: 7px;
			}
			
		#PersonPage .content .miniContent p {
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px dotted #7d7471;
		}
		
	#PersonPage .rightContent img {
		margin: 5px 0 15px 0;
	}
		
	#PersonPage .rightContent .goldBox {
		padding: 5px 0 10px 0;
	}
		
		#PersonPage .rightContent .goldBox p {
			margin: 0 0 0 10px;
			line-height: 14px;
		}
		
		#PersonPage .rightContent .goldBox #rolePara {
			margin-bottom: 10px;
		}
		
		#PersonPage .rightContent .tile h4 {
			margin-bottom: 5px;
		}

/* SEMINARS PAGE
----------------------------------------------- */

#SeminarsPage .contentWide .seminar {
	float: left;
	width: 480px;
	margin-top: 10px;
}

	#SeminarsPage .contentWide .seminar ul {
		margin: 10px 0;
		padding: 0;
	}
	
		#SeminarsPage .contentWide .seminar ul .seminarDate {
			color: #00babf;
			font-weight: bold;
		}
		
		#SeminarsPage .contentWide .seminar ul li {
			list-style-type: none;
			margin: 0 0 10px 0;
		}
		
			#SeminarsPage .contentWide .seminar ul li span {
				font-weight: bold;
			}
			
			#SeminarsPage .contentWide .seminar ul li .seminarLink {
				background: none;
				padding: 0;
				margin: 0 0 0 5px;
			}
			
			#SeminarsPage .contentWide .seminar ul li .seminarLinkIcon {
				margin-bottom: -3px;
			}
			
			#SeminarsPage .contentWide .seminar ul li .seminarPDFIcon {
				margin-left: 10px;
				padding-left: 25px;
			}
			
/* CONFERENCES LANDING PAGE
----------------------------------------------- */

#ConferencesLandingPage .contentWide .childPage {
	width: 480px;
	float: left;
	margin-top: 30px;
}

#ConferencesLandingPage .contentWide p {
	margin: 0 0 7px 0;
}
			
/* CONFERENCES PAGE
----------------------------------------------- */

#ModalPopup .bio{
	padding: 15px;
	background: #fff;
	max-width: 450px;
	overflow: auto;
}
	
	#ModalPopup .bio h4 {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	
	#ModalPopup .bio p {
		font-size: 9pt;
		line-height: 1.3;
	}

#ConferencesPage .content h2 {
	font-weight: bold;
	margin-bottom: 25px;
}

#ConferencesPage .content #presentationsHeading {
	margin-bottom: 20px;
}

#ConferencesPage .content p {
	margin-top: 2px;
	margin-bottom: 4px; 
}

#ConferencesPage .content .content_section {
	clear: both;
	float: left;
	margin-bottom: 30px;
}

#ConferencesPage .rightContent h4 {
	margin: 0 0 5px 10px;
	text-transform: uppercase;
}

#conferenceForm {
	float: left;
	width: 500px;
	border-top: 1px dotted #7d7471;
	padding-top: 10px;
	position: relative;
}
	
	#conferenceForm h4 {
		margin: 0 0 5px 10px;
	}

	#conferenceForm form {
		float: left;
		width: 500px;
		font-size: 9pt;
	}
	
		#conferenceForm form * {
			margin: 0;
			padding: 0;
		}
	
		#conferenceForm form fieldset {
			float: left;
			width: 490px;
			background-color: #f7f4ea;
			padding-left: 10px;
			padding-top: 10px;
		}
		
		#conferenceForm form .field {
			float: left;
			width: 440px;
			margin-bottom: 15px;
		}
	
		#conferenceForm form label {
			float: left;
			width: 100px;
			margin-right: 30px;
		}
		
		#conferenceForm form input {
			float: right;
			width: 300px;
			border: 1px solid #e7e5e4;
			height: 20px;
		}
		
		#conferenceForm form textarea {
			resize: none;
			width: 300px;
			border: 1px solid #e7e5e4;
			float: right;
		}

		#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm .checkfield {
			float: left;
			width: 440px;
			margin-bottom: 15px;
		}
			#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm .checkfield ul {
				float:left;
				width:300px;
				margin-left:10px;
			}
				#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm .checkfield ul input {
					float:left;
					width:auto;
				}
				#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm .checkfield ul label {
					margin-top:4px;
					margin-left:5px;
				}
				#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm #MultiDay {
					position: relative;
					padding-bottom: 40px;
				}
					#ConferencesPage #conferenceForm #Form_ConferenceRegisterForm #MultiDay p {
						position: absolute;
						top: 50px;
						left: 140px;
						max-width: 260px;
					}
		
		#conferenceForm form fieldset span {
			float: right;
			width: 300px;
			color: #706663;
			font-weight: bold;
		}
		
		#conferenceForm form fieldset #FullDate {
			margin-bottom: 0;
		}
		
			#conferenceForm form fieldset #Venue span {
				font-weight: normal;
			}
		
		#conferenceForm form fieldset #PaymentType ul li label,
		#conferenceForm form fieldset #PaymentType2 label,
		#conferenceForm form fieldset #PaymentType3 label {
			display: none;
		}
		
		#conferenceForm form fieldset #PaymentType {
			width: 440px;
			margin-left: 0;
			border: none;
			padding: 0;
		}
		
			#conferenceForm form fieldset #PaymentType p {
				margin-right: 15px;
			}
			
			#conferenceForm form fieldset #PaymentType label {
				margin-right: 40px;
			}
		
		#conferenceForm form fieldset .PaymentType {
			width: 300px;
			margin-left: 140px;
			border-top: 1px dotted #7d7471;
			padding-top: 15px;
		}
		
		#conferenceForm form fieldset #PaymentType2 h6 {
			margin-bottom: 20px;
		}
		
		#conferenceForm form input.radio {
			width: 25px;
			float: left;
		}
		
		#conferenceForm form ul {
			float: left;
			width: 25px;
		}
		
		#conferenceForm form p {
			float: right;
			width: 260px;
			margin-right: 15px;
			margin-bottom: 10px;
			line-height: 15px;
		}
		
		#conferenceForm form fieldset h6 {
			float: left;
			font-size: 9pt;
			margin-bottom: 10px;
		}
		
		#conferenceForm form .Actions input {
			float: right;
			width: 80px;
			height: 22px;
			border-radius: 9px;
			border: none;
			color: #fff;
			background-color: #00babf;
			margin-top: 15px;
		}
		
		#conferenceForm #printButton {
			position: absolute;
			bottom: 5px;
		}
		
			#conferenceForm #printButton img {
				margin: 0 0 -3px 5px;
			}

#ConferencesPage #presentationsContent {
	float: left;
	width: 430px;
}

	#ConferencesPage #presentationsContent h4 {
		margin-bottom: 10px;
	}
	
	#ConferencesPage #presentationsContent p {
		font-size: 9pt;
	}
	
	#ConferencesPage #presentationsContent a {
		margin-left: 5px;
	}
	
	#ConferencesPage #presentationsContent .noBG {
		background: none;
		padding-left: 0;
	}
	
		#ConferencesPage #presentationsContent a .linkIcon {
			margin: 0 0 -3px 5px;
		}
		
	#ConferencesPage #presentationsContent .session {
		border-top: 1px dotted #7d7471;
		padding-top: 5px;
	}
	
		#ConferencesPage #presentationsContent .session .presentation{
			margin-bottom: 30px;
		}
			
			#ConferencesPage #presentationsContent .session .presentation h4 {
				text-transform: capitalize;
			}
	
		#ConferencesPage #presentationsContent .session #sessionType {
			text-transform: uppercase;
		}

#ConferencesPage .rightContent #conferenceDetailsBox {
	float: left;
	background-color: #f7f4ea;
	width: 260px;
	padding-bottom: 20px;
}

	#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails {
		float: left;
		width: 240px;
		margin: 10px 0 0 10px;
	}
	
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails h4 {
			margin: 30px 0 10px 0;
		}
		
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails .firstHeading {
			margin-top: 0;
		}
	
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails p {
			margin: 0;
			line-height: 14px;
		}
		
			#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails p span {
				font-weight: bold;
			}
		
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails #registerP {
			margin-bottom: 10px;
		}
		
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails a {
			margin-bottom: 10px;
		}
		
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails .clickedLink {
			color: #706663;
		}
		
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails a.programme,
		#ConferencesPage .rightContent #conferenceDetailsBox #conferenceDetails #presentationsLink {
			display: block;
		}
	
	#ShortCoursePage .rightContentSmall h4,	
	#ConferencesPage .rightContentSmall h4 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	#ShortCoursePage .rightContentSmall ul,
	#ConferencesPage .rightContentSmall ul {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
		#ShortCoursePage .rightContentSmall ul li,
		#ConferencesPage .rightContentSmall ul li {
			padding: 0;
			margin: 0 0 4px 0;
			list-style-type: none;
			font-size: 9pt;
		}
			
			#ShortCoursePage .rightContentSmall ul li a,
			#ConferencesPage .rightContentSmall ul li a {
				color: #706663;
			}
			
			#ShortCoursePage .rightContentSmall ul li a:hover,
			#ConferencesPage .rightContentSmall ul li a:hover {
				color: #00babf;
			}
	
	#ShortCoursePage .rightContentSmall #hoursUL,	
	#ConferencesPage .rightContentSmall #hoursUL {
		width: 130px;
	}

/* CPHR PRESENTATIONS PAGE
-------------------------------------------- */

#CPHRPresentationsPage .contentWide a {
	margin-left: 5px;
}

	#CPHRPresentationsPage .contentWide a .linkIcon {
		margin-bottom: -3px;
	}

/* NEWS PAGE
-------------------------------------------- */

#NewsPage .rightContentSmall h4 {
	margin-left:8px;
}

#NewsPage .rightContentSmall #dateFilter {
	padding:5px 0 5px 8px;
	line-height: 20px;
	background-color:#F7F5EB;
}
	#NewsPage .rightContentSmall #dateFilter p {
		margin:0;
		padding:0;
		line-height: 20px;
	}


#Form_NewsSearchForm {
	width: 740px;
	height: 120px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #f7f5eb;
	position:relative;
}
		
	#Form_NewsSearchForm fieldset {
		float: left;
		width: 100%;
		margin-left: 12px;
	}
	#Form_NewsSearchForm .middleColumn {
		margin:0;
		padding:0;
	}
	
	#Form_NewsSearchForm fieldset h4 {
		margin: 8px 0 8px 0px;
		text-transform: uppercase;
		font-size: 9pt;
		color: #706663;
	}

	#Form_NewsSearchForm fieldset .checkboxset {
	}
		#Form_NewsSearchForm fieldset .checkboxset ul li {
			margin:0 0 15px 0;
			padding:0;
		}
		#Form_NewsSearchForm fieldset .checkboxset ul li input {
			margin:2px 0;
		}
		#Form_NewsSearchForm fieldset .checkboxset ul li label {
			margin:2px 0 2px 10px;
		}

	#Form_NewsSearchForm fieldset .dropdown {
		position:relative;
		margin-bottom:8px;
		float:right;
	}
		#Form_NewsSearchForm fieldset .dropdown label {
			position:absolute;
			left:0;
			top:0;
		}
		#Form_NewsSearchForm fieldset .dropdown .middleColumn {
			float:left;
			width:auto;
			margin-left:100px;
			margin-top:-5px;
		}

	#Form_NewsSearchForm fieldset .customtext {
		position:relative;
		margin-bottom:8px;
		float:right;
	}
		#Form_NewsSearchForm fieldset .customtext label {
			position:absolute;
			left:0;
			top:0;
		}
		#Form_NewsSearchForm fieldset .customtext .middleColumn {
			float:left;
			width:auto;
		}

	#Form_NewsSearchForm .field {
		float: left;
		width: 270px;
		margin: 0 25px 0 0;
	}
	
		#Form_NewsSearchForm .field .middleColumn {
			background: none;
			float: left;
			width: 270px;
		}
		
			#Form_NewsSearchForm .field .middleColumn input.text {
				float: left;
				width: 240px;
				border: 1px solid #d3d0cf;
				height: 20px;
				border-radius: 15px;
				color: #000;
				font-size: 8pt;
				font-weight: normal;
				padding-left: 5px;
			}
	
	#Form_NewsSearchForm .Actions {
		float:right;
		width:270px;
		margin:0 12px 0 0;
	}
		#Form_NewsSearchForm input.action {
			float:left;
			margin: 0 0 0 0;
			height: 20px;
			width: 80px;
			border: none;
			background-color: #d6d3d2;
			color: #706663;
			border-radius: 15px;
		}
			#Form_NewsSearchForm input.action:hover {
				background-color: #CCCCCC;
				color: #000000;
			}

	#Form_NewsSearchForm #Year {
		float: left;
		margin-left: 52px;
	}

/* ABOUT PAGE
----------------------------------------------- */

#AboutPage h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

	#AboutPage .contentWide #imageSection {
		float: left;
		width: 500px;
		margin: 20px 0;
	}

		#AboutPage .contentWide #imageSection img {
			width: 150px;
			margin-right: 25px;
			float: left;
		}
		
		#AboutPage .contentWide #imageSection #last {
			margin-right: 0;
		}
	
	#AboutPage .contentWide .section {
		float: left;
		width: 500px;
		border-top: 1px dotted #7d7471;
		margin-top: 30px;
		padding-top: 5px;
	}
	
		#AboutPage .contentWide .section img {
			float: left;
			margin: 0 25px 5px 0;
		}
		
		#AboutPage .contentWide .section h6 {
			float: left;
			clear: left;
			margin: 0 0 2px 0;
			width: 205px;
			font-weight: normal;
			color: #00babf;
			font-size: 8pt;
		}

#AboutPage .rightContentSmall ul {
	margin: 0;
	padding: 0;
}

	#AboutPage .rightContentSmall li {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 9pt;
	}
	
#AboutPage .rightContentSmall p {
	margin: 25px 0 0 0;
}

/* FUNDING PAGE
----------------------------------------------- */

#FundingPage h4 {
	margin-bottom: 35px;
}

#FundingPage .rightContent .sponsorImage {
	float: left;
	margin: 0 20px 20px 0;
}

#FundingPage .rightContent img.mainSponsor {
	margin: 0 0 20px 0;
}

#FundingPage .rightContent .lastSponsor {
	margin-right: 0;
}

#FundingPage .content #mainHeading,
#FundingPage .content #subHeading {
	margin-bottom: 10px;
}

#FundingPage .content #subHeading {
	margin-top: 35px;
}

#FundingPage .content ul {
	margin: 0;
	padding: 0;
}

	#FundingPage .content ul li {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
		#FundingPage .content ul li a {
			font-size: 10pt;
		}
		
/* REPORT PAGE
----------------------------------------------- */

#ReportPage .contentWide p {
	margin-bottom: 10px;
}

#ReportPage .contentWide a {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

	#ReportPage .contentWide a img {
		margin: 0 0 -3px 10px;
	}
	
#ReportPage .rightContentSmall ul {
	margin: 0;
	background-color: #f7f5eb;
	padding: 10px 0;
}

	#ReportPage .rightContentSmall ul li {
		list-style-type: none;
		margin-bottom: 10px;
	}

					
/* CONTACT PAGE
----------------------------------------------- */

#ContactPage h4 {
	margin-bottom: 25px;
}

#ContactPage table,
#ContactPage th,
#ContactPage td {
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 5px 20px 5px 0;
}

	#ContactPage table .c1 {
		width: 110px;
	}
	
	#ContactPage table .c2 {
		width: 270px;
	}

	#ContactPage table a {
		color: #706663;
	}
	
	#ContactPage table a:hover {
		color: #00babf;
	}
	
		#ContactPage table .officeRow {
			padding: 25px 20px 25px 0;
		}
		
		#ContactPage table .addressRow,
		#ContactPage table .courierRow {
			padding: 5px 20px 25px 0;
		}
		
#ContactPage .rightContent {
	border-top: 1px dotted #7d7471;
	padding-top: 5px; 
}

#ContactPage .rightContent iframe {
	margin-bottom: 20px;
}


/* COMMENTS
---------------------------------------- */


/* SEARCH RESULTS STYLES
------------------------------------------------ */
#SearchResultsPage {

}
#SearchResults {
	list-style: none;
	margin:0;
	padding:0;
}
	#SearchResults li {
		border-bottom:1px dotted #7D7471;
		margin:10px 0;
		padding:10px 0;
	}


/* SEARCH FORM 
-----------------------------------------------*/
html #CustomSearchForm_CustomSearchForm {
	float: right;
	width: 205px;
	margin: 30px 0 0 0;
	position: relative;
}
html #CustomSearchForm_CustomSearchForm .middleColumn {
	float: right;
	width: 205px;
	margin: 0;
	padding: 0;
	background: none;
	clear: none;
	display: inline;
}
html #CustomSearchForm_CustomSearchForm fieldset {
	float: right;
	display: inline;
}
	
	html #CustomSearchForm_CustomSearchForm .middleColumn input.text {
		float: right;
		width: 180px;
		height: 15px;
		border: 1px solid #d3d0cf;
		border-radius: 10px;
		color: #c4c7c9;
		display: inline;
		font-size: 8pt;
		font-weight: normal;
		padding: 2px 20px 4px 5px;
	}
html #CustomSearchForm_CustomSearchForm #CustomSearchForm_CustomSearchForm_action_CustomSearchResults {
	position: absolute;
	right: 5px;
	top: 3px;
	background: url('../images/search.png') right no-repeat;
	width: 20px;
	border: none;
}

/* FOOTER
----------------------------------------------- */

#footer {
	float: left; 
 	clear: both;  
	width: 960px;   
	margin: 18px 0 20px 0;
	border-top: 1px dotted #7d7471;
	padding-top: 15px;
}

  	#footer #footerLeft {
  		float: left;
  		width: 195px;
  		margin-right: 25px;
  	}
  	
  		#footer #footerLeft p {
  			font-size: 8pt;
  			color: #b8b2b1;
  		}
  	
  	#footer #footerMid {
  		float: left;
  		width: 440px;
  	}
  	
  		#footer #footerMid .footerSiteSection{
  			float: left;
  			width: 130px;
  			margin: 0 20px 25px 0;
  		}
  		
  			#footer #footerMid .footerSiteSection a {
  				text-decoration: none;
  				color: #b8b2b1;
  				font-size: 8pt;
  				line-height: 14px;
  			}
  			
  			#footer #footerMid .footerSiteSection a span:hover,
  			#footer #footerMid .footerSiteSection a:hover {
  				color: #00BABF;
  			}
  			
  			#footer #footerMid .footerSiteSection li {
  				list-style-type: none;
  			}
  			
  				#footer #footerMid .footerSiteSection a span {
  					font-weight: 600;
  					color: #b8b2b1;
  				}
  		
  		#footer #footerMid .last {
	  		margin-right: 0;
	  	}
  	
  	#footer #footerRight {
  		float: left;
  		width: 300px;
  	}
  	
  		#footer #footerRight #footerContactDetails {
  			float: left;
  			width: 160px;
  			margin: 0 25px 0 0;
  		}
  		
  			#footer #footerRight ul li {
  				list-style-type: none;
  				font-size: 8pt;
  				color: #706663;
  			}
  			
  				#footer #footerRight ul li a {
  					color: #706663;
  					text-decoration: none;
  				}
  				
  				#footer #footerRight ul li a:hover {
					color: #00babf;
				}
  			
  				#footer #footerRight ul li span {
  					font-weight: bold;
  				}
  			
  		#footer #footerRight #footerContactHours {
  			float: left;
  			width: 115px;
  		}
  			
  			#footer #footerRight #footerContactHours ul {
  				margin-top: 11px;
  				line-height: 14px;
  			}
  			
  		#footer #footerRight #masseyLogo {
  			width: 240px;
  			float: left;
  			clear: both;
  			margin-top: 40px;
  		}
  	
