@charset "UTF-8";
/* CSS Document */

/* 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: #7F7EDB;
	color: #FFFFFF;
}

#site-home-button li a {
	background-color: #243040;
	color: #FFF;
}

#section1 li a {
	background-color: #99FF99;
	color: #4C4EDC /*#7F7EDB*/;
	padding-right: 2px;
}

#section2 li a {
	background-color: #C5FFC7;
	color: #4C4EDC;
}

#section3 li a {
	background-color: #5E7575;
	color: #E3E3CF;
}

#navigation ul li:hover > ul {
	border-left: 2px solid #202000;
}

#navigation li a {
	border-bottom: 1px #7BD37E /*#293B53*/ solid;
	font-weight: bold;
	padding-left: 6px;
}


/* HEADING AND MENU STYLES */
h2 {
	background-color: #7F7EDB;
	color: #FFFFFF;
	padding: 2px 0 3px 5px;
}

.text_brown {
	color: #8B4513;
}

#side-bar {
	background: #99FF99 url(../images/sidebar_lines.gif) repeat-x left top;
}


/* CUSTOM STYLES */
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

.text_box_290margin {
	margin: 0 290px 0 25px;
}

.text_box65 p, .text_box_290margin p {
	line-height: 21px;
}

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

