/* SUNY Downstate Medical Center Custom Stylesheet */
 
 
/* NAVIGATION BAR STYLES */
#navigation li a:hover {
	background-color: #5F84E6;
	color: #FFF;
}
#site-home-button li a {
	background-color: #9095D9;
	color: #FFF;
}
#section1 li a {
	background-color: #B8B6E5;
	color: black;
}
#section2 li a {
	background-color: #CBCCE6;
	color: black;
}
#section3 li a {
	background-color: #DBDCEC;
	color: black;
}
#section4 li a {
	background-color: #A3CCFC;
	color: black;
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #A3CCFC;  /* sets the button color for SUB-section 4 */
	color: black;
}
#navigation ul li:hover > ul {
	border-left: 2px solid #202000;  /* sets the left-side line color for drop-down menu */
}
#navigation li a {
	border-bottom: 1px #5F84E6 solid;  /* sets the bottom border color of each button */
}
/* Controls the left padding for the drop-down menus */
#navigation #section1 li ul a, #navigation #section2 li ul a, #navigation #section3 li ul a {
	padding-left: 7px;
}
/* Different Button Color for Sub-Menu */
#navigation ul li ul a.sub_section_color {
	background-color: #FFE352;		/* sets the button color for SUB-MENU */
	color: black;
}
#navigation ul li ul a:hover.sub_section_color {	/* gets SUB-MENU buttons to hover */
	background-color: #FF9900;
	color: #000;
	border-bottom: 1px solid #F6B490;
}


/* TEXT AND HEADING STYLES */
h2 {
	background-color: #f7f7f7;	/* sets the background color for heading 2 */
	color: black;
	padding: 3px 0 3px 6px;
	border-bottom: 1px #CCC solid;
}
h3, h4 {
	padding: 0;
	margin: 0;
	line-height: normal;
}
h3 {
	color: #F30;
}
h4 {
	color: #F90;
}
p {
	color: #000;
	margin: 0;
	padding: .3em 0 .8em 0;
}
ul, ol {
	color: #000;
}
ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
}
ul.bullet_gray {
	list-style: url(../images/bullet-gray.gif);
}
ul.bullet_orange_1 {
	list-style: url(../images/bullet-orange.gif);
}
ul.bullet_orange_2 {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.2em;
}
#body {				/* adds some space and a horizpntal line at the bottom of the BODY section */
	padding-bottom: 25px;
	border-bottom: 1px #A0D1F8 solid;
}
#breadcrumb strong {
	color: #000;
}
.clear_me {
	clear: both;
}
