@charset "UTF-8";
@import url(fonts/WaukeganLDO.css);
* {margin: 0px;padding: 0px;}

  img {border:none;}

.header_background_inner { behavior: url("/assets/js/iepngfix.php") }

  body {color: #333333;font-family: Arial, Helvetica, sans-serif;font-size: 12px;background-color: #FFFFFF;}

#header_container {
  background: transparent url(images/bg-header_container.png) 50% 0 repeat-x;
  }

#header {
  background: transparent url(images/bg-header.png) 50% 0 no-repeat;
  width: 905px;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto 13px;
  height: 144px;
  }

#top_nav img {border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}

.expander {position: absolute;width: 548px;left: 50%;margin-left: -453px;top: 0px;background-color: #CC9933;margin-top:60px;}

.expander_content {padding:5px;}

#top_nav li, #global_nav li {list-style-type: none;float: left;}

#top_nav li {
	position:relative;
}

#top_nav li:hover ul {
	display:block;
}

#top_nav ul {
	position:absolute;
	padding-left: 5px;
	z-index:10;
}

#top_nav li a {float: left;color: #CEEF96;text-decoration: none;display: block;font-size: 12px;padding: 5px;}

#top_nav li ul {
	padding:10px;
	display:none;
	position:absolute;
	top:24px;
	right:-130px;
	width:517px;
	height:100px;
	background: transparent url(images/nav_top_sub_bg.png) top left no-repeat;
}

#top_nav li ul a {
	padding: 8px 0 0 20px;
	width:105px;
	font-size:11px;
	color:#6f8945;
	/*background:transparent url(images/nav_top_sub_border.png) left top repeat-y;*/
}
#top_nav li ul a:hover {
	color:#334713;
	text-decoration:underline;
}

#logo {
  float: left;
  padding-top: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-bottom: 5px;
  }

.home {
  width: 900px;
  }

#global_nav {
	width: 875px;
	float: left;
	margin-top: 8px;
	height: 75px;
	padding-left: 10px;
	clear: left;
	position: relative;
  }

.global_nav {
  clear: left;
  padding-top: 7px;
  }

.global_nav  a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFCC;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  float: left;
  }

#top_nav {
  width: 435px;
  height: 24px;
  padding-left: 0px;
  position: absolute;
  top: 5px;
  z-index: 99;
  left: 50%;
  }

#ajaxSearch_output {
  background-color: #427405;
  }

#search {
  position: absolute;
  left: 50%;
  top: 67px;
  width: 270px;
  margin-left: -118px;
  }

#current-search-results {
	padding: 10px;
	clear: both;
  }

#ajaxSearch_submit {
  margin-top: 1px;
  }

#content_container {
  width: 905px;
  margin-right: auto;
  margin-left: auto;
  }

#search #ajaxSearch_form #ajaxSearch_input {
  background-image: url(images/search_box_small.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height: 14px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  width: 195px;
  font-size: 12px;
  display: block;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-left: 5px;
  background-position: center center;
  }

.AS_ajax_resultLink {
	color: #FFFF99;
	text-decoration: none;
	display: block;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4C96F;
	font-size: 12px;
	font-weight: bold;
  }

.AS_ajax_extract {
  color: #C9E5B7;
  font-size: 10px;
  padding: 5px;
  }

#breadcrumbs {
  font-size: 10px;
  color: #578538;
  }

#content {
  float: left;
  width: 640px;
  margin-top: 10px;
  }

#content,
#side {
  margin-bottom: 25px;
  }

#content p, .list_docs p {color:#000000;}

#side {
  float: right;
  width: 250px;
  margin-top: 10px;
  }

#side h2 {
  color: #336600;
  border-bottom-color: #000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  height: 25px;
  margin-top: 0px;
  padding-top: 5px;
  }

.sub_nav li, #side_include li {
  list-style-type: none;
  }

.sub_nav ul {
  }

.sub_nav li.active ul li a, #side_include li.active ul li a  {
  font-size: 12px;
  color: #003300;
  font-weight: normal;
  padding-left: 15px;
  }

.sub_nav  li.active   ul li ul a {
  font-size: 12px;
  padding-left: 25px;
  }

.sub_nav li.active ul li.active {
  font-weight: normal;
  }

.sub_nav  li.active   li.active a {
  font-weight: bold;
  background-color: #C4E3B5;
  }

.sub_nav   li.active   li.active  li.active ul a {
  font-weight: normal;
  background-color: #C4E3B5;
  font-size: 11px;
  padding-left: 35px;
  }

.sub_nav   li.active   li.active  li.active a {
  background-color: #B4D0A6;
  padding-left: 35px;
  }

.sub_nav   li.active   li.active  li.active li.active a, #side_include  li.active   li.active  li.active li.active a {
  font-weight: normal;
  background-color: #C4E3B5;
  }

#side h2 a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  }

.sub_nav li.active a, #side_include li.active a  {
  background-color: #DFF4D0;
  font-weight: bold;
  color: #003300;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  }

.sub_nav a, #side_include a {
  text-decoration: none;
  display: block;
  min-height: 14px;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A8C395;
  padding: 5px;
  }

#footer_common li {
  list-style-type: none;
  float: left;
  }

#footer_common {
	height: 45px;
	margin: 0 -10px;
	padding: 14px 10px 10px;
	width: 100%;
  }

#footer_common a {
  color: #CCFFCC;
  height: 18px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  background-repeat: no-repeat;
  margin-top: 5px;
  float: left;
  letter-spacing: -1px;
  margin-right: 0px;
  width: 155px;
  }

#footer_common a:hover {
  color: #FFFFFF;
  }

#footer {
	clear: both;
	color: #59863A;
	font-size: 11px;
	height: 50px;
	margin: 25px 0;
	min-height: 78px;
	padding: 0 10px 70px;
	position: relative;
	width: 880px;
	background-image: url(images/bg-footer-2012.png);
	background-repeat: no-repeat;
	background-position: bottom;
  }

.footer_nav li {
  float: left;
  list-style-type: none;
  }

.footer_nav a {
  display: block;
  height: 15px;
  float: left;
  padding: 5px;
  color: #999966;
  }

.footer_nav {
  height: 80px;
  padding-top: 10px;
  }

.footer-inner {
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 880px;
  }

.tag {
  font-size: 10px;
  color: #999999;
  float: right;
  clear: right;
  margin-top: 10px;
  position: absolute;
  bottom: -18px;
  right: 0;
  }

.address {
  float: left;
  }

.address, .address a, .copyright, .copyright a {
	color: #ffffff;
	color: #EAF2DC;
  }

.copyright {
  float: right;
  }

.tag a {
  color: #999999;
  }

#content p {
  line-height: 18px;
  padding-bottom: 10px;
  color: #333333;
  font-size: 11px;
  }

#content h2, #content h3 {
  color: #000000;
  padding-top: 10px;
  }

#content .list_docs h2 a {
  text-decoration: none;
  color: #000000;
  }

#content .list_docs_compact h2 a {
  text-decoration: none;
  color: #000000;
  }

#content .list_docs_compact h2 {
  margin-top: 0px;
  }

.element {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	height: 150px;
	width: 166px;
  }

.element li {
  list-style-type: none;
  }

.element h2 {
  text-decoration: none;
  padding: 1px;
  }

/*orignal.. we recomment to use this one
.element ul a {
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 2px;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #99CC99;
  }
*/
.element ul a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 2px;
	height: 14px;
	color:#47690D;
  }

/* this is the original hover
  we recommend to use this one
.element a:hover {
  background-color: #DDF6C4;
  }
*/
.element a:hover {
  text-decoration:underline;
  }

#quick_elements {
  margin-top: 15px;
  height:170px;
  }

#quick_elements h2 {
  color: #003300;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  font-size: 18px;
  letter-spacing: -1px;
  }

.element a {
	text-decoration:none;
}

#content .list_docs h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  }

#content ul {
  margin-left: 25px;
  font-weight: bold;
  color: #006600;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 15px;
  }

  a {
  color: #336600;
  }

#content h1 {
  color: #000000;
  font-size: 20px;
  }

.sub_nav a:hover, #side_include a:hover {
  background-color: #D5E9C7;
  color: #003300;
  }

.sub_nav li.active ul li a:hover {
  background-color: #D5E9C7;
  }

#tools {
  position: absolute;
  z-index: 9;
  width: 500px;
  left: 50%;
  top: 0px;
  clip: rect(auto,auto,auto,-500px);
  margin-left: -450px;
  }

.sub_global_nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFCC;
  height: 15px;
  line-height: 14px;
  font-size: 15px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  float: left;
  }

#updates {
  padding: 5px;
  height: 240px;
  width: 265px;
  float: right;
  color: #E4B6AE;
  }

#updates h2 {
  color: #FFF;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 22px;
  text-decoration: none;
  }

#updates h3 {
  color: #FFF;
  border-bottom: thin solid #906b63;
  font-size: 13px;
  }

#updates p {
  padding-top: 2px;
  padding-bottom: 5px;
  }

#updates a {
  color: #E4B6AE;
  text-decoration: none;
  }

#slideshow {
  float: left;
  height: 250px;
  width: 625px;
  }

#feature {
  padding-bottom:30px;
  position:relative;
  height: 250px;
  width: 900px;
  background:#4A281F;
  border-radius:5px;
  }

  h2, h1  {
  font-weight: normal;
  }

#content h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  margin-top: 25px;
  font-size: 16px;
  }

#content h3 {
  font-size: 14px;
  }

#content a { color:#d95700;}

.credit {
  width: 100px;
  }

.program_plan table {
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  }

.program_plan {
  margin-bottom: 10px;
  margin-top: -15px;
  }

.program_plan table td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #677D42;
  padding: 2px;
  }

.post span {
  float: right;
  font-size: 9px;
  color: #44628D;
  }

.post {
  padding-bottom:3px;
  padding-top:2px;
  }

.tag span {
  float: right;
	text-align: right;
	margin-top: -39px;
  }

#contact {
	margin-top: 25px;
  }
#content  .list_docs_2col {
  width: 275px;
  float: left;
  margin-left: 30px;
  }

#content .list_docs_2col h2 a {
  text-decoration: none;
  }

.header_background  .header_background_inner     {
	background-image: url(images/header_background.png);
	height: 155px;
	width: 618px;
	padding: 10px;
  }

.header_background {
	background-color: #42241C;
	background-repeat: no-repeat;
	width: 638px;
  }

#content .header_background h1 {
	color: #FFFFFF;
	font-size: 24px;
	text-shadow:#000 1px 1px 2px;
  }

.talign_right {
  text-align:right;
  }

#social_networking {
  margin:15px auto;
  padding:5px;
  height:40px;
  text-align:left;
  background:#486D03;
  }

#social_networking ul {
  padding:0;
  margin:0;
  list-style:none;
  }

#social_networking li {
  display:block;
  font-size:30px;
  font-weight:bold;
  color:white;
  float:left;
  }

  li.one_third_width {
  margin-top:5px;
  width:275px;
  }

#social_networking a.social_net_button {
  margin-left:70px;
  }

#social_networking a.social_net_button img{
  padding-top:5px;
  }

#social_networking_side {
  padding:10px 5px;
  background:#719639;/*gray;*/
  }

#social_networking_side ul {
  list-style:none;
  }

#social_networking_side a.social_net_button {
  padding-left:40px;
  border:none;
  line-height:35px;
  display:block;
  color:white;
  }

#social_net_fb, #social_networking_side #social_net_fb:hover {
  background:transparent url(/assets/templates/pinetech/images/facebook_32.png) no-repeat left;
  }

#social_net_tw, #social_networking_side #social_net_tw:hover {
  background:transparent url(/assets/templates/pinetech/images/twitter_32.png) no-repeat left;
  }

#social_net_bs, #social_networking_side #social_net_bs:hover {
  background:transparent url(/assets/templates/pinetech/images/blogger_32.png) no-repeat left;
  }

#social_net_yt, #social_networking_side #social_net_yt:hover {
  background:transparent url(/assets/templates/pinetech/images/youtube_32.png) no-repeat left;
  }

#social_net_ln, #social_networking_side #social_net_ln:hover {
  background:transparent url(/assets/templates/pinetech/images/linkedin_32.png) no-repeat left;
  }
#search #ajaxSearch_form fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 25px;
  }

#ajaxSearch_form {
	display: block;
	height: 35px;
  }

#ajaxSearch_intro {
	display: none;
  }

.element.last {
	margin-right: 0px;
	width: 175px;
	padding-right: 0px;
  }

#faculty_contact_form label {
        display:block;
        margin-top:15px;
  }

#faculty_contact_form input {
        display:block;
  }

#faculty_contact_form textarea {
        width:500px;
        height:150px;
  }
.AS_ajax_resultsInfos {
	display: none;
  }

.ajaxSearch_grpResultsDisplayed {
	display: none;
  }

#grpResult_site_wide .AS_ajax_result {
	color: #DCF3BC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
  }

#footer_common ul li a img {
	margin-top: -45px;
  }

/* ETC */
#home_content .header {
  background: #4C2A20;
  color: #e4b6ae;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  }

#home_content .header .image {
  background: #ffffff;
  float: left;
  min-height: 200px;
  width: 600px;
  }

#home_content .header .text {
  float: right;
  padding: 5px 5px 18px 15px;
  width: 285px;
  }

  #home_content .header h1 {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    }

.topics {
  clear: both;
  margin: 1.5em 0;
  }

  
  .topics .sub_nav a {
    font-size: 11px;
    }

.topics-content .sub_nav .column {
  margin-right: 2.6%;
/*   width: 22% !important; */
  }

  .topics-content .sub_nav .column.last {
    margin-right: 0;
    }

/*
.topics-content .sub_nav li {
  padding-bottom: 3px;
  }

.topics-content .sub_nav li a {
  display: inline;
  }

*/
 /* #home_content .info-columns .column {
  float: left;
  margin-right: 2%;
  margin-bottom: 1.5em;
  width: 32%;
  }
*/
  #home_content .info-columns .forms {
    margin-right: 0;
    }

  #home_content .info-columns h3 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    }

  #home_content .info-columns .post {
    padding: 0;
    }

  #home_content .events-content .post {
    border-bottom: 1px solid #A8C395;
    padding: 0 0 5px;
    }

  #home_content .events-content .post a {
    border: none;
    padding: 5px;
    }

    #home_content .events-content .links {
      color: #769f3a;
      padding: 0 5px;
      }

      .post .links.date,
      #home_content .post .date {
        font-size: .9em;
        padding-top: 8px;
        }

    #home_content .events-content .post .links a {
      display: inline;
      font-size: 0.9em;
      min-height: 0;
      padding: 0;
/*       padding: 0 0 0 5px; */
      }

      #home_content .events-content .post .date a {
        font-size: 1em;
        }

      #home_content .events-content .post .links a:link,
      #home_content .events-content .post .links a:visited {
        	color: #769f3a;
        }

.events-content .calendar {
	float: left;
  }

.events.column {
	width: 400px;
	height: 150px;
	float: left;
  }

.calendar tr td {
	padding: 3px;
  }

.calendar.cal1 {
	margin-right: 20px;
  }

#content h2.county {
  margin-top: 0;
  }

.etc-services #content ul.services {
  list-style: none;
  margin: 0;
  padding: 0;
  }

  .etc-services .services li {
    float: left;
    margin-right: 2%;
    margin-bottom: 1.5em;
    width: 32%;
    }

    .etc-services .services li.first {
      clear: both;
      }

    .etc-services .services li.last {
      margin-right: 0;
      }

#etc-learn-more {
  background: #5A3426;
  color: #ffffff;
  padding: 2px;
  margin-bottom: 1em;
  width: 901px;
  float: left;
  }
  
  #etc-learn-more h2 {
    float: left;
    font-family: 'WaukeganLDO', Arial, sans-serif;
    font-size: 18px;
    margin: 0 1em;
    padding: 3px;
    width: 170px;
    }
  
  #etc-learn-more ul {
    background: #cfc4c0;
    color: #5b3425;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 3px 10px;
    width: 640px;
    }
  
  #etc-learn-more li {
    float: left;
    margin-right: 2em; 
    }
    
  #etc-learn-more a:link,
  #etc-learn-more a:visited {
    color: #5b3425;
    text-decoration: none;
    }
  
  #etc-learn-more a:hover {
    color: #ffffff;
    }

.ui-tabs .ui-tabs-hide {
     display: none;
  }

#content ul.ui-tabs-nav {
  margin: 0;
  }

.ui-widget {
  font-family: inherit;
  }

  table.forms {
  width: 100%;
  }

  table.forms td {
    padding: 3px;
    }

  table.forms th {
    text-align: left;
    }

  table.forms .filesize,
  table.forms .date {
    width: 25%;
    }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#social_networking_footer li {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  float: left;
  }

#social_networking_footer .buttons {
  margin-top: -5px;
  }

#social_networking_footer .social_net_button {
	margin-left: 0;
	margin-right: 15px;
	width: auto;
  }

#social_networking_footer ul li a img {
  margin-top: 0;
  }

#social_networking_footer .ask {
	position: absolute;
	left: 0;
	text-align: center;
	width: 150px;
	top: 50px;
  }

#social_networking_footer .ask a {
  width: 100%;
  }

#social_networking_footer .ask a img {
  margin-top: -45px;
  }

#social_networking_footer .heading {
  background: transparent url(images/text-connect-with-us.png) 0 center no-repeat;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
  text-indent: -9999em;
  width: 211px;
  }
  
#etc-banner {
  background: #5A3426;
  min-height: 190px;
  padding: 5px;
  }
  
  #etc-banner h1 img {
    float: left;
    margin-top: 30px;
    margin-left: 1em;
    }
  
  #etc-banner .news {
    background: #c8bfbd;
    color: #5b3425;
    float: right;
    min-height: 170px;
    padding: 10px;
    width: 300px;
    }
    
    #etc-banner .news h2 {
      font-weight: bold;
      margin-bottom: .5em;
      }
    
    #etc-banner .news ul {
      margin: 0;
      padding: 0;
      }
      
    #etc-banner .news li {
      list-style: none;
      margin: 0 0 .25em;
      padding: 0;
      }
    
    #etc-banner .news a:link,
    #etc-banner .news a:visited {
      color: #5b3425;
      text-decoration: none;
      }
    
    #etc-banner .news a:hover {
      color: #fff;
      }
    
    

.events-content .calendar {
	float: left;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 20px;
  }

.events.column {
	width: 550px;
	height: 250px;
	float: left;
	margin-right: 10px;
  }

.calendar tr td {
	padding: 5px;
	color: #677347;
	text-align: center;
  }

.calendar.cal1 {
	margin-right: 20px;
  }

.events.column h2, .forms.column h2 {
	background-color: #5A3426;
	font-family: 'WaukeganLDO', Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	color: #FFF;
	text-align: center;
  }

.forms.column {
	float: right;
	width: 330px;
  }
  
  .forms.column .forms-content {
    margin-top: 9px;
    }
  
  .forms.column .forms-content .sub_nav a {
    font-size: 11px;
    }

.events-content table.calendar {
  }

.calendar-month {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
  }

.calendar tr th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B8E00;
  }

.calendar tr .cal_link a {
	color: #E2FDB5;
	background-color: #5B8E00;
	display: block;
	margin: -5px;
	padding: 5px;
	text-decoration: none;
  }

.calendar tr .cal_link a:hover {
	color: #FFF;
	background-color: #68A300;
  }

#ask-here-2011 {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: 150px;
  }

#ask-here-2011 a {
	display:block;
  }

.atozlist-columns {
	list-style-type:none;
  }

.atozlist-columns .letter-heading {
	margin: 20px 15px 10px 0;
	border-bottom:1px gray solid;
  }

.atozlist-columns .letter-heading.first {
	margin-top:0;
	border-bottom:1px gray solid;
  }

#content .atozlist-columns .letter-heading h2 {
	margin:0;
	padding:0;
	border:none;
  }

.under-construction {
  margin: 1em 0;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  }

  
  .under-construction img {
    float: left;
    margin: 0 .5em 0 0;
    }

dl dt {
	font-weight: bold;
	float: left;
	margin-right: 10px;
	display: block;
	width: 110px;
	clear: left;
}
dl dd {
	float: left;
	display: block;
	width: 480px;
}
dl dt, dl dd {
	padding: 5px;
}
#content dd p, dl dd, dl dt {
	font-size: 11px;
	line-height: 1.5em;
}
.clear {
	clear: both;
}
#content .list_se_docs .accordion-trigger {
	background-color: #719639;
	font-size: 14px;
	line-height: 14px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 14px;
	display: block;
	color: #C1D89F;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor:pointer;cursor:hand
}
.list_se_docs .accordion-panel, .box {
	background-color: #EFF4EA;
	border: 1px solid #BED0A2;
	margin-top: 5px;
	position:relative;
}

#content .list_se_docs .accordion-trigger.active {
	color: #FFF;
	background-color: #72A425;
}
#content .list_se_docs .accordion-trigger:hover {
	color: #D8E7A1;
}

#content .list_se_docs .accordion-trigger:after {
	content: "Open";
	float:right;
	font-size:10px;
	font-weight:100;
}

#content .list_se_docs h3.closed {
	background:#b0c294;
	color:#d8e3c7;
}

#content .list_se_docs h3.closed.active {
	background:#b0c294;
	color:white;	
}

#content .list_se_docs h3.closed:hover {
	
}

#content .list_se_docs h3.closed:after {
	content: "Closed";
	float:right;
	font-size:10px;
	font-weight:100;
}

.se-form-body {
	padding:0;
	margin:0;
	background:#C4E3B5;
}

.se-form-wrap {

}

.se-form-wrap, .se-thanks {
	padding:15px;
	width:630px;
	background:#C4E3B5;
}

.se-form-wrap .section {
	margin-top:15px;
	width:630px;
	border:none;
	clear:both;
}

.se-form-wrap input {
	height:17px;
}
.se-form-wrap .submit-button {
	padding:0 8px;
	height:20px;
}

.se-form-wrap dt {
	padding-bottom:0;
}

.se-form-wrap dl {
	padding-bottom:0;
}

.se-form-wrap .section legend p, .se-form-wrap .section legend h3 {
	width:600px;
}

.se-form-wrap .section legend h3 {
	font-size:1.17em;
}

.se-form-wrap half p, .se-form-wrap .half dd, .se-form-wrap .half dt {
	width:290px
}

.se-form-wrap .three-column p, .se-form-wrap .three-column dt, .se-form-wrap .three-column dd {
	width:190px
}

.se-form-wrap .three-column .left-column, .se-form-wrap .three-column .middle-column, .se-form-wrap .three-column .right-column, .se-form-wrap .three-column .two-thirds-column {
	margin:0 5px;
	width:190px;
	float:left;
}

.se-form-wrap .three-column .right-column {
	float:right;
}

.se-form-wrap .two-column .two-thirds-column {
	width:320px;
	float:left;
}

.se-form-wrap .two-column .two-thirds-column dd, .se-form-wrap .two-column .two-thirds-column dt {
	width:140px;
}

.se-form-wrap .three-column .two-thirds-column {
	width:390px;
	float:left;
}

.se-form-wrap .three-column .two-thirds-column input {
	width:375px;
}

.se-form-wrap .two-column .left-column, .se-form-wrap .two-column .right-column  {
	margin:0 5px;
	width:290px;
	float:left;
}

.se-form-wrap .two-column .right-column {
	float:right;
}

.se-form-wrap .availability .right-column {
	margin-top:29px;
}

.se-form-wrap .two-column textarea {
	width:290px;
	height:115px;
}

.se-form-wrap label.error {
	display:block;
	color:#f65;
}

.se-form-wrap .error {
	color:#f65;
}

#content a.modal-form {
	width:60px;
	line-height:20px;
	height:20px;
	position:absolute;
	right:5px;
	top:5px;
	background:#fd8f00;
	text-align:center;
	text-decoration:none;
	color:#ffe7ce;
}

#content a.modal-form:hover {
	background:#ff960d;
	color:white;
}
#content a.modal-form-disabled {
	width:60px;
	line-height:20px;
	height:20px;
	position:absolute;
	right:5px;
	top:5px;
	text-align:center;
	text-decoration:none;
	background:#dedede;
	color:white;
	cursor:default;
}

.floatme-left {
	position:relative;
	float:left;
	width:150px;
	overflow:hidden;
}
.floatme-right {
	position:relative;
	float:right;
	width:150px;
	overflow:hidden;
}

.submit-button {
	height:20px;
}
#etc-search {
	margin-bottom: 25px;
}

#etcLiveSearch_ajaxSearch_form {
	position:relative;
}
#etcLiveSearch_ajaxSearch_form fieldset {
	margin:15px auto 15px auto;
	padding: 15px 16px 15px 16px;
	background:#719639;
	border:none;

}
#etcLiveSearch_ajaxSearch_form fieldset #etcLiveSearch_ajaxSearch_input {
	width:600px;
	height: 30px;
	font-size: 25px;
	border:none;
	background:#EFF4EA;
}
#etcLiveSearch_ajaxSearch_output {
	margin-top:5px;
	padding:5px;
	position: absolute;
	width: 628px;
	border:1px solid #bed0a2;
	background:#EFF4EA;
}
#etcLiveSearch_searchClose, #etcLiveSearch_indicator {
	position:absolute;
	top: 23px;
	right: 30px;
}
#home-slideshow-pager {
	padding:5px;
	height:20px;
	position: absolute;
	z-index: 30;
	right:0;
	bottom:0;
	left:0;
}
#home-slideshow-pager .pager-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#6C4A3F;
	opacity:.5;
	z-index:5;
	border-radius:0 0 0 5px;
}
#home-slideshow-pager .pager-button-container {
	padding:5px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10;
	border-radius:0 0 0 5px;
}
.slideshow-pager-button {
	margin:0 5px;
	width:15px;
	line-height:15px;
	height:15px;
	display:block;
	background:white;
	float:left;
	opacity:0.3;
	filter:alpha(opacity=30);
	border:thin solid silver;
	border-radius:10px;
}
.slideshow-pager-button:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.slideshow-pager-button.activeSlide {
	opacity:0.8;
	filter:alpha(opacity=80);
	background:#F78F00;
	border:thin solid #e77e00;
}
.slideshow a img {
	border-radius:5px 0 0 0;
}
#content a.tuition-link, #content a.payment-plan-link {
	margin:0;
	margin-top:50px;
	padding:15px 30px;
	width:121px;
	height:38px;
	display:block;
	border:none;
	font-weight:bold;
	text-decoration: none;
	color: white;
	line-height: 18px;
	font-size: 18px;
	text-align:center;
	float:left;
}
#content a.tuition-link {
	margin-left:22.5px;
	background:transparent url(/assets/templates/pinetech/images/blue-button.png) top left no-repeat;
}
#content a.payment-plan-link {
	margin-right:22.5px;
	margin-left:103.5px;
	background:transparent url(/assets/templates/pinetech/images/red-button.png) top left no-repeat;
}
#social_networking_footer ul {
	float: right;
}

