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

body {
	margin:0;
	text-align:center;
	font:12px/18px verdana, arial, helvetica, sans-serif;
	color:#666;
	background: #fff;
	}
	
h1 {
	margin-top:5px;
	font-size:28px;
	color:#666;
	font-weight:normal;
	}
	
#h1Link a {
	color:#666;
	text-decoration:none;
	}
	
#h1Link a:hover {
	color:#629cd6;
	text-decoration:none;
	}
		
h2 {
	font-size:18px;
	color:#333;
	font-weight:normal;
	}
	
h3 {
	font-size:14px;
	}
	
a, a:visited {
	color:#33669a;
	}
	
a:hover {
	color:#629cd6;
	}
	
img {
	border:none;
	}
	
#frequently_asked_questions dl{
	border-bottom:1px solid #999;		
}

dt {
    font-size:1.1em;
    font-weight:bold;
    margin:0 0 .25em 0;
}

dd {
    margin:0 0 1em 0;
}
		
#Contain {
	text-align:left;
	margin:0 auto;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:900px;
	padding:25px 0 0 0;
	}
/* Again, "be nice to Opera 5". */
body>#Contain {width:900px;}

.gray {
	color:#999999;
	}

/*******************************************************************************
*                      HEADER CONTENT                                          *
*******************************************************************************/

#Header {
	margin:0;
	padding:0;
	width:900px;
	min-height:93px;
	}
	
#ShowLogo {
	margin:0;
	padding:0;
	vertical-align:bottom;
	width:94px;
	height:93px;
	}
	
#LogoReflection {
	margin:0;
	padding:0;
	height:25px;
	width:900px;
	/* background-image:url(../images/logo_capt_color_reflection.jpg);
	background-repeat:no-repeat; */
	}
	
#NavBar {
	margin:0;
	padding:0;
	width:795px;
	height:49px;
	background-image:url(../images/navbar_full_image.jpg);
	background-repeat:no-repeat;
	}
	
#NavBarLinks {
	padding:15px;
	font-size:12px;
	color:#fff;
	}
	
#NavBarLinks a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	}
	
#NavBarLinks a:hover {
	color:#999;
	}
	
.navPush {
	margin-right:10px;
	margin-left:10px;
	}
	
.navPushRight {
	margin-right:10px;
	}
	
.navPushLeft {
	margin-left:10px;
	}
	
#SearchBar {
	margin:0;
	height:44px;
	}
	
#SearchForm {
	float:left;
	padding-top:10px;
	}
	
#SecNav {
	float:right;
	padding-top:15px;
	padding-right:15px;
	color:#333;
	font-size:9px;
	}
	
#SecNav a {
	color:#333;
	font-size:10px;
	text-decoration:none;
	}
	
#SecNav a:hover {
	color:#666;
	text-decoration:underline;
	font-size:10px;
	}
	
.searchButton {
	font-size:9px;
	color:#666;
	font-weight:900;
	}
	
.searchLabel {
	color:#999;
	font-size:10px;
	}
	
/* 2 column layout */
#LogoCol {
	float:left;
	width:105px;
	margin:0; padding:0;
	}
	
#MenuCol {
	float:right;
	margin:0 0 2em 0;
	padding:0;
	width:795px;
	}
	
.logoColumn-in {
	margin:0; padding-left:40px;
	}
	
.menuColumn-in {
	margin:0; padding:30px 10px 30px 5px;
	}
		
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
/* End 2 column layout */

/*******************************************************************************
*                      BODY CONTENT                                            *
*******************************************************************************/
#MainSection {
	width:900px;
	margin:0;
	padding:2px 0;
	min-height:300px;
	}
	
#Content {
	margin:0 auto;
	padding:20px;
	}

#MoreHeadlines {
	text-align:right;
	margin:10px 0 0 0;
	padding:0;
	}
	
#News h2 {
	padding:0;
	margin:20px 0 0 0;
	}
	
.altColor {
	background-color:#E9E9E9;
	padding:6px;
}
	
.seperator {
	border-bottom:3px dotted #ddd;
	margin:10px 0 40px 0;
	}
	
.highlight {
	background-color:#FFFF99;
	padding:5px;
	font-weight:900;
	color:#000;
}

.quote {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	line-height:28px;
	}
	
/*.headlineText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666666;
	font-weight:900;
	vertical-align:top;
	}*/
	
#Shortcuts {
	margin:20px 0 0 0;
	padding:0;
	}
	
.shortcutPadding {
	margin:0 15px 0 0;
	padding:0;
	}
	
.shortcutPaddingShort {
	margin:0 12px 0 0;
	padding:0;
	}
	
#Local {
	margin:5px 0;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	/* border-bottom:1px solid #dadada; */
	}
	
#Local a {
	font-size:11px;
	text-decoration:none;
	}
		
#Local a:hover .notActive {
	background-color:#999;
	color:#fff;
	}
	
.notActive {
	background-color:#ddd;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:4px 4px 5px 4px;
	color:#000;
	}
	
.activeLocal {
	margin:0;
	font-size:13px;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	background-color:#999;
	padding:6px 6px 5px 6px;
	}
	
/* 2 column layout for About Page */
#SmallCol {
	float:left;
	width:250px;
	margin:0; padding:0;
	}
	
#LargeCol {
	float:right;
	margin:0;
	padding:0;
	width:630px;
	}
	
.smallColumn-in {
	margin:0; padding:0px;
	}
	
.largeColumn-in {
	margin:0; padding:10px;
	}
/* End 2 column layout for About Page */

/* Reverse 2 column layout */
#SmallColReversed {
	float:right;
	width:250px;
	margin:0; padding:0;
	}
	
#LargeColReversed {
	float:left;
	margin:0;
	padding:0;
	width:630px;
	}
	
.largeColumnReversed-in {
	margin:0; padding:10px 10px 10px 0;
	}
/* End reverse 2 column layout */


/* 50/50 column */
#Left5050 {
	float:left;
	width:450px;
	margin:0; padding:0;
	}
	
#Right5050 {
	float:right;
	width:450px;
	margin:0; padding:0;
	}
	
.in5050 {
	margin:0; padding:0 20px 0 0;
	}
		
/* end 50/50 column */

/* 75/25 column */
#Left75 {
	float:left;
	width:675px;
	margin:0; padding:0;
	}
	
#Right25 {
	float:right;
	width:225px;
	margin:0; padding:0;
	}

/* invalid name ".25in" had to change to .in25 */
.in25 {
	margin:0; padding:10px;
	}
	
/* end 50/50 column */

#TOCLinks {
	margin:20px 0 0 0;
	}
	
#TOCLinks h3 {
	margin-bottom:.5em;
	}
	
#TOCLinks ul {
	list-style-type:disc;
	padding:0; 
	margin:0 0 0 1.3em;
	}
	
#TOCLinks ul li {
	margin:0 0 .5em 0;
	}
	
/* Teaser Box */
.teaserBox {
	margin:15px 0;
	padding:0;
	width:250px;
	min-height:50px;
	background-color:#fff;
	text-align:center;
	}
	
.teaserBox a {
	text-decoration:none;
	}

.teaserBox2 {
	margin:0;
	padding:0;
	width:250px;
	min-height:50px;
	background-color:#fff;
	text-align:center;
	}
	
.teaserBox2 a {
	text-decoration:none;
	}


.teaserBoxTop {
	width:238px;
	height:33px;
	background-image:url(../images/box_teaser_top.jpg);
	background-repeat:no-repeat;
	}
	
.teaserBoxTitle {
	padding-top:10px;
	text-align:center;
	font-weight:900;
	color:#000;
	font-size:13px;
	}
	
.teaserBoxMid {
	min-height:177px;
	width:236px;
	background-image:url(../images/box_teaser_gradientBack.jpg);
	background-repeat:repeat-x;
	border-left:solid 1px #cdcccb;
	border-right:solid 1px #cdcccb;
	}
	
.pushImg {
	margin-top:6px;
	}
	
.teaserContent {
	text-align:left;
	padding:10px 25px;
	color:#666;
	font-size:11px;
	}
	
.teaserContent a {
	color:#33669a;
	text-decoration:underline;
	}
	
.teaserContent a:hover {
	color:#6191c1;
	}
	
.teaserBoxBot {
	height:19px;
	width:238px;
	background-image:url(../images/box_teaser_bottom.jpg);
	background-repeat:no-repeat;
	}
/* End Teaser Box */


/* Profile Section */
.profile {
	width:600px;
	margin:10px 0 0 0;
	padding:10px 0;
	border-bottom:3px dotted #ddd;
	}
	
.profileName {
	font-size:18px;
	color:#333;
	font-weight:normal;
	}
	
.profileTitle {
	font-style:italic;
	}
	
.leftimg {
	float:left;
	margin:0 10px 20px 0;
	}

/* End Profile Section */

#TextbookBanner {
	/*background-image:url(../curriculum/images/products_textbook_banner.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	width:900px;
	min-height:300px;
	}
	
#ProductsMinibar {
	width:900px;
	min-height:100px;
	margin:0;
	padding:0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	}
	
.minibarHolder {
	width:204px;
	padding:10px;
	border-left:1px solid #ddd;
	float:left;
	text-align:center;
	}
	
.minibarHolderEnd {
	width:203px;
	padding:10px;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	float:right;
	text-align:center;
	}
	
.pushDownLine {
border-top:3px dotted #ccc;
height:15px;
width:100%;
}

/* sub items links */
#SubLinks {
	margin:5px 0;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	}
	
#SubLinks a {
	font-size:11px;
	color:#999;
	text-decoration:none;
	}
		
#SubLinks a:hover {
	color:#000;
	}
	
.subLinkActive {
	margin:0;
	font-weight:900;
	color:#000000;
	}
	
.subLink {
	/* text-decoration:underline; */
	}
/* end sub item links */

#Newsletter {
	margin:0;
	padding:0;
	background-image:url(../images/ptec_direct_background.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:900px;
	min-height:500px;
	}

#StudentNewsletter {
	margin:0;
	padding:0;
	background-image:url(../images/student_newsletter_background.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:900px;
	min-height:500px;
	}
	
#NewsletterContent {
	margin:0;
	padding:10px;
	width:600px;
	float:left;
	}
	
#JobBankInfo {
	margin:0;
	padding:0;
	width:900px;
	background-image:url(../images/job_bank_piggy_large.jpg);
	background-position:right;
	background-repeat:no-repeat;
	min-height:400px;
	}
	
#JobBankInfoContent {
	margin:0;
	padding:10px;
	width:550px;
	float:left;
	}	

/*******************************************************************************
*                      FOOTER CONTENT                                          *
*******************************************************************************/
#Footer {
	margin-top:30px;
	padding:0;
	width:900px;
	min-height:221px;
	}
	
#FooterTopLinksContainer {
	margin:0 auto;
	padding:0;
	width:898px;
	border:1px solid #CCCCCC;
	background-image:url(../images/footer_top_links_background_gradient.jpg);
	background-repeat:repeat-y;
	}
	
#FooterTopLinks {
	padding:10px 10px 8px 0;
	text-align:right;
	}
	
#FooterContentContainer {
	background-color:#41403f;
	background-image:url(../images/footer_gradient.jpg);
	background-repeat:repeat-x;
	}
	
#FooterContent {
	margin:0;
	padding:20px;
	}
	
.floatNSFLogo {
	float:left;
	margin:0 10px 10px 0;
	margin-top:-10px;
	}
	
#FooterContent p {
	color:#fff;
	font-size:10px;
	}
	
#FooterContent a {
	color:#fff;
	font-size:10px;
	}
	
#FooterContent a:hover {
	color:#999999;
	}
	
#FooterNav {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px 0 12px 0;
	margin:5px 0;
	}
	
/***************************************************
*				Order Buttons
***************************************************/
a.im-order-button {
	background:#42a44d url(../images/button-arrow-small.png) no-repeat 96%;
	color: #fff;
	padding:8px 40px 8px 10px;
	text-decoration:none;
	font-weight:600;
	-moz-border-radius:15px 25px 25px 15px;
	-webkit-border-radius:15px 25px 25px 15px;
	-o-border-radius:15px 25px 25px 15px;
	border-radius:15px 25px 25px 15px;
    border:3px solid #ccc;	
}

a:hover.im-order-button {
	background:#67c672 url(../images/button-arrow-small.png) no-repeat 96%;
	border:3px solid #42a44d;
}

a.im-order-button span.file {
	font-family:"Courier New", Courier, monospace;
}
	
/***************************************************
*				Rollover Buttons
***************************************************/
#rollover {
	text-align:center;
	margin:0px;
  	padding:0px;
  }

#rollover li {
  display:inline;
  }
  
#rollover a {
  display:block;
  background-repeat:no-repeat;
  background-position:top left;
  }
  
#rollover a span {
  display:none;
  }
  
#rollover a#submitNews {
  	display:block;
  	width:159px;
  	height:39px;
  	background-image:url(/ptecnews/images/button_submit_news_both.jpg);
  	background-position:top left;
  }
  
#rollover a#submitNews:hover {
  background-position: -159px 0;
  }
  
a#order_button {
	font-size:11px;
	padding:4px;
	background-color:#0C9;
	color:#fff;
	border:1px solid #399;
}

a:hover#order_button {
	text-decoration:none;
	color:#fff;
	background-color:#399;
	font-size:11px;
}

span.clear {
  display:block;
  height:1px;
  line-height:1px;
  font-size:1px;
  margin-top:-1px;
  clear:both;
  }
  
  
/**************************************
 * REQUEST FORM
 *************************************/
form.request-form {
    width: 750px;
}

form.request-form input[type="submit"] {
	padding: 6px;	
}

form.request-form input[type="text"] {
	padding:10px;
	width: 700px;
	border: 1px solid #999;
	border-radius: 5px;
}

form.request-form textarea {
    width: 700px;
    padding: 10px;
    height: 200px;
    border: 1px solid #999;
    border-radius: 5px;
}

form.request-form li {
    margin: 10px 0;
}

form.request-form ol li input {
    width: 625px;
}

form.request-form label.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
}

form.request-form span.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
	font-style:italic;
	background: #FF9;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #FC0;
}

form.request-form p {
    margin-top: 30px;
}

form.request-form textarea.short {
    height: 100px;
}

form.request-form fieldset {
    background: #eee;
    margin-top: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

form.request-form legend {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
	color: #6477A1;
}

form.request-form option {
	padding: 5px;	
}

form.request-form table th {
	background: #333;
	color: #fff;
}

form.request-form table th {
    padding: 8px;
}

form.request-form table td {
    padding: 8px;
}
