/*  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: #FF6600;
	color: white;
}
#site-home-button li a {
	background-color: #FF9900;
	color: black;
}
#section1 li a {
	background-color: #FFC900;
	color: black;
}
#section2 li a {
	background-color: #F9E17E;
	color: black;
}
#section3 li a {
	background-color: #FFFFC9;
	color: black;
}
/* Puts a non-link line in the menu */
.menu_header li p { 
	margin: 0;
	padding: 4px 2px 3px 5px;
	background-color: #E1E8D6;
	color: #000;
	border-bottom: 1px #03F solid;
	font-weight: bold;
	line-height: normal;
}
/* 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;
}
/* 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;
}
/* Controls the left padding for the drop-down menus */
#navigation #section1 li a, #navigation #section2 li a, #navigation #section3 li a {
	padding-left: 8px;
	padding-right: 5px;
}


/* HEADING STYLES */
h2 {
	background-color: #D2D0C2;
	color: #000;
	padding: 2px 0 4px 6px;
	border-left: #06F 4px solid;
}
h3.orange_text {
	color: #FF6633;
	border-bottom: 1px #FF0000 dotted;
}
h3.contact_info {
	line-height: 125%;
	font-weight: normal;
}


/* CUSTOM STYLES */
#text_box1 {
	width: 65%;
	margin: 10px 0 0 25px;
}
#text_box1 p {
	line-height: 30px;
}
#text_box2 {
	width: 90%;
}
#text_box2 p img {
	margin-right: 15px;
	margin-bottom: 2px;
	float: left;
}
#body {
	padding-bottom: 25px;
	border-bottom: 1px #FF9900 solid;
}
#clear_me {
	clear: both;
}

