/*************************************************************************
    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.
 *************************************************************************/
 
html, body, div, ul, ol, dl, li, h1, h2, h3, h4, h5, h6, input {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #2E2E2E;
}

#breadcrumb, #breadcrumb a {
	color: #414141;
}

#breadcrumb a:hover {
	color: #0033FF;
}

.image-float-left {
	float: left;
	padding: 8px 15px 0 0;
}

.image-float-right {
	float: right;
	padding: 8px 0 0 15px;
}

/*************************************************************************
    NAVIGATION BAR STYLES
	This code controls the color scheme of the navigation bar.
 *************************************************************************/
#navigation li a:hover {
	background-color: #1F60A9;   	/* sets the navigation bar mouseover color */
	color: #FFF;                	/* sets the navigation bar text mouseover color */
}

#site-home-button li a {
	background-color: #3F7070;   	/* sets the site home button color */
	color: #FFFFFF;                	/* sets the site home button text color */
}

#section1 li a {
	background-color: #3E6060;   	/* sets the button color for section 1 */
	color: #EDEDED;                	/* sets the text color for section 1 */
}

#section2 li a {
	background-color: #5E8180;   	/* sets the button color for section 2 */
	color: #EDEDED;                	/* sets the text color for section 2 */
}

#section2a li a {
	background-color: #E0E0E0;   	/* sets the button color for section 2 */
	color: #000;                	/* sets the text color for section 2 */
	padding: 4px 4px 4px 15px;
}

#navigation #section2a li a {
	border-bottom: 1px #808080 solid;	/* sets the bottom border color of each button */
}

#section3 li a {
	background-color: #7EA1A0;   	/* sets the button color for section 3 */
	color: #FFFFFF;                	/* 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;
}

#section1 li ul a, #section2 li ul a, #section3 li ul a, #section4 li ul a {
	padding: 4px 4px 4px 6px;
}

#navigation ul li:hover > ul {
	border-left: 2px #355353 solid;	/* sets the left-side line color for drop-down menu */
}

#navigation li a {
	border-bottom: 1px #355353 solid;	/* sets the bottom border color of each button */
}

#navigation a.arrow-down {
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*************************************************************************
    HEADING AND MENU STYLES
	This code allows the customization of the built-in headers.
 *************************************************************************/
h2 {
	background-color: #F6F6D0;	/* sets the background color for heading 2 */
	color: black;					/* sets the text color for heading 2 */
	padding: 3px 0 2px 4px;
	border-bottom: 1px #FF9900 dotted;
}

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

.display_text1 {
	font-size: 150%;
}

.text_orange {
	color: #FF6600;
}
.text_red {
	color: #FF0000;
}

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

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

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

ul.faculty_list {
	list-style: url(../images/bullet-gray.gif);
	font-size: 118%;
	margin: 0;
	padding: 0 0 0 25px;
}

ul.faculty_list a {
	color: #000000;
}

ul.faculty_list a:hover {
	color: #FF3300;
}

.sub-head {
	margin: 0;
	padding: 0 0 10px 15px;
	color: #3366FF;
}

/*************************************************************************
    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: #E6E6E6 url(../images/sidebar_lines_2.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
	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_box100 {
	width: auto;
	padding: 0 25px;
}

.text_box65 p, .text_box75 p {
	margin: 0;
	padding: 2px 0 8px 0;
	line-height: 24px;
}

.text_box65 h4, .text_box75 h4 {
	line-height: 125%;
}

.column_225 {
	width: 225px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.photo_wrapper875 {
	width: 875px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

.photo_box130 {
	width: 130px;
	margin: 0;
	padding: 0 0 15px 15px;
	float: left;
	text-align: center;
}

.photo_box130 p {
	font-size: .9em;
	margin: 0;
	padding: 0;
}

.photo_box160 {
	width: 160px;
	margin: 0;
	padding: 0 0 20px 15px;
	float: left;
	text-align: center;
}

.photo_box160 p {
	font-size: .9em;
	margin: 0;
	padding: 0;
}

.photo_box350 {
	width: 350px;
	margin: 0;
	padding: 0 15px 10px 0;
	float: left;
}

.photo_box350 p {
	font-size: .9em;
	font-family: sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.nospace {
	padding: 3px 0 0 0;
	margin: 0;
}

.clear_me {
	clear: both;
}

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

/*************************************************************************
    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 122px;
	padding: 8px 0 0 0;
	background-color: #D9DCDF;
}

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

.bio_info_name {
	font-weight: bold;
	color: #004681;
}

#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;
	margin: 0;
}

#bio_text a {
	color: #556E5E;
	background-color: #F9F9F9;
}

#bio_text a:hover {
	color: #FF3300;
	background-color: #F9F9F9;
}

#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;
}

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

#body #bio_wrapper table {
	margin: 0 20px;
	padding: 0;
}

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

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

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

#body td.sub-header {
	font-weight: bold;
	text-align: center;
	color: #3333CC;
}

#body caption {
	font-size: 105%;
	font-weight: bold;
	color: #4C73B2;
	padding-bottom: 2px;
}

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