@charset "UTF-8";
/* CSS Document */


body 								{
									font-family: "Goudy Oldstyle W01", Georgia, "New Times Roman", Times, serif;
									font-size: 16px;
									color: #1f1f1f;
									font-weight: normal;
									line-height: 19px;
									margin-left: 0px;
									margin-top: 0px;
									background: #559cbe url(/images/sy_background.gif) repeat-x fixed; 
									padding: 10px 10px 40px 10px;
									}
	
	
a 									{
									color: #3c738d;
									text-decoration:underline;
									}


a:active 							{
									color: #e68f1a;
									text-decoration:none;
									}


a:hover 							{
									color: #e68f1a;
									text-decoration:underline;
									}
									
									
.tablemain {
	background-color: #ffffff;
	position: relative;
	margin: 0px auto;
	width: 960px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .35); 
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);  
  	-webkit-border-bottom-right-radius: 20px;
  	-moz-border-radius-bottomright: 20px;
  	-o-border-bottom-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}

body.front .tablemain {
	background-color: #e68f1a;
}



/* NEW STYLES from Schoolyard */

/* GENERAL STYLES */
h1									{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 24px;
									color: #3c738d;
									font-weight: normal;
									margin-bottom: 20px;
									margin-top: 10px;
									} 


h2									{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 16px;
									color: #000000;
									font-weight: bold;
									margin-bottom: 14px;
									margin-top: 0px;
									} 

strong, 
b {
	font-family: "Goudy Oldstyle W01 Bold", Georgia, "New Times Roman", Times, serif;
}

em, 
i {
	font-family: "Goudy Oldstyle W01 Italic", Georgia, "New Times Roman", Times, serif;
}

b i, 
i b, 
strong em, 
em strong {
	font-family: "Goudy Oldstyle W01 Bold Italic", Georgia, "New Times Roman", Times, serif; 
}

img {
	border: none;
}
/* GLOBAL STYLES */
div.clear {
  	font-size: x-small;
  	height: 1px;
  	margin-top: -1px;
  	clear: both;
}

#header-div {
	background-color: #e68f1a;
	position: relative;
	width: 960px; 
	height: 35px;
	margin: 0 auto;
}
#hm-logo {
	position: absolute; 
	float: left;
	top: 10px;
	left: 10px; 
	z-index: 999;
}

.header-color {
	background-color: #e68f1a;
}

#main-nav {
	height: 110px; 
	position: relative;
	z-index: 998; 
	text-align: right; 
	padding: 5px 0px 0px 0px;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35); 
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
	box-shadow: 0px 10px 5px rgba(0, 0, 0, .35);  
}

#toolbar-nav {
	text-align: right;
	font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	border-right: none;
}

#toolbar-nav a:link, 
#toolbar-nav a:visited {
	text-decoration: none;
	color: #ffffff;
}

#toolbar-nav a:hover, 
#toolbar-nav a:active, 
#toolbar-nav a:focus {
	text-decoration: underline;
	color: #ffffff;
}

#toolbar-nav form {
	display: inline; 
	position: relative;
}

.searchbox {
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   	background-color: #e68f1a;
   	border: 1px solid #ffffff;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
}
									
.searchicon	{
	font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
   	background-color: #e68f1a;
   	border: 1px solid #ffffff;
	height: 18px; 
	padding-bottom: 3px;
	margin: 9px 10px 0px 0px; 
	position: relative; 
	top: 1px;
}

td.navmainspacing {
	padding: 10px 0px 10px 0px;
}

#sidebar-menu {
	width: 267px;
	background-color: #fdf7b6;
	padding-bottom: 40px; 
	margin-left: 30px;
  	-webkit-border-bottom-right-radius: 20px;
  	-moz-border-radius-bottomright: 20px;
  	-o-border-bottom-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}

#sidebar-menu h2 {
	background-color: #518192;
	color: #ffffff;
	padding: 10px 10px 5px 10px; 
	font-size: 18px; 
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);

}

#sidebar-menu a {
	font-family: "Gill Sans W01 Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 10px 2px 10px;
	margin-left: 10px; 
	width: 240px;
}

#sidebar-menu a:link {
	color: #492212;
	text-decoration: none;
}

#sidebar-menu a:visited {
	color: #492212;
	text-decoration: none;
}

#sidebar-menu a:hover {
	color: #3c738d;
	text-decoration: none;
	width: 240px;
	background-color: #f2ca76;
  	-webkit-border-top-left-radius: 15px;
  	-moz-border-radius-topleft: 15px;
  	-o-border-top-left-radius: 15px;
  	border-top-left-radius: 15px;
  	-webkit-border-top-right-radius: 15px;
  	-moz-border-radius-topright: 15px;
  	-o-border-top-right-radius: 15px;
  	border-top-right-radius: 15px;
  	-webkit-border-bottom-left-radius: 15px;
  	-moz-border-radius-bottomleft: 15px;
  	-o-border-bottom-left-radius: 15px;
  	border-bottom-left-radius: 15px;
  	-webkit-border-bottom-right-radius: 15px;
  	-moz-border-radius-bottomright: 15px;
  	-o-border-bottom-right-radius: 15px;
  	border-bottom-right-radius: 15px;
}


#sidebar-menu a:active	{
	color: #3c738d;
	text-decoration: none;
	background-color: #f2ca76;
  	-webkit-border-top-left-radius: 15px;
  	-moz-border-radius-topleft: 15px;
  	-o-border-top-left-radius: 15px;
  	border-top-left-radius: 15px;
  	-webkit-border-top-right-radius: 15px;
  	-moz-border-radius-topright: 15px;
  	-o-border-top-right-radius: 15px;
  	border-top-right-radius: 15px;
  	-webkit-border-bottom-left-radius: 15px;
  	-moz-border-radius-bottomleft: 15px;
  	-o-border-bottom-left-radius: 15px;
  	border-bottom-left-radius: 15px;
  	-webkit-border-bottom-right-radius: 15px;
  	-moz-border-radius-bottomright: 15px;
  	-o-border-bottom-right-radius: 15px;
  	border-bottom-right-radius: 15px;
}


#footer-banners a {
	margin: 10px 0px 15px 10px;
	padding-bottom: 5px;
}

#footer {
	margin: 10px auto; 
	color: #ffffff;
	font-size: 11px;
	font-family: "Gill Sans W01 Book", Arial, Helvetica, sans-serif; 
}

#footer a:link, 
#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover, 
#footer a:active, 
#footer a:focus {
	text-decoration: underline;
	color: #ffffff;
}

#footer form {
	display: inline;
}

#footer .iblogo_spacing	{
	padding: 0px 5px 0px 0px;
}

.nav-spacer {
	width: 346px;
}

.content-spacer {
	width: 614px;
}
.tablecontentholder {
	background-color: #FFFFFF; 
	padding-top: 20px; 
	padding-right: 30px;
}


/* HOME STYLES */
body.front #main-nav {
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;  
}

#slider {
    position:relative;
    width:960px; /* Change this to your images width */
    height:432px; /* Change this to your images height */ 
    margin-top: -100px; 
    z-index: 0;
    background:url(/includes/loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, .35); 
	-moz-box-shadow: 0px 7px 8px rgba(0, 0, 0, .35);
	box-shadow: 0px 7px 8px rgba(0, 0, 0, .35);  
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}



body.front .home-copy {
	padding: 40px 20px 40px 40px;
}


body.front h1 {
	font-family: "Goudy Oldstyle W01 Bold Italic", Georgia, "New Times Roman", Times, serif; 
	font-weight: bold;
	font-style: italic;
	font-size: 23px; 
	letter-spacing: -1px;
	color: #5c2b17;
}

body.front .home-copy p {
	font-family: "Goudy Oldstyle W01", Georgia, "New Times Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
}

body.front .tablecontentholder {
	background-color: transparent;
}

#news-events {
	font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif; 
	width: 420px; 
	margin: 40px 0px 0px 20px; 
	padding-bottom: 20px;
	background-color: #f3ca5b;
  	-webkit-border-bottom-right-radius: 20px;
  	-moz-border-radius-bottomright: 20px;
  	-o-border-bottom-right-radius: 20px;
  	border-bottom-right-radius: 20px;
}

#news-events h2 {
	background-color: #518192;
	color: #ffffff;
	padding: 10px 10px 5px 10px; 
	font-size: 24px; 
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

#news-events ul {
	list-style: none; 
	margin: 0px;
	padding: 0px;
}

#news-events ul li {
	height: 95px;
	width: 170px;
	margin: 20px 0px 10px 25px; 
	padding: 0px;
	background-color: #518192; 
	border: solid 1px #518192;
	float: left; 
	display: inline;
}

#news-events .linkwrap {
	background-color: rgba(0,0,0,0.5); 
	padding: 5px; 
	height: 35px;
	margin-top: 50px;
}

#news-events a {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .95); 
	padding: 5px 0px;
}

#news-events a:link, 
#news-events a:visited {
	text-decoration: none;
	color: #f3ca5b;
}

#news-events a:hover, 
#news-events a:active, 
#news-events a:focus {
	text-decoration: none;
	color: #f3ca5b;
}

#news-events .one {
	background-image: url(../images/news_row.jpg);
}

#news-events .two {
	/*  background-image: url(../images/news_video_emphasis.jpg);	*/
	background-image: url(../images/news_auction.jpg);
}

#news-events .three {
	background-image: url(../images/news_guidingprinciples.jpg);
}

#news-events .four {
	background-image: url(../images/news_tour.jpg);
}

/* ORIGINAL STYLES FROM OLD SITE */



td.globalheaderspacing				{
									padding: 15px 0px 0px 0px;
									}


td.gmapspacing						{
									padding: 5px 5px 5px 5px;
									}



.nav_main:link 						{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #FFFFFF;
									text-decoration: none;
									}


.nav_main:visited 					{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #FFFFFF;
									text-decoration: none;
									}


.nav_main:hover 						{
									color: #FFFFFF;
									text-decoration: underline;
									}


.nav_main:active						{
									color: #FFFFFF;
									text-decoration: none;
									}


td.contentspacing					{
									padding: 0px 10px 0px 10px;
									}


td.contentspacingcontent			{
									padding: 0px 10px 15px 10px;
									}


.facultylink:link 					{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									line-height: 12px;
									}


.facultylink:visited 				{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									}


.facultylink:hover 					{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: underline;
									}


.facultylink:active					{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									}





.boardnames							{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #000000;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.boardtitles						{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: normal;
									font-style: italic;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.facultynames						{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #000000;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.facultytitles						{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: normal;
									font-style: italic;
									margin-bottom: 0px;
									margin-top: 0px;
									}




ul									{
									list-style-image: url(/images/list_arrow.gif); 
									list-style-type: disc;
									margin-left: 0px;
									margin-right: 40px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


ul.smallmargin						{
									list-style-image: url(/images/list_arrow.gif); 
									list-style-type: disc;
									margin-left: 0px;
									margin-right: 20px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


ol									{ 
									margin-left: 0px;
									margin-right: 40px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


.tablequote							{
									margin-left: auto;
									margin-right: auto;
									width: 600px;
									}


.tablequotesmall					{
									margin-left: 20px;
									margin-right: auto;
									width: 400px;
									}


.quotespacing						{
									padding: 5px 0px 8px 0px;
									font-family: "Goudy Oldstyle W01 Bold Italic", Georgia, "New Times Roman", Times, serif;
									color: #fa8d01;
									line-height: 18px;
									}


.quotetext							{
									font-size: 16px;
									} 


.quotemark							{
									font-size: 18px;
									} 


.faqtext							{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 12px;
									line-height: 22px;
									color: #fa8d01;
									font-weight: bold;
									font-style: italic;
									} 


.photoframe							{
									padding: 5px 5px 5px 5px;
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									float: right;
									}


.photoframenofloat					{
									padding: 5px 5px 5px 5px;
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									}


.photoframelogo						{
									padding: 0px 0px 0px 0px;
									border: 1px solid #FFFFFF;
									margin: 0px 0px 10px 10px;
									float: right;
									}


.tablevideo							{
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									}


.calendardate						{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 14px;
									color: #fa8d01;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.extendedcareday					{
									font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
									font-size: 14px;
									color: #fa8d01;
									font-weight: normal;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}
