/*************************************************************************
    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
	This code controls the color scheme of the navigation bar.
 *************************************************************************/
#navigation li a:hover {
	background-color: #A0C9B4;
	color: #000; 
}

#site-home-button li a {
	background-color: #1F60A9;
	color: #FFF;
}

#section1 li a {
	background-color: #336699;
	color: #FFF;
}

#section2 li a {
	background-color: #5C8BBD;
	color: #FFF;
}

#section3 li a {
	background-color: #8FB9EA;
	color: #FFF;
}

#section4 li a {
	background-color: #A4CAF3;
	color: black;
	padding: 4px 4px 4px 15px;
}

#section4 li ul a {
	background-color: #A4CAF3;
	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;
}


/*************************************************************************
    HEADING AND MENU STYLES
	This code allows the customization of the built-in headers.
 *************************************************************************/
 
h2 {
	background-color: #98CD82;
	color: #000;
	padding: 3px 0 2px 4px;
}

h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: normal;
}

h4 {
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 130%;
}

p {
	margin-top: 0;
	padding-top: 0;
}

.title_margin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sub_head {
	background-color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

.padding_top_10 {
	padding-top: 10px;
}

ul.orange_bullet {
	list-style: url(../images/bullet-orange.gif);
}

/*************************************************************************
    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: #330099;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 0;
}

#side-bar-content-box a:hover {
	color: #FFF;
}

.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_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

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

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

.text_box100_100 { 					/* Box is 100% width of window */
	margin: 0 100px 0 25px;
}

.text_box100_250 {					/* Box is 100% width of window */
	margin: 0 240px 0 15px;
}

.text_box65 p, .text_box75 p, .text_box100_250 p {
	line-height: 24px;
}

.text_box75 p.no_space, .text_box65 p.no_space {
	margin: 0;
	padding: 3px 0 0;
	line-height: normal;
}

.wrapper_photo_box300_right {
	background-color: #123A68;
	margin: 20px 0 0 20px;
	float: right;
}

.wrapper_photo_box300_left {
	background-color: #FFF;
	margin: 5px 20px 0 0;
	float: left;
}

.photo_box300 {
	width: 300px;
	margin: 0;
	padding: 0;
}

.photo_box300 p {
	margin: 0;
	padding: 2px 4px;
	color: #000;
	line-height: normal;
	font-size: 9pt;
}

.photo_box300 p.box_title {
	margin: 0;
	padding: 2px 4px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

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

.red_text {
	color: #FF0000;
}


/*************************************************************************
    FACULTY PAGE LAYOUT
	This code sets up the layout for Faculty pages.
 *************************************************************************/

div.container p {
	padding: 0;
	margin: 0;
}

div.container {
	margin: 5px;
	background-color: #FFF;
}

div.photo {
	float: left;
	width: 120px;
	background-color: #FFF;
}

div.contact {
	margin: 0 50px 0 121px;
	padding-top: 4px;
	background-color: #E3E9F2;
}

div.contact p {
	font-size: 14px;
	padding: 0 0 0 15px;
}

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 p{
	padding: 5px 15px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

/*************************************************************************
    TABLE LAYOUT
	This code sets up the layout for tables.
 *************************************************************************/
#body table {
	border: 1px #333333 solid;
	border-right: none;
	border-bottom: 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;
	border-bottom: 1px #999999 solid;
}

#body td.total {
	background: #F3EEDF;
	font-weight: bold;
	border-top: 1px #BDCDA2 solid;
}

#body tr.yellow {
	background: #FFFCD3;
}

#body table.table_no_lines, #body table.table_no_lines td {
	border: none;
	padding: 6px;
}
