body {
	margin: 0;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(http://www.umclinicalstudies.org/images/main_bg.jpg) top left repeat-x;	
	font-size: 12px;
	color: #444444;
}

a {
	font-size: 12px;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

a.link {
	font-size: 12px;
}

a:hover.link {
	text-decoration: none;
}

img {
	border: none;
}

img.right {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

/* :::::::::: HEADER :::::::::: */

#header {
	display: block;
	height: 110px;
	width: 950px;
	margin: 0px auto 0px auto;
}

#logo {
	width:365px;
	height: 69px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
}

#logo span {
	display: none;
}

#MICHR_logo {
	width: 85px;
	height: 20px;
	float: left;
	background-image: url(http://www.umclinicalstudies.org/images/MICHRlogo.jpg);
}

#MICHR_logo a {
	display: block;
	width: 85px;
	height: 20px;
}

#engage_logo {
	width: 365px;
	height: 49px;
	float: left;
	background-image: url(http://www.umclinicalstudies.org/images/UMClinicalStudies_logo.jpg);

}

#engage_logo a {
	display: block;
	width: 365px;
	height: 49px;
}

ul#headerLinks {
	margin-top: 10px;
	padding: 10px 0px 0 0;
	list-style: none;
	text-align: right;
}

ul#headerLinks li {
	display: inline;
}

ul#headerLinks li a {
	font-size: 90%;
	padding: 0px 7px 0px 3px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

ul#headerLinks li.lc a {
	border: none;
}

ul#headerLinks li a:hover {
	text-decoration: underline;
}

/* :::::::::: SEARCH :::::::::: */

#search {
	float: right;
	text-align: right;
	height: 20px;
	margin-top: 10px;
	/*background: red;*/
}

#searchBox {
	border: #CCC solid 1px;
	height: 16px;
	vertical-align: middle;
}

#selectBox {
	border: #CCC solid 1px;
	height: 20px;
	vertical-align: middle;
}

.searchImage {
	vertical-align: text-middle;
	
}

/* :::::::::: MENU :::::::::: */

.global_menu_bg {
	  background-image:url(http://www.umclinicalstudies.org/images/menu_bg.jpg);
}

div.menuBar,
div.menuBar a.menuButton,
div.menuBar a.menuButton-1,
div.menu,
div.menu a.menuItem {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;  
  color: #444444;
  margin: 0px;
  padding: 0px; 
}

div.menuBar {
  text-align: left;
  padding: 7px 10px 10px 10px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  left: 0px;
  padding: 9px 21px 9px 21px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  font-size:12px;
  font-weight: bold;
  cursor: pointer;
}

div.menuBar a.menuButton:hover {
  font-weight:bold;
  color: #900;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  left: 0px;
  font-weight:bold;
  color: #900;
}

div.menu {
  background-color: #EEEEEE;
  border-top: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  border-right: 2px inset #999999;
  border-bottom: 2px inset #999999;
  margin: -2px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  z-index: 3000;
  width: 280px;
}

div.menu a.menuItem {
  color: #333333;
  display: block;
  padding: 5px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #FFB941;
  padding: 5px 1em;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-bottom: 1px inset #EEEEEE;
  margin: 2px 2px;
}

#topContainer {
	text-align: left;
	width: 100%;
	margin: 0px auto 0px auto;
}

#breadcrumb {
	text-align: right;
	width: 950px;
	margin: 10px auto 0px auto;
	font-size: 90%;
}

#contentContainer {
	text-align: left;
	width: 950px;
	margin: 0px auto 0px auto;
}

h4 {
	margin: 0 0 0 0;
}

/* :::::::::: Main & Sub Page Image :::::::::: */

#flashArea {
	width: 950px;
	height: 300px;
	display: block;
	margin: 10px auto 10px auto;
	background: #ffffff;
	border-bottom: 2px solid #777777;
	border-top: 2px solid #777777;
}

#subimage {
	width: 950px;
	height: 235px;
	margin: 0px auto 3px auto;
	display: block;
	background: #cccccc;
	
}

/* :::::::::: CONTENT :::::::::: */

#content_home {
	margin: 0px 0px 20px 0px;
	line-height: 150%;
	height: auto;
}

div.content_home_section_1 {
	width: 215px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	color: #444444;
}

div.content_home_section {
	width: 215px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	border-left: 1px solid #999999;
	color: #444444;
}

#content_sub {
	margin: 10px 180px 20px 200px;
	line-height: 150%;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #777777;
	min-height: 400px;

}

#content_search {
	padding: 20px 0px 20px 100px;
	
}

h4 {
	font-size: 14px;
	color: #444444;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}


/* :::::::::: FOOTER :::::::::: */

#footer {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0 10px 0 10px;
	font-size: 90%;
	color: #666666;


}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span.sub,
#footer a.sub {
	font-size: 90%;
}


#footer img#umlogo {
	margin: 0 0px 10px 16px;
	display: block;
	float: right;
}

div.footer_section_1 {
	width: 77px;
	float: left;
	padding: 0 10px 0 10px;
	color: #666666;
}

div.footer_section_2 {
	width: 85px;
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(http://www.umclinicalstudies.org/images/dot.gif);
	background-repeat: repeat-y;
	color: #666666;

}

div.footer_section_3 {
	width: 150px;
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(http://www.umclinicalstudies.org/images/dot.gif);
	background-repeat: repeat-y;
	color: #666666;

}

div.footer_section {
	width: 112px;
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(http://www.umclinicalstudies.org/images/dot.gif);
	background-repeat: repeat-y;
	color: #666666;

}

ul#footerLinks {
	margin: 0;
	padding: 10px 0px 0 0;
	list-style: none;
	text-align: left;
}

ul#footerLinks li {
	display: list-item;
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
	text-align: left;

}

#left_side {
	width: 180px;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #777777;

}

/* :::::::::: SUB SIDE MENU :::::::::: */

ul.menu {
	margin: 25px 0 15px 0;
	padding: 0px;
	text-align: left;
	list-style: none;
}

ul.menu li {
	margin: 0px;
	padding: 0px;
}

ul.menu a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #cccccc;
	color: #444444;
	font-size: 12px;
}

ul.menu a:hover {
	background: #eeeeee;
	font-weight: bold;
}

ul.menu ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background: #faf1d5; /* IE6 needs this */
}

ul.menu ul li {
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
}

ul.menu ul li.lc {
	border-bottom: 1px solid #cccccc;
}

ul.menu ul ul {
	margin: 0;
	background: #fbf8ee; /* IE6 needs this */
}

ul.menu ul ul li {
	margin: 0px;
	padding: 0px;
	background: #fbf8ee;
}

ul.menu ul a {
	margin: 0px;
	padding: 0px 4px 8px 20px;
	text-transform: none;
	border: none;
	font-size: 11px;
}

ul.menu ul a:hover {
	background: none;
	color: #707070;
}

ul.menu ul ul a {
	padding: 4px 6px 4px 12px;
	color: #7d4900;
}

ul.menu ul ul a:hover {
	background: none;
	color: #000000;
}


/* :::::::::: SUB SIDE MENU INDICATORS :::::::::: */

body#home a#home_Nav,
body#about_engage a#about_engage_Nav,
body.about_engage-1 a#about_engage-1_Nav,
body.about_engage-2 a#about_engage-2_Nav,
body#about_research a#about_research_Nav,
body.about_research-1 a#about_research-1_Nav,
body.about_research-2 a#about_research-2_Nav,
body.about_research-3 a#about_research-3_Nav,
body.about_research-4 a#about_research-4_Nav,
body.about_research-5 a#about_research-5_Nav,
body.about_research-6 a#about_research-6_Nav,
body.about_research-7 a#about_research-7_Nav,
body.about_research-8 a#about_research-8_Nav,
body.about_research-9 a#about_research-9_Nav,
body.about_research-10 a#about_research-10_Nav,
body.about_research-11 a#about_research-11_Nav,
body.regMedicalProfile a#regMedicalProfileNav,
body.findStudy-1 a#findStudy-1_Nav,
body.findStudy-2 a#findStudy-2_Nav,
body.findStudy-3 a#findStudy-3_Nav,
body.findStudy-4 a#findStudy-4_Nav,
body#regMedicalProfile0 a#regMedicalProfile0Nav,
body#regMedicalProfile1 a#regMedicalProfile1Nav,
body#regMedicalProfile2 a#regMedicalProfile2Nav,
span#regMedicalProfile2-1 a#regMedicalProfile2-1Nav,
span#regMedicalProfile2-2 a#regMedicalProfile2-2Nav,
span#regMedicalProfile2-3 a#regMedicalProfile2-3Nav,
span#regMedicalProfile2-4 a#regMedicalProfile2-4Nav,
body#regMedicalProfile3 a#regMedicalProfile3Nav,
span#regMedicalProfile3-1 a#regMedicalProfile3-1Nav,
span#regMedicalProfile3-2 a#regMedicalProfile3-2Nav,
body#regMedicalProfile4 a#regMedicalProfile4Nav,
span#regMedicalProfile4-1 a#regMedicalProfile4-1Nav,
span#regMedicalProfile4-2 a#regMedicalProfile4-2Nav,
span#regMedicalProfile4-3 a#regMedicalProfile4-3Nav,
body#regMedicalProfile5 a#regMedicalProfile5Nav,
body#volunteer a#volunteer_Nav,
body#volunteer1 a#volunteer1_Nav,
body#volunteer2 a#volunteer2_Nav,
span#volunteer2-1 a#volunteer2-1Nav,
span#volunteer2-2 a#volunteer2-2Nav,
span#volunteer2-3 a#volunteer2-3Nav,
span#volunteer2-4 a#volunteer2-4Nav,
body#volunteer3 a#volunteer3Nav,
body#volunteer5 a#volunteer5Nav,
span#volunteer5-1 a#volunteer5-1Nav,
span#volunteer5-2 a#volunteer5-2Nav,
span#volunteer5-3 a#volunteer5-3Nav,
span#volunteer5-4 a#volunteer5-4Nav,
body.volunteers-1 a#volunteers-1_Nav,
body.volunteers-2 a#volunteers-2_Nav,
body#volunteers-2-1 a#volunteers-2-1Nav,
body#volunteers-2-2 a#volunteers-2-2Nav,
body#volunteers-2-3 a#volunteers-2-3Nav,
body#volunteers-2-4 a#volunteers-2-4Nav,
body#volunteer3 a#volunteer3Nav,
body#volunteer5 a#volunteer5Nav,
body.volunteers-3 a#volunteers-3_Nav,
body.volunteers-4 a#volunteers-4_Nav,
body#volunteers-4-1 a#volunteers4-1_Nav,
body#volunteers-4-2 a#volunteers4-2_Nav,
body#volunteers-4-3 a#volunteers4-3_Nav,
body#volunteers-4-4 a#volunteers4-4_Nav,
body#volunteers-4-5 a#volunteers4-5_Nav,
body.volunteers-5 a#volunteers-5_Nav,
body.volunteers-6 a#volunteers-6_Nav,
body.volunteers-7 a#volunteers-7_Nav,
body.volunteers-8 a#volunteers-8_Nav,
body.volunteers-9 a#volunteers-9_Nav,
body#researchers a#researchers_Nav,
body.researchers-1 a#researchers-1_Nav,
body.researchers-2 a#researchers-2_Nav,
body.researchers-3 a#researchers-3_Nav,
body.researchers-4 a#researchers-4_Nav,
body#researchers-4-1 a#researchers4-1_Nav,
body#researchers-4-2 a#researchers4-2_Nav,
body.researchers-5 a#researchers-5_Nav,
body#researchers-5-1 a#researchers5-1_Nav,
body#researchers-5-2 a#researchers5-2_Nav,
body#researchers-5-3 a#researchers5-3_Nav,
body#researchers-5-4 a#researchers5-4_Nav,
body#researchers-5-5 a#researchers5-5_Nav,
body#researchers-5-6 a#researchers5-6_Nav,
body#researchers-5-7 a#researchers5-7_Nav,
body#researchers-5-8 a#researchers5-8_Nav,
body#researchers-5-9 a#researchers5-9_Nav,
body#researchers-5-10 a#researchers5-10_Nav,
body#researchers-5-11 a#researchers5-11_Nav,
body.researchers-6 a#researchers-6_Nav,
body#community a#community_Nav,
body.community-1 a#community-1_Nav,
body.community-2 a#community-2_Nav,
body.community-3 a#community-3_Nav,
body.community-4 a#community-4_Nav {
	color: #900;
	font-weight: bold;
}

/* For 1st level submenu */
body.regMedicalProfile a#regMedicalProfileNav,
body.volunteers-2 a#volunteers-2_Nav,
body.volunteers-4 a#volunteers-4_Nav,
body.researchers-4 a#researchers-4_Nav,
body.researchers-5 a#researchers-5_Nav,
{
	background: #eeeeee;
	border-bottom: none;
}

/* show submenu based on body class */

body.regMedicalProfile ul#regMedicalProfileMenu,
body.volunteers-2 ul#volunteers-2subMenu,
body.volunteers-4 ul#volunteers-4subMenu,
body.researchers-4 ul#researchers-4subMenu,
body.researchers-5 ul#researchers-5subMenu {
	display: block;
	width: 180px;
	margin: 0;
	padding: 0px;
	text-align: left;
	list-style: none;
}

ul#volunteers-2subMenu li.lc a,
ul#volunteers-4subMenu li.lc a,
ul#researchers-4subMenu li.lc a,
ul#researchers-5subMenu li.lc a {
	border: none;
	padding-left:
}

body.volunteers-2 ul#volunteers-2subMenu a,
body.volunteers-4 ul#volunteers-4subMenu a,
body.researchers-4 ul#researchers-4subMenu a,
body.researchers-5 ul#researchers-5subMenu a {
	border: none;

}

/* show 3rd level menus based on body id */
body#volunteer2 ul#volunteer2Menu,
body#volunteer5 ul#volunteer5Menu
{
	display: block;
}

/* For 2nd level menu heads with submenus */
body#regMedicalProfile0 a#regMedicalProfile0Nav,
body#regMedicalProfile1 a#regMedicalProfile1Nav,
body#regMedicalProfile2 a#regMedicalProfile2Nav,
body#regMedicalProfile3 a#regMedicalProfile3Nav,
body#regMedicalProfile4 a#regMedicalProfile4Nav,
body#regMedicalProfile5 a#regMedicalProfile5Nav {
	border-top: 1px solid #d7d7d7;
	font-weight: bold;
	background: #fbf8ee;
}
/* show 3rd level menus based on body id */
body#regMedicalProfile0 ul#regMedicalProfile0Menu,
body#regMedicalProfile1 ul#regMedicalProfile1Menu,
body#regMedicalProfile2 ul#regMedicalProfile2Menu,
body#regMedicalProfile3 ul#regMedicalProfile3Menu,
body#regMedicalProfile4 ul#regMedicalProfile4Menu,
body#regMedicalProfile5 ul#regMedicalProfile5Menu,
body#regMedicalProfile6 ul#regMedicalProfile6Menu {
	display: block;
}

/* end of new registry only */


/* hide submenus */
ul.menu ul {
	display: none;
}


#right_side {
	width: 160px;
	float: right;
	margin-top: 10px;
	border-top: 1px solid #777777;

}

/* :::::::::: RIGHT SIDE :::::::::: */

.quick-1 {
	height:auto; 
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px 5px 5px 5px; 
	background-color:#eeeeee;
	text-align:left;
	width: 160px;
}

.quick {
	height:auto; 
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px 5px 5px 10px; 
	background-color:#eeeeee;
	text-align:left;
	width: 160px;
}

.tle {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #DCDDBD;
	font-weight: bold;
	padding:5px 0px 5px 15px;
	width: 160px;
}

.question {
	font-weight: bold;
	font-size: 13px;
}

.answer {
	padding-left: 15px;
}

.arrow_ani { 
	list-style-image : url(http://www.umclinicalstudies.org/images/arrow_ani.gif);
	
}

table.bars {
	border-collapse: collapse;
}

table.bars td {
	padding: 3px 3px;
	border: 1px solid #d7d7d7;
	height:60px;
	width: 70px;
	text-align:right;
	vertical-align:top
}

table.bars tr.fill td {
	background: #faf1d5;
	height:25px;
	text-align:center;
	vertical-align:middle
}

ul.news {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
}

ul.news li {
	background: url(http://www.umclinicalstudies.org/images/bullet.gif) 0 0.3em no-repeat;
	padding: 0 0 0 1.5em;
	margin: 0 0 5px 0;
}

ul.news li a {
	font-size: 100%;
	text-decoration: none;
	font-size: 12px;
}

ul.news li a:hover {
	text-decoration: underline;
}

p.right {
	text-align: right;
	padding-right:10px;
}

.field_1 {
	border: none;
	height: 300px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.field_2 {
	border: none;
	height: 40px;
	margin: 0;
	padding-top: 40px;
	font-size: 12px;
}

span.btn_positon {
	margin-top: 250px;
}

ul.instruction {
	margin: 0px 20px;
	padding: 0px;
	list-style: none;
}

ul.instruction li {
	background: url(http://www.umclinicalstudies.org/images/bullet.gif) 0 0.3em no-repeat;
	padding: 0 0 0 1.7em;
	margin: 20px 0 5px 0;
}

ul.instruction li a {
	font-size: 100%;
	text-decoration: none;
}

ul.instruction li a:hover {
	text-decoration: underline;
}

div.community {
	font-size: 11px;
}

div.community a {
	font-size: 11px;
}

div.community a:hover {
	text-decoration: none;
}

.notice {
	font-size: 11px;
	color: #F00;
}

ol#privacy {
	text-align: left;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
	list-style-position: inherit;
	list-style-type: upper-roman;
	line-height: 150%;

}

ol#privacy li {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;

}

ul#priv {
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px -10px;
	list-style-position: inherit;
	list-style-type:square;
	line-height: 150%;

}

ul#priv li {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;

}


/*  STEPS Graphic  */
#iconbar {
	height:150px;
	background: url(../images/bkgd.gif) no-repeat;
	width: 911px;
}
#iconbar a {
	text-decoration: none;
	outline: none;
}
ol#iconbar, ul#iconbar {
	list-style:none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#iconbar li {
	position:relative;
	padding-right: 32px;
	float: left;
}
#iconbar li.nopad {
	position:relative;
	padding-right: 0px;
	float: left;
}
#iconbar span {
	width: 175px;
	position: absolute;
	top: 160px;
	left: -40px;
	text-align: center;
	padding: 8px;
	display: none;
	line-height:130%;
	color:#4091CF;
	cursor:pointer;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#iconbar q:before, #iconbar q:after {
	content:'';
}

/* volunteer video */

#content_sub_full {
    margin: 10px 0px 20px 200px;
    line-height: 150%;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #777777;
    min-height: 400px;
}

#content_sub_full h2 {
    color: #040255;
    font-size: 1.35em;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.sidelinks-hd {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/*  DISEASE LANDING PAGES  */
body#disease  {
	margin: 0;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF url(../images/DiseaseBkgd.gif) repeat-x left top;
	font-size: 12px;
	color: #444444;
}
.DiseaseSubHd {
	font-size:12px;
	color: #900;
	font-weight: bold;
	padding: 3px 1em;
}
#contentContainerDisease {
	text-align: left;
	width: 950px;
	padding:0px 10px;
	margin: 0px auto 0px auto;
}
#content_sub_disease {
	margin: 10px 180px 20px 200px;
	line-height: 150%;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #777777;
	min-height: 400px;
}
#FeatureVideoContainer {
	background-color:#040255;
	height:263px;
	width:570px;
	color: #FFCE00;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 165%;
}
#FeatureVideoLeft {
	width:370px;
	padding:15px;
	float:left;
}
#FeatureVideoRight {
	width:140px;
	padding:6px 10px 15px;
	float:right;
}
.FeatureName {
	font-size: 0.8em;
	color: #FFFFFF;
	text-transform: none;
	line-height: 125%;
}

