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


/* HEADING STYLES */
h2 {
	background-color: #CCC;
	color: #000;
	padding: 2px 0 4px 6px;
	border-left: 3px #666 solid;
}
h3 {
	border-bottom: 1px #FFCC66 solid;
	margin: .5em 0 .4em 0;
	padding: 0 0 3px 0;
}


/* CUSTOM STYLES */
#navigation ul li ul a.faculty {	/* button color for special faculty pages */
	border-bottom: 1px solid #CCC;
	background-color: #FFFFC9;
}
#navigation ul li ul a:hover {		/* gets special faculty buttons to  hover */
	background-color: #FF6600;
	color: #000;
	border-bottom: 1px solid #CCC;
}
#body th {
	background-color: #CCCCCC;
	padding: 2px 0;
	font-weight: bold;
}
#body td {
	padding: 3px 5px;
}
#body tr.yellow {
	background-color: #FFFFCC;
}
.text_box1 {
	width: 85%;
}
.text_box1 p, #text_box2 p {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.8em;
}
.text_box1 h3 {
	margin: 5px 0;
	padding: 0;
}
.text_box1 h4 {
	margin: 5px 0 10px 20px;
	padding: 0;
	line-height: 1.5em;
}
#text_box2 {
	width: 85%;
}
ol, ul {
	line-height: 1.8em;
}
p {
	margin-bottom: 0;
}
/* 
adds some space and a horizpntal line at the bottom of the BODY section */
#body {							
	padding-bottom: 25px;
	border-bottom: 1px #FF6600 solid;
}

.my_serif {
	font-family: "Times New Roman", Times, serif;
}
ul.my_bullet {
	line-height: 1.5em;
	list-style: url(../images/red_bullet.gif) outside;
}
.my_bullet li {
	padding-bottom: 1em;
}


/* FACULTY PAGE LAYOUT */
div.container {
	margin: 5px;
	background-color: #FFF;
}
div.container p {
	padding: 0;
	margin: 0;
}
div.photo {
	float: left;
	width: 120px;
	background-color: #FFF;
}
div.contact {
	margin: 0 50px 0 121px;
	padding-top: 4px;
	background-color:#CCCCCC;
}
div.contact p {
	font-size: 14px;
	padding: 0 0 0 15px;
}
div.contact a {
	color: #000;
	background-color:#CCCCCC;
}
p a.red_link {
	color: #CC0000;
	background-color:#FFF;
}
div.title {
	clear: both;
	background-color: #EDEDED;
}
div.title p {
	margin: 0 0 0 15px;
	padding: 5px 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
div.text {
	background-color: #F9F9F9;
}
div.text p {
	padding: 5px 15px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

