@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------
Header v2 Styles with consistent nav, search box and conversion buttons
----------------------------------------------------------------------------------*/ 

#header-wrapper {width:100%; margin: 0; background-color:#e78200}

#header {width:960px; margin: 0 auto; padding: 5px 0; height:96px; background-color:#e78200}

#esc-logo {float:left; margin:20px 0 0 5px}

#consistent-nav {
	margin:5px;
	text-align:right;
	font-size:10px;
	color:#fff;
        float:right;
}
#consistent-nav ul {margin: 0; padding: 0}
#consistent-nav li {display:inline; margin-left:16px; padding: 0}

/*search box ----------------------- */

#search-box {
  clear: right; float: right; text-align: left;
  margin: 5px; padding: 0;
  position: relative}  

input.searchbox  {
  text-indent: 4px;
  border: 0; 
  background: transparent url(http://www8.esc.edu/images/searchfield.gif) no-repeat scroll 0 0; 
  font-size: 12px; line-height: 1.8; color: #645b53; 
  padding: 0; margin: 0;  
  float: left; 
  position: relative;
  width: 163px;
  height: 22px}

#escsearchbutton {
  border: 0;  
  background: transparent;
  position: relative;
  margin: 0; padding: 0; 
  width: 24px; 
  height: 22px
  }

.box {color:#696969}

/*if lte IE 7 */
* html .search input.box {
	background: url(http://www8.esc.edu/images/search_bg.gif) no-repeat right bottom; /* Unique Input Box background image specifically for IE, and the background position must be aligned to the right*/
}

#conversions{
	clear:right;
	float:right;
	margin:5px 0 0;
}

#conversions div {
  margin: 0;
  float: right;
  background-repeat: no-repeat;
  height: 35px;
}

#conversions p{
	padding:0;
	font-size:13px;
	text-align:center
}

#conversions a {border: none !important; padding: 10px 6px 5px; display: block;}

.request-info{
	background-image:url(http://www8.esc.edu/images/request-info-button.jpg);
	width:113px;
}/*request-info-button.jpg*/

.request-info:hover{
	background-image:url(http://www8.esc.edu/images/request-info-button-hover.jpg);
        width:113px;
}/*request-info-button-hover.jpg*/

.attend-info-session{
	background-image:url(http://www8.esc.edu/images/attend-info-button.jpg);
	width:150px;
}/*attend-info-button.jpg*/

.attend-info-session:hover{
	background-image:url(http://www8.esc.edu/images/attend-info-button-hover.jpg);
	width:150px;
}/*attend-info-button-hover.jpg*/

.apply-now{
	background-image:url(http://www8.esc.edu/images/apply-now-button.jpg);
	width:101px;
}/*apply-now-button.jpg*/

.apply-now:hover{
	background-image:url(http://www8.esc.edu/images/apply-now-button-hover.jpg);
	width:101px;
}/*apply-now-button-hover.jpg*/
