
html, body {  
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #c3d7eb;
}


#container {
	width: 722px;
	text-align: left;
	margin: 0 auto;
	background: #255182 url(../images/slice2.gif) repeat-y 0 30px;
	font-family: arial, verdna, helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	
	padding: 0 0 40px 0;
}

.home {
	position: absolute;
	width: 500px;
	margin: 30px 0 0 50px;
	height: 100px;
}


/* HEADER */

.header {
	width: 722px;
	height: 162px;
	background: url(../images/header.gif) no-repeat;
	text-indent: -123456em;
}




/* NAVIGATION */


.navigation, .navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border: 1px solid #fff;
	
	width: 720px;
	height: 28px;
	
	
}

.navigation li {
	border-left: 1px solid #fff;
	float: left;

}

.navigation li.first {
	border-left: none;
}

.navigation li a {
	display: block;
	height: 28px;
	text-indent: -123456em;
	
}



.about {
	width: 100px;
	background: url(../images/about.gif) no-repeat top left;
}

.about:hover, .about:active {
	background: url(../images/about_over.gif) no-repeat top left;
}

.admissions {
	width: 83px;
	background: url(../images/admissions.gif) no-repeat top left;
}

.admissions:hover, .admissions:active {
	background: url(../images/admissions_over.gif) no-repeat top left;
}

.academics {
	width: 84px;
	background: url(../images/academics.gif) no-repeat top left;
}

.academics:hover, .academics:active {
	background: url(../images/academics_over.gif) no-repeat top left;
}

.news {
	width: 72px;
	background: url(../images/news.gif) no-repeat top left;
}

.news:hover, .news:active {
	background: url(../images/news_over.gif) no-repeat top left;
}

.student {
	width: 99px;
	background: url(../images/student.gif) no-repeat top left;
}

.student:hover, .student:active {
	background: url(../images/student_over.gif) no-repeat top left;
}

.athletics {
	width: 77px;
	background: url(../images/athletics.gif) no-repeat top left;
}

.athletics:hover, .athletics:active {
	background: url(../images/athletics_over.gif) no-repeat top left;
}

.alumni {
	width: 104px;
	background: url(../images/alumni.gif) no-repeat top left;
}

.alumni:hover, .alumni:active {
	background: url(../images/alumni_over.gif) no-repeat top left;
}

.civic {
	width: 94px;
	background: url(../images/civic.gif) no-repeat top left;
}

.civic:hover, .civic:active {
	background: url(../images/civic_over.gif) no-repeat top left;
}




/* BODY */

.body {
	margin: 79px 0 0 73px;
	width: 430px;
	
}

h1 {
	width: 369px;
	height: 72px;
	background: url(../images/tyinterest.gif) no-repeat top left;
	text-indent: -123456em;
	
	margin: 0;
	padding: 0;
}

#ty h1 {
	width: 209px;
	height: 28px;
	background: url(../images/ty.gif) no-repeat top left;
}

p {
	margin: 12px 0;
	padding: 0;
	line-height: 18px;
}




/* FORM */

#form
{
	width: 500px;
}

#form div {
	padding: 0 0 9px 10px;
	width: 125px;
	float: left;
	clear: both;
	margin-top: 5px;
}

#form .arw, form .req {
	background: url(../images/arrow.gif) no-repeat 1px 4px;
}

#form .req {
	float: none;
	margin: 22px 0 0 0;
	padding-bottom: 15px;
}

#form .field, form .submit {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
}

#form .submit {
	float: left;
	clear: both;
	margin: 13px 0 0 0;
	padding-bottom: 30px;
}

div.wide {
	width: 100%;	
}

div.interests {
	width: 100%;
	clear: both;
	height: 180px;	
}

div.interests ul {
	list-style: none;
	width: 49%;
	padding: 0 0 0 0;
	float: left;
	font-size: 11px;
	margin: 0px 0 20px 0;
	
	
}

div.interests ul li {
	margin: 2px 0 2px 0;
	clear: both;
	height: 20px;
}

div.interests ul li input {
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

div.interests ul li label{
	margin: 0px 0 2px 4px;
	@margin-top: 4px; /** this is so very, very wrong! **/
  float: left;
}


.fValidator-msg {
	color: #ff7676;
	display: block;
	width: 400px;
}


/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


