/*  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: #03F;
	color: #FFF;
}
#site-home-button li a {
	background-color: #F38A49;
	color: #000;
}
#section1 li a {
	background-color: #FFD01A;
	color: #000;
}
#section2 li a {
	background-color: #FFEB7B;
	color: #000;
}
#section3 li a {
	background-color: #FFFAB9;
	color: #000;
}
#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;
}
/* Controls the left padding for the menus */
#navigation #section1 li a, #navigation #section2 li a, #navigation #section3 li a {
	padding-left: 4px;
}
/* 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;
}
/* HEADING AND MENU STYLES */

a, a:visited {
	color: blue;
}
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;
}
h2.blue_bar {
	background-color: #5894D0;	/* sets the background color for heading 2 */
	color: #fff;					/* sets the text color for heading 2 */
	padding: 3px 0 3px 6px;
}
h3, h4, h5 {
	padding: .5em 0 .3em;
	margin: 0;
	line-height: normal;
}
p {
	margin: 0;
	padding:  0 0 .3em 0;
	line-height: 1.4em;
	color: #333;
	font-size: 1.1em;
}
ul, ol {
	color: #333;
	font-size: 1.1em;
}
.header_underline {
	border-bottom: 1px #F30 dotted;
	padding-bottom: 3px;
	overflow: hidden;
}
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_large {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.2em;
	padding: 3px 0 0 0;
	margin: 0 0 0 2em;
}
/* 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, #side-bar-content-box a:visited {
	color:#009;
}
#side-bar-content-box a:hover {
	color: #F00;
}
.menu_cube {
	width:40px;
	float:left;
	margin-bottom: 10px;
	border: 1px #F00 solid;
}
.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_box95 {
	width: 95%;
	margin: 0 0 0 25px;
}
.text_box65 h3 + p, .text_box75 h3 + p, .text_box65 h4 + p, .text_box75 h4 + p {
	margin-top: 0;
	padding-top: 0px;
}
.text_box65 p, .text_box75 p, .text_box95 p {
	line-height: 1.4em;
}
.text_green {
	color: #090 /*#6EA432*/;
}
.text_red {
	color: #F30;
}
#wagt_map_1 {
	border: 1px #666 solid;
	margin: 1em 0 0 0;
	padding:0;
}
#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 */
#body table {
	border: 1px #333333 solid;
	border-right: none;
	border-bottom: none;
}
#body th {
	background-color: #E3E3CF;
	padding: 2px 0;
	color: #000;
	font-weight: bold;
	border-right: 1px #999 solid;
	border-bottom: 1px #BDCDA2 solid;
}
#body td {
	padding: 3px 5px;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
#body td.total {
	background: #F3EEDF;
	font-weight: bold;
	border-top: 1px #BDCDA2 solid;
}
#body tr.yellow {
	background: #FFFCD3;
}
/* FORMS */
#involved_form label {
	margin: 0;
	padding: 0 .6em 0 0;
	color: #000;
	font-weight: bold;
}
#involved_form input {
	margin: 0 2em 0 0;
	padding: 0;
}
#involved_form table input {
	margin: 0;
	padding: 0;
}
#involved_form p {
	line-height: normal;
}
#involved_form h3 {
	line-height: normal;
	margin: 0;
	padding: 1.5em 0 .5em 0;
}
#involved_form table caption {
	font-size: 1.3em;
	font-weight: bold;
	padding: .3em 0;
}
#involved_form table {
	border: none;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	background-color:#F2F2F2;
}

