/***********
PUBLIC CSS
************/


/*============================================================
 Base Styles
============================================================*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F5F5F5;
}

a {
	position: relative;	/* fixes ie bug where border gets clipped */
	color: #ca2c1f;
	text-decoration: none;
	outline: none;
}
	
a:hover {
	color: #a13129;
	text-decoration: underline;
	/*border-bottom: 1px solid #a13129;*/
}

a img {
	border: none;
}

a.next{
	background: url(/images/rtarr.gif) center right no-repeat;
	padding-right: 17px;
}
td, th {
	font-size: 12px;
}

ul li {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.warning {
	font-weight: bold;
	color: #c51d29;
}

.tip {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #888;
}

.small {
	font-size: 9px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #2c2c2c;
}

h3 {
	text-transform: uppercase;
	color: #898989;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 10px;
	color: #c92c1f;
}

/* form stuff */

.label {
	font-size: 11px;
	font-weight: bold;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 8px;
	vertical-align: top;
	text-align: right;
}

p.error {
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 3px;
}

.red {
	color: #cc0000;
}

.clear {
	clear: left;
}

.clearRight {
	clear: right;
}

.relative {
	position: relative;
}

/*============================================================
 Wrap
============================================================*/

#wrap {
	width: 100%;
}



/*============================================================
 Header
============================================================*/

#header_wrap {
	width: 100%;
	text-align: center;
}

#header {
	margin: 0 auto;
	width: 962px;
	height: 130px;
	text-align: left;
	overflow: hidden;
	background: url(/images/navRBG.jpg) bottom right no-repeat;
}

#header h1 {
	float: left;
	width: 300px;
	height: 50px;
	margin: 28px 0 22px 18px;
	text-indent: -5000px;
	line-height: 0;
}
	
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/gobigrecruiting.jpg) 0 0 no-repeat;
}

#header h1 a:hover {
	border: none;
}

#login {
	float: right;
	width: 380px;
	margin: 33px 0 0;
}

#passVal {
	width: 158px;
	position: absolute;
	margin-left: 165px;
	padding: 4px 0 3px 5px;
	z-index: 3;
	font-size: 12px;
	color: #a2a2a2;
}

#login .inputTxt {
	width: 152px;
	border: 1px solid #7f9db9;
	margin-right: 8px;
	padding: 3px 0 3px 3px;
	font: 12px/14px Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #a2a2a2;
	float: left;
	position: relative;
	z-index: 2;
}

#login #submit {
	float: left;
}

#login label, #login a {
	color: #898989;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

#login p {
	clear: left;
	text-align: right;
	margin: 0;
	padding: 5px 60px 0 0;
}

#login p input {
	margin-left: 66px;
}

#nav {
	clear: left;
	width: 100%;
	height: 69px;
	margin: 0;
	background: url(/images/navLBG.jpg) 0 0 no-repeat;
}

#nav  ul.level2, #nav ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	visibility: hidden;
	border-left: 1px solid #bc1c11;
	border-top: 1px solid #fd4437;
	border-right: 1px solid #cd2b1f;
	background: url(/images/navBG.jpg) 0 0;
}

#nav  ul.level2 li, #nav ul.level3 li {
	border-bottom: 1px solid #cd2b1f;
	float: none;
	margin: 0;
	padding: 0;
	width: 175px;
}

#nav  ul.level2 li a:hover,#nav  ul.level3 li a:hover {
	font-weight: normal;
	background-color: rgb(69, 69, 69);
	background-image: none;
}

#header_nav {
	width: 952px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	background: url(/images/navBG.jpg) 0 0 repeat-x;
}

#header_nav ul {
	display: inline-block;
	margin: 0 auto;
	width: auto; /* Remember to adjust width for IE when adding menu items */
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #e54135;
	border-left: 1px solid #9d221a;
}

#header_nav li ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#header_nav li ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #e54135;
	border-right: 1px solid #9d221a;
}

#header_nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #454545;
}

#header_nav li ul li a.active {
	background: #333;
}
	

/*============================================================
 Footer
============================================================*/

#footer_wrap  {
	clear: left;
	width: 100%;
	height: 160px;
	margin: 40px 0 0;
	text-align: center;
	background: #ddd url(/images/footerBG.gif) 0 0 repeat-x;
	overflow: hidden;
}

#footer {
	margin: 24px auto 0;
	width: 600px;
	text-align: left;
}
.fc1 { width: 30%; }
.fc2 { width: 26%; }
.fc3 { width: 24%; }
.fc4 { width: 20%; }

#footer ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}
	
#footer ul.links li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 19px;
}

#footer ul.links li.first_child, ul.links li.first_child {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#footer ul.links li a,  ul.links li a {
	color: #666;
}

#footer ul.links li a.ftr_tw, ul.links li a.ftr_tw {
	background: url(/images/ft_twitter.gif) 0 0 no-repeat;
	padding: 3px 0 3px 26px;
	margin-bottom: 20px;
}

#footer ul.links li.ftr_fb, ul.links li.ftr_fb {
	margin-top: 5px;
}
#footer ul.links li.ftr_fb a, ul.links li.ftr_fb a {
	background: url(/images/ft_fb.gif) 0 0 no-repeat;
	padding: 3px 0 3px 26px;
}

#footer p {
	display: block;
	clear: left;
	margin: 0;
	padding-top: 22px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

/* clearfix */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; font-size: 0; line-height: 0;}
/* End hide from IE-mac */



/*============================================================
 Content
============================================================*/

#content_wrap {
	width: 100%;
	text-align: center;
}
	
#content {
	width: 962px;
	margin: 15px auto 0;
	text-align: left;
}

#content h2 {
	margin: 5px 0 7px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
}

#content h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
}

#content_wrap .interior h2 {
	padding: 0 0 10px;
	margin: 5px 0 25px;
	background: url(/images/h2.gif) bottom left repeat-x;
}

#content_wrap .interior h3 {
	margin: 25px 0 15px;
	font-size: 24px;
	font-weight: normal;
	color: #2b2b2b;
	text-transform: none;
}

/*============================================================
 Global Form Settings
============================================================*/

fieldset { border: none; }

p.field_notice
{
    padding-top: 4px;
    font-size: .9em;
    line-height: 1.3;
}

label .field_notice
{
    display: block;
    font-size: .9em;
}

/* form input hackery */
.input_container
{
    position: relative;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #8E8D8A;
}

.input_hider
{
    height: 1.3em;
    overflow: hidden;
}

.input_text
{
    font-family: Arial, Helvetica, sans-serif;
}

.button_holder
{
    margin: 20px 0 20px 0;
    text-align: center;
}

.small_select {
	font-size: 10px;
	margin: 1px;
	padding: 1px;
}

/*============================================================
 Error notification
============================================================*/

div.form-error {
	background-color: #c51d29;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

div.form-error ul {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}

div.form-error li {
	padding-left: 16px;
	background: url(/img/icon_error.gif) left no-repeat;
}


/*============================================================
 -------------------------------------------------------------
 Individual Pages
 -------------------------------------------------------------
============================================================*/

/*============================================================
 Home Page
============================================================*/

.homePage {
	text-align: center;
	background: #d7d7d7 url(/images/homeBG.jpg) 0 0 repeat-x;
	overflow: hidden;
}

body#public_index p.homepage {
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	color: #555;
}

#home-steps {
	width: 882px;
	margin: 15px auto;
	text-align: center;
	position: relative;
}

.homeStep {
	width: 282px;
	height: 321px;
	margin-right: 18px;
	float: left;
	text-align: left;
	background: url(/images/homebtmBG.jpg) bottom left no-repeat;
}

.getStarted {
	position: absolute;
	z-index: 4;
	margin: 238px 0 0 335px;
}

.getStarted a {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.homeLast {
	margin-right: 0px;
}

.homeStep p {
	margin: 3px 10px 0 25px;
	color: #898989;
	font-size: 18px;
}

.homeStep span {
	color: #9a2d26;
}

#home-links {
	width: 100%;
	margin-top: 10px;
}

#home-links a img {
	border: none;
}

#home-student-login {
	background: url(/img/gradient_bg_gray.gif) top left repeat-x #dedede;
	padding: 15px;
	margin-left: 10px;
	margin-bottom: 10px;	
	border: 1px solid #ccc;
}

#home-student-login td {
	padding: 4px;
}

#recent-news {
	padding: 15px;
	background: #dedede;
	border: 1px solid #bbb;
}

#indexLeft {
	width: 652px;
	float: left;
}

#indexCol1, #indexCol2, #indexCol3 {
	margin: 16px 0 10px;
	width: 326px;
	overflow: hidden;
	float: left;
}

#indexCol3 {
	width: 310px;
}

.homeBlock {
	display: block;
	width: 275px;
	min-height: 200px;
	text-align: left;
	margin: 0 0 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	padding: 15px 15px 15px 20px;
	font-size: 14px;
	line-height: 21px;
	color: #898989;
}

#indexCol3 .homeBlock {
	padding-left: 13px;
	width: 277px;
	overflow: hidden;
	
}

#indexCol3 .homeBlock h2 {
	margin-left: 7px;
}

.homeBlock h2, .homeBlock h2 a {
	color: #2c2c2c;
	font-weight: normal;
	text-decoration: none;
}

#twitterFeed {
	clear: left;
	width: 637px;
	height: 81px;
	margin: 0 0 30px;
	background: #cecece url(/images/twitterLBG.gif) 0 0 no-repeat;
	
}

#twitterFeed div.left {
	float: left;
	width: 170px;
}

#twitterFeed h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 3px 23px;
}

#twitterFeed h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 26px;
}
#twitterFeed h2, #twitterFeed h3, #twitterFeed h3 a {
	color: #fff;
	text-transform: none;
}

.tweet {
	float: left;
	width: 467px;
	height: 81px;
	font-size: 13px;
	color: #0086d5;
	background: #cecece url(/images/twitterRBG.gif) top right no-repeat;
}


#content .tweet p {
	margin: 18px 0 7px 100px;
	color: #494949;
}

.tweet a {
	color: #0086d5;
	margin: 0 0 0 100px;
}

.tweet span {
	font-size: 10px;
	text-transform: uppercase;
	color: #9b2d26;
}

p.date {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
}

#recent-news h2 {
	margin-bottom: 4px;
	color: #333;
	font-size: 13px;
}

#recent-news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.coach-link {
	font-size: 15px;
	font-weight: bold;
}

.testimonial {
	width: 280px;
	background: #e8e8e8 url(/images/testBG.gif) 0 0 no-repeat;
	font: italic 14px Arial, Verdana, sans-serif;
	color: #494949;
	margin: 15px 0 0;
}

.testimonial p, #content .testimonial p {
	display: block;
	width: 245px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 21px;
}

.testAuthor{
	width: 265px;
	background: #fff url(/images/testbtmBG.gif) 0 0 no-repeat;
	padding: 32px 0 0 25px;
	color: #ca2c1f;
}

.testNote {
	font: italic 10px Arial, Verdana, sans-serif;
	color: #494949;
	padding: 20px 0px 0px 0px;
}

.floatRight {
	float: right;
	margin: 25px 0 0;
}


.floatLeft {
	float: left;
}


/*============================================================
 Inner Pages
============================================================*/

#leftcol, #maincol {
	display: block;
	float: left;
	width: 570px;
	text-align: left;
	margin: 0 18px 10px 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	padding: 15px 15px 15px 20px;
	font-size: 14px;
	line-height: 21px;
	color: #898989;
}

.coachS #leftcol .leftcol {
	display: block;
	float: left;
	width: 570px;
	text-align: left;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
}

.buzz #leftcol { width: 595px; }
#maincol {
	width: 927px;
}

#leftcol p {
	line-height: 18px;
	color: #515151;
}


#leftcol .floatLeft { width: 285px; }
#leftcol .flwide { width: 305px; }

#rightcol {
	display: block;
	float: left;
	width: 290px;
}

.buzz #rightcol { width: 265px; }

.rightcol {
	width: 100%;
	min-height: 135px;
	margin: 0 0 18px 0;
	padding: 0 20px 20px 25px;
	font-size: 14px;
	color: #515151;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
}

.rightcol ul li {
	margin: 0 0 20px 3px;
}

.rightcol ul.links li {
	margin: 10px 0 0 3px;
}

ul.features {
	list-style-type: none;
	color: #515151;
	margin: 0;
	padding: 0;
}

ul.features li {
	margin: 3px 0 6px;
	padding: 0 0 0 15px;
	line-height: 16px;
	background: url(/images/check.gif) 0 1px no-repeat;
}

table.chart {
	width: 480px;
	background: #6d6e70 url(/images/td.jpg) 0 30px repeat-x;
	color: #fff;
	font-size: 12px;
}

.chart th.left {
	width: 240px;
	height: 34px;
	background: url(/images/th_tl.jpg) top left no-repeat;
}

.chart th.center {
	width: 140px;
	height: 34px;
	background: url(/images/th_c.jpg) top left repeat-x;
	border-left: 1px solid #fff;
}

.chart th.right {
	width: 240px;
	height: 34px;
	background: url(/images/th_tr.jpg) top right no-repeat;
	border-left: 1px solid #fff;
}

.priceTable th.right {
	width: 100px;
}

.chart td {
	height: 24px;
	padding: 8px;
	line-height: 13px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

.relative td {
	height: 36px;
	font-size: 11px;
	line-height: 13px;
	padding: 0 8px;
	text-align: left;
}

.chart td.brderlt { border-left: 1px solid #fff; }
.priceTable td.brderlt { text-align: right; }
.chart td.btmleft {
	height: 18px;
	background: url(/images/td_bl.jpg) top left no-repeat;
	text-align: left;
}

.chart td.btmright {
	height: 18px;
	background: url(/images/td_br.jpg) top right no-repeat;
	text-align: left;
	border-left: 1px solid #fff;
}

.priceTable td.btmright {
	border-left: none;
}

.chart td.save {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	border-left: 1px solid #fff;
}

.chart h1 { font-weight: normal; }

.greyBar { position: absolute; margin: 18px 0 0 -25px; }
.redBar { position: absolute; margin: 135px 0 0 57px; }


#buzzvid { float: left; width: 620px; }
.buzz { width: 290px; }


/*============================================================
 Coming soon popup
============================================================*/

body.popup {
	background-color: #1b325e;
	margin: 20px;
	color: #fff;
}

body.popup h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

body.popup p {
	margin-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.popup a {
	font-size: 11px;
}

body.popup table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

body.popup .input_text {
	font-size: 13px;
	padding: 4px;
	border: 1px solid #555;
}

/*============================================================
 More info Page
============================================================*/

#more-info-header {
	background: url(/img/moreinfo_header_bg.gif) top left repeat-x #111;
	font-weight: bold;
	padding: 10px 30px;
}

#more-info-header span.active {
	font-size: 16px;
	color: #fff;
}

#more-info-header a:link, #more-info-header a:visited {
	font-size: 13px;
	color: #c0c0c0;
	text-decoration: underline;
}

#more-info-header a:hover, #more-info-header a:active {
	color: #fff;
}

#more-info-student-splash {
	background: url(/img/moreinfo_splash_bg.jpg) top left no-repeat #020507;
	height: 200px;
	padding-left: 280px;
	padding-top: 50px;
	padding-right: 80px;
}

#more-info-student-splash p {
	font-size: 11px;
	color: #c0c0c0;
	padding-left: 1px;
	margin-top: 10px;
	line-height: 16px;
}

#more-info-student-splash a {
	color: #fff;
	font-weight: bold;
}

#more-info-coach-splash {
	background: url(/img/moreinfo_splash_bg.jpg) top left no-repeat #020507;
	height: 200px;
	padding-left: 280px;
	padding-top: 50px;
	padding-right: 80px;
}

#more-info-coach-splash p {
	font-size: 11px;
	color: #c0c0c0;
	padding-left: 1px;
	margin-top: 10px;
	line-height: 16px;
}

#more-info-coach-splash a {
	color: #fff;
	font-weight: bold;
}

#more-info-content {
	background-color: #020507;
	color: #fff;
	padding: 10px 20px;
}

#more-info-content h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
	margin: 0;
}

#more-info-content p {
	font-size: 11px;
	line-height: 16px;
}

#more-info-content ul {
	list-style: square;
	margin-left: 20px;
}

#more-info-content ul li {
	list-style: square;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 4px;
	margin-left: 5px;
}

#more-info-pricing {
	width: 425px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#more-info-pricing table {
	border-top: 1px solid #292f31;
	margin-bottom: 5px;
}

#more-info-pricing td {
	border-bottom: 1px solid #292f31;
	padding: 8px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color: #0a0e10;
}

#more-info-pricing td.save {
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}






#more-info p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#more-info h3 {
	color: #a13129;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
	margin: 0;
}

#more-info ul {
	list-style: square;
	margin-left: 20px;
}


#more-info ul li {
	list-style: square;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 4px;
	margin-left: 10px;
}

#more-info-rightcol {
	width: 320px;
	margin-left: 30px;
	font-size: 11px;
	line-height: 16px;
}

#more-info-rightcol h3 {
	color: #a13129;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
	margin: 0;
}

#pricing {
	width: 400px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#pricing table {
	margin-bottom: 5px;
}

#pricing td {
	border: 1px solid #c0c0c0;
	padding: 6px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background-color: #eee;
}

#pricing td.save {
	text-align: center;
	color: #c51d29;
	font-style: italic;
}

/*============================================================
 About Page
============================================================*/

#about p, #contact p, #jobs p, #team p {
	line-height: 18px;
}

#team b {
	font-size: 15px;
	font-weight: bold;
	color:#c51d29;
}

.interior #team h2 {
	background: none;
	padding: 0;
	margin: 5px 0 10px;
}

/*============================================================
 Recruiting 101
============================================================*/


.recruiting101_leftcol p {
	line-height: 18px;
	color: #515151;
}

#ross-pic {
	float: left;
	margin: 0 15px 10px 0;
}

#read-more {
	padding: 20px;
}

#read-more p.title {
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 4px;
}

#read-more li {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#common-myths {
	margin-bottom: 40px;
}

#common-myths h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

#common-myths li {
	margin-left: 30px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.myth_fact {
	margin-bottom: 40px;
}

div.myth_fact p {
	text-indent: 0px !important;
	line-height: 18px;
}

div.myth_fact h3 {
	margin-bottom: 0px;
}

#top10 h3 {
	font-size: 16px;
	margin-bottom: 18px;
}

#top10 li {
	font-size: 14px;
	line-height: 18px;
	margin-left: 30px;
	margin-bottom: 10px;
	color: rgb(81,81,81);
}


/*============================================================
 Student Login
============================================================*/

#student_login_box {
	border: 1px solid #a9a9a9;
	padding: 20px 0;
}

#student_login { width: 650px; margin: 0 auto; padding: 0; }
#student_login .error { color: red !important; font-size: 1.2em; margin: 0; }

#student_login fieldset
{
    position: relative;
    width: 293px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: 1px solid #a9a9a9;
}

#student_login #sidebar
{
    position: absolute;
    float: right;
    right: -295px;
    top: 20px;
    /* positioning from right MARGIN */
    width: 250px;
    margin-top: 10px;
    padding: 0;
}

#student_login #sidebar h3
{
    font-size: 13px;
}

#student_login h2
{
    font-size: 14px;
    margin: 1em 0em;
    padding: 2px;
}

#student_login .field { margin: 1em 0em; }
#student_login .field .outerborder { border: 3px solid #f7f7f7; }

#student_login .field label
{
    display: block;
    margin: 1em 0 .25em 0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

#student_login .field .input_hider { width: 271px; }

#student_login span /* is there a better element to use here? */
{
    /*color: #A8A8A8;*/
    font-weight: normal;
}

#student_login span a { /*color: #A8A8A8;*/ }


#easy-as-123 ol li {
	font-size: 16px;
	margin: 4px 40px;
}

/*============================================================
 Student + Coach Sign Up
============================================================*/

a.coachLink {
	float: right;
	margin: -18px 5px 20px 0;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}

a.coachLink:hover {
	color: #000;
}

#student-signup-form {
	margin: 8px;
}

#coach-signup-form, #coach-signup-form form {
	margin: 0;
	padding: 0;
}

#student-signup-form label, #coach-signup-form label {
	display: block;
	float: left;
	clear: left;
	width: 140px;
	text-align: right;
	margin: 10px 13px 5px 0;
	font-size: 14px;
	color: #333;
}

#coach-signup-form label {
	width: 160px;
}

#student-signup-form input.input_text, #coach-signup-form input.input_text {
	display: block;
	float: left;
	width: 150px;
	margin: 12px 0 5px;
	padding: 2px 3px;
	border: 1px solid #7f9db9;
	font-size: 12px;
	color: #000;
}

#student-signup-form select.select, #coach-signup-form select.select {
	display: block;
	float: left;
	width: auto;
	margin: 12px 0 5px;
	padding: 2px 3px;
	border: 1px solid #7f9db9;
	font-size: 12px;
	color: #000;
	max-width: 350px;
}

#student-signup-form .captcha, #coach-signup-form .captcha {
	clear: left;
	margin: 0;
	padding: 22px 0 0;
	position: relative;
	left: 155px;
}

#student-signup-form p.error, #coach-signup-form p.error {
	clear: left;
	margin: 0 0 -20px;
	padding: 0;
	position: relative;
	left: 155px;
	color: red;
}

#student-signup-form p.tip, #coach-signup-form p.tip {
	width: 200px;
	height: 20px;
	clear: left;
	margin: 0 0 -20px;
	padding: 0;
	position: relative;
	left: 155px;
}

#student-signup-form p.terms, #coach-signup-form p.terms {
	position: relative;
	left: 155px;
	margin: 10px 0;
	padding: 25px 0 5px;
	color: #333;
}


#student-signup-form p.terms a, #coach-signup-form a { text-decoration: underline; }

#student-signup-form .submit, #coach-signup-form .submit {
	position: relative;
	left: 155px;
	margin: 0 0 10px;
	cursor: pointer;
}

#coach-signup-form .captcha,
#coach-signup-form p.error,
#coach-signup-form p.tip,
#coach-signup-form p.terms,
#coach-signup-form .submit { left: 175px; }

#student-login-form {
	margin-top: 8px;
	background-color: #eee;
	border: 2px solid #ccc;	
	padding: 10px;
}

#student-login-form p {
	margin-top: 4px;
	font-size: 11px;
}


/*============================================================
 Coach Login 
============================================================*/

#coach-login-form {
	margin-top: 8px;
	background-color: #eee;
	border: 2px solid #ccc;	
	padding: 10px;
}

#coach-login-form p {
	margin-top: 4px;
	font-size: 11px;
}

#coach_login_box {
	border: 1px solid #a9a9a9;
	padding: 20px 0;
}

#coach_login { width: 650px; margin: 0 auto; padding: 0; }
#coach_login .error { color: red !important; font-size: 1.2em; margin: 0; }

#coach_login fieldset
{
    position: relative;
    width: 293px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: 1px solid #a9a9a9;
}

#coach_login #sidebar
{
    position: absolute;
    float: right;
    right: -295px;
    top: 20px;
    /* positioning from right MARGIN */
    width: 250px;
    margin-top: 10px;
    padding: 0;
}

#coach_login #sidebar h3
{
    font-size: 13px;
}

#coach_login h2
{
    font-size: 14px;
    margin: 1em 0em;
    padding: 2px;
}

#coach_login .field { margin: 1em 0em; }
#coach_login .field .outerborder { border: 3px solid #f7f7f7; }

#coach_login .field label
{
    display: block;
    margin: 1em 0 .25em 0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

#coach_login .field .input_hider { width: 271px; }

/*
#coach_login .field .input_text
{
    width: 275px;
    border: 3px solid #fff;
    padding: 0;
    margin: -2px 0 0 -2px;
    font-size: .9em;
}
*/

#coach_login span /* is there a better element to use here? */
{
    /*color: #A8A8A8;*/
    font-weight: normal;
}

#coach_login span a { /*color: #A8A8A8;*/ }


/*============================================================
 HS Coach Signup
============================================================*/

#coach_hs_school_box {
	float: left;
	width: 295px;
	border: 1px solid #a9a9a9;
	padding: 0 20px;
	padding-bottom: 20px;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#coach_hs_info_box {
	float: left;
	width: 295px;
	border: 1px solid #a9a9a9;
	padding: 0 20px;
	padding-bottom: 20px;	
	margin: 0;
	margin-bottom: 20px;	
}

#coach_hs_signup { width: 100%; margin: 0 auto; padding: 0; }
#coach_hs_signup .error { color: red !important; font-size: 1.2em; margin: 0; }

#coach_hs_signup fieldset
{
	width: 710px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 10px;
}

#coach_hs_signup h2
{
    font-size: 14px;
    margin: 1em 0em;
    padding: 2px;
}


#coach_hs_signup .field { margin: 1em 0em; }
#coach_hs_signup .field .outerborder { border: 3px solid #f7f7f7; }

#coach_hs_signup .field label
{
    display: block;
    margin: 1em 0 .25em 0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

#coach_hs_signup .field .input_hider { width: 271px; }
#coach_hs_signup .field .input_text
{
    width: 275px; /* 4 more pixels than input_hider */
    border: 3px solid #fff; /* the border negates the negative margin in FF and IE */
    padding: 0;
    margin: -2px 0 0 -2px; /* negative margin to obscure input outline in safari */
    font-size: .9em;
}

#coach_hs_signup span /* is there a better element to use here? */
{
    /*color: #A8A8A8;*/
    font-weight: normal;
}

#coach_hs_signup span a { /*color: #A8A8A8;*/ }

#coach_hs_signup select { width: 250px; }

/*----------------------
ajax autocomplete styles 
-----------------------*/

#highschool_name_hints {
  position: absolute;
  width: 275px;
  background-color: #fff;
  border: 1px solid #888;
  margin-left: -4px;
  margin-top: 5px;  
  padding: 0px;
  z-index: 100;
}

#highschool_name_hints ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#highschool_name_hints ul li.selected { background-color: #ffb;}

#highschool_name_hints ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}


/*============================================================
College Coach Signup
============================================================*/

#coach_college_school_box {
	float: left;
	width: 295px;
	border: 1px solid #a9a9a9;
	padding: 0 20px;
	padding-bottom: 20px;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#coach_college_info_box {
	float: left;
	width: 295px;
	border: 1px solid #a9a9a9;
	padding: 0 20px;
	padding-bottom: 20px;	
	margin: 0;
	margin-bottom: 20px;	
}

#coach_college_signup { width: 100%; margin: 0 auto; padding: 0; }
#coach_college_signup .error { color: red !important; font-size: 1.2em; margin: 0; }

#coach_college_signup fieldset
{
	width: 710px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 10px;
}

#coach_college_signup h2
{
    font-size: 14px;
    margin: 1em 0em;
    padding: 2px;
}


#coach_college_signup .field { margin: 1em 0em; }
#coach_college_signup .field .outerborder { border: 3px solid #f7f7f7; }

#coach_college_signup .field label
{
    display: block;
    margin: 1em 0 .25em 0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

#coach_college_signup .field .input_hider { width: 271px; }
#coach_college_signup .field .input_text
{
    width: 275px; /* 4 more pixels than input_hider */
    border: 3px solid #fff; /* the border negates the negative margin in FF and IE */
    padding: 0;
    margin: -2px 0 0 -2px; /* negative margin to obscure input outline in safari */
    font-size: .9em;
}

#coach_college_signup span /* is there a better element to use here? */
{
    /*color: #A8A8A8;*/
    font-weight: normal;
}

#coach_college_signup span a { /*color: #A8A8A8;*/ }

#coach_college_signup select { width: 250px; }

#faq-answers ul, #faq-answers ol { margin-bottom: 12px;} 
#faq-answers li { margin-left: 30px; padding-left: 8px; font-size: 11px; color: #333; margin-bottom: 8px; margin-right: 250px; }

.highlight_wrapper {margin-left:100px;}
.highlight_features {width:300px;margin-bottom:25px;float:left;}
.preview_popup {cursor:pointer;}
.highlight_wrapper p {width:600px;}
.paypal_button {width:300px;margin-bottom:25px;margin-left:25px;float:left;}

a.coach_choice {
	font-size: 24px;
	font-weight: bold;
	height: 26px;
}

#ajax_college_search_results {
	background-color: white;
	border: 1px solid #7F9DB9;
	z-index: 100;
}

#ajax_college_search_results ul li {
	font-size: 12px;
	padding: 4px;
	color: #ca2c1f;
}
