* {
	margin: 0;
	padding: 0;
}

/* CLEARFIX */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} .clearfix {display: block;}
/* End hide from IE-mac */

img {
	border: none;
}

#home {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background: #ffffff url(../images/home-background.jpg) top center no-repeat;
}

#container {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;
}

#header {
	width: 850px;
	height: 125px;
}

#header h1 {
	position: absolute;
	visibility: hidden;
	left: -5000px;	
}

#logo {
	display: inline;
	width: 300px;
	height: 69px;
	margin: 42px 20px 0 0;
	background: url(../images/logo.png) top left no-repeat;
	float: left;
}

/* IE6 HACK*/
* html #logo {
  	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png", sizingMethod="crop");
}


#header h2 {
	display: inline;
	margin: 90px 0 0 10px;
	font-size: 18px;
	color: #1a4d8c;
	float: left;
}

#content {
	width: 840px;
	margin: 360px 0 0 10px;
}

.column {
	display: inline;
	width: 270px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	color: #ffffff;
	background: #1a4d8c url(../images/gradient-contentback.jpg) left 40px no-repeat;
	float: left;
}

.column h3 {
	width: 210px;
	height: 20px;
	padding: 12px 10px 8px 50px;
	font-size: 16px;
	background: #1a4d8c url(../images/star-square.jpg) top left no-repeat;
}

.column p {
	margin: 20px 15px 15px 50px;
	line-height: 18px;	
}

.column h4 {
	margin: 0 10px 5px 50px;
	font-size: 14px;
}

.column h4 span {
	font-size: 11px;
	font-weight: normal;
	color: #8ca3c0;
}

.column input {
	width: 205px;
	height: 15px;
	margin: 0 10px 10px 50px;
}

.column select {
	width: 120px;
	height: 19px;
	margin: 0 10px 10px 50px;
}

.formfloat {
	display: inline;
	width: 75px;
	float: left;
}

#statefloat {
	display: inline;
	width: 130px;
	margin: 0 10px 0 50px;
}

#statefloat select {
	width: 120px;
	height: 21px;
}


.formfloat h4 {
	margin: 0 10px 5px 0;
}

.formfloat input, .formfloat select {
	margin: 0 10px 10px 0;
}

#schoolid {
	display: inline;
	width: 135px;
	height: 19px;
	margin: 5px 0 10px 50px;
	float: left;
}

#zipcode {
	width: 65px;
}

input.searchalign, input.searchalign:visited {
	display: inline;
	width: 65px;
	height: 25px;
	margin: 5px 10px 30px 0px;
	font-weight: bold;
	font-size:90%;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/button-blue.jpg);
	float: left;
	outline: none;
	border: none;
}

input.search, input.search:visited {
	display: inline;
	width: 70px;
	height: 25px;
	margin: 5px 10px 30px 190px;
	font-weight: bold;
	font-size:90%;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/button-blue.jpg);
	float: left;
	outline: none;
	border: none;
}

.search:hover, .search:active, .searchalign:hover, searchalign:active {
	color: #dddddd;
}



#footer {
	width: 830px;
	height: 30px;
	margin: 50px 10px 50px 10px;
	background: #1a4d8c url(../images/gradient-horizontal.jpg) 20px top no-repeat;
}

#footerleft {
	display: inline;
	width: 415px;
	text-align: left;
	float: left;
}

#footerright {
	display: inline;
	width: 415px;
	text-align: right;
	float: left;
}

#footer img {
	display: inline;
	float: left;
}

#footer p {
	display: inline;
	margin: 10px 20px 0 10px;
	font-size: 10px;
	color: #ffffff;
	float: left;
}

#footer a, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	color: #dddddd;
}

#footerright a, #footerright a:visited {
	margin: 9px 23px 0 0;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

#footerright a:hover, #footerright a:active {
	color: #f46608;
}

#footerright img {
	display: inline;
	float: right;
}























