@charset "UTF-8";
/* CSS Document */

/* SUNY Downstate Medical Center
   Base Stylesheet
*/
 
/* DIV LAYOUT RULES */
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(../images/sidebar_background.gif) left top repeat-y;
}
#side-bar {
	float: left;
	background-color: transparent;
	width: 160px;
}
#main {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 800px;
	background-color: #FFF;
}
#content {
	margin: 0px;
	padding: 0 0 25px 0;
	border-bottom: 1px #A0D1F8 solid;
	background-color: #FFF;
}


/* SECTION STYLES */

/* Side-bar */
#side-bar-content-box, #side-bar-content-box p, #side-bar-content-box img, #side-bar-content-box a {
	background-color: transparent;
}
#side-bar-content-box, #side-bar-content-box a {
	font: 12px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#side-bar-content-box a:hover {
	color: #000;
}
.menu_cube {
	width:40px;
	float:left;
	margin: 0 5px 10px 5px;
}
.cube_text {
	width:105px;
	text-align:left;
	float:left;
}

/* Title Section */
#site-title {
	padding: 0;
	margin: 0 0 20px 0;
}
.small-title {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
.large-title {
	padding: 0;
	margin: 0;
	color: #F90;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	letter-spacing: -1px;
}

/* Footer */
#footer {
	padding: 25px 0px 0px 0px;
	clear:both;
}
#footer p {
	font-size: 11px;
	text-align: center;
	line-height: normal;
	color: #666;
	background-color: white;
	margin: 0;
	padding: 7px 0;
}
#footer a {
	color: #666;
	background-color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	background-color: white;
	text-decoration: underline;
}

/* Breadcrumb */
#breadcrumb {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #FFF;
}
#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	font-size: 11px;
} 
#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#breadcrumb a, #breadcrumb a:visited {
	color: #646F7C;
	background-color: transparent;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #06F;
	text-decoration: underline;
}
#breadcrumb ul li:before { /* Generates the custom separator */
	content: "\0020 \0020 \0020 \003e \0020";
}
#breadcrumb ul li.bc-first:before { /* Stops the seperator being applied to the first item of the breadcrumb */
	content: " ";
}
#breadcrumb ul li.bc-last { /* Highlights the last item in the breadcrumb*/
	font-weight: bold;
	color: #000;
}