@charset "UTF-8";
/* CSS Document */






@media (max-width:480px){
	

	

   summary{
   font-size:1.25rem;
   font-family: Verdana, Arial, sans-serif;
   cursor:pointer;
   color:white;
   background-color:#00617A;
   margin:5px;
   padding:5px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   
   }
   
   a{
	text-decoration:none;
	color: white;
	}
	
	li a{
		font-family: Verdana, Arial, sans-serif;
	text-decoration:none;
	color: black;
	cursor:pointer;
	}

   .container{
   display:none;
   }
   
   
   body {
	font-family: Verdana, Arial, sans-serif;
   }

}




@media (min-width:481px){

   summary{
   display:none;
   }
   
   article{
   display:none;
   }
   
   
   details ul{
   display:none;
   }


body {
	background: #D7E0E0;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #D7E0E0;
	margin-left: 0px;
	font-size: 14px;
	line-height: 1.4;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
		font-weight: normal;
}



.ul_none {
	list-style-type: none;
	}
	
	

.title			{/*font-family: Verdana, Arial, sans-serif;*/
				color: rgb(86,148,163);
				font-size: 30px;
				font-weight: bold;
				}


.title2			{/*font-family: Verdana, Arial, sans-serif;*/ /*dark teal font*/
				color: #00617A;
				font-size: 18px;
				font-weight: bold;
				margin: 0px;
				padding: 0px;
				}
				
.title2a			{/*font-family: Verdana, Arial, sans-serif;*/ /*light teal font*/
				color: rgb(86,148,163);
				font-size: 18px;
				font-weight: bold;
				}
				
				
.title2b			{/*font-family: Verdana, Arial, sans-serif;*/ /*black font*/
				color: #000;
				font-size: 18px;
				font-weight: bold;
				}
				
				
.title3			{/*font-family: Verdana, Arial, sans-serif;*/
				color: rgb(86,148,163);
				font-size: 13px;
				font-weight: bold;
				}
				
.title4			{/*font-family: Verdana, Arial, sans-serif;*/ /*dark teal font*/
				color: #00617A;
				font-size: 14px;
				font-weight: normal;
				}
				
.title4a			{/*font-family: Verdana, Arial, sans-serif;*/ /*light teal font*/
				color: rgb(86,148,163);
				font-size: 14px;
				font-weight: normal;
				}	
				
.title4b			{/*font-family: Verdana, Arial, sans-serif;*/ /*black font*/
				color: #000;
				font-size: 14px;
				font-weight: normal;
				}				
				
.titleHome		{/*font-family: Verdana, Arial, sans-serif;*/
				color: rgb(86,148,163);
				font-size: 14px;
				font-weight: bold;
				}	
				
.titleHome a:hover {
	color:#00617A;
}
				
				
				
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


.center {margin: auto;
	}
	
.indent {margin-left: 100px;>
	}


/*Navigation Bar*/
	
/*with dropdown menu*/
#navbar {
	margin:0;
	padding:0 0;
	width: 955px; /*width:100%; changed width to pixels as the positioning made the navbar too long*/
	background-color:#00617A;
	color:#fff;
	z-index:5;
	
	
	/*position: absolute;*/ /*menu disappeared when using positioning elements for the images; however in Opera it displaces the submenu*/
}

/* Set link styles */
#navbar a:link, #navbar a:visited {
	color:#fff;
	text-decoration:none;
}

/* Set submenu link styles */
#navbar ul li ul li a:link, #navbar ul li ul li a:visited {
	color:#00617A;
	text-decoration:none;
	}


/* Set link hover color */
#navbar a:hover {
	color:#efd128;
}

/* Set submenu link hover color */
#navbar ul li ul li:hover a { /*changed from li a:hover as the submenu color disappeared when the cursor was next to it. This happened because the submenu title has the same color as the background color. Thank you, Ken Seto!*/
	color:#efd128;
	display: block; /*to make the link hot the entire with of the drop down*/
	width: auto; /*width and height added to get rid of the twitch; when clicking on the dropdown it would move the submenu box down about 3px*/
	height: 15px;
}

/* Set style of link that has been selected, the current selection. */
#navbar .sel {
	font-weight:bold;
	color:#fff;
}

/* Set style on unordered lists */
#navbar ul {
	margin: 0;
	list-style: none;
	
}

/* Set the style so the list is displayed inline, horizontally */
#navbar ul li {
	display:inline;
	position:relative;
	margin: 0 70px 0 0; /*space between the tabs*/
	font-size: 15px;
	color: #fff;
	padding: 0px;
}
	
/* Position the submenu */	
#nav li ul {
	position: absolute;
	z-index: 4; /*added because Opera was hiding the submenu underneath the picutres; this produced a gap between the menu and pictures in Safari*/ 
	left: -50px; /* Set 1px less than menu width */
	top: 16px;
	display: none;
	color: #00617A;
}

/* Set the style for the list items closest to the tag with the nav id */
#nav > li {
	padding:0 5px;
	text-align:left;
}

/* Styles for submenu Items */
#navbar ul li ul li {
	display: block;
	font-size: 14px;
	color: #00617A;
	background: #D7E0E0; /* IE6 Bug */
	padding: 3px 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	width: 170px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav ul li:hover a { color: #efd128; background-color: #00617a; width: 100%;  } /* Hover Styles */

#nav li ul li:hover   { color: #efd128; background-color: #00617a;   } /* Submenue Hover Styles */
		
#nav li ul li a { padding: 2px 5px; width:80px; } /* Sub Menu Styles */
		
#nav li:hover ul, li.hover ul { display: block; } /* The magic */

.normalWt { font-weight:normal; }

	/* Set style of container */

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 955px;
	background: #D7E0E0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0;
	color: #4B757F;
	font-size: 9px;
	padding-top: 50px;
}

/*Home Page*/

div#left	{	width: 267px; /* Left column */
				/*float: left;*/
				position: absolute;
				margin-left: 0px;
				/*margin-top: 33px;*/
				height: 221px;
				}
				
div#center	{	width: 338px;  /* Center column */
				/*margin-top: -221px;*/
				position: absolute;
				margin-left: 267px;
				/*margin-top: 33px;*/
				height: 221px;
				
				}
				
div#right	{	width: 353px;  /* Right column */
				/*margin-top: -221px;*/
				position: relative;
				margin-left: 602px;
				/*margin-top: 33px;*/
				height: 221px;
				}





div#mission {position: relative;
				width:410px;
				height:110px;
				z-index:1;
				left: 0px;
				top: 0px;
				}
						
				
div#missionWord {
	font-family:Verdana, Arial, sans-serif;
	position: absolute;
	color: #efd128;
	font-size: 18px;
	font-style: oblique;
	text-align:left;
	width: auto;
	height: auto;
	z-index:5;
	top: 5px;
	left: 30px;
				}			
				
div#missionText {
	font-family:Verdana, Arial, sans-serif;
	position: absolute;
	color: #d7e0e0;
	font-size: 14px;
	font-style: normal;
	line-height:normal;
	text-align:center;
	z-index:8;
	width: 300px;
	height: auto;
	top: 20px;
	left: 75px;
				}
		
div#application {/*font-family: Verdana, Arial, sans-serif;*/
				position: relative;
				color: #d7e0e0;
				font-size: 14px;
				width: 300px;
				height: auto;
				margin-left: 412px;
				margin-top: -110px;
				}			
				
				
div#applicationWord	{/*font-family: Verdana, Arial, sans-serif;*/
				position: relative;
				color: #efd128;
				font-size: 16px;
				font-style: oblique;
				text-align: left;
				width: 600px;
				height: auto;
				margin-top: -108px;
				margin-left: 35px;
				}				
						
				
div#applicationText	{	/*font-family: Verdana, Arial, sans-serif;*/
				position: relative;
				color: #d7e0e0;
				font-size: 14px;
				font-style: normal;
				width: 500px;
				height: 10px;
				text-align: left;
				margin-left: 70px;
				margin-top: -14px;
				}		
				
div#applicationTextR	{	/*font-family: Verdana, Arial, sans-serif;*/
				position: relative;
				color: #d7e0e0;
				font-size: 13px;
				width: 300px;
				height: auto;
				text-align: left;
				margin-left: 180px; /*255*/
				margin-top: -39px;  /*-49*/
				font-style: normal;
				}	
			
			


div#designText	{	/*text-align: right;*/	
				/*float: right;*/
				position: fixed;
				margin-left: 590px;
				margin-top: 47px;
				font-family: Verdana, Arial, sans-serif;
				font-size: 10px;
				}



div#linkedin	{	position: fixed;
				margin-left: -400px;
				margin-top: 80px;
				}
				
				
/*div#linkedin	{	text-align: left;
				margin-left: -400px;
				margin-top: 20px;
				}*/
				
div#cdd			{position: fixed;
				margin-left: 100px;
				margin-top: 90px;
				font-size: 16px;
				font-weight: bold;
				}
				
div#cdd a:hover {color: black;
}
				

div#rareDiseaseDay	{	position: fixed;
				margin-left: 880px;
				margin-top: 75px;
				}


div#boxLarge	{margin-left: -27px;
				z-index:1;
				}

/*About Us*/

/* two columns

div#Text	{font-family: Verdana, Arial;
				color: black;
				font-size: 12px;
				width: 430px;
				margin-top: -610px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
				
div#TextSmall	{font-family: Verdana, Arial;
				color: black;
				font-size: 12px;
				width: 430px;
				margin-top: -240px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
				
div#aboutTextR	{font-family: Verdana, Arial;
				color: black;
				font-size: 12px;
				width: 410px;
				margin-top: -420px;
				margin-left: 470px;
				text-align: left;
}*/


div#aboutUs	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -450px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

/*Mission*/

div#mission2	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -470px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

#topLayer {/*font-family: Verdana, Arial, sans-serif;*/
				color: rgb(86,148,163);
				font-size: 30px;
				font-weight: bold;
				position:relative;
				z-index:8;
				top: 30px;
				left: 100px;
				width: 600px;
				height: 100px;
				background-color: rgb(230,234,234);
				visibility: visible;
				}

#bottomLayer {font-family:"Comic Sans MS", cursive;
				color: rgb(86,148,163);
				font-size: 50px;
				font-weight: bold;
				position:relative;
				z-index:5;
				top: -70px;
				left: 420px;
				width: 200px;
				height: 100px;
				background-color: rgb(230,234,234);
				visibility: visible;
				}

/*Founder's Statement*/

div#foundersS	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -710px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

div#foundersImage img {
				-moz-box-shadow: 4px 4px 16px #48577D;
				-webkit-box-shadow: 4px 4px 16px #48577D;
				box-shadow: 4px 4px 16px #48577D;
				}
				
				
div#foundersImage	{width: 300px;
				margin-top: -670px;
				margin-left: 630px;
				z-index:4;
				}
				
div#foundersImage p {
				font-family: Verdana, Arial, sans-serif;
				color: black;
				font-size: 14px;
				margin-top: 15px;
				margin-left: 30px;
				}
				
				

/*Board*/

div#board	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -1150px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
				
div#board img {
				-moz-box-shadow: 4px 4px 16px #48577D;
				-webkit-box-shadow: 4px 4px 16px #48577D;
				box-shadow: 4px 4px 16px #48577D;
				}
				
div.p		{margin: 0px;
			 padding: 0px;}


/*Officers / Leadership*/

div#officers	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -1150px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

div#officers img {
				-moz-box-shadow: 4px 4px 16px #48577D;
				-webkit-box-shadow: 4px 4px 16px #48577D;
				box-shadow: 4px 4px 16px #48577D;
				}
				

/*Strategy / Milestones / Timeline*/

div#milestones	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -1570px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
				
div#indent {margin-left: 40px;}


/*Positions*/

div#positions	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -520px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}


/*In the News formerly Science*/

div#TextSmall	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 430px;
				margin-top: -700px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}


/*Media*/

div#video	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 300px;
				margin-top: -600px;
				text-align: left;
				margin-left: 100px;
				z-index:4;
				}
				
div#videoCenter	{width: 150px;
				margin-top: -324px;
				margin-left: 400px;
				z-index:4;
				}
				
div#videoRight	{width: 150px;
				margin-top: -430px;
				margin-left: 630px;
				z-index:4;
				}	
	

/*Publications*/

div#publications	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 730px;
				margin-top: -2130px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}


/*Diseases*/

div#Text	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 430px;
				margin-top: -2550px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

div#Text2	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 830px;
				margin-top: 20px;
				text-align: left;
				margin-left: 0px;
				z-index:4;
				}


div#diseasesImage {margin-top: -2295px;
				margin-left: 530px;}
				
div#diseasesImage img {
	-moz-box-shadow: 4px 4px 16px #48577D;
	-webkit-box-shadow: 4px 4px 16px #48577D;
	box-shadow: 4px 4px 16px #48577D;
	}
	

/*Services*/

div#services	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 430px;
				margin-top: -760px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

div#servicesImage {margin-top: -540px;
				margin-left: 540px;}
				
div#servicesImage img {
	-moz-box-shadow: 4px 4px 16px #48577D;
	-webkit-box-shadow: 4px 4px 16px #48577D;
	box-shadow: 4px 4px 16px #48577D;
	}
	
	
	/*shadow to top and left*
	div#servicesImage img {
-moz-box-shadow: -5px -5px 5px #888;     
-webkit-box-shadow: -5px -5px 5px #888;
box-shadow: -5px -5px 5px #888;
}
/

	
				


/*Presentations*/

div#presentation	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 730px;
				margin-top: -1010px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}



/*Questionnaire*/
	
div#questionaire	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -1025px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
			
/*Partnering*/
	
div#partnering	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 830px;
				margin-top: -490px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}
			
			

/*Contact*/

div#header		{margin-top: -230px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

div#twoColumns	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 250px;
				margin-top: 20px;
				text-align: left;
				margin-left: 100px;
				z-index:4;
				}
				
div#twoColumns2 {/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 250px;
				margin-top: -58px;
				text-align: left;
				margin-left: 400px;
				z-index:4;
				}
				
				
div#twoColumns3 {/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 250px;
				margin-top: -60px;
				text-align: left;
				margin-left: 680px;
				z-index:4;
				}


				
div#staffImage	{
				margin-top: 70px;
				margin-left: 170px;
				z-index:4;
				}
				
div#staffImage p {
				/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				margin-top: 15px;
				margin-left: 20px;
				width: 610px;
				}
				
div#staffImage img {
	-moz-box-shadow: 4px 4px 16px #48577D;
	-webkit-box-shadow: 4px 4px 16px #48577D;
	box-shadow: 4px 4px 16px #48577D;
	}

				
/*see also classes under Design*/

/*Design*/

div#design			{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -270px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

.size16_bold {
	font-size: 14px;
	font-weight: bold;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size8 {
	font-size: 8px;
}

.darkGreen {
	color: #00617A;
}
			
.paddingLeft {
	padding-left: 20px;
	font-size: 14px;
}

.paddingLeft_size12 {
	font-size: 12px;
	padding-left: 20px;
}

.green {color: rgb(86,148,163);}


/*Donate*/

div#donate	{/*font-family: Verdana, Arial, sans-serif;*/
				color: black;
				font-size: 14px;
				width: 800px;
				margin-top: -550px;
				text-align: left;
				margin-left: 60px;
				z-index:4;
				}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #D7E0E0;
	color: #D7E0E0;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px 0;
	font-size: 24px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px 0;
	background: #78989f;
	font-size: 9px;
	color: #4B757F;
	text-align: left;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html 			{min-height: 101%;}



/*table styles*/

.padding		{padding-right:20px;
				padding-bottom:0px;
				line-height: 2;}	
				
.paddingOfficers		{padding-bottom:5px;}

.paddingOfficers2		{padding-bottom:35px;}	


/*styles*/

.bold 			{font-weight:bold;}

.italic 		{font-style:oblique;}

.smallFont_bold {font-size:10px;
				font-weight:bold;}

li.nobullet 	{list-style-type: none;}


.green a:link, a:visited		{color: rgb(86,148,163); text-decoration: none;}


a:link, a:visited		{color: rgb(86,148,163); text-decoration: none;}

}