@charset "utf-8";
/* CSS Document */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
.container {
	background-color: #000000;
	padding: 0px;
	width: 1024px;
	height: auto;
	overflow: hidden;
	}
h1 {
	font-size: 20px;
	color:#E4E4E4;
}
h2 {
	font-size: 16px;
	color: #3333cc;
	line-height: normal;
	height: 30px;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 18px;
	color: #ffff00;
	height: 16px;
	width: auto;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #0066cc;
	line-height: normal;
	height: 5px;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	line-height: normal;
	height: 5px;
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h6 {
	font-size: 17px;
	font-weight: bold;
	color: #ff6600;
	line-height: normal;
	width: auto;
	height: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.navigate:link {
	color: #000;
	background-color: #70f223;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: 24px;
	margin-top: 2px;
	border-left: solid 1px #E35D29;
	border-right: solid 1px #E35D29;
	padding: 4px;
}
a.navigate:visited {
	color: #000;
	background-color: #70f223;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: 24px;
	margin-top: 2px;
	border-left: solid 1px #E35D29;
	border-right: solid 1px #E35D29;
	padding: 4px;
}
a.navigate:hover {
	color: #ffffff;
	background-color: #E35D29;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: 24px;
	margin-top: 2px;
	border-left: solid 1px #E35D29;
	border-right: solid 1px #E35D29;
	padding: 4px;
}
a.navigate:active {
	color: #000;
	background-color: #70f223;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	height: 24px;
	margin-top: 2px;
	border-left: solid 1px #E35D29;
	border-right: solid 1px #E35D29;
	padding: 4px;
}

.header {
	height: 183px;
	width: 1022px;
	background-image: url(images/header.jpg);
	margin-bottom: 10px;
}
	
.seotitle {
	height: 40px;
	width: 1014px;
	border-bottom: solid 2px #E35D29;
	text-align: right;
	padding-right: 10px;
}
.pagemenu {
	height: auto;
	width: 1024px;
	text-align: left;
	border: solid 1px #E35D29;
	padding-top: 4px;	
	padding-bottom: 4px;

}
.main-section-body-home {
	width: 1022px;
	height: 100%;
	overflow:hidden;
	background-image:url(images/vert.jpg);
	background-repeat: repeat-y;
	border-left: solid 1px #E35D29;
	border-right: solid 1px #E35D29;
}
/**************************** sidebar section starts ******************************/
.sidebar {

	color:#000;
	width: 230px;
	height: auto;
	float: right;
	overflow: hidden;
}
.widget-title {
	height: 25px;
	width: 228px;
	background-color: #E35D29;
	border-top: solid 1px #E35D29;
	border-bottom: solid 1px #E35D29;
	color: #fff;
	font-weight: bold;
}
.links-container {
	height: auto;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.links-container-manu {
	height: auto;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin-left: 50px;	
}
.links-container-state {
	height: auto;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;	
    padding-top: 15px;
    padding-bottom: 15px;
}
.links-container-2 {
	height: 45px;
	padding-top: 20px;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.twitter-widget {
	height: auto;
	width: 230px;
	border-top: solid 1px #ffffff;
	background-color: #E4E4E4;
}
.text-widget {
	height: 215px;
	width: 230px;
	background-color: #E4E4E4;
}
/**************************** sidebar section ends ******************************/
/**************************** main section starts ******************************/
.title {
	width: 780px;
	background:#E4E4E4;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	height: 28px;
	padding:5px;
}
.thecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    padding-left: 10px;
	padding-top: 15px;
	height: auto;
	width: 775px;
	font-weight: bold;
	background-image: url(/images/content-background.jpg);
	background-repeat:repeat-y;
	color: #CCC;
	overflow:hidden;
}
.thecontent-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
    padding-left: 10px;
	padding-top: 15px;
	height: auto;
	width: 775px;
	font-weight: normal;
	background-image: url(/images/content-background.jpg);
	background-repeat:repeat-y;
	color: #fff;
	overflow:hidden;
}
.thankcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
    padding-left: 10px;
	padding-top: 15px;
	height: 250px;
	width: 775px;
	font-weight: bold;
	background-image: url(/images/content-background.jpg);
	background-repeat:repeat-y;
	color: #fff;
	overflow:hidden;
}
.orange {
	color: #E35D29;
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
	padding-top:5px;
	padding-bottom:5px;
}
.orange-lg {
	width: 770px;
	height:auto;
	color: #E35D29;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.green-lg {
	width: 770px;
	height:auto;
	color:#3F0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.featureschool-thecontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	padding: 10px;
	background-image: url(/images/featurecontent-background.jpg);
	font-size: 12px;
	height: auto;
	width: 770px;
	border-top: solid 2px #E35D29;
}
.school-thecontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	padding: 10px;
	background-image:url(images/content-background.jpg);
	font-size: 12px;
	height: auto;
	width: 770px;
	border-top: solid 2px #E35D29;
}
.privacy-page {
	height:2050px;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	padding: 10px;
	width: 770px;
}
.title-main {
	height: 30px;
	width: 790px;
	padding-top: 1px;
	overflow: hidden;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	border-bottom: solid 2px #E35D29;
	background-color: #e4e4e4;
}
.state-title {
	width:770px;
	text-align:left;
	padding-left: 10px;
}
.school-request {
	height: auto;
	width: 700px;
	text-align: right;
}
.school-text {
	float: left;
	height: 225;
	width: 600px;
	text-align: left;
	padding-top: 16px;
	padding-left: 15px;
	color: #fff;
}
.school-logo-request {
	height: auto;
	width: 700px;
	text-align: left;
}
.search-state-box {
	background-image:url(images/zip-background.png);
	background-repeat: no-repeat;
	float: right;
	height: auto;
	width: 300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
    padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 60px;
    padding-left:5px;
	overflow: hidden;	
}
.request-container-lg {
	height: auto;
	width: 765px;
	text-align:left;
	padding-left:15px;
}
.request-button-right {
	float: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 30px;
}
.footer {
	background-color: #d3d3d3;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 10px;
	text-align: center;
	color: #000;
	font-size: 95%;
}
