/****************************************************************
    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: #FF6600;   /* sets the navigation bar mouseover colour */
	color: white;                /* sets the navigation bar text mouseover colour */
}

#site-home-button li a {
	background-color: #FF9900;   /* sets the site home button colour */
	color: black;                /* sets the site home button text colour */
	font-weight: bold;
}

#section1 li a {
	background-color: #FFC900;   /* sets the button colour for section 1 */
	color: black;                /* sets the text colour for section 1 */
}

#section2 li a {
	background-color: #F9E17E;   /* sets the button colour for section 2 */
	color: black;                /* sets the text colour for section 2 */
}

#section3 li a {
	background-color: #FFFFC9;   /* sets the button colour for section 3 */
	color: black;                /* sets the text colour for section 3 */
}

/*************************************************************************
    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: #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;
}


/***************************************************************
    HEADING STYLES
 ***************************************************************/

h2 {
	background-color: #4C73B2;
	color: #FFF;
	padding: 2px 0 3px 6px;
}

h3, h4, h5 {
	line-height: 1.3em;
	padding: 6px 0 0 0;
	margin: 0;
}

ul, ol {
	color: #000;
}

ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
	font-size: 1.2em;
}
ul.bullet_gray {
	list-style: url(../images/bullet-gray.gif);
	font-size: 1.2em;
}
ul.bullet_orange_1 {
	list-style: url(../images/bullet-orange.gif);
}
ul.bullet_orange_2 {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.2em;
}

/***************************************************************
    LAYOUT
 ***************************************************************/

.text_box65 {
	width: 65%;
	margin: 0;
	padding: 0 0 0 1.5em;
}

.text_box65 p {
	margin: 0;
	padding: 2px 0 6px 0;
}

.text_box75 {
	width: 75%;
	margin: 0;
	padding: 0 0 0 1.5em;
}

.text_box75 p {
	margin: 0;
	padding: 2px 0 6px 0;
}
		

/***************************************************************
    CUSTOM STYLES
 ***************************************************************/
#body table.executive_table {
	border: 1px #333333 solid;
	border-right: none;
	border-bottom: none;
	margin: 1.5em 0;
	padding: 0;
	width:500px;
}
#body table.executive_table_2 {
	width:700px;
}

#body table.executive_table th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: 1px #333333 solid;
	border-bottom: 1px #999999 solid;
	color: #000;
	line-height: normal;
}

#body table.executive_table td {
	padding: 3px 5px;
	border-right: 1px #333333 solid;
	border-bottom: 1px #999999 solid;
}

#body table.executive_table caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #4C73B2;
	padding: 2px 0;
	margin: 0;
	background-color: #F1F2DC;
	border: 1px #333333 solid;
	border-bottom: none;
	width:500px;
}
#body table.executive_table_2 caption {
	width:700px;
}
	



