/* - - - - - - BASE - - - - - - - - - - - - - */

*{
	/*font-size:100%;*/
	margin:0;
	padding:0;
	}

a:link{
	color:#464646;
	text-decoration:underline;
	}

a:visited {
	color:#464646;
	text-decoration:underline;
	}

a:hover{
	color:#464646;
	text-decoration:underline;
	}

body, html{
	color:#464646;
	}

body{
	font: 13px "georgia", sans-serif; 
	line-height:1.4;
	background-color:#ebebeb;
	margin-bottom:20px;
	}

body#home #banner{
	height:157px;
	clear:both;
	background:url(images/banner.jpg) no-repeat top left;
	}

div.subnav{
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:7px;
	}

H1{
	border:0px solid transparent;
	background:url(images/header_logo.jpg) no-repeat right center;
	line-height:90px;
	margin-right:30px;
		/*position:relative;
	top:30px;
	left:347px;*/
	text-indent:-5000px;
	}

/*H1 span{
	visibility:hidden;
	}*/

#header a{
	text-decoration:none;
	}
	
H2, H3, H4{
	line-height:1.3;
	}

H2{
	color:#f25824;
	font-size:26px;
	font-weight:normal;
	margin-bottom:7px;
	}

H2 span{
	visibility:hidden;
	}

H3{
	color:#464646;
	font-size:15px;
	margin:7px 0;
	}
	
H4{
	color:#464646;
	font-size:13px;
	margin:7px 0;
	}
	
/*H5{
	color:#00538d;
	font-size:12px;
	line-height:1.75;
	}
*/


ul.list{
	list-style-type:none;
	}

ul.list li{
	padding-bottom: 7px;
	}

ul.school{
	width:auto;
	float:left;
	list-style-type:none;
	}
	
ul.school li{
	padding-bottom: 7px;
	}

table{
	font-size:100%;
	border-collapse:collapse;
	}

table#results{
	width:95%;
	}

table#results td{
	padding:3px 7px 3px 0;
	text-align:left;
	}

table#results td.first{
	padding-left:3px;
	}

table#results th{
	padding:3px 0;
	text-align:left;
	}

table#results td.right, table#results th.right{
	text-align:right;
	}

td{
	border-collapse:collapse;
	}

.block{
	display:block;
	}

.blue{
	color:#c0e2e1;
	}

.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	visibility:hidden;
	}

#content{
	margin-left:205px;
	text-align:left;
	margin-top:4px;
	margin-right:40px;
	}

#content a{
	color:#f25824;
	text-decoration:underline;
	}

#content a:hover{
	/*color:#464646;*/
	color:#c5ad67;
	text-decoration:underline;
	}

#content p.caption, #sidebar p.caption, #leftcol p.caption, #rightcol p.caption{
	padding:5px 0 0 0;
	text-align:right;
	margin:0 0 0 0;
	line-height:1;
	}

#content p{
	margin-bottom:7px;
	line-height:1.6;
	}
	
.floatleft{
	float:left;
	}

#foot_container{
	clear:both;
	background:url(images/foot_container_back.gif) no-repeat center;
	height:61px;
	}

#footer{
	background: url(images/footer_back.gif) repeat-x top;
	width:761px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p{
	padding:27px 0 0 20px;
	text-align:left;
	float:left;
	}

#footer a{
	text-transform:uppercase;
	font-size:11px;
	}

#footer a:hover{
	color:#c5ad67;
	}	

.gold{
	color:#c5ad67;
	}

#header{
	height:94px;
	background:url(images/header_back.jpg) no-repeat top left;
	}

.ltgrey{
	color:#acacac;
	}

#nav{
	clear:both;
	}

#nav ul {
	height:34px;
	list-style:none;
	}

#nav ul li {
	float:left;
	list-style-type:none;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}

#nav ul li a {
	display:block;
	text-decoration:none;
	padding:2px 10px 0 10px;
	line-height:34px;
	text-transform:uppercase;
	font-size:11px;
	}

#nav li a:hover{
	background-color: #c0e2e1;
	text-decoration:none;
	}
	
#nav li a.current, #nav li a.current:hover{
	background-color: #f25824;
	color:#fff;
	}

#outer_wrap{
	background:#ebebeb url(images/body_back.gif) repeat-y top center;
	}

#project_credit{
	float:right;
	width:148px;
	padding-top:27px;
	text-align:left;
	}

#sidebar{
	float:left;
	width:200px;
	text-align:left;
	background:url(images/sidebar_back.gif) repeat-y left;
	}

#sidebar H2{
	height:23px;
	background:url(images/sidebar_head_search.gif) no-repeat left;
	padding:0;
	margin:10px 0 10px 20px;
	text-align:left;
	color:#acacac;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	}

.school_img{
	float:left;
	margin-right:20px;
	}

#sidebar input.input, #sidebar select.select{
	width:132px;
	font:12px arial sans-serif;
	border:1px solid #cccccc;
	display:block;
	color:#464646;
	padding:3px;
	} 

#sidebar input.button{
	margin:18px 20px;
	display:block;
	}

#sidebar div.label{
	margin:15px 0 2px 20px;
	}

#sidebar div, #sidebar p, #sidebar input, #sidebar select{
	text-align:left;
	margin:0 0 0 20px;
	}

#sidebar p{
	margin-top:7px;
	}

.red{
	color:#f25824;
	}
	
#wrap{
	margin:0px auto;
    width:761px;
	text-align:center;
	background-color:#fff;
	} 