@charset "utf-8";
/* CSS Document */

/*--------- General ---------*/

.header {
  background-image:url('/education/ESSA/images/HeadBackColorLarge.jpg');
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  margin: 0 auto;
  height: 377px;
  text-align: center;
}

.ESSABody {
  padding: .5em;
}

.ESSABody h1,
.ESSABody h2,
.ESSABody h3,
.ESSABody h4,
.ESSABody h5 {
  color: #000;
  margin: 0 0 1em 0;
}

.sec_head img {
  margin: o auto;
  text-align: center;	
}

.header img {
  margin: o auto;
}

.GrayHover a:hover {
  color: #bbb;
 }

.highlights {
  margin: .5em .75em 0 0;
  padding: 1em;
}

.highlights ul {
  padding: 0 0 0 .2em;
}

.highlights h4 {
  margin: 0 0 0 -.5em;;
  border-bottom: 1px solid #000;
  color: #000;
}
.highlights img {
  margin: 0;
}

.highlight2_bar {
  overflow: hidden;
  padding: 1px;
  margin: 0 0 0 0;
  display: block;
}

.highlight2_bar h4 {
  height: 25px;
  font-size: 1em;
}

.highlight2_bar a {
  text-decoration: none;	
}

.highlight2_bar a:hover {
  color: #923;
  background-color: #fff;
  border: 5px solid #923;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=50);
  opacity:0.5;
  -webkit-transition: opacity 0.3s ease-in-out; 
  -moz-transition: opacity 0.3s ease-in-out; 
  -o-transition: opacity 0.3s ease-in-out; 
  -ms-transition: opacity 0.3s ease-in-out; 
  transition: opacity 0.3s ease-in-out; 
}

.highlights2 {
  margin: .1em;
  border: 5px solid #2c4677;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: .25em;
  display:block;
  text-align: center;
  vertical-align: middle;
  min-height: 3.5em;
}

.highlights2 img {
  margin: 0 auto;
}

#codewrapper {
  margin: 0 auto;
}

#codewrapper #head h1 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  border-bottom: none;
  margin: 20px 0px 20px 3px;
}

#container #content #second #codewrapper #codemain {
  margin: 1px;
  padding-left: 1px;
}

#container #content #second #codewrapper #codemain #coderight {
  float:left;
  width:685px;
  border-left: 200px solid #fff;
  padding-top: 0;
  margin-top: 0;
}

#container #content #second #codewrapper #codemain  #coderight h3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  line-height: 28px;
}

#container #content #second #codewrapper #codemain  #coderight form {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 5px;
}

#container #content #second #codewrapper #codemain  #coderight table th {
  background-color: #2c4677;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

#container #content #second #codewrapper #codemain  #coderight h4 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  margin: 20px 0px 0px 3px;
}

#container #content #second #codewrapper #codemain  #coderight h5 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  margin: 20px 0px 0px 0px;
}

#container #content #second #codewrapper #codemain  #coderight ul li {
  margin: 20px 0px 0px 0px;
}

#container #content #second #codewrapper #codemain #codesidebar {
  float: left;
  width:200px;
  margin-right: -200px;
  position: relative;
}

#container #content #second #codewrapper #codemain #codesidebar .codemenu {
  width: 220px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0px 0px 1px 0px;
  text-align:left;
  vertical-align: left;
  list-style-type: none;
  list-style-position: outside;
}

.gradients {
  width: 100%;
  margin: 10px auto;
  position: relative;
  text-align:center;
}

.gradient-button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #ccc;
padding: .75em;
width: 25%;
text-align: center;
display:inline-block;
margin: 10px;
}

.gradient-button a {
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
}

.highlight {
  padding: 0;
  margin: 0 0 0 5px;
  float: right;
}

.highlightbox {
  width:200px;
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-size: .8em;
  line-height: 16px;
  position: relative;
  border: 1px solid #ccc;
}

.highlightbox h6 {
  margin: 0 .25em;
  padding: 0 4px;
  text-align: center;
  border-bottom: 1px solid #888;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.highlightbox ul {
  margin-left: 18px;
  padding: 0;
}

.highlightbox li {
 margin-bottom: 10px; 
}

.highlightbox .nobullet {
  background: none;
  padding-left: 0;
}

.highlightbox .hilited {
  background-color: #FF0;; 
}

.highlightbox img {
  float: left;
  margin: 0px 2px 0px 0px;
}

.highlightbox a, .highlightbox a:visited {
  text-decoration:none;
  outline: none;
}

