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


/* NAVIGATION BAR STYLES */
#navigation li a:hover {
	background-color: #FFCC00;
	color: #000;
}
#site-home-button li a {
	background-color: #FFB338 /*#093186*/;
	color: #000;
}
#section1 li a {
	background-color: #FFF14C /*#0065C4 #1F60A9*/;
	color: #000;
}
#section2 li a {
	background-color: #32DE6C /*#2487EB #4582C9*/;
	color: #002613;
}
#section3 li a {
	background-color: #49A0FF /*#6CA4EA*/;
	color: #FFF;
}
#section4 li a {
	background-color: #A3CCFC;
	color: black;
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #A3CCFC;
	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 #4C73B2 /*#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;
	color: black;
	padding: 3px 0 3px 6px;
}
h3, h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.4em;
}
p {
	padding: .3em 0;
	margin: 0;
}
ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
	padding-top: 8px;
}
ul.bullet_gray {
	list-style: url(../images/bullet-gray.gif);
	padding-top: 8px;
}
ul.bullet_orange {
	list-style: url(../images/bullet-orange.gif);
	padding-top: 8px;
}
ul.bullet_orange_lrg {
	list-style: url(../images/bullet-orange.gif);
	padding-top: 8px;
	font-size: 1.2em;
	line-height: 1.3em;
}
ul.bullet_orange_lrg li {
	padding-bottom: .4em;
}
.green_header {
	background-color: #BEE7C3;
	color: black;
	padding: 3px 0 3px 6px;
}
#breadcrumb strong {
	color: #333;
}


/* 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;
}
#side-bar-content-box .cube_text a {
	color: #3300FF;
	font-weight: bold;
	font-style: oblique;
}
#side-bar-content-box .cube_text a:hover {
	color: #FF3300;
}


/* 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 p, .text_box75 p, .text_box95 p {
	line-height: 1.6em;
}
.photo_box150 {
	width: 150px;
	margin: 0 20px 20px 0;
	float: left;
}
.photo_box150 p {
	font-size: .9em;
	font-style: italic;
	margin: 0;
	padding: 5px 0 0;
	line-height: normal;
}
.photo_box180 {
	width: 180px;
	margin: 0 20px 20px 0;
	float: left;
}
.photo_box180 h5 {
	font-size: 1.2em;
	font-style: normal;
	margin: 0;
	padding: 5px 0 0;
	line-height: normal;
}
.photo_box180 p {
	font-size: 1em;
	margin: 0;
	padding: 2px 0 0;
	line-height: normal;
}
.box_float_left {
	float: left;
	margin: 8px 20px 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;
}
cite {
	margin: 2em 0;
	padding: 4em 0;
	color: #0099FF;
}
.no_top_space {
	margin-top: 0;
	padding-top: 0;
}
.text_red {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.text_blue {
	color: #3366FF;
}
.text_orange {
	color: #F60;
}
.text_green {
	color: #00A608;
}
.text_normal {
	font-weight: normal;
}


/* TABLE LAYOUT */
#body table {
	border: none;
}
#body table th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: none;
	border-bottom: none;
}
#body table td {
	padding: 3px 5px;
}
#body table tr.tablerow_white {
	background: #FFF;
}
#body table tr.tablerow_grey {
	background: #F2F2F2;
}
#body table tr.tablerow_yellow {
	background: #F2DFAA;
}
#body table tr.tablerow_orange {
	background: #F4CEA9;
}
#body table tr.tablerow_green {
	background: #CAF5A9;
}
#body table.table_style1 {
	border-top: 1px #BDC8CB solid;
	border-left: 1px #BDC8CB solid;
	background-color: #FFFFDE;
}
#body table.table_style1 th {
	color: #03F;
	background-color: #DCE7EB;
	padding: 4px 0;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px #BDC8CB solid;
}
#body table.table_style1 td {
	margin: 0;
	padding: 6px;
	border-bottom: 1px #BDC8CB solid;
	border-right: 1px #BDC8CB solid;
	color: #000;
}
#body table.table_style2 {
	border: none;
	background-color: #FFF;
}
#body table.table_style2 td {
	margin: 0;
	padding:0 5px;
	line-height: normal;
}


/* FORMS */
.form_style {
	margin: 0;
	padding: 0;
}
.form_style p {
	line-height: normal;
	margin: 0;
	padding: 0 0 4px 0;
}
.party_form input {
	margin: 4px 0;
}

