/* CSS Document */

/* CSS Document */

body {
	background: white;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size:16pt;
	text-align:center;
	border-bottom: 1px dashed #b2b2b2;
	padding:10pt;
	}

h2 {
	font-size:14pt;
	font-weight:300;
	}

h3 {
	font-size:12pt;
	}

p, section.page-content p, section.page-content li {
	font-size:10pt;
	}

img {
	border:0;
	}

#header, #footer, #sidebar, .go-nav, .go-top {
	display: none;
	}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.pushDownLine {
border-top:3px dotted #ccc;
height:15px;
width:100%;
}

/*********************************************
 *	EMPLOYEE DIRECTORY
 ********************************************/
 #show-employees {
	clear:both;
}

#show-employees div.card2 {
	background:none repeat scroll 0 0 #eee;
	border:1px solid black;
	float:left;
	font-size: 8pt;
	height:150px;
	margin: 0 10px 10px 0;
	overflow: scroll;
	width: 320px;
	padding-bottom:10pt;
}

#show-employees div.card2 p {
	margin:5px 5px 5px 110px;
}

.cleaner {
	clear:both;
	margin:1px;
}

.left {
	float:left;
}

#show-employees .employee-image {
	margin:0;
}


/*********************************************
 *	TABLE DEGREE REQUIREMENTS
 ********************************************/

table.degree-requirements {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom:2em;
	background:#fff;
	background:rgba(255,255,255,.5);
	width:100%;
}

table.degree-requirements th {
	border: 1px solid black;
	padding: 8px;
	background: #004D91;
	color:#fff;
	text-align:left;
}

table.degree-requirements td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
}


/*********************************************
 *	Success Stories Site
 ********************************************/

.slideContainer, nav, .iosSliderButtons {
	display: none;
}

.listing ul .profile_thumbnail {
    float: none;
    margin: 0 0 10px;
}


.listing ul li {
     max-height: 100%;
}

/*
.listing ul li {
	padding: 20px;
	margin: 20px;
	float: none;
	background: #eee;
	border: none;
}
*/

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.footer-content {
	display: none;
}


/************************************************
 * NEW PRINT STYLES
 ***********************************************/
#mobile-header, section#nav, #breadcrumb-nav, .search-form, aside#section-nav, section.connections, .herContentWrap {
	display: none;
}

section.maincontent, aside {
	float: none;
	width: 100%;
	display: block;
	margin: 0;
}

a:link:after { content: ""; }

* {
	color: #000;
	background: #fff;
}

a {
	color: #555;
}




