/* Color set
	Blue: #000343
	Grey text: #5e5e5e
*/

html {margin: 0; margin: 0;}

body {
	margin: 0; padding: 0;
	background: #054380;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: black;
}

a {color: #0623a3; text-decoration: underline;}
a:hover {color: #566cce;}

img, img a, img a:hover {border: 0;}
hr {background: black; border: 1px solid #050505; margin: 0; padding: 0;}

h1 {color: black; font-size: 20px; margin: 20px 0; padding: 0; text-align: center;}
h1.header2 {color: #000;}
h1.header3 {color: #000; font-size: 21px;}
h1.caps {text-transform: uppercase;}

h2 {color: #f00808; font-size: 18px; margin: 20px 0 0px 0; padding: 0;}
h2.header2  {color: black;}
h2.caps {text-transform: uppercase;}
address {font-style: normal;}
#header {
	width: 700px;
	border-right: 3px solid red;
	border-left: 3px solid red;
	height: 123px;
	margin: 0 auto;
	background: url(/img/header.png) 0 0 no-repeat;
	overflow: hidden;
}

#header #menu {
	background: #754713 url(/img/header_bottom.png) 0 0 repeat-x;
	height: 34px;
	margin-top: 89px;
}

#header #menu ul {
	list-style: none;
	margin: 0 0 0 200px;
	padding: 0;
	text-align: center;
	width: 500px;
}
#header #menu ul li {
	background: url(/img/menu_bg.png) 0 0 no-repeat;
	float: left;
	display: inline;
	height: 34px;
	padding: 0 0 0 35px;
	margin: 0 10px 0 0;
}
#header #menu ul li a {
	float: left;
	display: inline;
	height: 34px;
	line-height: 34px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#header #menu ul li a:hover {
	text-decoration: underline;
}


#content, #content_schools {
	width: 700px;
	border-right: 3px solid red;
	border-left: 3px solid red;
	border-bottom: 3px solid red;
	margin: 0 auto;
	background: white;
	overflow: hidden;
}

#content .textArea {
	width: 585px;
	margin: 0 auto 20px auto;
}
#content_schools .textArea {
	width: 600px;
	margin: 0 auto 20px auto;
}


#footer, #footer_schools {
	width: 545px;
	margin: 10px auto;
	border-top: 1px solid black;
}
#footer_schools {width: 600px;}
#footer ul, #footer_schools ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer ul li, #footer_schools ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 2px 5px;
	border-right: 1px solid #0623a3;
}
#footer ul li.last, #footer_schools ul li.last {border: 0;}

#footer p {
	text-align: center;
	padding: 0;
	margin: 3px 0;
}

#inner_tc {
	width:545px;
	height: 100px;
	overflow: auto;
	clear: both;
	font-size: 11px;
	color: black;
	border: 1px dotted #000;
	border-right: none;
	padding-left: 5px;
	margin: 0 auto;
}
#fullscreen_links {
	width: 300px;
	font-size: 10px;
	color: black;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	margin: 0 auto;
}
p.terms_agree {
	width: 300px;
	font-size: 12px;
	margin: 0 auto 6px auto;
}

p.tagline {font-size: 19px;}
p.tagline span {text-align: right; display: block; padding: 6px 0 0 0;}

p.eligibility {overflow: hidden; height: 100%;}
.fl {float: left; display: inline;}
.fr {float: right; display: inline;}

/*Forms*/
.form_row {margin: 10px 0; overflow: hidden; height: 100%;}
.simpleQuestion {width: 550px; margin: 0 auto;}
.simpleQuestion p {padding: 0; margin: 0 0 6px 0;}

label.email_address {padding-right: 10px; font-weight: bold; font-size:18px; color: #f00808;}
label.reg_form {width: 10em; float: left; display: inline; padding-right: 10px; font-weight: bold; text-align: right;}
label.reg_form2 {width: 22em; float: left; display: inline; padding-right: 10px; text-align: right;}
label.column2 {width: 6.5em;}
label.column3 {width: 5.5em;}
label.agree {font-size: 11px;}
input.textbox, input.textbox_medium, input.textbox_small {
	border: 1px solid black;
	padding: 3px;
	width: 192px;
	height: 16px;
	font-family: "Times New Roman", Times, serif;
}
input.textbox_medium {width: 150px;}
input.textbox_small {width: 56px;}
input.reg_form {float: left; display: inline;}

select.selectBox, select.selectBox_small, select.selectBox_tiny {width: 202px; font-family: "Times New Roman", Times, serif; float: left; display: inline;}
select.selectBox_small {width: 100px;}
select.selectBox_tiny {width: 60px; margin-right: 5px;}

textarea.commentsBox {
	border: 1px solid black;
	padding: 3px;
	width: 350px;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
}

button.submit_button {
	border: 1px solid black;
	background-color: #b3aeae;
	margin: 10px 0 0 0;
	font-size: 16px;
	padding: 2px 16px;
	cursor: pointer;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


/*Featured schools*/
.featuredSchools {
	width: 530px;
	margin: 0px 0 10px 10px;
	font-size: .85em;
	padding: 0;
}

.featuredSchools li {overflow: hidden; height: 100%; background: url(/img/dotted.gif) bottom left repeat-x;} /*100% height is the IE6 hack for incorrect overflow display*/
.featuredSchools li.bottom {background-image: none;}
.featuredSchools li img {display: block; float: left; margin: 8px 0 0 0;}
.featuredSchools li p {float: right; display: inline; width: 394px; margin: 0 0 12px 0;}
.featuredSchools h4 {width: 394px; float: right; display: inline; font-size: 14px; margin: 12px 0 0 0; padding: 0;}



div.offerContainer {
            border: 1px solid #999; width: 490px; margin: 10px auto; overflow: hidden;
            background: url(/img/schools_bg.png) 0 0 repeat-y;
}

div.offer {
            width: 230px;
            text-align: center;
            float: left;
            display: inline;
            margin: 0 2px;
            padding: 0 0 20px 10px;
}

div.offer_sm {
            width: 230px;
            text-align: center;
            float: left;
            display: inline;
            margin: 0 2px;
            padding: 0 0 2px 2px;
}

span.check {float: left; display: inline; width: 225px; height: 51px; padding-top: 2px; text-align: center;}
span.check_confirm {float: left; display: inline; width: 230px; height: 51px; padding-top: 2px; text-align: left; margin-left:-10px; font-size:12px;}
/* span.check {float: left; display: inline; background: url(/img/yes_no_bg.png) 0 0 no-repeat;  width: 56px; height: 51px; padding-top: 3px; text-align: left;} */
/*div.offer p.logo {margin: 2px 0 3px 6px; padding: 4px 0 0 0; width: 190px; clear: both; overflow: hidden; height: 100%;}*/
div.offer p.logo {width: 160px; height: 100%;margin: 2px 0 3px 6px; padding: 4px 0 0 0; }
div.offer p.descript {margin: 0; padding: 0; width: 220px; text-align:left;}
div.offer p.descript strong {display: block; width: 220px;}
form {height: 100%; overflow: hidden; margin: 0; padding: 0;}
/*div.offer p.logo img.logoImg {float: right; display: inline;} */
div.offerClear {clear: both;}

div.offer_sm p.logo {width: 120px; height: 100%;margin: 2px 0 3px 6px; padding: 4px 0 0 0; }
div.offer_sm span.check {float: left; display: inline; width: 120px; height: 21px; padding-top: 2px; text-align: center;}

#extracontent {overflow-y:auto; width:600px; height:400px;}