/*  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 - This code controls the color scheme of the navigation bar. */
#navigation li a:hover {
	background-color: #F6B490;
	color: #000;
	border-bottom: 1px solid #F6B490;
}
#site-home-button li a {
	background-color: #AD1711;
	color: white;
	border-bottom: 1px solid #AD1711;
}
#section1 li a {
	background-color: #AB3636;
	color: white;
	border-bottom: 1px solid #AB3636;
}
#section2 li a {
	background-color: #B84949;
	color: white;
	border-bottom: 1px solid #B84949;
}
#section3 li a {
	background-color: #AB3C60;
	color: #FFF;
	border-bottom: 1px solid #AB3C60;
}
#section4 li a {
	background-color: #9C4564;
	color: #E2D6EC;
	border-bottom: 1px solid #9C4564;
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #975B74;
	color: #FFF;
	border-bottom: 1px solid #975B74;
}
#side-bar, #side-bar-content-box {
	background-color: #AD1711;
}
#side-bar-content-box {
	color: white;
}
#navigation ul li {
	border-bottom: 1px solid #990000;
	background-color: #990000;
}
#navigation ul li:hover > ul {
	border-left: 2px solid #550000;
}
/* button color for 3 faculty pages */
#navigation ul li ul a.faculty {	
	border-bottom: 1px solid #C24738;
	background-color: #C24738;
}
/* gets special faculty buttons to  hover */
#navigation ul li ul a:hover {
	
	background-color: #F6B490;
	color: #000;
	border-bottom: 1px solid #F6B490;
}


/* CUSTOM TEXT STYLES */
h2 {
	background-color: #AD1711;
	color: white;
	padding: 2px 0 4px 5px;
}
h3, h4, h5 {
	line-height: 1.3em;
}
h4 {
	margin-bottom: .3em;
}
p {
	margin: 0;
	padding: .2em 0 .4em;
}
.anesth_h4 {
	color: #87254B;
	border-bottom: 1px #CC3872 solid;
	padding: 0 0 .2em 0;
}
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.1em;
}


/* TABLES */
#body th {
	background-color: #CCCCCC;
	padding: 2px 0;
	font-weight: bold;
}
#body td {
	padding: 2px 6px;
}
#body tr.yellow {
	background-color: #FFFFCC;
}
#body table.drugs {
	text-align: center;
}
#body table.drugs td {
	width: 20%;
	padding: 2px;
}
.purple {
	background-color: #9C3056;
}
.td-leftline {
	border-left: 1px #8BC0B2 solid;
	border-bottom: 1px #CCCCCC solid;
}
.td-bttmline {
	border-bottom: 1px #CCCCCC solid;
}
.library_table td {
	border-bottom: 1px #CCCCCC solid;
}
td.library_table_leftcol {
	border-right: 1px #CCCCCC solid;
	background-color: #E3DFD7;
}
.alert {
	color: #FF0000;
}


/* LAYOUT */
/* Use this ID on a <div> that you want to be a certain width */
#text_box1 { 
	width: 65%;
	margin: 10px 0 0 15px;
}
/* the paragraph style for text_box1 */
#text_box1 p { 
	line-height: 22px;
}
/* Use this ID on a <div> that you want to be a certain width */
#text_box2 { 
	width: 90%;
	margin: 10px 0 0 15px;
}
/* the style for an image that is in a paragraph that is in text_box2 */
#text_box2 p img { 
	margin-right: 15px;
	margin-bottom: 2px;
	float: left;
}
#text_box3 {
	margin: 0 60px;
}
/* adds some space and a horizpntal line at the bottom of the BODY section */
#body { 
	padding-bottom: 25px;
	border-bottom: 1px #FF3333 solid;
}
.my_serif {
	font-family: "Times New Roman", Times, serif;
}
#font_arial {
	font-family: Arial, Helvetica, sans-serif;
}
#photo1 {
	margin: 0;
}
#photo2 {
	margin: 5px 0 0 250px;
}
.photo_box220 {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0 15px;
}
.photo_box220 p {
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 0;
}
.homepage_text {
	margin: 0 320px 0 4px;
	padding: 0;
}
.homepage_text p {
	font-size: 125%;
}
.homepage_teaser {
	width: 280px;
	float: right;
	margin:.3em 1em 0 0;
	background-color: #E3E3CF;
	border: 1px #719960 solid;
}
.homepage_teaser h3 {
	margin: 0;
	padding: .4em 0;
	color: #060;
	background-color: #BDCDA2;
	display: block;
	text-align: center;
}
.homepage_teaser h4 {
	margin: 0;
	padding: .5em 1em .3em .8em;
	background: transparent;
	color: #33F;
}
.homepage_teaser h5 {
	margin: 0 0 .3em 0;
	padding: .3em 1em .3em .8em;
	background: #CCC;
	color: #006633;
	font-style:normal;
	font-weight: bold;
}
.homepage_teaser h5 a, .homepage_teaser h5 a:visited {
	color: #03F;
}
.homepage_teaser h5 a:hover {
	color: #F30;
}
.homepage_teaser p {
	margin: 0;
	padding: 0 1em .5em;
	color: #444;
	line-height: 1.3em;
}
.homepage_teaser p strong {
	color: #000;
}


/* FACULTY PAGE LAYOUT */
div.container {
	margin: 5px;
	background-color: #FFF;
}
div.container p {
	padding: 0;
	margin: 0;
}
div.photo {
	float: left;
	width: 120px;
	margin-right: 15px;
	background-color: #FFF;
}
div.contact {
	margin-left: 121px;
	padding-top: 4px;
	width: 80%;
	background-color:#CCCCCC;
}
div.contact p {
	font-size: 14px;
	padding: 0 0 0 5px;
}
div.contact a {
	color: #000;
	background-color:#CCCCCC;
}
p a.red_link {
	color: #CC0000;
	background-color:#FFF;
}
div.title {
	clear: both;
	background-color: #EDEDED;
	margin: 0;
	padding: 0;
}
div.title p {
	margin: 0 0 0 15px;
	padding: 5px 10px 5px 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
div.text {
	background-color: #F9F9F9;
}
div.text p {
	padding: 10px 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
div.text h4, div.text h5 {
	margin: 0;
	padding: 1em 0 .2em 15px;
	background-color: transparent;
}
div.text h4 {
	font-size: 1.2em;
	color: #5E8180;
}
div.text h5 {
	font-size: 1em;
	color: #3D6664;
}
div.text ol, div.text ul {
	padding-right: 2em;
}
div.text a {
	background: #F9F9F9;
	font-weight: bold;
}

