/*************************************************************************
    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: #EE1000;   /* sets the navigation bar mouseover colour */
	color: white;
	border-bottom: 1px solid #EE1000;
}

#site-home-button li a {
	background-color: #D40000;   /* sets the site home button colour */
	color: white;
	border-bottom: 1px solid #D40000;
}

#section1 li a {
	background-color: #B10000;   /* sets the button colour for section 1 */
	color: white;
	border-bottom: 1px solid #B10000;
	}

#section2 li a {
	background-color: #B84949;   /* sets the button colour for section 2 */
	color: white;
	border-bottom: 1px solid #B84949;
}

#navigation ul li {
	border-bottom: 1px solid #990000;
	background-color: #990000;
}

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


/*************************************************************************
    SIDE BAR STYLES
	This code controls how the images and text behave in the sidebar.
 *************************************************************************/
#side-bar-content-box, #side-bar-content-box p, #side-bar-content-box img, #side-bar-content-box a {
	background-color: transparent;
}

#side-bar {
	background: #990000 url(../images/sidebar_pattern.gif) repeat-x top;
}

#side-bar-content-box, #side-bar-content-box a {
	font: 12px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}

#side-bar-content-box a:hover {
	color:#0066FF;
}

.menu_cube {
	width:40px;
	float:left;
	margin-bottom: 10px;
}
.cube_text {
	width:105px;
	text-align:left;
	float:right;
}


/***************************************************************
    HEADING STYLES
	This code allows the customization of the built-in headers.
 ***************************************************************/

h2 {
	background-color: #DEDEDE;   /* sets the background colour for heading 2 */
	color: #000;
	padding: 3px 0 3px 6px;
}

h3, h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: normal;
}

ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
}

ul.bullet_gray {
	list-style: url(../images/bullet-gray.gif);
}

ul.bullet_orange {
	list-style: url(../images/bullet-orange.gif);
}

ul.bullet_orange_large {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.3em;
	margin-left: 30px;
}

#body th {
	background-color: #CCCCCC;
	padding: 2px 0;
	font-weight: bold;
}

#body td {
	padding: 3px 5px;
}
	
#body tr.yellow {
	background-color: #FFFFCC;
	
}


/*************************************************************************
    CUSTOM STYLES
	This code allows the implementation of css unique to the individual site.
 *************************************************************************/
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}

.text_box95 {
	width: 95%;
	margin: 0 0 0 25px;
}

.text_box65 p, .text_box75 p, .text_box95 p {
	line-height: 1.75em;
	padding: 0 0 1em 0;
	margin: 0;
}

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

.caption_text {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
}

.my_serif {
	font-family: "Times New Roman", Times, serif;
}

/*************************************************************************
    FACULTY PAGE LAYOUT
	This code sets up the layout for Faculty pages.
 *************************************************************************/

#bio_wrapper {
	margin: 5px;
	background-color: #FFF;
}

#bio_wrapper p {
	padding: 0;
	margin: 0;
}

#bio_photo {
	float: left;
	width: 120px;
	background-color: #FFF;
}

#bio_info {
	margin: 0 50px 0 121px;
	padding-top: 8px;
	background-color: #D9DCDF;
}

#bio_info h4 {
	font-size: 16px;
	color: #004681;
	background-color:#D9DCDF;
	padding: 0 0 0 15px;
	display: inline;	
}

#bio_info p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 15px;
	margin: 0;
}

#bio_info a {
	color: #000;
	background-color:#D9DCDF;
}

p a.red_link {
	color: #CC0000;
	background-color:#FFF;
}

#bio_title {
	clear: both;
	background-color: #EDEDED;
}

#bio_title p {
	margin: 0 0 0 15px;
	padding: 5px 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FF6100;	
}

#bio_text {
	background-color: #F9F9F9;
	padding: 10px 0 0 0;
}

#bio_text a {
	background-color: #F9F9F9;
	color: #3333CC;
}

#bio_text p {
	font-size: 12px;
	padding: 2px 15px 4px 15px;
	line-height: 16px;
	color: #000000;
}

#bio_text h4 {
	font-size: 14px;
	padding: 0 0 0 15px;
	line-height: 16px;
	color: #5E8180;
	background-color: #F9F9F9;
	display: block;
}

#bio_text h5 {
	font-size: 1.15em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
	color: #3D6664;
	background-color: #F9F9F9;
}

#bio_text ul, #bio_text ol {
	margin: 0 0 0 30px;
	padding: 4px 15px;
	line-height: 16px;
	color: #000000;
}

#bio_wrapper #bio_text img {
	margin: 0;
	padding: 1em 0 .5em 1.5em;
	background-color: #F9F9F9;
}
