/* 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 */

#navigation li a:hover {
	background-color: #FFFFFF;
	color: #004E93;
}
#site-home-button li a {
	background-color: #9095D9;
	color: black;
}
#section1 li a {
	background-color: #B8B6E5;
	color: black;
}
#section2 li a {
	background-color: #C3C3E5;
	color: black;
}
#section3 li a {
	background-color: #E8E8F4;
	color: black;
}

/* HEADING STYLES */

h2 {
	background-color: #9A9FDA;
	color: #fff;
	padding: 2px 0 3px 6px;
}
h3, h4 {
	line-height: normal;
	padding: 0;
	margin: 0;
}
h3, h4 {
	padding-top: 1em;
}
p {
	margin: 0;
	padding: .3em 0 .3em 0;
}
ul.orange_bullet_large_text {
	list-style: url(../images/bullet-orange-triangle.gif);
	font-size: 130%;
	margin: 0 0 0 2em;
}
ul.orange_bullet_large_text ul {
	list-style: square;
	font-size: 95%;
	margin: 0 0 0 2em;
}

/* CUSTOM STYLES */
.text_green {
	color: #090;
}
#breadcrumb strong {
	color:#1B283C;
}

