/* base styles
----------------------------------------------------------*/
body{
  margin: 0;
  padding: 0;
  font: 62.5%/1.4em Tahoma, "Geneva", Helvetica, Verdana, Helvetica, Sans-serif;
  color: #666;
  background: transparent url('../images/bg-header.png') top left repeat-x;
}
*{
  outline: none;
}
a{
  color: #57BED8;
}
  a:hover{
    text-decoration: none;
  }
  a:visited{
    /*color: #333;*/
  }
img{
  border: 0;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-weight: normal;
}
h1{
	letter-spacing:-1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* container
----------------------------------------------------------*/
#container{
  width: 750px;
  margin: 0 auto;
}


/* Reg stuff on Landing Pages */
.register .button-mini {background-color:#999;border:1px solid #999999 !important; font-size:11px; color:#FFF;cursor:pointer;display:block;float:left;font-weight:normal;margin:3px 5px 0 0;padding:2px 3px !important;text-align:center;text-decoration:none;}
.register .button-mini:hover {background-color:#FFF; color:#666;}
.register .button-mini-inverse {background-color:#FFF;border:1px solid #999999 !important; font-size:11px; color:#666;cursor:pointer;font-weight:normal;margin:3px 5px 0 0;padding:2px 3px !important;text-align:center;text-decoration:none;}
.register .button-mini-inverse:hover {background-color:#666; color:#FFF;}
.register .button { font-family: Tahoma, Luceda Grande, Arial; background-color:#83CEE2 !important; border:1px solid #999999 !important; width:auto !important; color:#FFFFFF !important; font-weight:bold !important; font-size:11px !important; padding:3px 4px !important; text-decoration:none; cursor:pointer; text-align:center;}
.register .button:hover { background-color:#ADDC6C !important; text-decoration:none !important; }

/* header
----------------------------------------------------------*/
#header{
  margin: 0;
  padding: 40px 0 30px 20px;
  clear: both;
}
  #header #logo{
    float: left;
    display: block;
  }

/* corporate-nav
----------------------------------------------------------*/
ul#corporate-nav{
  float: right;
  margin: 15px 50px 0 0;
  padding: 6px;
  list-style: none;
}
  ul#corporate-nav li{
    display: inline;
    margin: 0;
    padding: 1px;
  }
    ul#corporate-nav li a{
      padding: 0 8px 0 5px;
      color: #999;
      text-decoration: none;
      border-right: 1px solid #ccc;
	  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  	  font-size: 22px;
      font-weight:normal;
      letter-spacing:-1px;
    }
      ul#corporate-nav li a:hover{
        text-decoration: underline;
		    color:#4BBAD6;
      }
      ul#corporate-nav li.last a{
        padding: 0 0 0 5px;
        border: none;
      }
      ul#corporate-nav li.sign-up a{
        padding: 0 5px 0 0;
        border: none;
        color: #57BED8;
      }

/* navigation
----------------------------------------------------------*/
ul#main-nav{
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	list-style: none;
}
  ul#main-nav li{
	  background:#ADDC6C url(../images/tab-corner-green-tl.png) no-repeat scroll left top;
	  float:left;
	  margin:0 4px 0 0;
	  padding:0;
  }
    ul#main-nav li a{
		 background:transparent url(../images/tab-corner-green-tr.png) no-repeat scroll right top;
	   color:#fff;
	   display:block;
	   text-decoration:none;
	   padding: 8px 30px 8px;
	   font-size: 1.9em;
    }
      
  /* current */
  ul#main-nav li.current{
    background:#83CEE2 url(../images/tab-corner-blue-tl.png) no-repeat scroll left top;
    color:#fff;
  }
  ul#main-nav li.current a{
   background:transparent url(../images/tab-corner-blue-tr.png) no-repeat scroll right top;
   color:#fff;
   cursor:default;
  }
      
  /* get started */
  ul#main-nav li.get-started{
    margin: -10px 0 0 0;
    padding: 0;
    float: right;
  }
    ul#main-nav li.get-started a{
      padding: 10px 35px;
      color: #fff;
      background-color: #87CC29;
      border: 1px solid #87CC29;
      border-bottom: none;
    }

/* sub-nav
----------------------------------------------------------*/
ul#sub-nav{
  margin: 30px 0 0 10px;
  padding: 0;
  list-style: none;

}
  ul#sub-nav li{
    margin: 0;
    padding: 6px 3px;
    border-bottom: 1px dashed #ccc;
  }
  ul#sub-nav li a{
    text-decoration: none;
    color: #666;
    display: block;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 1.4em;
	text-transform:uppercase;
	font-weight:bold;
  }
    ul#sub-nav li a:hover{
      color: #57BED8;
    }
  
  /* current link */
  ul#sub-nav li.current a{
    color: #57BED8;
    background: transparent url('../images/sub-nav-current-arrow.png') right center no-repeat;
    cursor: default;
  }
  
  /* sub-sub-nav
----------------------------------------------------------*/
ul#sub-sub-nav{
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;

}
  ul#sub-sub-nav li{
    margin: 0;
    padding: 0;
	border-bottom:none;
  }
  ul#sub-sub-nav li a{
    text-decoration: none;
    color: #666;
    padding: 2px 1px 2px 15px;
    display: block;
    font-size: 1.2em;
    text-transform: none;
    font-weight: normal;
  }
    ul#sub-sub-nav li a:hover{
      color: #57BED8;
    }
  
  /* current link */
  ul#sub-sub-nav li.current a{
    color: #57BED8;
    background: transparent url('../images/sub-nav-current-arrow.png') right center no-repeat;
    cursor: default;
  }

/* headers
----------------------------------------------------------*/
.header{
  clear:both;
  color: #fff;
}
  .header a{
    color: #fff;
  }
/* home header */
#home-header h1,
#home-header h2{
	 font-family: 'Trebuchet MS',Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
    z-index: 100;
}
#home-header h1{
  color: #fff;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 25px;
  background: transparent url('../images/header-arrow.png') 0 6px no-repeat;
  letter-spacing:-1px;
  position: relative;
    z-index: 10000;
}
  #home-header h1 strong{
    font-size: 1.4em;
	letter-spacing:-2px;
  }
#home-header h2{
  margin: 3px 0 0 25px;
  font-size: 2.2em;
  line-height: 1em;
}
#home-header .content{
  padding: 0px 0px 0px 5px;
}
#home-header .header-one{
  position: relative;
    left: -50px;
  margin: 20px;
}
#home-header .header-two{
  position: relative;
    left: -30px;
  margin: 0 0 30px;
}
 .profile-img{
    position: relative;
      left: -25px;
      bottom: -9px;
      z-index: 10;
    float: left;
    background: transparent url('../images/ss-student-profile.png') top left no-repeat !important;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ss-student-profile.png', sizingMethod='scale');
    width: 380px;
    height: 273px;
    display: block;
  }
  
/* homepage-content
----------------------------------------------------------*/
#homepage-content{
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
  #homepage-content h3{
    font-size: 1.6em;
  }
  #homepage-content p{
    line-height: 1.3em;
  }
#zinch-description .content,
#colleges .content{
  min-height: 185px;
  height: auto !important;
  height: 200px;
}
/* zinch description */
#zinch-description{
  float: left;
  width: 365px;
  margin-bottom: 25px;
}
/* colleges */
#colleges{
  float: right;
  width: 365px;
  margin-bottom: 25px;  
}

  #colleges .college-lists{
    margin: 10px 0 0;
    overflow: hidden;
  }
  #colleges ul.college-list{
    width: 175px;
    margin: 15px 15px 18px 5px;
    padding: 0;
  }
    #colleges ul.college-list li{
      list-style: none;
    }
    #colleges ul.college-list a{
      color: #666;
      text-decoration: none;
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: -1px;
      padding: 3px 0 1px 5px;
      display: block;
cursor:default;
      font-size: 1.1em;
    }
	    #colleges ul.college-list a:hover{
      color: #fff;
	    background-color:#4BBAD6;
      text-decoration: none;
    }
/* student-carousel */
#student-carousel{
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
  #student-carousel .student-images{
    margin: 10px 0 0;
  }
  #student-carousel .student-images .image-container{
    float: left;
    margin: 0 5px !important;
    margin: 0 4px;
    width: 50px;
  }
  #student-carousel .outer{
    height: 85px;
    overflow: hidden;
    position: relative;
  }
  #student-carousel .outer[class]{
    display: table;
    position: static;
  }
  #student-carousel .middle{
    position: absolute;
    top: 50%;
  }
  #student-carousel .middle[class]{
    display: table-cell;
    vertical-align: middle;
    position: static;
  }
  #student-carousel .inner{
    position: relative;
    top: -50%;
  }
  #student-carousel .inner[class]{
    position: static;
  }
      #student-carousel .student-images img{
		/* width: 50px; */
        background-color: #333;
      }
      #student-carousel .student-images span{
        margin-top: 5px;
        display: block;
        text-align: center;
        line-height: 1em;
        font-size: .95em;
      }
      
/* rounded-boxes | outlines
----------------------------------------------------------*/
/* common styles for blue | green | gray outlines */
.blue-outline, .green-outline, .gray-outline{
  background-color: #fff;
  position: relative;
  margin-top: 30px;
}
  .blue-outline .top, .green-outline .top, .gray-outline .top,
  .blue-outline .bottom, .green-outline .bottom, .gray-outline .bottom{
    height: 10px;
    font-size: 1%;
    clear: both;
  }
  .blue-outline .left-corner, .green-outline .left-corner, .gray-outline .left-corner,
  .blue-outline .right-corner, .green-outline .right-corner, .gray-outline .right-corner{
    height: 10px;
    width: 10px;
    font-size: 1%;
  }
  .blue-outline .left-corner, .green-outline .left-corner, .gray-outline .left-corner{
    float: left;
    margin-left: -1px;
  }
  .blue-outline .right-corner, .green-outline .right-corner, .gray-outline .right-corner{
    float: right;
    margin-right: -1px;
  }
  .blue-outline .content, .green-outline .content, .gray-outline .content{
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 5px 15px 10px;
  }
  .blue-outline .content p, .green-outline .content p, .gray-outline .content p{
    font-size: 1.2em;
  }
  .blue-outline h1, .green-outline h1, .gray-outline h1{
    font-size: 22px;
    margin: 0;
    padding: 2px 5px 6px 5px;
    position: absolute;
      top: -9px;
      left: 13px;
    background-color: #fff;
  }
  .blue-outline h2, .green-outline h2, .gray-outline h2{
    font-size: 1.4em;
    margin: 0;
    padding: 2px 5px 6px 5px;
    position: absolute;
      top: -7px;
      left: 13px;
    background-color: #fff;
  }
  .blue-outline h3, .green-outline h3, .gray-outline h3{
    font-size: 18px;
    margin: 10px 0 0;
    color: #666;
	letter-spacing:-1px;

  }
  
/* blue-outline */
.blue-outline{
  border-left: 1px solid #84CFE2;
  border-right: 1px solid #84CFE2;
}
  .blue-outline .top{
    background: transparent url('../images/rounded-corner-blue-top.png') top left repeat-x;
  }
    .blue-outline .top .left-corner{
      background: transparent url('../images/rounded-corner-blue-tl.png') top left repeat-x;
    }
    .blue-outline .top .right-corner{
      background: transparent url('../images/rounded-corner-blue-tr.png') top right repeat-x;
    }
  .blue-outline .bottom{
    background: transparent url('../images/rounded-corner-blue-bottom.png') bottom left repeat-x;
  }
    .blue-outline .bottom .left-corner{
      background: transparent url('../images/rounded-corner-blue-bl.png') bottom left repeat-x;
    }
    .blue-outline .bottom .right-corner{
      background: transparent url('../images/rounded-corner-blue-br.png') bottom right repeat-x;
    }
  .blue-outline .content{
  }
  .blue-outline h1, .blue-outline h2{
    color: #87CC29;
  }
/* green-outline */
.green-outline{
  border-left: 1px solid #ADDC6C;
  border-right: 1px solid #ADDC6C;
}
  .green-outline .top{
    background: transparent url('../images/rounded-corner-green-top.png') top left repeat-x;
  }
    .green-outline .top .left-corner{
      background: transparent url('../images/rounded-corner-green-tl.png') top left repeat-x;
    }
    .green-outline .top .right-corner{
      background: transparent url('../images/rounded-corner-green-tr.png') top right repeat-x;
    }
  .green-outline .bottom{
    background: transparent url('../images/rounded-corner-green-bottom.png') bottom left repeat-x;
  }
    .green-outline .bottom .left-corner{
      background: transparent url('../images/rounded-corner-green-bl.png') bottom left repeat-x;
    }
    .green-outline .bottom .right-corner{
      background: transparent url('../images/rounded-corner-green-br.png') bottom right repeat-x;
    }
  .green-outline .content{
  }
  .green-outline h1, .green-outline h2{
    color: #57BED8;
  } 

/* gray-outline */
.gray-outline{
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
}
  .gray-outline .top{
    background: transparent url('../images/rounded-corner-gray-top.png') top left repeat-x;
  }
    .gray-outline .top .left-corner{
      background: transparent url('../images/rounded-corner-gray-tl.png') top left repeat-x;
    }
    .gray-outline .top .right-corner{
      background: transparent url('../images/rounded-corner-gray-tr.png') top right repeat-x;
    }
  .gray-outline .bottom{
    background: transparent url('../images/rounded-corner-gray-bottom.png') bottom left repeat-x;
  }
    .gray-outline .bottom .left-corner{
      background: transparent url('../images/rounded-corner-gray-bl.png') bottom left repeat-x;
    }
    .gray-outline .bottom .right-corner{
      background: transparent url('../images/rounded-corner-gray-br.png') bottom right repeat-x;
    }
  .gray-outline .content{
  }
  .gray-outline h1, .gray-outline h2{
    color: #53bcd7;
  }

/* solid boxes */
.blue-solid, .green-solid, .gray-solid{
  position: relative;
}
  .blue-solid .top, .green-solid .top, .gray-solid .top,
  .blue-solid .bottom, .green-solid .bottom, .gray-solid .bottom{
    height: 9px;
    font-size: 1%;
    clear: both;
  }
  .blue-solid .left-corner, .green-solid .left-corner, .gray-solid .left-corner,
  .blue-solid .right-corner, .green-solid .right-corner, .gray-solid .right-corner{
    height: 9px;
    width: 9px;
    font-size: 1%;
  }
  .blue-solid .left-corner, .green-solid .left-corner, .gray-solid .left-corner{
    float: left;
    margin-left: 0px;
  }
  .blue-solid .right-corner, .green-solid .right-corner, .gray-solid .right-corner{
    float: right;
    margin-right: 0px;
  }
  .blue-solid .content, .green-solid .content, .gray-solid .content{
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 5px 15px 10px;
  }

/* solid blue */
.blue-solid{
  background-color: #5cc9e1;
}
  .blue-solid .top .left-corner{
    background: transparent url('../images/solid-rounded-corner-blue-tl.png') top left repeat-x;
  }
  .blue-solid .top .right-corner{
    background: transparent url('../images/solid-rounded-corner-blue-tr.png') top right repeat-x;
  }
  .blue-solid .bottom .left-corner{
    background: transparent url('../images/solid-rounded-corner-blue-bl.png') bottom left repeat-x;
  }
  .blue-solid .bottom .right-corner{
    background: transparent url('../images/solid-rounded-corner-blue-br.png') bottom right repeat-x;
  }
  .blue-solid .content{
  }

/* header boxes */
.header-solid{
  position: relative;
  background-color: #666;
  border-left: 5px solid #83CEE2;
  border-right: 5px solid #83CEE2;
}
  .header-solid .top,
  .header-solid .bottom{
    height: 14px;
    font-size: 1%;
    clear: both;
  }
  .header-solid .left-corner,
  .header-solid .right-corner{
    height: 14px;
    width: 14px;
    font-size: 1%;
  }
  .header-solid .top{
    background: transparent url('../images/header-top.png') top left repeat-x;
  }
  .header-solid .bottom{
    background: transparent url('../images/header-bottom.png') top left repeat-x;
  }
  .header-solid .left-corner{
    float: left;
    background: transparent url('../images/header-corner-tl.png') top left no-repeat;
    margin-left: -5px;
  }
  .header-solid .right-corner{
    float: right;
    background: transparent url('../images/header-corner-tr.png') top right no-repeat;
    margin-right: -5px;
  }
  .header-solid .content{
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 5px 15px 10px;
  }
  .header-solid .bottom .left-corner{
    background: transparent url('../images/header-corner-bl.png') bottom left no-repeat;
  }
  .header-solid .bottom .right-corner{
    background: transparent url('../images/header-corner-br.png') bottom right no-repeat;
  }

.left-corner, .right-corner{
  position: relative;
  z-index: 5;
}
/* columns
----------------------------------------------------------*/
.two-col-50-50{
  margin-bottom: 10px;
}
	.two-col-50-50 .column-1{
		width: 49%;
		float: left;
	}
	.two-col-50-50 .column-2{
		width: 49%;
		float: right;
	}
	
.two-col-20-70{
  margin-bottom: 20px;
}
	.two-col-20-70 .column-1{
		width: 30%;
		float: left;
	}
	.two-col-20-70 .column-2{
		width: 68%;
		float: right;
	}
	
.two-col-70-20{
  margin-bottom: 20px;
}
	.two-col-70-20 .column-1{
		width: 68%;
		float: left;
	}
	.two-col-70-20 .column-2{
		width: 30%;
		float: right;
	}	
	
.three-col{
  margin-bottom: 20px;
}
  .three-col .column-1,
  .three-col .column-2,
  .three-col .column-3{
    width: 32.5%;
    float: left;
  }
  .three-col .column-1,
  .three-col .column-2{
    margin-right: 9px;
  }
  
/* form
----------------------------------------------------------*/
#sign-up{}
  #sign-up p{
    float: left;
    margin: 10px 5px 0 0;
  }
    #sign-up p span{
      font-size: .9em;
    }
  #sign-up input{
    border: 1px solid #999;
    padding: 5px;
  }
  #sign-up select{
    border: 1px solid #999;
    padding: 4px;
  }
  #sign-up .required{
    color: #5cc9e1;
    font-size: 1.1em;
  }
.fineprint{
  font-size: .85em;
}

/* login
----------------------------------------------------------*/
#main-login{
  background-color: #5cc9e1;
  width: 360px;
  float: right;
  margin-bottom: 20px;
  font-size: .85em;
}
  #main-login .content{
    padding: 8px 20px 0 20px;
  }
  #main-login .bottom{
    width: 100%;
    clear: both;
  }
  #main-login .bottom .left-corner{
    float: left;
    width: 9px;
    height: 9px;
    background: transparent url('../images/solid-rounded-corner-blue-bl.png') bottom left no-repeat;
  }
  #main-login .bottom .right-corner{
    float: right;
    width: 9px;
    height: 9px;
    background: transparent url('../images/solid-rounded-corner-blue-br.png') bottom left no-repeat;
  }
#main-login form p{
  color: #fff;
  margin: 4px 5px 0 0;
  padding: 0;
}
  #main-login form input{
    border: none;
    font-size: 1em;
    padding: 5px;
  }
  #main-login form .submit{
    border: none;
    padding: 0;
  }
  #main-login form #btn-login{
    background-image: url('../images/btn-login.png');
    width: 65px;
    height: 31px;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
  }
    #main-login form a:hover#btn-login{
      background-image: url('../images/btn-login-over.png');
    }

/* buttons
----------------------------------------------------------*/
.button-home{
  float: right;
}
.btn-about-zinch {
  background: url('../images/more-about-zinch.png') no-repeat scroll top left;
  width: 108px;
  height: 17px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.btn-create-account{
  background-image: url('../images/btn-create-account.png');
  width: 135px;
  height: 35px;
  display: block;
  clear: both;
}
  a:hover.btn-create-account{
    background-image: url('../images/btn-create-account-over.png');
  }
 .btn-create-account-schola{
  background-image: url('../images/continue-button.gif');
  width: 100px;
  height: 36px;
  display: block;
  clear: both;
}
.btn-arrow-left{
  background-image: url('../images/btn-left-arrow.png');
  display: block;
  width: 19px;
  height: 19px;
  float: left;
  text-decoration: none;
}
.btn-arrow-right{
  background-image: url('../images/btn-right-arrow.png');
  display: block;
  width: 19px;
  height: 19px;
  float: right;
  text-decoration: none;
}
.btn-take-tour{
  background-image: url('../images/btn-take-tour.png');
  width: 124px;
  height: 35px;
  display: block;
  float: right;
  text-indent: -9999px;
}
.btn-get-started{
  background-image: url('../images/btn-get-started.png');
  width: 113px;
  height: 35px;
  display: block;
  float: right;
  text-indent: -9999px;
  margin: 0 20px;
}
.btn-submit-registration {
  background: url('../images/btn-submit-registration.png') no-repeat top left;
  width: 154px;
  height: 31px;
}

/* footer
----------------------------------------------------------*/
#footer{
  clear: both;
  border-top: 1px solid #ccc;
  margin: 0 10px;
  padding: 10px 10px 10px;
  font-size: 1.2em;
}
  #footer ul{
    margin: 0;
    padding: 0;
    text-align: center;
  }
    #footer ul li{
      display: inline;
      list-style: none;
    }
      #footer ul li a{
        color: #999;
		font-family:Tahoma, Verdana, Helvetica, sans-serif;
        text-decoration: none;
		    font-weight: bold;
        padding: 0 7px 0 5px;
        border-right: 1px solid #ccc;
      }
        #footer ul li a:hover{
          text-decoration: underline;
        }
      #footer ul li.last a{
        padding-right: 0;
        border: none;
      }
      
.modalBackground{	
  background-color: #000;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.suggestionsTable
{
	border-bottom: solid 1px #777;
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	background-color: white;
	font-family: Tahoma, Luceda Grande, Arial;
	font-size: 8.3pt;
	width: 100%;
	color: #47B8D3;
	font-weight: bolder;
}
.suggestionsTr
{
    background-color:white;
        }
.suggestionsTd
{
    background-color:white;
    border-bottom:solid 1px #bdc7d8;
    }
.titleTr, .titleTd{		
	font-weight:bold;		
}
.commentsTr, .commentsTd{		
	font-weight:normal;
	font-size:small;
	padding-left:10px;
	font-size:9px;
	color:#777;
}
.suggestionsHilightedTr{
	background-color: #83cee2;
	font-weight: bold;
	color: white;
	font-family: Tahoma, Luceda Grande, Arial;
	cursor:pointer;
}
.hilighted
{
	background-color: #D3D3D3;
	font-weight: bold;
	text-decoration: underline;
}




