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

/* SUNY Downstate Health Sciences University Base Stylesheet */
 
/* DIV Layout Rules */
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(/_images/sidebar_background_default.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;
}

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

/* 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;
}