/****************************************************************
    SUNY Downstate Medical Center
	Custom Stylesheet
	v2.6
	by Brett Laurance
	Last updated October 25, 2006
	
	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: #0099FF;
	color: #FFFF66;
	border-top-color: 3366ff;
	border-right-color: 3366FF;
	border-bottom-color: 3366FF;
	border-left-color: 3366FF;
	border-color: 3366FF;
	outline-color: 3366ff;
}
.yellow_bkgrnd1 {
	background-image: url(../images/bkgrnd_yellow_700.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#site-home-button li a {
	background-color: #0066FF;
	color: #FFFFFF;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}

#section1 li a {
	background-color: #0066FF;   /* sets the button colour for section 1 */
	color: #FFFFFF;                /* sets the text colour for section 1 */
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	border-color: #3399FF;
	outline-color: #3399FF;
}

#section1 ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1em;
	background-color: #3366FF;
	color: #FFFFFF;
}

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

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

/***************************************************************
    HEADING STYLES
	This code allows the customization of the built-in headers.
 ***************************************************************/

h2 {
	background-color: #0066FF;
	color: white;
	text-indent: 1em;
	line-height: 1em;
	padding: 2px 0 3px 0;
}

p {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em 0;
	color: #000;
}

/* p repladed this DEPRICATED RULE
.bodytight {
	line-height: normal;
	white-space: normal;
	text-indent: 0em;
}*/

.justfy-text {
	text-align: justify;
}


/***************************************************************
    CUSTOM STYLES
	This code allows the implementation of css unique to the 
	individual site.
 ***************************************************************/


#side-bar-content-box, #side-bar {
	background-color: #0066FF;
	border-top-color: 3366ff;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	border-color: 3366ff;
	outline-color: #3366FF;
}

.orangetext {
	color: #CC3300;
}

.yellow_bkgrnd {
	background-image: url(../images/bkgrnd_yellow_360.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.blue_rule {
	font-size: .95em;
	border-bottom: 3px #33CCFF solid;
	padding: 0 0 3px 0;
	clear: both;
}

.blue_rule a, .blue_rule a:visited {
	text-decoration: none;
	color: #0066FF;
}

.blue_rule a:hover {
	color:#F00;
}

.bullet-green {
	list-style: url(../images/greenbulletAA.gif);
	margin: .8em 0 0 3em;
	line-height: 1.5em;
}

