@charset "UTF-8";

/********************* DALES GOOD  ********************/
/********************* END DALES GOOD  ********************/
/* from CWRU WEBSITE TEMPLATE A */

/********************* Main Elements  ********************/
/*

body, html {
    height: 100%;
    font-size:100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #252525;
	line-height: 1.3;
p {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5;
}
p img {
	border: 1px solid #E8E8E8;
}
h1 {
	margin: 0;
	font-weight:normal;
    font-size: 3em;
}
h2 {
	margin: 0;
	font-weight:normal;
    font-size: 2.5em;
}
h3 {
	margin: 0;
	font-weight:normal;
    font-size: 2em;
}
h4 {
	margin: 0;
	font-weight:normal;
    font-size: 1.5em;
}
h5 {
	margin: 0;
	font-weight:normal;
    font-size: 1em;
}

*/
/*sub, sup { line-height: 0; }*/
sub {
    vertical-align:sub;
    font-size:smaller;
    color:inherit;
}
sup {
    vertical-align:super;
    font-size:smaller;
    color:inherit;
}
body, html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
    margin: 0;
    height: 100%;
}
p {
	color:#333;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	/*font-size: .8em;*/
	/*font-size: 1em;*/
	line-height: 1.5;
    margin-top: 5px;
}
p img {
	border: 1px solid #E8E8E8;
}
.photologue h1 {
    color:#0E4C7D;
}
h1,h2,h3,h4,h5 {
	/*font-family: Helvetica, Arial, sans-serif;*/
	color: #252525;
	line-height: 1.3;
	margin: 0;
	font-weight:normal;
}
img {border:none;
	color:#333;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5;
}

#course_list_title{
	padding-top:0;
	padding-left:20px;
}
/********************* Layout Elements  ********************/
#contentWrapper {
	margin: 0;
	width: 100%;
	position: relative;
	overflow:hidden;
	clear: both;
}
#contentContainer {
	width: 1000px;
	margin: auto;
	position: relative;
}
.contentLineBreak {
    border-bottom: solid 1px #DEDEDE;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 75%;
    text-align:center;
    margin-top:25px;
    margin-bottom:25px;
}
.small_contentLineBreak {
    border-bottom: solid 1px #DEDEDE;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 75%;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}
#carouselWrapper {
	margin: 20px 0 0 0;
	width: 100%;
	position: relative;
	overflow:hidden;
	clear: both;
}
#carouselContainer {
	width: 1000px;
	margin: auto;
	position: relative;
}

.schedule_table{
    border:1px;
    border-collapse:collapse;
}
.schedule_table tr {
    padding-top:10px;
}
.schedule_table tr th{
    text-align:left;
    padding: 1px;
    padding-top: 10px;
    padding-bottom:10px;
}

.schedule_table tr td:nth-child(1){
    width:125px;
    padding: 1px;
    padding-right:20px;
    padding-bottom:10px;
    text-align:right;
    vertical-align:top;
}
.schedule_table tr td:nth-child(2){
    padding: 1px;
    padding-bottom:10px;
    text-align:left;
}

.openhouse_table{
    border:1px;
    border-collapse:collapse;
}
.openhouse_table tr th{
    text-align:center;
    padding: 10px;
}

.openhouse_table tr td{
    vertical-align:top;
    text-align:center;
    padding: 5px;
}
.openhouse_table tr td:nth-child(1){
    text-align:right;
}
.openhouse_table tr td:nth-child(2){
    text-align:left;
    padding-left: 10px;
}


.course_table{
    border:1px;
    border-collapse:collapse;
}
.course_table td, th{
    padding: 1px;
}
.course_table_c{
    text-align:center;
    padding: 1px;
}
.course_table_r{
    text-align:right;
    padding: 1px;
}
/********************* Feature  ********************/


#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	/*background-color: #626262;*/
	background-color: #585859;
	margin: 0;
}
#banner_grad {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
    background: #80bbff;
	background: -moz-linear-gradient(top, #80bbff 0%, #559ef1 100%); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #559ef1),color-stop(1, #80bbff));	
	background: -webkit-linear-gradient(#80bbff, #559ef1);	
	background: -o-linear-gradient(#80bbff, #559ef1);
	background: -ms-linear-gradient(#80bbff, #559ef1);
	background: linear-gradient(#80bbff, #559ef1);

}
#bannerHolder {
	position:relative;
	width:1000px;
	margin: auto;
	height: 200px;
	/* After Buttons for Anja Style height: 250px;*/
}
.bannerImg {
	float: right;
	height: 180px;
	width: 400px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 7px;
}
.bannerImg img {
	border: 1px solid #989898;
}
.bannerContent {
	float: left;
	height: 120px;
	width: 500px;
	margin-top: 25px;
}
.bannerContent p {
	color: #CCC;
}
.bannerContent h1 {
	color: #FFF;
}

/********************* Left-hand Navigation  ********************/
#nav {
	width:210px;
	height:500px;
	position: relative;
	margin: 4px 0 0 0;
	z-index:1;
}
#leftnavWrapper {
	margin:auto;
	position: relative;
	width: 210px;
	height: 500px;
	z-index:1;/*DALE*/
}
#leftnav, #leftnav ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:210px;
	z-index:1;/*DALE*/
}
#leftnav li {
	padding:0;
	margin:0;
	z-index:1;/*DALE*/
}
#leftnav ul li {
	position:absolute;
	margin-top:-1.75em;
	left:210px;
	z-index:1;/*DALE*/
}
#leftnav li ul {
	position:absolute;
	margin-top:-1.75em;
	display:none;
	left:210px;
	z-index:1;/*DALE*/
}
#leftnav ul li ul {
	margin-top:-2em;
	margin-left:10em;
	z-index:1;/*DALE*/
}
#leftnav li:hover ul, #leftnav li.over ul {
	display:block;
	z-index:1;/*DALE*/
}
#leftnav li:hover ul ul, #leftnav li.over ul, #leftnav li:hover ul ul ul  {
	display:none;
	z-index:1;/*DALE*/
}
#leftnav ul li:hover ul, #leftnav ul li.over ul, #leftnav  ul ul li:hover ul {
	display:block;
	z-index:1;/*DALE*/
}
#leftnav li a {
	display: block;
	/*font-size: .8em;*/
	font-size: 1em;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	padding: .45em .5em .45em .5em;
	border-bottom: solid 1px #f2f2f2;
	z-index:1;/*DALE*/
}
#leftnav li a:hover {
	background:#0a304e;
	color:#F4F4F4;
	text-decoration: none;
	z-index:1;/*DALE*/
}
#leftnav ul a {
	color: #fff;
	padding: .45em .5em .45em .5em;
	border-bottom: solid 1px #0A385C;
	background:#0a304e;
	z-index:1;/*DALE*/
}
#leftnav ul li a:hover {
	background:#315f80;
	z-index:1;/*DALE*/
}

table.eqcost {
    margin-left:15px;
    border-collapse:collapse;
    border-spacing:0;
    border-style: none none none none
}
table.eqcost tr td{
    padding-left:5px;
    padding-right:5px;
    border-color:#e8e8e8;
}
table.eqcost tr td.blank{
    border-style: none hidden none hidden;
}
table.eqcost tr th{
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    border-color:#e8e8e8;
}
table.eqcost tr th.col1{
    padding-left:15px;
}
td.eqcost_money {
    text-align:right;
    padding-left:5px;
    padding-right:5px;
}
td.eq_app {
    text-align:center;
    vertical-align:middle;
    padding:10px;
    border-style: hidden hidden none hidden;
}
td.eq_app h2.equipment{
    margin-bottom:0px;
}
h2.equipment {
    margin-bottom: -10px;
}
h2.sublist_title {
    margin-bottom: 15px;
}
h3.equipment {
    margin-top: 2px;
}
ul.equipment {
	list-style: none;
    padding-left: 20px;
}
.section {
	font-weight: normal;
	color: #0a304e;
}
.arrowL {
right:10px;
position:absolute;	
color:#CCC;
}
/******************** Navigation current section selector  ********************/
#home .home, #sec1 .sec1, #sec2 .sec2, #sec3 .sec3, #sec4 .sec4, #sec5 .sec5, #sec6 .sec6  {
	color: #626262;
}

/********************* Main Home Column  ********************/
#mainCol


/********************* Middle Column  ********************/
/* DONT THINK THIS IS USED - DALE */
#midCol {
	width: 460px;
	margin-top: 20px;
	position: relative;
	float:left;
	border: 2px solid #DEDEDE;
	min-height: 500px;
}
/*#midCol {               
	width: 460px;
	margin-top: 20px;
	position: relative;
	float:left;
	border: 2px solid #DEDEDE;
	min-height: 700px;         /* DALE  DALE DIFF
}*/
#midCol img {
	border: 1px solid #E8E8E8;
	margin-top:7px;
	margin-right: 0px;
}
#midCol a:link, #midCol a:visited  {
	color: #0E4C7D;
	text-decoration: none;
}
#midCol a:hover {
	text-decoration: underline;
}
#midCol a:active {
	text-decoration: none;
	color: #0E4C7D;
}
#midCol .story p img {
	margin: 0px 20px 10px 0;
	border:solid 1px #ccc;
}

/********************* Subpage Middle Column  ********************/
#midColSub {
	width: 730px;   /* from 460 */
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	float:left;
	/*border-right: 1px solid #DEDEDE;*/
	min-height: 400px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	/*font-size: .8em;*/
	/*font-size: 1em;*/
}
/*#midColSub {
	width: 700px; /* DALE  DALE DIFF
	margin-top: 5px;
	position: relative;
	float:left;
	              /* DALE  DALE DIFF border
	min-height: 700px;
}*/
#midCol p img, #midColSub p img, #singleCol p img  {
	margin: 0px 20px 10px 0;
}
#singleCol {
	margin-top: 20px;
	position: relative;
	float:left;
	min-height: 400px;
}
#midColSub ul, #singleCol ul, #midColSub2 ul {
	/*font-family: Helvetica, Arial, sans-serif;*/
	/*font-size: .8em;*/
	line-height: 1.4;
}
#midColSub li, #singleCol li, #midColSub2 li {
	margin:0;
	padding:0;
}
#midColSub ul li a, #singleCol ul li a, #midColSub2 ul li a {
	color: #0E4C7D;
}
#midColSub ul li a:hover, #singleCol ul li a:hover, #midColSub2 ul li a:hover {
	color: #0E4C7D;
	text-decoration:underline;
}
#midColSub2 {
	width: 730px;
	margin-top: 5px;
	position: relative;
	float:left;
	min-height:400px;
}
#midColSub div p img {
	margin-right: 20px;
	margin-bottom: 10px;
}
.person_rightcol{
    float:right;
    width: 200px;
    padding-left: 10px;
}
.lab_rightcol{
    float:right;
    width: 220px;
    padding-left: 10px;
    word-wrap: break-word;
    white-space: nowrap;
}
.person_midcol{
    float:left;
    width: 460px;
}
.person_fullpage{
    width: 460px;
}
.person_photo_lg{
    display: inline;
    float:left;
    /*height: 300;  DONT WORK ??? */
    /*width: 200; DONT WORK ??? */
}
.person_name_lg{
    font-family: Georgia;
    font-size: 1.8em;   /*16px;*/     
    font-weight:bold;
    /*font-style:italic;*/
}
.person_profile{
    position: relative;
    left: 13px;
}
.person_section_heading{
    color: #808080;
    font-family: Georgia;
    font-size: 1.5em;   /*16px;*/     
    font-weight:400;
    font-style:italic;
}
.person_section_title{
    color: #808080;
    font-family: Georgia;
    font-weight:400;
    font-style:italic;
}
.person_fig_legend p {
	/*font-family: Arial;*/
	font-size: .8em;
/*	line-height:5px;	*/
	color: #000000;
	padding:5px 5px 0 5px;
}

/********************* Frame  ********************/
.blankH {
	position: absolute;
    right: -2px;
    top:-2px;
    /*right: -7px;
    top:-13px;
    */

}
#leftCol .blankH img {
border:none;
}
#midCol .blankH img {
border:none;
}

/********************* Right Column  ********************/
#rightCol {
	width: 280px;
	margin-top: 20px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	float: right;
}
#rightCol div h4 {
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 1px;
	border-bottom: solid 2px #DEDEDE;
}
#rightCol h3 {
	margin-top: 10px;
}
#rightCol div h3  {
	text-transform: uppercase;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom: solid 2px #e5e5e5;
}
.sideContent {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}
.sideContent ul {
	margin: 0;
	padding: 0;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: .8em;
	line-height: 1.4;
}
.sideContent ul li {
	text-align: left;
	display: block;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #d9d9d9;
	list-style-type: none;	
}
.sideContent ul li a {
	color: #0E4C7D;
}
.sideContent ul li a:hover {
	color: #0E4C7D;
}

#sidenav{ 
	padding:0;
	margin-top: 5px;
	margin-right: 15px;
	position: relative;
	background-color: #E7E7E7;
}
#sidenav ul{ 
    list-style:none;
	padding:6px;
    margin:0px;
	z-index:9;/* NOT IE6 */
    list-style:none;
}
#sidenav ul li {
}
#sidenav a { /* MAIN NOHOVER */
	display: block;
	text-decoration: none;
	/* font-size: 0.7em; /* IE6 */
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #004674;
	/*padding: .65em .9em .6em .9em; /* NOT IE6 */
    font-weight: bold;
	text-align: center; /* IE6 */
	z-index:9; /*DALE*/
}
#sidenav a:hover { /* MAIN HOVER */
	background:#0a304e;
	color:#F4F4F4;
	text-decoration: none; /* NOT IE6 */
	z-index:9; /*DALE*/
}
#sidenav ul li a { /* SUBMENU NOHOVER */
	color: #fff;
	/*padding: 7px 8px 6px 22px;*/
	/*padding: 10px 8px 0px 22px;*/
	/*padding: 0px 8px 0px 22px;*/
	padding: 6px 10px 5px 10px;
	font-size: 10pt;
	font-weight: bold;
	/*width: 180px;*/
	width: 169px;
	background:#e7e7e7;/*#0a304e;*/
	color:#0e4c7d;
	text-align:left;
	z-index:9; /*DALE*/
}
#sidenav ul li hr { /* SUBMENU NOHOVER */
    height:1px;
	padding: 0px 10px 0px 10px;
	width: 169px;
	background:#e7e7e7;/*#0a304e;*/
	color:#0e4c7d;
	color:#9edcfd;
	text-align:left;
	z-index:9; /*DALE*/
}
#sidenav ul li a:hover { /* SUBMENU HOVER */
	background:#315f80;
	z-index:9; /*DALE*/
}


.blankVBorders {
	border-top-style: none;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:solid;
    border-right-width:2px;
	border-right-color: #CCCCCC;
    float:left;
    margin-left: -10px;           /* this if for the alignment at the corner */
}
.blankHBorders {
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
    margin-left: -9px;           /* this if for the alignment at the corner */
}
.allBorders {
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bBorder {
	border-bottom-width: 1px;
	padding-bottom: 15px;
	border-bottom-style: solid;
/*	border-bottom-color: #e0e0e0; */
	border-bottom-color: #ff0000;
}
.introH {
	margin: 10px;
}
.story {
	margin: 20px;
    /*min-height: 800px;*/
}
                    /* DALE  DALE DIFF */
/*.story {
	margin: 10px;
	min-height:180px;
    /*border-bottom-color:#e7e7e7; These were an attempt to not use <hr> element - didn't work
    border-bottom-style:solid;
    border-bottom-width:1px;
}
    */
.story p img {
	margin: 0 20px 10px 0;
}
.calLink {
	text-align: right;
	display: block;
	margin-right:20px;
}
#rightCol img {
	border: 1px solid #E8E8E8;
	/*border: 1px solid #ff0000;*/
}
#rightCol img.SocialMediaImg{
    padding-right:5px;
	border: none;
    vertical-align:middle;
}
#rightCol a.SocialMediaItem{
    float:left;
    vertical-align:middle;
}

/********************* Blue bknd footer  ********************/
#footer {
	width: 100%;
	position: relative;
	background-color: #0a304e;
	border-top: 2px solid #C8CACB;
	background-attachment: scroll;
	/*background-image: url(../images/footerBg.png);*/
	background-repeat: repeat-x;
	background-position: top;
	margin: 30px 0 0 0;
}
.footerContent {
	height: 120px;
	width: 1000px;
	margin: auto;
}
.footerLeftCol {
	float: left;
	position: relative;
	width:480px;
	margin-top: 30px;
}
.footerMiddleCol, .footerRightCol {
	float: left;
	width:150px;
	margin: 25px 0 0 10px;
	padding:0;
}
#footer .footerContent .footerMiddleCol ul, #footer .footerContent .footerRightCol ul {
	padding:0;
	margin:0;
}
#footer .footerContent .footerMiddleCol ul li, #footer .footerContent .footerRightCol ul li {
	list-style-type: none;
}
.footerMiddleCol ul li a:link, .footerMiddleCol ul li a:visited, .footerRightCol ul li a:link, .footerRightCol ul li a:visited {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: .75em;
	color: #B8B8B8;
	font-weight: normal;
	line-height: 1.9;
	display: block;
	text-align:left;
}
#footer .footerContent .footerMiddleCol ul li a:hover {
	font-weight: normal;
	text-decoration: underline;		
}
.footerLeftC {
	position: absolute;
	left: 0px;
	top: 30px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: .7em;
	color: #B8B8B8;
	font-weight: normal;
	line-height: 1.6;
	width: 400px;
}

/******************** footer search elements  ********************/
.footerSearch input {
	border: none;
	background-color: #315f80;
	position: absolute;
	right: 30px;
	width: 140px; height: 20px;
	top: 0;
	float: right;
	margin: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #999;
	padding: 0 0 0 3px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2;
}
.footerSearch {
	height: 20px;
	width: 175px;
	float: left;
	position: relative;
}
.footerSearch form .btn {
	width: 30px;
	position: absolute;
	right: 0;
}
.footerLeftCol .footerLeftC a {
	color: #999;
}

/********************* Simple footer  ********************/
#simpleFooter {
	width: 100%;
	position: relative;
	margin: 30px 0 40px 0;
}
.simpleFooterContent {
	height: 45px;
	width: 1000px;
	margin: auto;
	border-top: 2px solid #C8CACB;
}
.simpleFooterLeftCol {
	float: left;
	position: relative;
	width:150px;
	margin-top: 15px;
	height: 30px;
}
.simpleFooterMCol {
	float: left;
	position: relative;
	margin: 15px 0 0 0;
}
#simpleFooter .simpleFooterContent .simpleFooterMCol ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	position: absolute;
	left: 40px;
	width: 700px;
	float: left;
}
#simpleFooter .simpleFooterContent .simpleFooterMCol ul li {
	float: left;
}
#simpleFooter ul li a:link, #simpleFooter ul li a:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	/*font-family: Arial, Helvetica, serif;*/
	font-size: 0.75em;
	padding-top: 0.13em;
	padding-bottom: 0.13em;
	font-weight: bold;
	padding-right: 1.2em;
	padding-left: 1.2em;
	border-right:solid 1px #D5D5D5;
}
#simpleFooter ul li a:hover, #simpleFooter ul li a:active {
color:#666;
text-decoration:underline;
}
.legal {
	position: relative;
	width:1000px;
	margin:auto;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: .65em;
	color: #999;
	font-weight: normal;
	margin-bottom: 40px;
}
#simpleFooter .legal a {
color:#999;
}
#simpleFooter .simpleFooterMCol ul li .borderN {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* THIS WAS IN style_subpage.css
.simpleFooterSearch input {
	border: none;
	background-color: #ccc;
	position: absolute;
	right: 30px;
	width: 140px; height: 20px;
	top: 0;
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0 0 0 3px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2;
}
*/

.simpleFooterSearch {
	height: 20px;
	width: 175px;
	float: left;
	position: relative;
}
.simpleFooterSearch form .btn {
	width: 30px;
	position: absolute;
	right: 0;
}
.simpleFooterLeftCol .simpleFooterLeftC a {
	color: #999;
}
.borderN {
	border-right-style: none;
}

/********************* Content link styles  ********************/
a:link {
	color: #0E4C7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E4C7D;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0E4C7D;
}

/********************* Breadcrumb  ********************/
.oldbreadcrumbW {
	position:relative;
	width: 1000px;
	height: 30px;
	margin:auto;
/*	border-bottom:solid 1px #e7e7e7; */
	border-bottom:solid 1px #ff0000;
}
.oldbreadcrumbC {
	position:absolute;
	top:15px;
}
.oldbreadcrumb {
	margin-top: 5px;
}
.breadcrumb { 
	overflow:hidden;
	list-style: none;
	/*font: 18px Helvetica, Arial, Sans-Serif;*/
	font-weight:bold;
    width:1000px;
    margin: 0px auto 0px auto;
}
/*.breadcrumb ul {              CANT OVERRIDE THIS - WTF???
    padding:0 !important;
    margin:0;
} */
.breadcrumb ul { 
    padding:0 !important;
    margin: 0px auto 0px auto;
    margin-top: 5px;/*: 0px auto 0px auto;*/
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
    height:20px;
	color: white;
	text-decoration: none; 
	/*padding: 10px 0 10px 65px;*/
	padding: 5px 0 5px 35px;
	background: #0a304e;                   /* fallback color */
	/*background: hsla(34,85%,35%,1); */
	background: hsla(206,77.3%,25%,1); 
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 15px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 15px solid transparent;
	/*border-left: 30px solid hsla(34,85%,35%,1);*/
	border-left: 15px solid hsla(206,77.3%,25%,1); 
	position: absolute;
	top: 50%;
	margin-top: -15px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 50%;
	margin-top: -15px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}
/*.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
.breadcrumb li:nth-child(2) a       { background:        hsla(206,77.3%,30%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(206,77.3%,30%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(206,77.3%,35%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(206,77.3%,35%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(206,77.3%,40%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(206,77.3%,40%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(206,77.3%,45%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(206,77.3%,45%,1); }

.breadcrumb li:last-child a:after {
    border-left-color: hsla(10,0%,91%,1);
}
.breadcrumb li:last-child a {
	/*background: transparent !important;*/
	background: hsla(0,0%,91%,1);
	/*color: black;*/
	color: #0a304e;
	pointer-events: none;
	cursor: default;
}

.breadcrumb li a:hover { background: hsla(206,77.3%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(206,77.3%,25%,1) !important; }
/*.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }*/

/******************** Extra link  ********************/
.sideLink {
	position: absolute;
	right: 5px;
	top: 25px;
	color:#333;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	font-style:italic;
	font-size: .8em;
}
.sideLink a:link, .sideLink a:visited {
	color:#333;
	/*font-family: Helvetica, Arial, sans-serif;*/
}
.sideLink a:hover {
	color:#0E4C7D;
	text-decoration: underline;
}

/********************* Left Column  ********************/
#leftCol {            /* DALE  DALE DIFF - CONFLICT */
	width: 210px;
	margin-top: 10px;
	position: relative;
	float:left;
	border: 2px solid #ccc;
	min-height: 210px;
	z-index:1;
}
#leftCol img {  /* DALE  DALE NEW */
	border: 1px solid #E8E8E8;
	margin-top:7px;
	margin-right: 0px;
}
#leftCol a:link, #leftCol a:visited  {  /* DALE  DALE NEW */
	color: #0E4C7D;
	text-decoration: none;
}
#leftCol a:hover {  /* DALE  DALE NEW */
	text-decoration: underline;
}

#leftCol a:active { /* DALE  DALE NEW */
	text-decoration: none;
	color: #0E4C7D;
}
#leftCol .story p img { /* DALE  DALE NEW */
	margin: 0px 20px 10px 0;
}

/********************* Subpage Left Column  ********************/
#leftColSub {/* DALE DALE NEW */
	width: 600px;
	margin-top: 10px;
	position: relative;
	float:left;
	min-height: 600px;
	padding-right: 25px;
/*	border-right: 1px solid #DDD; */
	border-right: 1px solid #ff0000;
}

#leftCol p img, #leftColSub p img, #singleCol p img  {/* DALE DALE NEW */
	margin: 0px 20px 10px 0;
}
#leftColSub ul, #singleCol ul {/* DALE DALE NEW */
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: .8em;
	line-height: 1.4;
}
#leftColSub li, #singleCol li {/* DALE DALE NEW */
	margin:0;
	padding:0;
}
#leftColSub ul li a, #singleCol ul li a {/* DALE DALE NEW */
	color: #0E4C7D;
}
#leftColSub ul li a:hover, #singleCol ul li a:hover {/* DALE DALE NEW */
	color: #0E4C7D;
	text-decoration:underline;
}

#subNav_social_media {
    padding-top:15px;
}
#subNav_social_media img.SocialMediaImg{
    margin-top:0px;
    padding-top:0px;
    padding-right:5px;
	border: none;
    vertical-align:middle;
}
#subNav_social_media a.SocialMediaItem{
    font-size: 0.8em;
    float:left;
    vertical-align:middle;
}


/********************* Right Column  ********************/
#rightCol {
	width: 250px;       /* DALE DALE DIFF */
	margin-top: 10px;       /* DALE DALE DIFF */
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	float:right;
}


/********************* Content link styles  ********************/
#leftColSub div p img {/* DALE DALE NEW */
	margin-right: 20px;
	margin-bottom: 10px;
}
/********************* Breadcrumb  ********************/
.breadcrumbW {
	position:relative;
	width: 1000px;
	height: 25px;   /* DALE  DALE DIFF */
	margin:auto;
	border-bottom:solid 1px #e7e7e7;
}
.breadcrumbC { 
	position:absolute;
	top:17px;         /* DALE DALE DIFF */
}
.breadcrumbHome {/* DALE DALE NEW */
	position:relative;
	width: 1000px;
	height: 45px;
	margin:auto;
}

.bannerContent {
	float: left;
	height: 120px;
	width: 500px;
	margin-top: 35px;
}
.research_figure{
    border:1px;
    border-color:#EEEEEE;
    border-style:solid;
    padding:5px;
}
/********************* Middle Column  ********************/

.footerLeftCol .footerLeftC a { /* DALE  DALE DIFF in main.css= 999 in style.css= FFFFFF */
	color: #999;
}

/********************* Top Navigation  ********************/
#menuArrow {    /* DALE  DALE NEW */
	right:10px;
	position:absolute;	
}

/******************** Navigation current section selector  ********************/
/*#home .home, #sec1 .sec1, #sec2 .sec2, #sec3 .sec3, #sec4 .sec4, #sec5 .sec5, #sec6 .sec6, #sec7 .sec7
{
	background-color: #D7D7D7;
	color: #626262;
}
*/
.faculty_im{
    float: left;
    margin-right: 10px;
}
.faculty_all_text{
    /*font-size: 12px;*/
    /*font-family: Arial;*/
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}
.fac_description p {
	/*font-family: Arial;*/
	/*font-size: 10pt;*/
/*	line-height:5px;	*/
	color: #000000;
	padding:5px 5px 0 5px;
}
.user_name {
    color: #000000;
    /*font-family: georgia;*/
    /*font-size: 16px;*/
    font-style: italic;
    font-weight: bold;
}
.hanging_indent{
    text-indent: -25px;
    padding-left: 25px;
}
.user_profile {
    color: #000000;
    /*font-family: Arial;*/
    /*font-size: 9pt;*/
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 2px;

}
.user_details {
    color: #000000;
    /*font-family: Arial;*/
    /*font-size: 9pt;*/
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.faculty_txt {
    color: #838383 !important;
    /*font-family: georgia;*/
    /*font-size: 19px;*/
    font-style: italic;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.abc a p {
    color: #0E4C7D;
    /*font-family: Helvetica,Aria,sans-serif;*/
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
}
.person_rel_res_area {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #295383;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 2px;
    margin-top:15px;
}
.rra_header {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: underline !important;
    -moz-text-decoration-style: solid !important;
    /*color: #434343 !important;*/
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration:underline;

}
.noscreen {
    display:none;
}
.rra_item {
    /*color: #434343 !important;*/
    text-decoration:none;
    font-size: 10pt;
    font-style: italic;
    padding-top: 3px;
    padding-bottom: 3px;

    /*font-size: 9pt;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 13px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    width: 170px;
    line-height:1.5;
    font-weight:normal;
}
.facult_search {
    background-color: #EEEEEE;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.gene-official {
    font-style:italic;
    text-transform:uppercase;
}
/*.fieldWrapper label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:120px;
    float:left;
}
.fieldWrapper input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #0E4C7D;
    width:200px;
    margin:2px 0 20px 10px;
}*/
.form-regretreat .django-ckeditor-widget{
    width:90%;
}
.form-regretreat fieldset{
    width:100%;/*700px;*/
}
.form-regretreat legend{
    font-size:20px;
}
.form-regretreat label{
    text-align:left;
    width:20%;/*100px;*/
    float:left;
    font-weight:bold;
    padding-right:5px;
}
.form-regretreat input{
    width:70%;/*400px;*/
    float:left;
}
.form-regretreat p {
    clear:both;
    padding: 5px;
}
.form-regretreat textarea{
    width: 100%;
}
#id_transportation {
    width: 10%;
}
.regretreat_textbox label{
    width: 30%;
}


.form-applysbbtp .django-ckeditor-widget{
    width:90%;
}
.form-applysbbtp fieldset{
    width:100%;/*700px;*/
}
.form-applysbbtp legend{
    font-size:20px;
}
.form-applysbbtp label{
    text-align:right;
    width:20%;/*100px;*/
    float:left;
    font-weight:bold;
    padding-right:5px;
}
.form-applysbbtp input{
    width:70%;/*400px;*/
    float:left;
}
.form-applysbbtp p {
    clear:both;
    padding: 5px;
}

.form-applysbbtp textarea{
    width: 100%;
}
.form-applysbbtp label{
    text-align:left;
}
.form-applysbbtp-table-acad{
    width: 100%;
    table-layout:fixed;
    text-align:center;
    border-collapse:collapse;
}
.form-applysbbtp-table-acad td {
    text-align:center;
    vertical-align:middle;
}
.form-applysbbtp-table-acad input {
    float:none;
    width:100%;
}
.form-applysbbtp-scores label {
    width:30%;
}
.form-applysbbtp-scores input {
    width:55%;
}
.form-applysbbtp-table-acad th.score_label {
    width: 50%;
}
.form-applysbbtp-table-acad td.score_label {
    width: 50%;
}
.form-applysbbtp-citizen label {
    width:25%;
}
table.form-apply-sbbtp_table td{
    text-align:center;
}
table.form-apply-sbbtp_table td input{
    float:none;
    width: 95%;
}
.vertcheck li{
    float:none;
	list-style:none;
}
.vertcheck input{
    float:none;
    margin-right:5px;
}
.vertcheck label{
    float:none;
    margin-right:5px;
}
.horizcheck ul li {
    margin-top:2px !important;    /* midcolsub and related are overriding ??? */
    margin-bottom:2px !important; /* midcolsub and related are overriding ??? */
    float:left;
	list-style:none;
}
.horizcheck input{
    float:left;
    margin-right:5px;
    vertical-align:middle;
}
.horizcheck label{
    vertical-align:middle;
    float:left;
    margin-right:5px;
}
.school_name_col table th{
    width:50px;
}
.form-applysbbtp-information label{
    width: 100%;
}
#form-applysbbtp-citizen input[type="radio"]{
    width:10%;
}
#form-applysbbtp-ethnicity input[type="radio"]{
    width:10%;
}
label[for="id_subject_other"]{ text-align:right; }
label[for="id_or_toefl_date"]{ text-align:right; }
label[for="id_subject_0"] { text-align:left;float:none;vertical-align:middle; }
label[for="id_subject_1"] { text-align:left;float:none;vertical-align:middle; }
label[for="id_subject_2"] { text-align:left;float:none;vertical-align:middle; }
label[for="id_subject_3"] { text-align:left;float:none;vertical-align:middle; }
label[for="id_subject_4"] { text-align:left;float:none;vertical-align:middle; }
li label[for="id_academic_status_0"] { text-align:left; float:none; }
li label[for="id_academic_status_1"] { text-align:left; float:none; }
li label[for="id_academic_status_2"] { text-align:left; float:none; }
label[for="id_no_wish_provide"] { float:none; vertical-align:middle; }
#id_no_wish_provide{ text-align:left; float:none; vertical-align:middle; }

.moherrorlist {
    float:left;
    color:red;
}
.errorlist {
    float:left;
    color:red;
}
fieldset.errorlist{
    border:3px solid red;
    width:80%;
}
fieldset.errorlist p {
    color:red;
}
.errorlist legend{
    color:red;
}
.small-help-text {
    font-size:8px;
    float:left;
}
.sbbform-required{
    font-size:150%;
    float:right;
}

table.month td {
    width:10%;
    height:16%;
    vertical-align:top;
}
.prog_headline_ctr {
    margin-top: -15px;
}
.prog_headline_ctr p {
	/*font-family: Helvetica, Arial, sans-serif;*/
    width:100%;
    text-align:center;
	color: #252525;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight:normal;
    font-size:140%;
}
.scoretable {
    table-layout:fixed;
}
.scoretable td input{
    width:70px;
}
.sample_curriculum{
    margin-left:30px;
}
.sample_curriculum td{
    padding-left:10px;
    vertical-align:top;
}
.sample_curriculum td:first-child{
    width:150px;
}

.faq_question {
    /*font-weight:bold;
    padding-left: 18px;
    background-color:white;
    color: #000;
    margin-top: 10px;
    border: none;
    text-align: left;
    outline: none;
    float:left;
    transition: 0.4s;
     */
}
/*.faq_question:hover {
    background-color: lightblue;
    color:white;
    border-radius:10px;
}*/

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    font-weight:bold;
    color: #444;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.accordion_subhead {
    background-color:lightblue;
    border-radius:10px;
    padding: 15px 10px 15px 10px;
    margin: 10px 0px 5px 0px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: lightblue;
    color:white;
    border-radius:10px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.btn_trade {
  background:    #3d85c6;
  background:    -webkit-linear-gradient(#3d85c6, #073763);
  background:    linear-gradient(#3d85c6, #073763);
  border-radius: 5px;
  color:         #ffffff;
  display:       inline-block;
  padding:       4px 10px;
  /* font:          normal 700 24px/1 "Calibri", sans-serif; */
  text-align:    center;
  text-shadow:   1px 1px 0 #000;
}
a:link.health_button {
    color:white;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 0 #000;
}
a:visited.health_button {
    color:white;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 0 #000;
}
a:hover.health_button {
    /*text-shadow: 1px 1px 0 #888;*/
}
.health_button {
    /*background: -webkit-linear-gradient(#3d85c6, #073763);
      background: linear-gradient(#3d85c6, #073763);*/
    background: -webkit-linear-gradient(#EE0F0F, #B40C0C);/*073763);*/
    background:         linear-gradient(#EE0F0F, #B40C0C); /*073763);*/
    /*background-color:yellow;*/
    /*border: 2px solid #0E4C7D;*/
    border: 2px solid black;
    border-radius: 5px;
    /*color: yellow; /*#0E4C7D;*/

    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    width:195px;
}
.health_button:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    text-decoration:none;
}

a:link.donate_button {
    color:white;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 0 #000;
}
a:visited.donate_button {
    color:white;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 0 #000;
}
a:hover.donate_button {
    /*text-shadow: 1px 1px 0 #888;*/
}
.donate_button {
    /*background: -webkit-linear-gradient(#3d85c6, #073763);
      background: linear-gradient(#3d85c6, #073763);*/
    background: -webkit-linear-gradient(#0E4C7D, #626262);/*073763);*/
    background: linear-gradient(#0E4C7D, #626262); /*073763);*/
    /*background-color:yellow;*/
    /*border: 2px solid #0E4C7D;*/
    border: 2px solid black;
    border-radius: 5px;
    /*color: yellow; /*#0E4C7D;*/

    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    width:195px;
}
.donate_button:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    text-decoration:none;
}

div.donation_3col {
    column-count:3;
}
div.donation_4col {
    column-count:4;
}
div.keeptogether {
    display:inline-block;
    width:100%;
}
.donate_list {
    /*color:red;*/
    list-style-type:circle;
    margin: 0px 0px 10px -25px;
}
