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


/*************************************************************************
    HEADING AND MENU STYLES
	This code allows the customization of the built-in headers.
 *************************************************************************/
h2 {
	background-color: #E3E3CF;
	color: black;
	padding: 1px 0 3px 6px;
	line-height: normal;
}

h2.division_header {
	background-color: #FFFFFF;
	color:#0033FF;
	margin: 0 0 20px 15px;
	padding: 15px 0 5px 0;
	font-size: 1.5em;
	border-bottom: 2px #6666FF solid;
}

.index_wrap {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4em;
}

.index_wrap a {
	font-weight: bold;
	font-style: italic;
	color: #339966;
}

/*************************************************************************
    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: #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
	This code allows the implementation of css unique to the individual site.
 *************************************************************************/
.text_box100 {
	margin-left: 25px;
}	

.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

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

.text_box75 h1, .text_box75 h2, .text_box75 h3, .text_box75 h4, .text_box75 h5, .text_box65 h1, .text_box65 h2, .text_box65 h3, .text_box65 h4, .text_box65 h5, {
	padding: 0;
	margin: 3px 0;
}

.text_box75 p img, .photo_cap {
	margin-right: 15px;
	margin-bottom: 2px;
	float: left;
}

.text_box75 .photo_cap a, .text_box75 .photo_cap p {
	line-height: normal;
}

.text_box75 h3 {
	color: #FF6600;
	margin-bottom: 0;
	padding: 20px 0 6px 0;
}

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

.dotted_line {
	color: #1F60A9;
	border-bottom: 1px #0000FF dotted;
	margin: 4px 0;
	padding: 8px 0 2px 0;
}

#body .source_text {
	font-size: .8em;
	line-height: normal;
	margin: 0;
	padding: 8px 0 0 25px;
}

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


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

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

#body td {
	padding: 5px 8px;
	border-bottom: 1px #CCCCCC solid;
}

#body td.border_rt {
	border-right: 1px #999999 solid;
}

#body td.border_lt {
	border-left: 1px #999999 solid;
}

#body tr.yellow {
	background-color: #FFFFCC;
}

.cntr {
	text-align: center;
	border-left: 1px #8BC0B2 solid;
}

.grand-total {
	background: #98D5CA;
	font-weight: bold;
}
