/****************************************************************
    SUNY Downstate Medical Center
	Custom Stylesheet
	
	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: #FF6600;
	color: white;
}

#site-home-button li a {
	background-color: #FF9900;
	color: black;
	font-weight: bold;
}

#section1 li a {
	background-color: #FFC900;
	color: black;
}

#section2 li a {
	background-color: #F9E17E;
	color: black;
}

#section3 li a {
	background-color: #FFFFC9;
	color: black;
}

#navigation #section1 li ul a, #navigation #section2 li ul a, #navigation #section3 li ul a {   /* Controls the left padding for the drop-down menus */
	padding-left: 7px;
}

#body {				/* adds some space and a horizpntal line at the bottom of the BODY section */
	padding-bottom: 25px;
	border-bottom: 1px #999 solid;
}

h2 {
	background-color: #666666;
	color: white;
	padding: 3px 0 3px 6px;
}

h3, h4 {
	line-height: 1.5em;
}

.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}

.text_box95 {
	width: 95%;
	margin: 0 0 0 25px;
}

.text_box65 p, .text_box75 p, .text_box95 p {
	line-height: 1.75em;
	padding: 0 0 1.2em 0;
	margin: 0;
}
