/*************************************************************************
    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: #A9DEFF;   	/* sets the navigation bar mouseover color */
	color: #000;                	/* sets the navigation bar text mouseover color */
}
#site-home-button li a {
	background-color: #093186;   	/* sets the site home button color */
	color: #FFF;                	/* sets the site home button text color */
}
#section1 li a {
	background-color: #1F60A9;   	/* sets the button color for section 1 */
	color: #FFF;                	/* sets the text color for section 1 */
}
#section2 li a {
	background-color: #4582C9;   	/* sets the button color for section 2 */
	color: #FFF;                	/* sets the text color for section 2 */
}
#section3 li a {
	background-color: #6CA4EA;   	/* sets the button color for section 3 */
	color: #FFF;                	/* sets the text color for section 3 */
}
#section4 li a {
	background-color: #A3CCFC;		/* sets the button color for section 4 */
	color: black;					/* sets the text color for section 4 */
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #A3CCFC;		/* sets the button color for SUB-section 4 */
	color: black;					/* sets the text color for SUB-section 4 */
}
#navigation ul li:hover > ul {
	border-left: 2px solid #202000;	/* sets the left-side line color for drop-down menu */
}
#navigation li a {
	border-bottom: 1px #093186 solid;	/* sets the bottom border color of each button */
}
/* Controls the left padding for the drop-down menus */
#navigation #section1 li ul a, #navigation #section2 li ul a, #navigation #section3 li ul a {
	padding-left: 7px;
}


/* HEADING AND MENU STYLES */
h2 {
	background-color: #E3E3CF;	/* sets the background color for heading 2 */
	color: black;					/* sets the text color for heading 2 */
	padding: 3px 0 3px 6px;
	border-left: 4px #A9A98E solid;
}
h3, h4 {
	margin: 0;
	line-height: normal;
}
h3 {
	padding: 1.5em 0 .4em 0;
	font-size: 1.3em;
	color:#F60;
}
h4 {
	padding: .5em 0 0 0;
	font-size: 1.2em;
	color: #F90;
}
p {
	padding: .2em 0 .5em 0;
	margin: 0;
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
}
ul, ol {
	color: #000;
}
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_lrg {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.3em;
	margin-left: 2em;
}
#breadcrumb strong {
	color: #585858;
}


/* SIDE BAR STYLES */
#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: #A3CCFC url(../images/sidebar_lines.jpg) repeat-x bottom;
}
#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;
}


/* CUSTOM STYLES */
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}
.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}
.text_box98 {
	width: 98%;
	margin: 0 0 0 25px;
}
.text_box75 p, .text_box65 p, .text_box98 p {
	margin: 0;
	padding: 0 0 .5em 0;
}
.text_box65 p, .text_box75 p {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.onethird_box {
	width: 190px;
	float: left;
	margin-right: 8px;
}
.onethird_box p {
	font-size: .8em;
	padding: 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;
}
.image-float-left h3, .image-float-left h4 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.image-float-left h3 {
	padding-top: 5px;
}
.image-float-left img {
	padding-top: 5px;
}


/* FACULTY PAGE LAYOUT */
#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: #004681;
}
#bio_text {
	background-color: #F9F9F9;
	padding: 10px 0 0 0;
}
#bio_text p {
	font-size: 12px;
	padding: 2px 0 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;
}


/* TABLE LAYOUT */
#body table {
	border: 1px #CCC solid;
	border-right: none;
	border-bottom: none;
}
#body th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: 1px #CCC solid;
	border-bottom: 1px #333 solid;
}
#body td {
	padding: 3px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
#body table caption {
	padding: 2px 0;
	font-weight: bold;
	font-size: 1.2em;
}

