@import "reset.css";
/***CONTAINERS***/
#container{
	z-index	:	1;
	width	:	779px;
	margin	:	10px auto;
	margin	:	10px auto;
	/*border	:	1px solid #29867B;*/
	font-family	:	Arial, Helvetica, sans-serif;
	font-size	:	12px;
}
#headerContainer	{
	position 		:	relative;
	z-index 		:	100;
	height			:	131px;
}
#bodyContainer{
	z-index		:	100;
	width		:	777px;
	border		:	1px solid #DADADA;
	border-top	:	0px;
}
#copyContainer{
	float	:	left;
	z-index	:	100;
	width	:	300px;
	padding	:	10px;
}
#formContainer{
	float	:	right;
	z-index	:	100;
	border	:	1px solid #58CBCD;
	width	:	400px;
	margin	:	20px;
	margin-right	:10px;
}

#thankyouContainer{
	z-index		:	100;
	width		:	737px !important;
	border		:	1px solid #DADADA;
	border-top	:	0px;
	padding:20px;
}
#footerContainer{
	width			:	779px;
	margin			:	10px auto;
	padding-top		:	20px;
	padding-bottom	:	10px;
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	12px;
}
/****HEADER****/
#head1	{
	z-index		:	200;
	width		:	11px;
	height		:	110px;
	float		:	left;
	background		: url('../images/header_left.png') no-repeat;
}
#head2	{
	z-index		:	200;
	width		:	208px;
	height		:	110px;
	float		:	left;
	background		: url('../images/header_splice.png') repeat-x;
}
#head3	{
	z-index		:	200;
	width		:	560px;
	height		:	110px;
	float		:	right;
}
#headBtm{
	z-index		:	200;
	height		:	21px;
	background	:	url('../images/header_bottom_splice_default.png') repeat-x;
	border		:	1px solid #DADADA;
	border-top		: 0px;
	border-bottom	: 0px;
	clear		:	both;
}
#logo	{
	position	:	absolute;
	z-index		:	201;
	width		:	120px;
	height		:	60px;
	top			:	31px;
	left		:	90px;
	text-align:center;
}

#logo200x100{
	position	:	absolute;
	z-index		:	201;
	width		:	200px;
	height		:	100px;
	top			:	7px;
	left		:	19px;
	text-align:center;
}
/****FOOTER****/
#footer{
	padding	:	10px 0px;
	font-family	:	Arial, Helvetica, sans-serif;
	font-size	:	12px;
}
#newfooter{
	padding	:	2px ;
	font-family	:	Arial, Helvetica, sans-serif;
	font-size	:	11px;
}
#footerLeft{
	float	:	left;
	width	:	45%;
}
#newfooterLeft{
	float	:	left;
	width	:	35%;
}
#footerLeft1{
	float	:	left;
	width	:	32%;
}

#footerRight{
	text-align	:	right;
	float	:	right;
	width	:	45%;
}
#newfooterRight{
	text-align	:	right;
	float	:	right;
	width	:	32%;
}
/***COPY ELEMENTS****/
.copyTitle{
	font-family	:	Arial, serif;
	color		:	#CE3000;
	font-weight	:	bold;
	font-size : 133%;
}
#copyContent{
	margin		:	10px 0px;
}
/***FORM ELEMENTS****/
#formTitle{
	background	:	url('../images/form_hdr_sprite_default.png') repeat-x;
	height		:	36px;
	line-height :	36px;
	color		:	#CE3000;
	font-family	:	Arial, serif;
	font-weight	:	bold;
	font-size	:	22px;
	padding-left:	10px;
	vertical-align:	middle;
} 
#formContent{
	padding	:	20px;
	width	:	360px;
	background-color:#EBFAFA;
}
.formbox{
	float	:	left;
}
#formboxQues{
}
#formboxSubmit{
	margin-left		:	auto;
	margin-right 	:	auto;
	margin-top		:	10px;
	text-align			:	center;
}
/***THANK YOU PAGE 1 ELEMENTS***/
#formTQ{
	border:	1px solid #28AEB1;
	width	:	729px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom	:	42px;
}
#formTQHeader{
	height	:	53px;
}
#formTQBody{
	background-color	:	#EEFBFB;
}
#formTQBodyLeft{
	width	:	47%;
	border-right: 2px solid #C5F1F1;
	padding:5px;
	float	: left;
}
#formTQBodyCenter{
	width	:	97%;
	padding:5px;
}
#formTQBodyRight{
	width	:	47%;
	float	:	right;
	padding:5px;
}
#formTQFooter{
	background-color	:	#C5F1F1;
	padding-top			:	5px;
	text-align	:	center;
	width	:	100%;
}
#formTQ21{
	width	:	729px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding-bottom:0px;
	border	:	1px solid #28AEB1;
}
/***SCHOOL INFO ELEMENTS***/
#schoolInfo {
	padding:0px 10px 10px 0;
}
#schoolInfoLeft{
	float:left;
	padding-right:10px;
}
#schoolInfoRight{
	font-size:12px;
	padding-left:0px;
	float:left;
	height: 45px;
	overflow: hidden;
}

.schoolInfoRight0{
	height: 45px;
}

.schoolInfoRight1{
	height: 45px;
}
	
.schoolheader {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
/****Font Styles***/
p,input,select,td{
	font-family	:	Arial, Sans-serif;
	font-size	:	12px;
}
strong{
	font-weight	:	bold;
}
tr{
	padding		:	3px;
}
td{
	padding		:	3px;	
}	
.title{
	color		:	#CE3000;
	font-weight	:	bold;
	font-size	:	110%;
}
.label{
	font-family	:	arial, sans-serif;
	font-size	:	11px;
}
.strong{
	font-weight	:	bold;
}
/***MISC STYLES***/
.left{
	float	:	left;
}
.right{
	float	:	right;
}
.thide{
	display: none;
}
.tshow{
	display		:	block;
	font-weight	:	bold;
	font-family	:	Arial, sans-serif;
	font-size	:	14px;
	color		:	#000000;
}
.prgLink {
	font-weight	:	bold;
	font-size	:	12px;
	color		:	#C00;
	font-family	:	Arial,sans-serif;
}
.prvLink {
    color: #999999;
    font-size:12px;
    font-weight: normal;
    text-decoration: underline;
}
.logoBox {
	/*C5F1F1*/
	border: 1px solid #28AEB1;
	background-color:#FFF;
}
.clearDiv{
	clear	:	both;
}
.learnText{
	font-weight: bold;
	font-size:11px;
}
#clearDiv{
	clear	:	both;
}
.error {
    color: #990000;
	font-family: Arial, sans-serif;
    font-weight: bold;
	font-size:12px;
}
.newfooterblurb {
    color: #000000;
}
/*** REFERRAL PAGE ELEMENTS ***/
#referrals{
	background-color: #EFFBFF;
}
#referralsHdrImg {
	background-image:url('../images/refsorry_hdr.gif');
	background-repeat:repeat-x;
	height:27px;
	font-weight:bold;
	font-size:18px;
	color	:	#FFF;
	padding-left:30px;
}
#referralsHdrImgArrow {
	position	:	relative;
	background-image:url('../images/refsorry_arrow.gif');
	background-repeat:no-repeat;
/*	weight:43px;*/
	height:28px;
	left	:	30px;
	top		:	-3px;
}
#referralsHdrContent{
	position	:	relative;
	font-weight:normal;
	font-size:12px;
	color	:	#000;
	left	:	80px;
	top		:	-10px;
}
#referralsBodyImg {
	background-image:url('../images/refsorry_featured_schools.gif');
	background-repeat:no-repeat;
	width	:	251px;
	height:19px;
}
#referralsBodyContent{
	clear	:	both;
	border	:	1px #B22222 solid;
	background-color:	#FFF;
}
#dBar{
	background-image:url('../images/dotted_bar.gif');
	background-repeat:repeat-x;
	width:700px;
	height:12px;
}
.ref{
	width	:	90%;
	margin-left	:	auto;
	margin-right:	auto;
	padding-top	:	10px;
	padding-bottom	:	10px;
}
#refLeft{
	float	:	left;
	width	:	20%;
}
#refMid{
	float	:	left;
	width	:	60%;
}
#refRight{
	float	:	right;
	width	:	10%;
}
/*** FOOTER ELEMENTS ***/
#footerLinksContentLeft{
	float: left;
	padding-left:10px;
	width:60%;
}
#footerLinksContentRight{
	text-align:right;
	float: right;
	padding-right:10px;
	width:30%;
}
.prvLink {
    color: #999999;
    font-weight: normal;
    text-decoration: underline;
    font-size	:	12px;
}
.copyright{
    color		:	#999999;
    font-size	:	10px;
}
