/****************************************************************
    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.
			
 ***************************************************************/
 
/* CENTER ALIGNED LAYOUT RULES */

#main {
	background: #FFF;
}
#body {
	padding-bottom: 25px;
	border-bottom: 1px #A0D1F8 solid; /* adds some space and a horizpntal line at the bottom of the BODY section */
	background: #FFF;
}
body {
	background: #D9D9D9;
}
#wrapper {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px #E6E6E6 solid;
}
#header-table {
	width: 1000px;
	margin: 0 auto;
}
/*
    NAVIGATION BAR STYLES
	This code controls the color scheme of the navigation bar.
*/

#navigation li a:hover {
	background-color: #567CC2;
	color: #FFFFFF;
}
#site-home-button li a {
	background-color: #9090C2;
	color: #fff;
}
#section1 li a {
	background-color: #ADAECA;
	color: black;
}
#section2 li a {
	background-color: #BEC0DE;
	color: black;
}
#section3 li a {
	background-color: #D0D3F3;
	color: black;
}
/*
    HEADING STYLES
	This code allows the customization of the built-in headers.
*/

h2 {
	background-color: #577397;
	color: white;
	padding: 2px 0 3px 4px;
	border-left: 4px #004BAC solid;
}
h4 {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 140%;
}
h6 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
/*
    CUSTOM STYLES
	This code allows the implementation of css unique to the 
	individual site.
*/

.text_wrapper {
	width: 80%;
	padding: 0 0 0 25px;
}
.headertext_blue {
	color: #0060B3;
	border-bottom: 1px #0066FF solid;
}
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);
}
ul.bullet_blue_lrg {
	list-style: url(../images/bullet-blue.gif);
	font-size: 1.2em;
}
ul.bullet_gray_lrg {
	list-style: url(../images/bullet-gray.gif);
	font-size: 1.2em;
}
ul.bullet_orange_lrg {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.2em;
}

