/*************************************************************************
    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;
}
#section2 li a {
	background-color: #4582C9;   	/* sets the button color for section 2 */
	color: #FFF;
}
#section3 li a {
	background-color: #6CA4EA;   	/* sets the button color for section 3 */
	color: #FFF;
}
#section4 li a {
	background-color: #A3CCFC;		/* sets the button color for section 4 */
	color: black;
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #A3CCFC;		/* sets the button color for SUB-section 4 */
	color: black;
}
#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;
}

/* DIFFERENT BUTTON COLOR FOR SUB-MENU */
#navigation ul li ul a.sub_section_color {
	background-color: #FFE352;		/* sets the button color for SUB-MENU */
	color: black;
}
#navigation ul li ul a:hover.sub_section_color {	/* gets SUB-MENU buttons to hover */
	background-color: #FF9900;
	color: #000;
	border-bottom: 1px solid #F6B490;
}
/* 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;
}

/* STANDARD CUSTOM STYLES */
h2 {
	background-color: #DFEBEF;	/* sets the background color for heading 2 */
	color: #03F;
	padding: 3px 0 4px 6px;
}
h3, h4 {
	margin: 0;
	line-height: 1.4em;
}
h3 {
	padding: 0 0 1em 0;
}
h4 {
	padding: 0 0 .3em 0;
}
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;
}

/* FLU CUSTOM STYLES */
.answer_title {
	padding:0 0 3px 0;
	border-bottom: 1px #FC0 solid;
}
.answer_box {
	width: 75%;
	margin: 0;
	padding: 0 0 0 20px;
}
.answer_box p {
	color: #000;
}
.warning_box {
	padding:10px;
	margin: 1.3em 0 0 0;
	background-color: #FFFAB9;
	border:1px #FFCB0E solid;
}
.warning_box h3 {
	padding: 0;
	margin: 0;
	background: transparent;
	color:#F00;
	border-bottom: 1px #39F solid;
}
.warning_box h4 {
	padding: 1.5em 0 0 0;
	margin: 0;
	background: transparent;
	color:#F00;
}
.warning_box p {
	padding: .5em 0 .5em 0;
	margin: 0;
	color: #000;
	font-weight: bold;
}
.warning_box a, .warning_box a:visited {
	color: #06F;
}
.warning_box a:hover {
	color: #F00;
}
.poster_box {
	width: 250px;
	padding: 0;
	border: 1px #CCC solid;
	margin:  0 1.8em 1.8em 0;
	float: left;
}
.poster_box h3 {
	display: block;
	background-color: #09F;
	border-bottom: 3px #33C solid;
	color: #FFF;
	text-align: center;
	padding: .3em 0;
	margin: 0;
}
.poster_box a {
	text-decoration: none;
	color: #FFF;
}
.poster_box a:hover {
	color: #000;
}

