/*************************************************************************
    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;                	/* sets the text color for section 1 */
}
#section1 li.non_link {
	background-color: #093186;   	/* sets the button color for section 2 */
	color: #FFF;                	/* sets the text color for section 2 */
	padding: 2px 2px 1px 8px;
}
#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 11px;
}
#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 */
}
#section1 li ul a, #section2 li ul a, #section3 li ul a, #section4 li ul a {
	padding: 4px 2px 4px 6px;
}
#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 TEXT STYLES */
hr {
	margin: 1em 0;
	padding: 0;
	clear: both;
}
p {
	margin: 0;
	padding: 0 0 .8em 0;
	color: #333;
}
h2 {
	background-color: #E3E3CF;
	color: black;
	padding: 3px 0 3px 4px;
	border-left: 4px #BABAA9 solid;
}
h3 {
	color: #1F60A9;
	padding: .5em 0 .3em 0;
	margin: 0;
	line-height: 1.3em;
}
h4 {
	color: #000;
	margin: 0;
	padding: 0 0 .3em 0;
	line-height: 1.3em;
}
h5 {
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
#body ul {
	margin: 0 0 .5em 3em;
	padding: 0;
	color: #333;
	list-style-position: inside;
}

/* 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/side-bar-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 */
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}
.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}
.text_box95 {
	width: 95%;
	margin: 0;
}
.text_box75 img {
	margin: 4px 0 0 0;
}
.text_box65 p, .text_box75 p {
	line-height: 21px;
	margin-top: 2px;
	padding-top: 0;
}
#body {
	padding-bottom: 25px;
	border-bottom: 1px #A0D1F8 solid;
}
.text_box150 {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
}
.text_box250 {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
}
.text_box250 ul li {
	list-style-position: outside;
}
.text_box250 p {
	margin: 0;
	padding: .2em 0 1em 0;
	line-height: 1.3em;
}
.text_box250 h3 {
	padding-bottom: 0em;
}
.text_box250 em {
	color: #F30;
}
.text_box325 {
	width: 325px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
.text_box700 {
	width: 720px;
	margin: 0;
	padding: 0;
}
.underline {
	border-bottom: 1px #F60 solid;
	margin-bottom: .5em;
}
ul.bigger_text {
	font-size: 1.15em;
	line-height: normal;
	margin: 10px 0 0 18px;
}
ul.bigger_text li {
	padding-bottom: 10px;
}
ul.orange_bullet {
	list-style: url(../images/bullet-orange-triangle.gif);
}
ul.orange_bullet_2 {
	list-style: url(../images/bullet-orange-triangle.gif);
	font-size: 1.3em;
}
#breadcrumb strong { color: #333; }


/* FACULTY PAGE LAYOUT */
div.container {
	margin: 5px;
	background-color: #FFF;
}
div.container p {
	padding: 0;
	margin: 0;
}
div.photo {
	float: left;
	width: 108px;
	margin-right: 15px;
	background-color: #FFF;
}
div.contact {
	margin-left: 109px;
	padding-top: 4px;
	width: 80%;
	background-color:#CCCCCC;
}
div.contact p {
	font-size: 14px;
	padding: 0 0 0 5px;
}
div.contact a {
	color: #000;
	background-color:#CCCCCC;
}
p a.red_link {
	color: #CC0000;
	background-color:#FFF;
}
div.title {
	clear: both;
	background-color: #EDEDED;
}
div.title p {
	margin: 0 0 0 15px;
	padding: 5px 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
div.text {
	background-color: #F9F9F9;
}
div.text a {
	color: #0066FF;
	background-color:#F9F9F9;
}
div.text p {
	padding: 10px 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}


/* TABLE LAYOUT */
#body table {
	border: 1px #333333 solid;
	border-right: none;
}
#body th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: 1px #333333 solid;
	border-bottom: 1px #BDCDA2 solid;
}
#body td {
	padding: 3px 5px;
	border-right: 1px #333333 solid;
}
#body td.total {
	background: #F3EEDF;
	font-weight: bold;
	border-top: 1px #BDCDA2 solid;
}
#body table.table_noborder, #body .table_noborder td {
	border: none;
}
.table_noborder tr td p {
	margin: 0;
	padding: 0 0 10px 0;
}
#body #residency_table {
	text-align: center;
	border: none;
	border-right: 8px #F1F1E7 solid;
	background-color: #F1F1E7;
}
#body #residency_table p {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#body #residency_table th {
	color: #000000;
	border-right: 1px #BDCDA2 solid;
	border-bottom: 1px #BDCDA2 solid;
}
#body #residency_table td {
	border: none;
	border-bottom: 1px #BDCDA2 solid;
	padding: 8px 0px 4px 8px;
}
#body #residency_table td img {
	display: block;
}

