/*reset*/
body{color:#333;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*fonts*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	clear: both;
}

a {
	color: #E9641E;
}

a:focus {
  outline: none;
}

a:visited {
	color: #000;
}

strong {
	font-weight: bold;
}

/*HTML mockup stuff*/


.listing #content ul li {
	padding: 3px 0;
}

.listing #content ul li a {
	color: #009900;
}

.listing #content ul li a.red {
	font-weight: bold;
	color: #ff0000;
}


.listing #content ul ul {
	margin: 0 20px;
}



/*generics*/
.left {
	float: left;
	display: inline;
	width: 45%;
}

.right {
	float: right;
	display: inline;
	width: 50%;
}

.hd, .ft {
	clear: both;
}

.left .hd, .left .ft,
.right .hd, .right .ft {
	clear: none;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

#header {
	height: 80px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}


#header a {
	text-decoration: none;
}

#header h1 a {
	width: 266px;
	height:55px;
	background: #ff7603 url(/img/re-entry/logo.gif);
	display: block;
	text-indent: -9999px;
	line-height: 55px;
	margin-right: 1px;
}

#top_bar {
	width: 100%;
	height: 15px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: url(/img/global/top_bar_pattern.png) repeat-x;
}

#wrapper {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header ul.navigation {
	float: right;
	display: inline;
	position: relative;
}

#header ul.navigation li {
	float: left;
	display: inline;
}

#header ul.navigation li a {
	color: #3d3d3d;
	line-height: 36px;
	padding: 0 10px;
	font-size: 15px;
}

#pathways_nav_header {
	position: absolute;
	top: 30px;
	background: url(/img/re-entry/pathways_nav_bg.png) repeat-x;
	width: 815px;
	padding: 0 2px 2px 0;
	left: 79px;
	z-index: 4;
}

#pathways_nav_header ul {
	float: left;
	margin: 10px 0 10px 10px;
	width: 256px;
	border-top: 1px solid #eceaea;
	border-left: 1px solid #eceaea;
	border-right: 1px solid #eceaea;
}

#pathways_nav_header ul li {
	background-color: #fff;
	width: 256px;
	border-bottom: 1px solid #eceaea;
}

#pathways_nav_header ul li a {
	background: none;
	font-size: 11px;
	padding: 0;
	line-height: 29px;
	display: block;
	white-space: nowrap;
	padding: 0 10px;
	color: #333;
}

#pathways_nav_header li a:hover {
  font-weight: bold;
}

#pathways_nav_header li .pathway {
	float: left;
	width: 12px;
	height: 12px;
	margin: 8px 10px 0px 0;
	background-image: url(/img/global/pathways_shadow.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header ul.navigation li:hover ul {
	display: block;
}

#header #college_finder {
	position: absolute;
	z-index: 2;
	top: 56px;
	right: 0;
	width: 274px;
	padding: 6px 5px;
	background: #fff;
	border: 1px solid #ccc;
}

#header #college_finder input.zip {
	width: 132px;
	height: 18px;
	padding: 3px 8px;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #3d3d3d;
}

#header #college_finder .sep {
	float: left;
	border-right: 1px solid #dfdfdf;
	margin: -8px 8px;
	height: 40px;
}

#header #college_finder input.submit {
	float: left;
	background: url(/img/global/button_bg.png) repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	padding: 5px 10px;
	border: 0;
}

#content {
	clear: both;
	background: url(/img/students/generic_content_bg.png) repeat-y;
	border: 1px solid #DDD;
	width: 960px;
	z-index: 1;
}

#papervision {
	position: absolute;
	width: 100%;
	height: 650px;
	display: none;
	top: 15px;
	z-index: 2;
}

#pathways {
	display: block;
	margin: 25px 0;
	clear: both;
	width: 100%;
	z-index: 10;
}

#pathways .left {
	width: 578px;
}

#pathways .right {
	width: 316px;
}

#pathways .hd {
	background: url(/img/global/top_bar_pattern.png) repeat-x 0% 50%;
	text-align: center;
	margin-bottom: 25px;
}

#pathways .left .bd {
	margin-left: 30px;
}

#pathways .left .pathway {
	float: left;
	padding: 5px;
	width: 95px;
	height: 95px;
	position: relative;
	background-color: transparent !important;
}

#pathways .hd h2 {
	background: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	display: inline;
}

#pathways .right table {
	margin-left: 14px;
}

#pathways table td {
	padding: 4px 5px;
}

#pathways table td .pathway {
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


#pathway_head {
	clear: both;
}

#resources {
	clear: both;
	margin: 25px 0;
}

#resources p {
	color: #333;
}

#resources .left,
#resources .right {
	margin-bottom: 30px;
}
.re-entry #resources .right,
.re-entry #resources .left {
  margin-bottom: 15px;
}

#resources .hd,
#resources .ft {
	width: 100%;
	height: 25px;
	background: url(/img/global/top_bar_pattern.png) repeat-x;
	text-align: center;
	margin-bottom: 25px;
}
#resources .ft {
  margin-bottom: 0;
}

#resources img {
	background: #999;
	width: 96px;
	height: 63px;
	float: left;
	margin-right: 10px;
	clear: left;
}

#resources h2 {
	font-size: 18px;
}

#resources h3 {
	margin-bottom: 5px;
	margin-left: 110px;
}

#resources ul {
	margin-bottom: 25px;
	line-height: 18px;
}

#resources a {
	color: #E85A1E;
	font-size: 15px;
	text-decoration: none;
}

#resources ul p {
	font-size: 12px;
	line-height: 15px;
	margin-left: 110px;
}

#resources li {
	margin-top: 25px;
}

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

#footer img {
	margin-right: 5px;
	vertical-align: middle;	
}

#footer a {
	text-decoration: none;
	color: #666;
	margin-left: 10px;
}
#pathway_head {
	position: relative;
	z-index: 1;
}

#subhead {
	position: relative;
	z-index: 1;
	height: 200px;
}

#subhead .story {
	float: left;
	width: 360px;
	padding: 40px 20px 60px;
	clear: left;
	line-height: 18px;
}

#subhead .story h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

#pathway_head ul#pathways-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 540px;
	z-index: 99;
}

#pathway_head ul#pathways-nav li {
	width: 35px;
	height: 30px;
	float: right;
	margin-right: 1px;
	position: absolute;
	bottom: 0;
	left: auto;
	cursor: pointer;
	background-image: url(/img/global/pathways_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.tooltip {
	position: absolute;
	display: none;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	width: 134px;
	height: 40px;
	font-weight: bold;
	font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	background-image: url(/img/tooltips/tooltip-generic.png);
	background-repeat: no-repeat;
}

#pathways-nav li a.tooltip {
	left: -68px;
	bottom: 38px;
}

.pathway a.tooltip {
	left: -35px;
	bottom: 77px;
}

#content .left h2 {
	font-size: 19px;
	padding-top: 26px;
	padding-bottom: 16px;
	padding-left: 3px;
	background: url(/img/global/dark_dots.gif) repeat-x;
}

.column {
	float: left;
	width: 45%;
	margin: 0 15px 25px 0;
}

#content .left .block h2 {
	background: #434343;
	font-size: 14px;
	border-bottom: 1px dotted #7c7c7c;
	padding-top: 0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#content .section {
  padding: 5px 0 10px;
}

#content ul.quicktime li a {
	padding-left: 25px;
	background: url(/img/global/quicktime.gif) 0 50% no-repeat;
	line-height: 32px;
	display: block;
}

#content ul.pdf li a {
	padding-left: 25px;
	line-height: 32px;
	display: block;
	background: url(/img/global/pdf.gif) 0 50% no-repeat;
}

#content .left {
	width: 246px;
	color: #fff;
	padding: 18px;
}

.counselors #content .left {
  height: 400px;
}


.pathway #content .left {
	background: #3e3e3e;
	width: 286px;
	color: #fff;
	padding: 18px;
	width: 310px;
}

#content .left p {
	padding-left: 3px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#content .left p strong {
	padding-top: 26px;
	display: block;
	background: url(/img/global/dark_dots.gif) repeat-x;
}

#content .left .block p strong {
	padding-top: 0;
	background: none;
}

#content .left .block p a {
	color: #80D0E6;
}

#content .left h4.borders {
	border-top: 1px dotted #787878;
	border-bottom: 1px dotted #787878;
	font-size: 18px;
	padding: 12px 3px;
}

#content .right h4.borders {
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	font-size: 18px;
	padding: 12px 3px;
	margin: 30px 0 17px 0;
}

#content .left .careers,
#content .left .block,
.salaries .careers {
	background: #434343;
	padding: 10px 15px;
	margin: 14px 0;
	font-size: 11px;
}

.careers table {
	width: 100%;
}

.careers table td {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

.careers table tr.even {
	background: #444444;
}


.careers table td.pay {
	text-align: right;
	font-weight: normal;
	width: 100px;
}

#content .right {
	width: 630px;
	margin: 26px 26px 26px 0;
}



.pathway #content .right {
	width: 543px;
	margin: 26px 36px 26px 0;
}

#alumni {
	margin-bottom: 20px;
}

#alumni li img {
	float: left;
	display: inline;
	margin: 10px 20px 10px 10px;
}


#alumni li .info {
	margin: 10px 0 0 0;
	float: left;
	display: inline;
	width: 280px;
	
}

#alumni li .info h2 {
	font-size: 16px;
	margin: 10px 0 25px 0;
}

#alumni li .info p {
	font-size: 12px;
	color: #7b7b7b;
	padding-right: 20px;
}

#content .ad {
	text-align: center;
	margin-top: 20px;
}

#content .hd {
	background: url(/img/global/top_bar_pattern.png) 0 50% repeat-x;
	text-align: left;
	clear: both;
	margin-bottom: 25px;
	padding: 0 0 6px;
}

#content .hd h1 {
	background: #fff;
	padding: 0 10px 0 0;
	font-size: 18px;
	display: inline;
}

#content .left .hd {
	background: url(/img/global/left_dots.png) 0 50% repeat-x;	
}

#content .left .hd h1 {
	color: #fff;
	background: #585858;
}

#content p {
	margin-bottom: 1em;
}

/* resources */
.tabs {
	margin: 20px 0 0 0;
	float: left;
	display: inline;
	clear: left;
	border-left: 1px solid #DDD;
}

.tabs li {
	background: #fff;
	float: left;
	display: inline;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.tabs li a {
  display: block;
	padding: 12px 0;
	width: 93px;
	text-align: center;
	color: #aaa;
}

.tabs li a.active {
	background: url(/img/global/tab_bg.png) repeat-x bottom;
	color: #333 !important;
}


/*generic form*/

/* layout */
form .element {
	clear: both;
}

form dt {
	clear: left;
	float: left;
	display: inline;
	text-align: left;
	width: 275px;
	padding: 5px 0;
}

form dd {
	float: left;
	display: inline;
	width: 325px;
	padding: 5px 0;
}

form dd.element {
	width: 100%;
}

form dd.align-right {
	text-align: right;
}


/* element */
form dd input {
	width: 150px;
}

form dd.element input {
	width: auto;
}

form dd textarea {
	width: 334px;
	height: 100px;
}

ul.errors {
	color: #990000;
}

/* salary survey */
.salaries {
	float: left;
	display: inline;
	background: #484848;
	padding: 15px 15px 10px;
	width: 445px;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.salaries .careers {
  background: #2f2f2f;
}

.salaries.last {
	margin-right: 0;
}

.salaries .hd {
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	padding: 6px 0;
	overflow: hidden;
	width: 445px;
}

.salaries .careers {
	min-height: 210px;
	height: auto !important;
	height: 210px;
}

.salaries .hd img {
	float: left;
	display: inline;
	width: 28px;
	height: 28px;
	margin-right: 7px;
}

.salaries .hd h2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.salaries .hd h2.small {
  font-size: 12px !important;
  line-height: 26px !important;
}

.salaries .ft {
	text-align: right;
	margin: 0 0 5px;
}


.salaries .ft a {
	text-decoration: none;
	background: #fff;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 6px;
}

.salaries .ft a span {
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 3px;
}

/*resources*/
.pdf_warn {
	float: right;
  display: inline;
	width: 260px;
	margin: 20px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #585858;
}

.pdf_warn img {
	float: right;
	display: inline;
	margin-left: 5px;
}

.poster,
.file {
	float: left;
	display: inline;
	width: 98px;
	height: 140px;
	margin: 0 10px 25px;
	font-size: 12px;
}

.poster {
  height: 160px;
}

.file {
	width: 143px;
	margin: 0 5px 25px;
}

.poster img,
.file img {
	border: 1px solid #ccc;
}

.poster a,
.file a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 98px;
}

.video {
	float: left;
	display: inline;
	margin: 0 5px 25px;
}

.right li {
  padding: 0 0 10px;
}

.right .location {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0;
}

#content .location p {
	margin: 0;
}

.location .address {
	float: left;
	display: inline;
}

.location .contact {
	float: right;
	display: inline;
	width: 250px;
	text-align: left;
}