@charset "utf-8";
/* CSS Document */

/* RESET */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background-color:#74c043;
	background-image:url(../img/body-bg.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	margin:0 auto;
	overflow:hidden;
	width:800px;
}
#container {
	float:left;
	width:800px;
}
#header {
	float:left;
	width:800px;
}
#header-top {
	background-image:url(../img/header-top.png);
	float:left;
	height:16px;
	width:800px;
}
#header-main {
	background-color:#FFF;
	float:left;
	padding:0 20px 20px;
	width:760px;
}
#header-main h1 {
	color:#74c043;
	font-family:Arial;
	font-size:34px;
	font-weight:700;
	letter-spacing:-1px;
	padding:20px 0 10px;
}
#header-main img {
	float:left;
	margin:0 20px 0 0;
}
#header-main p {
	color:#48312D;
	font-family:Arial;
	font-size:14px;
	line-height:22px;
}
#header-bottom {
	background-image:url(../img/header-bottom.png);
	float:left;
	height:47px;
	width:800px;
}
#search {
	background-color:#FFF;
	background-position:620px 0;
	background-repeat:no-repeat;
	float:left;
	height:47px;
	padding:0 20px 10px;
	width:760px;
}
#search-text {
	background-image:url(../img/green-arrow.png);
	background-position:left top;
	color:#FFF;
	float:left;
	font-family:Arial;
	font-size:11px;
	height:47px;
	line-height:47px;
	padding:0 0 0 10px;
	text-transform:uppercase;
	width:206px;
}
form {
	display:inline;
	float:left;
	height:80px;
	margin:0;
	padding:0;
	text-align:left;
	width:345px;
}
input {
	background-color:#dedad9;
	border:medium none;
	color:#666;
	float:left;
	font-family:Arial;
	font-size:38px;
	font-weight:400;
	height:38px;
	margin:0 0 0 10px;
	padding:5px;
	text-align:left;
	width:525px;
}
#schools {
	background-color:#FFF;
	float:left;
	padding:20px;
	width:760px;
}
.thin li a {
	color:#666;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	float:left;
	width:215px;
	padding:0 0 10px 0;
}
.thin li a:hover {
	color:#74c043;
}

#students {
	background-image:url(../img/student-divider.png);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
/*	height:800px;*/
	width:445px;
}
#detail1,#detail2,#detail3,#detail4,#detail5 {
	float:left;
	padding:5px 0 10px 10px;
	width:325px;
}
#detail1 ul,#detail2 ul,#detail3 ul,#detail4 ul,#detail5 ul {
	float:left;
	padding:5px 0 0;
}
#detail1 ul li,#detail2 ul li,#detail3 ul li,#detail4 ul li,#detail5 ul li {
	background-image:url("../img/green-bullet.png");
	background-position:left 7px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:0;
	padding-top:0;
}
#sd #detail1 h1,#sd #detail2 h1,#sd #detail3 h1,#sd #detail4 h1,#sd #detail5 h1 {
	border-bottom:1px solid #dedede;
	color:#000;
	float:left;
	font-family:Georgia;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
}
#sd #header-main {
	background-color:#FFF;
	float:left;
	padding:0 10px 20px;
	width:780px;
}
.student-list {
	float:left;
	width:100%;
}
.student-list li {
	border-bottom:1px solid #ededed;
	height:77px;
	padding:10px 0;
	width:100%;
}
.student-list li a {
	color:#666;
	float:left;
	font-family:Georgia;
	font-size:27px;
	height:77px;
	line-height:77px;
	text-align:left;
	text-decoration:none;
	width:100%;
}
.student-list li a:hover {
	color:#000;
}
.student-list .active li a {
	color:#000;
}
.student-list li a img {
	float:left;
	margin:0 10px 0 0;
}
.student-list-header {
	background-repeat:no-repeat;
	float:left;
	margin:0 0 10px;
	width:100%;
}
.student-list-header h2 {
	border-bottom:1px solid #ededed;
	float:left;
	font-family:Georgia;
	font-size:35px;
	font-weight:400;
	padding:0 0 10px;
	width:445px;
}
.student-list-header h2 a {
	background-color:#74c043;
	color:#FFF;
	font-family:arial;
	font-size:12px;
	font-weight:700;
	line-height:35px;
	margin:0;
	padding:4px;
	text-decoration:none;
}
.student-list-header img {
	float:left;
	margin: 0 10px 0 0;
}
.column {
	margin:0 15px 0 0;
	width:300px;
}
.column li {
	height:100%;
	padding:0 55px 10px 0;
	float:left;
}
