/* General Styles */
body {  
	background: #adadad;
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;	
	color: #000;
	text-align: left;
}

h1 {font-size: 2em;}
h4 { font-size: 1em; font-weight: bold; color: #00bce4;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none;}

.hide {display: none;}
span.clear {
	display: block;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
}
.large { font-size: 1.333em;}

a { text-decoration: none; color: #003f5f; font-weight: bold;}
a:hover { text-decoration: underline; color: #b2bb1e;}
a.udln { text-decoration: underline;}

.menu { margin: 0;}
.menu li { list-style-type: none;}



/* Wrapper */
#wrapper { background-color: #FFF; }
#wrapper .inner { width: 920px; margin: 0 auto; text-align: left;}



/* Header */
#header .header-logo  { float: left; margin: 1.5em 0;}
#header .menu { float: right; position: relative; margin-right: 65px;}
#header .menu li { display: inline;font-size: .8333em; color: #dad9d4;}
#header .menu li a { font-weight: normal; }

#header .menu li a.btn-login { 
	font-size: 12px; 
  width: 56px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  right: -65px;  
  background: url(../images/bg_btnlogin.gif) no-repeat left top transparent;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
}
#header .menu li a.btn-login:hover {
  background-position: left -26px;
  text-decoration: none;
}





/* Footer */
#footer { 
	background: url(../images/bg_footer.gif) repeat-x top left #adadad;
  color: #FFF;
  padding: 1.5em 0;
  text-align: left;
}

#footer .menu { margin: 0 0 2em -.75em;}
#footer .menu li a { color: #FFF;}
#footer .menu li {
	padding: 0 .75em;
	display: inline;
	
	}

	


#footer .inner { width: 920px; margin: 0 auto;}
#footer .sponsor {
	float: right;
	width: 220px;
	font-weight: bold;
	font-size: .8333em;
	line-height: 1.25em;
	text-align: center;
}
#footer .sponsor a { text-decoration: underline; color:#FFF;}
#sponsor-logos { margin-top: 10px; padding-left: 38px; text-align: left; height: 50px; overflow: hidden;}
#sponsor-logos li {  list-style-type: none;}
#footer .copyright {
	font-size: .8333em;
	line-height: 1.333em;
}



/* Navigation */
#navigation {
	background: url(../images/bg_nav2.gif) no-repeat top left transparent;
	height: 33px;
	padding-left: .667em;
	position: relative;
	margin-bottom: 20px;
}
.home #navigation {background-image: url(../images/bg_nav.gif); margin-bottom: 0;}
#navigation li { padding: .75em 1.1667em 0; }
#navigation li a {color: #FFF; font-size: 1.0833em; padding-bottom: .75em;}
#navigation li a:hover { text-decoration: none; color: #b2bb1e;}

#navigation ul ul { padding: 0 0 12px; background: url(../images/bg_navdropdown.png) no-repeat left bottom transparent;}
#navigation ul ul li {padding: 0; width: 192px; margin-left: 3px;}
#navigation ul ul li a { color: #003f5f; font-weight: normal; font-size: 1em; padding: .667em .5em .5em 1.5em; line-height: 1.25em; }
#navigation ul ul li a:hover { background-color: #b2bb1e; color: #FFF; font-weight: bold;}

#navigation li.search-container { 
	width: 190;
	position:absolute;
	right:175px;
}
#navigation #inp-Search { 
	background: url(../images/bg_searchbox.gif) no-repeat left top transparent;
	height: 16px;
	width: 161px;
	padding-left: 8px;
	border: 0;
	padding-top: 3px;
	font-size: .8333em; color: #868788;
	position: absolute;
	top: 2px;
	left: 0;
}

#navigation #q { 
	background: url(../images/bg_searchbox.gif) no-repeat left top transparent;
	height: 16px;
	width: 161px;
	padding-left: 8px;
	border: 0;
	padding-top: 3px;
	font-size: .8333em; color: #868788;
	position: absolute;
	top: 2px;
	left: 0;
}

#navigation #inp-Submit { 
	background: url(../images/bg_btnsearch.gif) no-repeat left top transparent;
	height: 19px;
	width: 27px;
	border: 0;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	top: 7px;
	left: 169px;
	cursor: pointer;
}
.inp-Submit-hover { background-position: left -19px !important;}


.sf-menu ul { width: 200px;}






/* Homepage Boxes */
.box-inner { padding: .667em 1.1667em;}
.box { padding: 0; margin: 20px 0;}

.box-blue {
	height: 270px;
	width: 215px;
	background: url(../images/bg_boxbluetest.gif) no-repeat top left transparent;
	margin: 20px 20px 20px 0;
	float: left;
}
.box-blue a { color: #FFF;}
.box-blue a:hover { color: #b2bb1e;}

.news-container {
	float: right;
	width: 685px;
	background: transparent;
	margin-bottom: 0;
	border-top: 1px solid #bdbcba;
	border-bottom: 1px solid #bdbcba;
	height: 28px;
}
.news-container div.label {
	height: 30px;
	width: 58px;
	background: url(../images/bg_tabgray.gif) no-repeat top left transparent;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1667em;
	line-height: 2.1667em;
	text-indent: .75em;
	float: left;
	margin-top: -1px;
}
.news-container #ticker {
	height: 28px;
	float: left;
	padding: 0;
	font-size: .9167em;
	width: 510px;
	overflow: hidden;
	margin: 0;
}
#ticker li {
  padding: .5em 1em;
  list-style-type: none;
}

.news-container a.btn-news {
	float: right;
	height: 30px;
	width: 117px;
	cursor: pointer;
	background: url(../images/bg_btnnews.gif) no-repeat top left transparent;
	color: #FFF;
	font-size: .9167em;
	line-height: 2.75em;
	text-indent: .833em;
	margin-top: -1px;
}
.news-container a.btn-news:hover {
	background-position: left -30px;
	text-decoration: none;
}


.box-gray {
	height: 171px;
	width: 685px;
	background: url(../images/bg_boxgraytest.gif) no-repeat top left transparent;
	float: right;
}
.panel {
	float: left;
	width: 185px;
	margin: 1em 20px;
	line-height: 1.833em;
}
.panel-last {margin-left: 28px;}



/* Buttons */
a.btn-arrow-green, a.btn-arrow-blue {
	display: block;
	background-color: red;
	margin: .5em 0 .1667em -2px;
	padding: 0 .5em;
	height: 38px;
	width: 178px;
}
a.btn-arrow-green {
	background: url(../images/bg_btnarwgreen.png) no-repeat left top transparent;
  font-size: 1.5em;
  text-indent: .333em;
  line-height: 1.833em;}
  
 
  
a.btn-arrow-blue {
	background: url(../images/bg_btnarwblue.png) no-repeat left top transparent;
  font-size: 1.1667em;
  text-indent: .333em;
  line-height: 2.5em;
} 

a.btn-arrow-blue:hover, a.btn-arrow-green:hover { background-position: left -38px; color: #FFF; text-decoration: none;}




a.meetus2, a.meetus4 {
	display: block;
	margin: .5em 0 .1667em -2px;
	height: 28px;
	width: 158px;
}

a.meetus3{
	display: block;
	background-color: red;
	margin: .5em 0 .1667em -2px;
	padding: 0 .5em;
	height: 38px;
	width: 178px;
}


a.meetus2 {
  background: url(../images/meetUs_safariIcon_2.png) no-repeat left top transparent;
   margin-top: -4px;
  font-size: 1.1em;
  padding: 0 0 0 23px;
  text-indent: .5em;
  /*line-height: 1.833em;*/
  font-weight:bold;
}

a.meetus4 {
  background: url(../images/meetUs_safariIcon_2.png) no-repeat left top transparent;
  font-size: 1.1em;
  padding: 0 0 0 23px;
  text-indent: .5em;
  /*line-height: 1.833em;*/
  font-weight:bold;
}

a.meetus3 {
	background: url(../images/bg_btnmeetus.png) no-repeat left top transparent;
  font-size: 1.122em;
  text-indent: .333em;
  line-height: 2.5em;
  padding: 0 .5em;
}
a.meetus3:hover { background-position: left -38px; color: #FFF; text-decoration: none;}

a.login2, a.login4 {
	display: block;
	margin: .5em 0 .1667em -2px;
	height: 28px;
	width: 158px;
}

a.login3{
	display: block;
	background-color: red;
	margin: .5em 0 .1667em -2px;
	padding: 0 .5em;
	height: 38px;
	width: 178px;
}


a.login2 {
  background: url(../images/loginicon.gif) no-repeat left top transparent;
  margin-top: 12px;
  font-size: 1.1 em;
  padding: 0 0 0 23px;
  text-indent: .5em;
  /*line-height: 1.833em;*/
  font-weight:bold;
}

a.login4 {
  background: url(../images/loginicon.gif) no-repeat left top transparent;
  font-size: 1.105em;
  padding: 0 0 0 23px;
  text-indent: .5em;
  /*line-height: 1.833em;*/
  font-weight:bold;
}

a.login3 {
	background: url(../images/loginicon.gif) no-repeat left top transparent;
  font-size: 1.105em;
  text-indent: .333em;
  line-height: 2.5em;
  padding: 0 .5em;
}
a.login3:hover { background-position: left -38px; color: #FFF; text-decoration: none;}

/* Teach For All Stripe */

.tfall { 
background: url(../images/tfabackground.png) repeat-x;
  height: 23px;
  align: center;
}
