body {
	margin: 0px 20px;
	background: rgb( 25, 77, 140 ) url( '../img/global/bodyBg.gif' ) repeat-x top left;
	text-align: center;
}

a:link,
a:visited,
a:active,
a:hover {
	color: rgb( 25, 77, 140 );
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: rgb( 151, 21, 14 );
}

hr {
	border-top: solid 1px rgb( 25, 77, 140 );
}

label {
	cursor: pointer;
}

/*
----------------------------------------------------------------------
 Shared.
----------------------------------------------------------------------
*/

ul.subsectionList {
	margin-left: 20px;
	padding-left: 0px;
}

ul.subsectionList li {
	margin-bottom: 10px;
	line-height: 18px;
}

.accordion_toggle {
	cursor: pointer;
}

.accordion_content {
	overflow: hidden;
}

input.fullWidth,
textarea.fullWidth {
	width: 99%;
}

input.submitButton {
	padding: 2px 5px;
	background: rgb( 25, 77, 140 );
	border-left: solid 1px rgb( 55, 107, 170 );
	border-top: solid 1px rgb( 55, 107, 170 );
	border-right: solid 1px rgb( 0, 47, 110 );
	border-bottom: solid 1px rgb( 0, 47, 110 );
	color: white;
	font-weight: bold;
	cursor: pointer;
}

/*
----------------------------------------------------------------------
 Main Container.
----------------------------------------------------------------------
*/

div#main {
	min-width: 740px;
	max-width: 1280px;
	margin: 0px auto;
	text-align: left;
}

/*
----------------------------------------------------------------------
 Background.
----------------------------------------------------------------------
*/

div#bg_c {
	background: white;
}

div#bg_l {
	background: url( '../img/global/bg_l.gif' ) repeat-y left top;
}

div#bg_lt {
	background: url( '../img/global/bg_lt.gif' ) no-repeat left top;
}

div#bg_lb {
	background: url( '../img/global/bg_lb.gif' ) no-repeat left bottom;
}

div#bg_r {
	background: url( '../img/global/bg_r.gif' ) repeat-y right top;
}

div#bg_rb {
	background: url( '../img/global/bg_rb.gif' ) no-repeat right bottom;
}

div#bg_b {
	background: url( '../img/global/bg_b.gif' ) repeat-x left bottom;
}

/*
----------------------------------------------------------------------
 Layout Scaffolding.
----------------------------------------------------------------------
*/

div#scLogo {
	position: absolute;
	width: 213px;
	height: 77px;
	padding-left: 11px;
}

div#scNav {
	position: absolute;
	top: 83px;
	width: 180px;
}

div#scPrimary {
	padding-left: 180px;
	margin-right: 230px;
}

div#scSecondary {
	float: right;
	width: 226px;
}

div#scFullPage {
	padding-left: 180px;
	margin-right: 20px;
}

div#scFooter {
	clear: both;
}

/*
----------------------------------------------------------------------
 Navigation.
----------------------------------------------------------------------
*/

#nav {
	width: 178px;
}

#nav ul {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 30px 5px;
	text-align: right;
	line-height: normal;
}

#nav ul a:link,
#nav ul a:visited,
#nav ul a:active,
#nav ul a:hover {
	display: block;
	margin-bottom: 5px;
	padding: 6px 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#nav ul a:hover {
	background: rgb( 90, 127, 197 );
}

body.about #nav_about,           body.about #nav_about:hover,
body.staff #nav_staff,           body.staff #nav_staff:hover,
body.training #nav_training,     body.training #nav_training:hover,
body.innovation #nav_innovation, body.innovation #nav_innovation:hover,
body.research #nav_research,     body.research #nav_research:hover,
body.donors #nav_donors,         body.donors #nav_donors:hover,
body.portal #nav_portal,         body.portal #nav_portal:hover,
body.contact #nav_contact,       body.contact #nav_contact:hover {
	background: rgb( 146, 21, 13 ) url( '../img/global/selectedNavBg.gif' ) repeat-x top left;
	border-top: solid 1px rgb( 186, 95, 90 );
	border-bottom: solid 1px rgb( 111, 16, 10 );
}

/*
----------------------------------------------------------------------
 Search.
----------------------------------------------------------------------
*/

#search {
	width: 160px;
	text-align: right;
}

#search input.searchField {
	width: 130px;
	padding: 2px;
	border-left: solid 1px rgb( 27, 44, 72 );
	border-top: solid 1px rgb( 27, 44, 72 );
	border-right: solid 1px rgb( 145, 169, 207 );
	border-bottom: solid 1px rgb( 145, 169, 207 );
}

#search input.searchButton {
	margin-top: 5px;
}

/*
----------------------------------------------------------------------
 Primary Heading.
----------------------------------------------------------------------
*/

div#primaryHeading {
	height: 83px;
	background: url( '../img/global/primaryHeadingBg.gif' ) no-repeat left;
}

div#primaryHeading h1 {
	margin: 0px;
	padding: 30px 0px 0px 80px;
	font-size: 18px;
	color: rgb( 25, 77, 140 );
}

body.home div#primaryHeading h1 {
	padding: 20px 0px 0px 80px;
	font-size: 13px;
}

/*
----------------------------------------------------------------------
 Primary Content.
----------------------------------------------------------------------
*/

#primaryContent,
#fullPageContent {
	min-height: 400px;
	padding: 15px 25px 0px 28px;
	background: url( '../img/global/primaryContentBg.gif' ) no-repeat top right;
}

p.pageSummary {
	margin-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	color: rgb( 121, 0, 0 );
}

/*
----------------------------------------------------------------------
 Secondary Content.
----------------------------------------------------------------------
*/

#secondaryContent {
}

#rotatingPhotos {
}

#secondaryItems {
	width: 192px;
	min-height: 171px;
	padding: 10px 10px 10px 20px;
	background: url( '../img/global/secondaryItemsBg.gif' ) no-repeat top left;
}

#secondaryItems ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#secondaryItems ul li {
	margin-bottom: 10px;
	line-height: 16px;
}

/*
----------------------------------------------------------------------
 Footer.
----------------------------------------------------------------------
*/

#footer {
	padding: 5px 12px 5px 185px;
}

#footerInner {
	padding: 5px 0px 5px 5px;
	border-top: solid 1px rgb( 215, 215, 215 );
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	padding: 0px 3px;
}

#footer ul li,
#footer ul li a {
	font-size: 10px;
	font-weight: normal;
}

#footer ul.footerNav {
	float: left;
	padding: 10px 0px;
}

#footer ul.affiliates {
	float: right;
}

#footer ul.affiliates li.uhLogo {
	position: relative;
	top: -3px;
}

#footer div.copyright {
	display: none;
}

/*
----------------------------------------------------------------------
 Home Page.
----------------------------------------------------------------------
*/

body.home div#homePageContent {
	min-height: 400px;
	padding: 80px 0px 0px 5px;
}

body.home div.my_aboutContainer {
	padding: 5px 10px;
	border-bottom: solid 1px rgb( 240, 240, 240 );
}

body.home div.my_aboutContainer p.pageSummary {
	margin-bottom: 10px;
}

body.home div.my_sectionContainer {
}

body.home div.my_sectionContainer h2 {
	text-align: left;
}

body.home div.my_sectionContainer h2,
body.home div.my_sectionContainer h2 a:link,
body.home div.my_sectionContainer h2 a:visited,
body.home div.my_sectionContainer h2 a:active,
body.home div.my_sectionContainer h2 a:hover {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

body.home div.my_section {
	float: left;
	width: 250px;
	height: 200px;
	border-left: solid 1px rgb( 240, 240, 240 );
}

body.home div.my_sectionInside {
	padding: 5px 10px;
}

body.home div.my_flashNotice {
	padding: 5px 10px;
	border: solid 1px rgb( 200, 200, 200 );
}

body.home div.my_flashNotice img {
	margin-right: 10px;
}

/*
----------------------------------------------------------------------
 Staff Page.
----------------------------------------------------------------------
*/

ul.staffList {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.staffList li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

ul.staffList div.staffPhoto {
	float: left;
}

ul.staffList div.staffInfo {
	padding: 60px 10px 0px 110px;
}

ul.staffList div.staffInfo div.staffName,
ul.staffList div.staffInfo_noPhoto div.staffName {
	font-weight: bold;
}

ul.staffList div.staffInfo div.staffTitle,
ul.staffList div.staffInfo_noPhoto div.staffTitle {
}

/*
----------------------------------------------------------------------
 Center For Training Course Listing Page.
----------------------------------------------------------------------
*/

body.trainingCourses div.my_heading {
	padding: 5px;
	border-bottom: solid 1px black;
}

body.trainingCourses div.my_heading div.my_headingCourse {
	font-weight: bold;
}

body.trainingCourses div.my_heading div.my_headingDate {
	float: right;
	width: 195px;
	font-weight: bold;
}

body.trainingCourses div#my_verticalAccordion {
	margin-bottom: 20px;
}

body.trainingCourses div.accordion_toggle {
	border-bottom: solid 1px rgb( 200, 200, 200 );
}

body.trainingCourses div.accordion_toggle_active {
	background: rgb( 240, 240, 240 ) url( '../img/training/accordionContentBg.gif' ) no-repeat left top;;
	border-bottom: solid 1px rgb( 240, 240, 240 );
}

body.trainingCourses div.accordion_toggle div.accordion_toggle_inside {
	padding: 5px 5px 7px 5px;
}

body.trainingCourses div.accordion_toggle div.my_actionClose {
	display: none;
}

body.trainingCourses div.accordion_toggle_active div.my_actionClose {
	display: block;
}

body.trainingCourses div.accordion_toggle_active div.my_actionView {
	display: none;
}

body.trainingCourses div.accordion_content {
}

body.trainingCourses div.accordion_content_inside {
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px rgb( 200, 200, 200 );
}

body.trainingCourses div.accordion_content_inside2 {
	padding: 5px 5px 7px 5px;
	background: rgb( 240, 240, 240 ) url( '../img/training/accordionContentBg.gif' ) no-repeat left bottom;
}

body.trainingCourses div.accordion_toggle div.my_courseDate {
	float: right;
	width: 145px;
}

body.trainingCourses div.accordion_toggle div.my_courseName {
	margin: 0px 205px 0px 0px;
}

body.trainingCourses div.accordion_toggle div.my_courseName a:link,
body.trainingCourses div.accordion_toggle div.my_courseName a:visited,
body.trainingCourses div.accordion_toggle div.my_courseName a:active,
body.trainingCourses div.accordion_toggle div.my_courseName a:hover {
	font-weight: normal;
}

body.trainingCourses div.accordion_toggle_active div.my_courseName a:link,
body.trainingCourses div.accordion_toggle_active div.my_courseName a:visited,
body.trainingCourses div.accordion_toggle_active div.my_courseName a:active,
body.trainingCourses div.accordion_toggle_active div.my_courseName a:hover {
	font-weight: bold;
}

body.trainingCourses div.accordion_toggle div.my_action {
	float: right;
	width: 50px;
	text-align: right;
}

body.trainingCourses div.accordion_content div.my_courseDescription {
	margin: 0px 50px 10px 20px;
}

body.trainingCourses div.accordion_content div.my_coursePdfLink {
	margin: 0px 50px 20px 20px;
}

/* NOTICE: Do not put body.trainingCourses in front of this declaration.
   The page's JavaScript requires this. */
#my_editCourseWindow {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 700px;
	background: white;
	border: solid 1px black;
}

body.trainingCourses #my_editCourseWindowInside {
	padding: 10px;
}

body.trainingCourses #my_editCourseWindow div.my_windowTitle {
	margin-bottom: 10px;
	font-size: 18px;
	color: rgb( 25, 77, 140 );
}

body.trainingCourses #my_editCourseWindow div.my_textFieldLabel {
	margin-bottom: 2px;
}

body.trainingCourses #my_editCourseWindow div.my_textFieldLabel,
body.trainingCourses #my_editCourseWindow div.my_textFieldLabel label {
	font-weight: bold;
}

body.trainingCourses #my_editCourseWindow div.my_textField {
	margin-bottom: 10px;
}

body.trainingCourses #my_editCourseWindow div.my_textField input,
body.trainingCourses #my_editCourseWindow div.my_textField textarea {
	width: 99%;
}

body.trainingCourses #my_editCourseWindow div.my_textField input.radio {
	width: auto;
}

body.trainingCourses #my_editCourseWindow div#my_pdfOptions {
	margin-bottom: 3px;
}

body.trainingCourses #my_editCourseWindow div.my_formColumns {
	margin-bottom: 10px;
}

body.trainingCourses #my_editCourseWindow div.my_formColumns div.clear {
	font-size: 1px;
}

body.trainingCourses #my_editCourseWindow div.my_formColumn1 {
	float: left;
	width: 340px;
	border-right: solid 1px rgb( 215, 215, 215 );
}

body.trainingCourses #my_editCourseWindow div.my_formColumn1_inside {
	padding-right: 10px;
}

body.trainingCourses #my_editCourseWindow div.my_formColumn2 {
	float: right;
	width: 330px;
}

body.trainingCourses #my_editCourseWindow div.my_formColumn2_inside {
}

body.trainingCourses #my_editCourseWindow div.my_buttons {
	text-align: right;
}

body.trainingCourses div#my_editCourseBackground {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: black;
	-moz-opacity: .50;
	opacity: .50;
}

/*
----------------------------------------------------------------------
 Center For Research.
----------------------------------------------------------------------
*/

body.researchHome div.my_trialListings {
	padding-top: 10px;
}

body.researchHome div.my_pageSection {
	margin-bottom: 20px;
}

body.researchHome div.my_richTextEditor {
	padding-top: 10px;
}

/*
----------------------------------------------------------------------
 Donors And Industry Page.
----------------------------------------------------------------------
*/

body.donorsHome ul.my_logoList {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

body.donorsHome ul.my_logoList li {
	float: left;
	margin-bottom: 5px;
}

/*
----------------------------------------------------------------------
 Contact Us Page.
----------------------------------------------------------------------
*/

body.contactHome div#map {
	height: 300px;
	margin-bottom: 10px;
}

body.contactHome div.my_formFieldName {
	margin-bottom: 3px;
}

body.contactHome div.my_formFieldName label {
	font-weight: bold;
}

body.contactHome div.my_formFieldValue {
	margin-bottom: 10px;
}

body.contactHome div.my_formButtons {
}

body.contactHome div.my_leftColumn {
	float: left;
	width: 300px;
	padding: 5px 0px;
}

body.contactHome div.my_rightColumn {
	margin-left: 310px;
	padding: 5px 0px 5px 10px;
	border-left: solid 1px rgb( 215, 215, 215 );
}

/*
----------------------------------------------------------------------
 Site Map Page.
----------------------------------------------------------------------
*/

body.siteMap div#primaryContent ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 18px;
}

body.siteMap div#primaryContent ul li {
	padding-bottom: 10px;
}

body.siteMap div#primaryContent ul ul {
	padding-left: 20px;
	list-style: disc;
}

body.siteMap div#primaryContent ul ul li {
	padding-bottom: 0px;
}

/*
----------------------------------------------------------------------
 Site Map Page.
----------------------------------------------------------------------
*/

body.admin div#adminDialog {
	width: 700px;
	margin: 10px auto;
	text-align: left;
	background: white;
	border: solid 1px black;
}

body.admin div#adminDialogInside {
	padding: 10px;
}

body.admin div#adminDialog h1 {
	font-size: 18px;
	color: rgb( 25, 77, 140 );
}

body.admin label {
	font-weight: bold;
}

body.admin div.my_formRow {
	margin-bottom: 10px;
}

/*
----------------------------------------------------------------------
 Search Page.
----------------------------------------------------------------------
*/

.gsc-cursor-page {
	color: rgb( 25, 77, 140 );
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	border: solid 1px white;
}

.gsc-cursor-current-page {
	border: solid 1px rgb( 200, 200, 200 );
}

