/*
    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: #5BB3A4;
	color: #FFFF66;
}
.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: #339999;
	color: #FFFF66;
	border-color: #33CCFF;
}

#section1 li a {
	background-color: #339999;
	color: #FFFFFF;
	border-color: #33CCFF;
}

#section1 ul li a {
	line-height: 1em;
	background-color: #5BB3A4;
	color: #FFFFFF;
	border-color: #33ccFF;
}

#section2 li a {
	background-color: #0066FF;
	color: #FFFFFF;
}

#section3 li a {
	background-color: #0066FF;
	color: #FFFFFF;
}

/* HEADING STYLES */

h2 {
	background-color: #339999;
	color: white;
	text-indent: .5em;
	line-height: 1em;
}

h3, h4 {
	line-height: 125%;
}


/* CUSTOM STYLES */

#side-bar-content-box, #side-bar {
	background-color: #339999;
	border-color: 3366ff;
}

.bluetext {
	color: #FFFFFF;
	background-color: #339999;
	text-indent: 1em;
	line-height: 1em;
	margin-left: 0px;
	padding-left: 0px;
}

.orangetext {
	color: #CC3300;
}

.bodytight {
	font-family: "Gill Sans", Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	white-space: normal;
	text-indent: 0em;
}

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


/* GALLERY MENU */

#gallery_wrap {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/gallery_side.jpg) no-repeat top left;
}

#gallery_menu {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#gallery_flash {
	width: 800px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#gallery_menu ul {
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	color: #FFFFFF;
}

#gallery_menu ul li {
	line-height: normal;
	padding-bottom: 6px;
}

#gallery_menu ul a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#gallery_menu ul a:hover {
	color: #33CCFF;
}

#gallery_menu .menu_title {
	margin: 0;
	padding: 12px 0 0 10px;
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF66;
}

#gallery_wrap2 {
	width: 870px;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/gallery_side.jpg) no-repeat top left;
	border-bottom: 1px #CCC solid;
}
#order_info {
	width: 870px;
	text-align: center;
	background-color: #FFF;
	padding: 10px;
	line-height: 1.5em;
	font-size: 1em;
}

