/* STYLES FOR ALL PAGES */

/* Styles for top-level page components */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica', Arial, sans-serif;
	background-color: #003c9e;
	font-size: 12pt;
}
#bodyWrapper {
	background: url('images/BodyBackground.gif'); 
	background-repeat: repeat-x;
	background-color: #002690;
	background-color: white;
}
#pageWrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}			

/* Universal page styles */
a:link {
	color: #003c9c;
}
a:visited {
	color: #002869;
}
img {
	border: 0px;
}
p {
	line-height: 120%;
}
td p {
	margin-top: 0px;
}

/* Top Bar (shodor logo, search box, etc.) */
#topBar{
	height: 153px;
	height: 141px;
	position: relative;
	z-index: 1000;
}
#logoBar{
	display: block;
	background: url('images/logoBaro.jpg'); 
	width: 800px;
	height: 96px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-decoration: none;
}
#searchWords {
	position: relative;
	float: right;
	margin-top: 4px;
	margin-right: 6px;
	width: 158px;
	height: 12px;
	border: none;
	z-index: 1000;
}
.topBarLinks {
	width: 500px;
	height: 17px;
	position: absolute;
	right: 6px;
	top: 32px;
	font-size: 0.8em;
	color: #ffffff;
	z-index: 1000;
	text-align: right;
} 
.topBarLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#searchCell{
	background: url('images/search.gif'); 
	width: 244px;
	height: 27px;
	position: absolute;
	right: 0px;
	top: 47px;
}

/* Navigation Bar (from which pulldown menus expand) */
#mainNavigation{
	background: url('images/mainNavButtons2.gif'); 
	background-position: bottom;
	width: 800px;
	height: 40px;
	position: absolute;
	bottom: -3px;
	z-index: 1000;
}
.navButtons{
	float: left;
	display: block;
	width: 128px;
	height: 40px;
}
.navButtons:hover {
	background: url('images/mainNavButtons2.gif');
	background-position: left;
	float: left;
	display: block;
	width: 107px;
	height: 40px;
}
.navButtons.selected{
	background: url('images/mainNavButtons2.gif');
	background-position: top left;
	float: left;
	display: block;
	width: 107px;
	height: 38px;
}
#homeButton{
	width: 124px;
}
#homeButton:hover {
	width: 124px;
	background-position: 0px -41px;
}
#homeButton.selected {
	width: 124px;
	background-position: 0px 0px;
}
#aboutButton{
	width: 124px;
}
#aboutButton:hover {
	width: 124px;
	background-position: -124px -41px;
}
#aboutButton.selected {
	width: 124px;
	background-position: -124px 0px;
}
#studentsButton{
	width: 124px;
}
#studentsButton:hover {
	width: 124px;
	background-position: -248px -41px;
}
#studentsButton.selected{
	width: 124px;
	background-position: -248px 0px;
}			
#parentsButton{
	width: 124px;
}
#parentsButton:hover {
	width: 124px;
	background-position: -372px -41px;
}
#parentsButton.selected{
	width: 124px;
	background-position: -372px 0px;
}					
#educatorsButton{
	width: 123px;
}
#educatorsButton:hover {
	width: 123px;
	background-position: -496px -41px;
}
#educatorsButton.selected {
	width: 123px;
	background-position: -496px 0px;
}				
#activitiesButton{
	width: 180px;
}
#activitiesButton:hover {
	width: 180px;
	background-position: -619px -41px;
}
#activitiesButton.selected {
	width: 180px;
	background-position: -620px 0px;
}
.navMenu {
	z-index: 1000;
}

/* Pulldown Menu styles */
.Pulldown {
	position: absolute;
	width: 94px;
	top: 32px;
	height: auto;
	background-color: #d0e0f5;
	border: 2px inset #071e51;
	z-index: 1000;
}
.Pulldown ul {
	list-style-type: none;
	font-family: sans-serif;
	font-size: 0.75em; color: #7b1308;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
.Pulldown li, .Pulldown li a, .Pulldown li a span {
	height: 10px;
}
*>.Pulldown li, *>.Pulldown li a, *>.Pulldown li a span  {
	height: auto;
}
.Pulldown li a {
	display:block;
	position:relative;
	border-width:0px 0px;
	border-color:#d0e0f5;
	border-style:solid;
	color:#7b1308;
	text-decoration:none;
	margin:2px 1px;
	z-index: 1000;
	background-color:#e7edf8;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
}
.Pulldown li a span {
	display:block;
	border-width:0 0px;
	border-color:#d0e0f5;
	border-style:solid;
	position:relative;
	margin:0 0px;
	z-index: 1000;
	padding: 1px 8px;
}
.Pulldown li a span.indent {
	padding-left: 15px;
}
.Pulldown li a:hover {
	border-color:#003c9c;
	color:#ffffff;
	z-index: 1000;
}
.Pulldown li a:hover {
	border-color:#003c9c;
	background-color:#003c9c;
	z-index: 1000;
}
#aboutPulldown{
	left: 127px;
}
#studentsPulldown{
	left: 251px;
}
#parentsPulldown{
	left: 375px;
}
#educatorsPulldown{
	left: 499px;
}
#activitiesPulldown{
	left: 622px;
	width: 170px;
}

/* Page Footer */
#footer{
	height: 109px;
	position: relative;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}
#btmTxtStrip{
	background: url('images/BottomBarLogos.gif'); 
	display: block;
	width: 798px;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0px;
}

/* Content area and titles on content pages */
.ContentWrapper {
	background: white;
	border-left: 1px solid #2D71AE;
	border-right: 1px solid #2D71AE;
}
.ContentWrapperText {
	z-index: 1001; 
	padding: 20px;
	padding-top: 10px;
	min-height: 500px;
	height: 500px;
}
*>.ContentWrapperText {
	height: auto;
}
.title {
	font-size: 1.8em;
	font-weight: bold;
}
.subtitle {
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: 1px solid #d1d1d3;
	margin-bottom: 3px;
}

/* Breadcrumbs on content pages */
.breadcrumbs {
	color: gray;
	font-size: 85%;
	margin-bottom: 15px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: gray;
}
.breadcrumbs a:active {
	color: black;
}

/* Styles that apply to the page content */
.leftContent {
	display: block;
	float: left;
	width: 49%;
}
.rightContent {
	display: block;
	margin-left: 50%;
	width: 49%;
}
#leftFeatureBox {
	display:block;
	width: 100%;
}
#rightFeatureBox {
	display:block;
	width: 100%;
}
div.contentFeature {
	background-image: url('public/media/contentFeatureBG.png');
	background-repeat: repeat-x;
	padding: 5px;
}
div.contentFeature .title {
	font-size: 110%;
	font-weight: bold;
}
div.contentFeature .subtitle {
	margin-bottom: 10px;
}
div.contentFeature ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
}

div.contentFeature ul li {
	padding: 0em 0em 0.5em 0em;
}

div.contentFeature ul ul {
	padding-left: 3em;
}

div.contentFeature ul ul li {
	padding-top: 2px;
	padding-bottom: 10px;
}

div.ContentEndClearance {
	clear: both;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.leftImage {
	float: left;
	margin: 2px 10px 8px 0px;
}
.rightImage {
	float: right;
	margin: 2px 0px 8px 10px;
}
.rightImage, .leftImage {
	width: 252px;
	font-size: 90%;
	font-style: italic;
	color: #525252;
}

/* Bottom Bar styles */
#bottomBar {
	background: url('images/BottomBackground.gif');
	background-color: #002690;
	background-color: #003c9e;
	width: 100%;
}
.bottomBarBtn {
	display: block;
	position: absolute;
	top: 0px;
	height: 36px;
}
#privacyBtn {
	width: 85px;
	left: 155px;
}
#donationBtn {
	width: 315px;
	left: 302px;
}
#nsdlBtn {
	width: 120px;
	right: 0px;
}



/* STYLES FOR SPECIFIC PAGES */

/* Emeriti Page */
.staffMiniList {
	margin: 15px;
}
.staffProject {
	font-weight: 700;
}
.emeritiQuote {
	font-size: 1.2em;
	font-style: italic;
	padding-left: 31%;
}
.emeritiImageDiv {
	float: left;
	border-right: 2px #dddddd solid;
	border-bottom: 2px #dddddd solid;
	background-color: #eeeeee;
	padding: 3px;
	width: 200px;
}
.emeritiImage {
	/*border-color: #000000;
	border-width: 1px;
	border-style: solid;*/
	width: 200px;
}
/*.emeritiName {
	margin-left: 30%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.emeritiCaption {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}*/	

.emeritiCaption .emeritiDetails {
	color: gray;
	font-size: 80%;
	font-style: italic;
	margin-left: 5px;
}
.emeritiContainer, .emeritiContainerEven {
	padding: 20px;
	margin: 4px;
}
.emeritiContainerEven {
	background-color: #d4e7f8;
}
.emeritiCredit {
	padding-left: 40%;
}
.emeritiCredit .emeritiName {
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}
.emeritiName {
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}
.emeritiCredit .emeritiCaption {
	padding-left: 1.5em;
}
.emeritiExperience {
	padding-left: 30%;
	font-size: 95%;
}
.emeritiExperience ul {
	margin-top: 0px;
	list-style-type: square;
}

/* Leading sub-pages (i.e., Students home) */
/* Images spanning both columns */
.splashContent {
	display: block;
	width: 765px;
	height: 191px;
}
.splashContent span {
	display: none;
}

/* Listing on PR pages (awards, etc.) */
.prlist td {
padding: 12px;
}

/* Home Page Content */
/* The upper half of the main home page */
#splash{
	height: 196px;
	position: relative;
	margin-top: 4px;
	z-index: 0 !important;
}
#splashSctn1{
	background: url('images/transforming.gif'); 
	width: 328px;
	height: 193px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#splashSctn2{
	background: url('images/welcome.gif'); 
	width: 462px;
	height: 193px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* The Bottom Half plus Headline news strip */
#bottomArea{
	height: 180px;
	position: relative;
	z-index: 0;
}
#headlineNews{
	background: url('images/headlineNews.gif'); 
	width: 800px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#headlineNewsLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 32px;
	border: 0px;
}
.headlineText{
	width: 700px;
	height: 32px;
	position: absolute;
	color: #1c4e88;
	top: 7px;
	left: 140px;
}
/* (Three) feature buttons along the bottom of the home page */
.homeFeature {
	width: 266px;
	height: 136px;
	display: block;
	position: absolute;
	top: 37px;
}
.homeFeature img {
	border: 0px;
}
#homeFeature1 {
	left: 0px;
}
#homeFeature2 {
	left: 267px;
}
#homeFeature3 {
	right: 0px;
}


/* Staff page styles */
.staffProgram {
	font-weight: 100;
	font-size: 0.8em;
	line-height: 0;
	margin-left: 15px;
}
.staffName {
	font-weight: 700;
	font-size: 1.1em;
	line-height: 0;
	margin-top: 4px;
	margin-bottom: 0.7em;
}

.videoDescription {
	font-size: 90%;
}

.PR2-Slot-TopBarAltText {
	display: none;
}

/* These are styles for the 2009 page */
#header{
background: url('images/header.jpg'); 
width: 797px;
height: 250px;
margin-left: -19px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #041630;
	font-weight: bold;
	}
a.style2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B6190D;
	font-weight: bold;
	}
	
	a.style2:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #B6190D;
		font-weight: bold;
	}
	
.Sctn{
	margin-top: 40px;	
	margin-left: 30px;
	width: 726px;
	height: 142px;
}
	#websiteTitle{
	background: url('images/website_title.jpg');
	width: 540px;
	}
	#websiteThumb{
	background: url('images/website_thumb.jpg');
	height: 141px;
	}
	.itemText{
		margin-top: 20px;	
		margin-left: 80px;
		width: 410px;
		height: 78px;
	}
	.thumb{
		float:right;
		width: 180px;
	}
	
	.title {
		margin-top: 0px;	
		margin-left: 0px;
		height: 26px;
	}
	#interactivateCDTitle{
	background: url('images/interactivateCD_title.jpg');
	width: 540px;
	}
	#interactivateCDThumb{
	background: url('images/interactivateCD_thumb.jpg');
	height: 121px;
	}
	#onlineToolsTitle{
	background: url('images/onlineTools_title.jpg');
	width: 540px;
	}
	#onlineToolsThumb{
	background: url('images/onlineTools_thumb.jpg');
	height: 111px;
	}
	#newsletterTitle{
	background: url('images/newsletter_title.jpg');
	width: 540px;
	}
	#newsletterThumb{
	background: url('images/newsletter_thumb.jpg');
	height: 132px;
	}
	#donationsTitle{
	background: url('images/donations_title.jpg');
	width: 610px;
	}
	#donationsThumb{
	background: url('images/donations_thumb.jpg');
	height: 156px;
	}
.announcement {
	background: rgb(255, 250, 205);
	border: 1px solid #f8d859;
	margin: 5px 7px 5px 0px;
	padding: 5px;
	clear: both;
}
.announcement a {
	text-decoration: none;
}
#copus{
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 1000;
	text-align: right;
}

/* Disease Model */
#SubTabsBar{
	margin: -10px auto 10px -20px;
	padding: 0.5em 26px 0.5em 26px;
	background: #b3d5ef url(images/bluegradient.jpg) repeat-x 0 bottom;
	width: 746px;
	border-bottom: 1px solid #98B5CB;
	position: relative;
}
#SubTabsBar li{
	float: left;
	list-style-type: none;
	margin: 0 0.5em;
	padding-left: 25px;
	/*background: white url(images/roundedTOP.png) no-repeat 0 0;*/
	border-bottom: 1px solid #C2DDF2;
	color: #224E6F;
}
#SubTabsBar a{
	display: block;
	/*background: white url(images/roundedTOP.png) no-repeat right 0;*/
	padding: 5px 25px 5px 0;
	margin: 0;
	text-decoration: none;
	outline-style:none;
	outline-width:0;
}
#SubTabsBar li.activeTab{
	/*border-bottom: 1px solid white;*/
	font-weight: bold;
}
#SubTabsBar ul{
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#SubTabsBar.ModelBar {
	margin-bottom: 0;
}
.helpList li {
	padding-bottom: 5px;
	padding-top: 5px;
}
ul.helpList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.helpTitle {
	font-weight:bold;
	font-size: 20px;
	padding-top: 10px;
}

/* Play button on DeafStem version of Disease Model */
div#MenuPlayButton {
	position: absolute;
	top: -2px;
	left: -41px;
}
div#PlayButtonFloatLeft {
	position: absolute;
	left: -40px;
}
div#PlayButtonHomeImage {
	position: absolute;
	top: 40px;
	left: -80px;
}
