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

#site-home-button li a {
	background-color: #FF6600;   /* sets the site home button colour */
	color: white;
}

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

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

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

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



/* 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 - This code allows the customization of the built-in headers. */
#site-title {
	color: #1F60A9;              /* sets the colour for the site title */
}

h2 {
	background-color: #666666;   /* sets the background colour for heading 2 */
	color: white;
	padding: 3px 0 3px 6px;
}

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

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);
}


/* 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_box95 {
	width: 95%;
	margin: 0 0 0 25px;
}

.text_box65 p, .text_box75 p, .text_box95 p {
	line-height: 21px;
}

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

.text_red {
	color:#F00;
}

#body table th {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0;
	background-color: #39F;
	color: #FFF;
	border-right: 1px #03F solid;
}

#body table.crime_log_table td {
	padding: .3em .5em;
}

#body table .col_label {
	font-weight: bold;
}

#body table .col_data {
	text-align: center;
}

#body table .table_subhead {
	text-align: center;
	background-color: #DBE7EB;
	color: #333;
	border-bottom: 1px #09F solid;
}
