/*
    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: #B1D194;
	color: #000;
}

#site-home-button li a {
	background-color: #2E5637;
	color: #c0e0a0;
}

#section1 li a {
	background-color: #2A745A;
	color: #FFF;
	}
	
#section1A li a {		/* color for ACADEMIC PROGRAMS button*/
	background-color: #8FB898;
	color: #000;
	padding: 4px 4px 4px 15px;
}

#section1B li a {		/* color for ACADEMIC PROGRAMS UNDERGRAD list*/
	background-color: #D3E1DB;
	color: #202000;
	padding: 4px 4px 4px 15px;
}

#section1C li a {		/* color for ACADEMIC PROGRAMS GRAD list*/
	background-color: #BFE1D2;
	color: #202000;
	padding: 4px 4px 4px 15px;
}

#navigation #section1B li a {
	border-bottom: 1px #D3E1DB solid;
}

#navigation #section1C li a {
	border-bottom: 1px #BFE1D2 solid;
}

#section2 li a {
	background-color: #477E70;
	color: white;
}

#section3 li a {
	background-color: #5E9889;
	color: white;
}

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

#navigation li a {
	border-bottom: 1px #204020 solid;
}



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

#side-bar-content-box, #side-bar-content-box a {
	font: 12px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	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: #E5FFD7;   /* sets the background colour for heading 2 */
	color: #000;                /* sets the text colour for heading 2 */
	padding-left: 8px;
	border-bottom: 1px #7BA66B solid;
}

h3, h4, h5 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.5em;
}



/*
    CUSTOM STYLES
	This code allows the implementation of css unique to the individual site.
*/
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);
}

.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 1.2em 0;
	margin: 0;
}

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

.bigger_text_ul a {
	font-size: 125%;
}



/*
    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, #bio_info p, #bio_title, #bio_title p {
	margin: 0;
	padding: 0 0 0 15px;
}

#bio_info h4 {
	font-size: 16px;
	color: #004681;
	background-color:#D9DCDF;
}

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

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

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

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

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

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

#bio_text p {
	font-size: 1em;
	padding: 2px 15px 4px 15px;
	line-height: 1.2em;
	color: #000000;
	background-color: transparent;
}

#bio_text h4, #bio_text h5 {
	margin: 0;
	padding: 1em 0 0 15px;
	background-color: transparent;
}

#bio_text h4 {
	font-size: 1.1em;
	color: #5E8180;
}

#bio_text h5 {
	font-size: 1em;
	color: #3D6664;
}

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



/*
    TABLE LAYOUT
	This code sets up the layout for tables.
*/
#body table {
	border: 1px #333333 solid;
	border-right: none;
	border-bottom: none;
}

#body th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: 1px #333333 solid;
	border-bottom: 1px #BDCDA2 solid;
}

#body td {
	padding: 3px 5px;
	border-right: 1px #333333 solid;
	border-bottom: 1px #999999 solid;
}

#body td.total {
	background: #F3EEDF;
	font-weight: bold;
	border-top: 1px #BDCDA2 solid;
}

#body tr.yellow {
	background: #FFFCD3;
}
