/****************************************************************
    SUNY Downstate Medical Center
	Custom Stylesheet
	
v2.6
	by Brett Laurance
	
Last updated October 25, 2006
	
	
This is the secondary stylesheet for the SUNY Downstate web
	site. 
	
	
It may be used to customize the color scheme of your web site.
			

*/

/***************************************************************
    NAVIGATION BAR STYLES
	
This code controls the color scheme of the navigation bar.
 ***************************************************************/


#navigation li a:hover {
	background-color: #C0C0FF;   /* sets the navigation bar mouseover colour */
	
color: #FF4040;                /* sets the navigation bar text mouseover colour */

}

#site-home-button li a {
	background-color: #8080FF;   /* sets the site home button colour */
	
color: black;                /* sets the site home button text colour */

}
#sub-site-home-button li a {
	background-color: #ADAFFF;   /* sets the site home button colour */
	color: black;                /* sets the site home button text colour */
}
#section1 li a {
	background-color: #C0C0FF;   /* sets the button colour for section 1 */
	
color: black;                /* sets the text colour for section 1 */

}

#section2 li a {
	background-color: #D9DAFF;   /* sets the button colour for section 2 */
	
color: black;                /* sets the text colour for section 2 */

}

#section3 li a {
	background-color: #F1F1FF;   /* sets the button colour for section 3 */
color: black;                /* sets the text colour for section 3 */
}

/
***************************************************************

    HEADING STYLES
	This code allows the customization of the built-in headers.
 ***************************************************************/


h2 {
	background-color: #666666;   /* sets the background colour for heading 2 */
	
color: white;                /* sets the text colour for heading 2 */
}

/
***************************************************************
    CUSTOM STYLES
	
This code allows the implementation of css unique to the 
	individual site.
 
***************************************************************/


h1 {
color: blue;
text-align: center;
}
#one, #two, #three, #four, #five, #six, #seven, #eight, 
#nine, #ten, #eleven, #twelve, #thirteen, #fourteen, #fifteen, 
#sixteen, #seventeen, #eighteen, #nineteen {
	position: absolute;
	visibility: hidden;
	width: 45%;
	max-length: 85%;
	border-right: 3px solid blue;
}
.pithy {
	font-style: italic;
	color: #808080;
}
#tutorials {
	margin: 5px;
}
#webfeat {
	background-color: #E3E4FF;
	border: 5px groove blue;
	text-decoration: none;
	font-weight: bold;
	color: black;
	position: absolute;
	left: 65%;
}
#webfeat3 {
	background-color: #E3E4FF;
	border: 5px groove blue;
	text-decoration: none;
	font-weight: bold;
	color: black;
	width: 50%;
}
#webfeat2 {
	background-color: #E3E4FF;
	border: 5px groove blue;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#footer2 {
	position: absolute;
	top: 100%;
}
#logos {
	position: absolute;
	left: 65%;
}
#reno {
	border: 5px groove green;
	text-decoration: none;
	font-weight: bold;
	color: black;
	width: 75%
}

