/*
    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: #FF6600;   /* sets the navigation bar mouseover colour */
	color: white;                /* sets the navigation bar text mouseover colour */
}
#site-home-button li a {
	background-color: #FF9900;   /* sets the site home button colour */
	color: black;                /* sets the site home button text colour */
}
#site-home-button-2 li a {
	padding: 4px;
	background-color: #FF9900;   /* sets the site home button colour */
	color: black;                /* sets the site home button text colour */
	font-style: italic;
}
#section1 li a {
	background-color: #FFC900;   /* sets the button colour for section 1 */
	color: black;                /* sets the text colour for section 1 */
}
#section2 li a {
	background-color: #F9E17E;   /* sets the button colour for section 2 */
	color: black;                /* 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 */
h2 {
	background-color: #666666;   /* sets the background colour for heading 2 */
	color: white;                /* sets the text colour for heading 2 */
}
h3, h4 {
	padding: 1em 0 .5em 0;
	margin: 0;
}
p {
	padding: 0 0 .5em 0;
	margin: 0;
	line-height: 1.6em;
}
.wrapper_720 {
	width: 720px;
}
.text_box240 {
	width: 240px;
	float: left;
	text-align: center;
}


/* CUSTOM STYLES */

/* Right Column Layout */
.clear_me {
	clear: both;
}
.column_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.column_right {
	width: 250px;
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
}
.column_right h4 {
	padding: 0 0 .6em 0;
	margin: 0;
	line-height: 1.2em;
}
.column_right p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: normal;
}
.column_left {
	margin: 0 275px 0 0;
	padding-right: 25px;
	border-right: 1px #CCC solid;
}

