/****************************************************************
    SUNY Downstate Medical Center
	Custom Stylesheet
	v2.7
	by Brett Laurance
	Last updated April 3, 2007
	
	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;                /* sets the navigation bar text mouseover colour */
}

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

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

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

#section2 li a {
	background-color: #54703E;   /* sets the button colour for section 2 */
	color: white;                /* 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 */
}

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

#site-title {
	color: #D44F45;              /* sets the colour for the site title */
}

h2 {
	background-color: #666666;   /* sets the background colour for heading 2 */
	color: white;                /* sets the text colour for heading 2 */
}

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

#slides  {
	text-align: center;
}

#slides h1 {
	font-size: 12px;
	padding: 5px 0px 0px;
}

#slides h2 {
}

#slides .close {
	font-size: 11px;
	padding-top: 15px;
}

#body table td {
	vertical-align: top;
	padding: 0 15px 0 0;
}

#body table td p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}


