@charset "UTF-8";

/* Global Content Formatting and Styles */

html, body { 
	color: #575c7A;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 14px;
	background-color: #1b4376;
	height:100%; /* needed for container min-height */
}
body {
	padding: 0;
	margin: 0;	
}

h1 {
	font-size: 1em;
	font-weight: normal;
	color: #a6430a;
	margin: 0 0 .5em 0;	
}
h2 { font-size: 1.7em; margin: 0 0 1em 0; color: #000000;}
h3 { font-size: 1.3em; margin: 0 0 1em 0; font-weight: normal; color: #000000; margin: 10px 0px 0px 0px; }
p { margin: 0 0 .75em 0; }
a { color: blue; }
a:hover { color: #0093ff;}

button {
	cursor: pointer;	
}

nav a {
	color: #7C6A55;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: .7em;
	font-family: Verdana;
}
nav a:hover { color: #fff;}



.listing {text-align: left}
.listing h3 { font-size: 1.1em; margin: 0; }
.listing p { font-size: .9em; margin-bottom: .5em}


.parent {
  	position: relative;	
	margin: 0px 0px 12px 0px;
}
.student {
	font-size: 11px;	
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
.student a {
	text-decoration: none;
	color: #00F;
	font-size: 11px;
}
.student img {
	width: 60px; 
}
@media screen and (max-width: 480px) {
	.student img {
	width: 60px; 
	display: block;
	}
}
.homeaddress {
	margin: 0px 0px 12px 0px;
}
.clear-fix { clear: both; line-height: 1px; }
.clear-fix-border { clear: both; line-height: 1px; border-top: 1px solid #cccccc; margin: 10px 0px 5px 0px}

.signout {
display: inline;	
}

#Directory_SignInForm {
text-align:left; 
margin: 0px; 
padding: 5px; 
max-width: 255px;
min-height: 212px;
background-color: #ffffff;
border: 1px solid #bbbbbb;
opacity: .98;
}

header { 
	height: 75px;
	background-color: #1b4376;
	width: 100%;
}
.banner {
	width: 	800px;
	height: 75px;
	margin: 0px auto;
	position: relative;
	padding: 0px 5px;
	overflow: hidden;
}
.bannerleft {
	width: 50%;	
	overflow: auto;
	float: left;
}
.bannerleftpublic {
	width: 100%;	
	overflow: auto;
}
.bannerimage {
	float:left; 
	margin: 10px 5px 5px 5px;
	width: 50px;
}
.bannerimage img {
	width: 50px;
}
.bannertext {
	color: #ffffff; 
	text-align:left; 
	margin-left: 10px; 
	padding: 10px 0px 0px 0px; 
	font-size: 12px; 
	float: left; 
	line-height: 16px;
	cursor: pointer;
}
.bannerright {
	width: 50%;
	overflow: hidden;
	float: left;
}
.bannersignedin {
	color: #ffffff;
	text-align: right;
	padding: 10px 10px 0px 0px;
	font-size: 11px;
}
.bannersignedin a {
	color: #ffffff;
	text-decoration: none;
}
.welcomeName {
	color: #ffffff;
}
.welcomeLinks {
	color: #ffffff;
}
.welcomeLinks a {
	color: #ffffff;
}
nav {
	width: 100%;
	display: block;
	background-color: #f0f0f0;
	padding: 3px 0px;
}

nav a.active { 
	background-color: #ffffff; 
	color: #515673;
	font-weight: bold;
	border: 1px solid #ffffff;
}
nav a  { 
	color:#515673;
	margin: 0px;
	display: inline;
	padding: 14px 10px;
	/*
	border: 1px solid #A6abc5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;*/
}
nav a:hover {
	background-color: #ffffff; 	
	color:#515673;
	border: 1px solid #ffffff;
}
nav .navcontent {
	width: 800px;
	margin: 0px auto;	
	position: relative;
	height: 30px;
	padding: 0px 5px;
}
nav .directorylink {
	float: left;
	width: 30%;
	text-align: left;
}
nav .searchfiltercontainer {
	float: left;
	width: 70%;
	text-align: right;
}
nav img {
	margin: 0px;
	padding: 0px;	
}
nav .searchdirectory {
	float: right;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #A6abc5;	
	background-color: #ffffff;
	height: 24px;
	overflow: hidden;
	width: 184px;
	text-align: right;
}
nav #SearchTerm {
	margin: 0px; 
	width: 150px; 
	height: 18px; 
	padding: 2px;
	border: 0px;
}
nav #GoButton {
	margin: 0px; 
	cursor: pointer;
	vertical-align:top;
}
nav #ResetButton {
	vertical-align:middle;
	cursor: pointer;
	margin: 0px; 	
}
nav .directorytool {
	text-align: right;
	font-size: 11px;
	float: right;
	margin: 0px 5px;
}
nav select {
	width: 100px; 
	height: 25px; 
	margin: 0px;
	vertical-align: top;
}

article { 
padding: 15px 0px 0px 0px; 
width: 100%;
margin: 0px;
background-color: #ffffff;
overflow: auto;
}
.content_container {
	max-width: 800px;
	margin: 0px auto;
	background-color: #fff;
	min-height: 100px;
	padding: 0px;
	position: relative;
}
.content_container_pdf {
	background-color: #fff;
	min-height: 300px;
	padding: 10px;
	margin-left: 0px;
}

.listing_container { padding: 10px 0px 0px 0px; margin: 0px;}
.listing .content { padding: 0px; font-size: 11px; line-height: 1.3em}
.listing.one { width: 100%; }
.listing.two { width: 100%; }

footer { 
	font-size: .8em; 
	font-family: Verdana;
	width: 100%;
	background-color: #1b4376;
}
.footerFeature {
width: 100%; 
background-color: #f0f0f0; 
overflow: auto;	
}
.footerFloatHolder {
width: 800px; 
margin: 0px auto;
padding: 10px 0px;
overflow: auto;
}
.footerFloatie {
float: left; 
width: 32%; 
text-align: left; 
font-size: 10px;
}
.footerFloatie a {
	color: #575c7A;	
	text-decoration: none;
}
.footerText {
	width: 90%;
	max-width: 800px;
	margin: 0px auto;
	color: #ffffff;	
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.footerText a {
	color: #ffffff;	
	text-decoration: none;
}
.footerTextLarge {
	text-align: center;
}
.footerTextSmall {
	display: none;
}

.directoryOptionContainer {
text-align:left; 
margin: 0px; 
padding: 5px; 
max-width: 255px;
min-height: 212px;
background-color: #ffffff;
opacity:0.95;
border: 1px solid #bbbbbb;
overflow: hidden;
}
.directoryOptionBox {
	padding: 20px 5px; 
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
}
.directoryOption {
	border: 1px solid #1b4376;
  	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 12px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */	
	border-radius: 12px;
	padding: 8px;
	margin: 5px;
	background-color: #1b4376;	
	color: #ffffff;
	text-align: center;
}
.directoryOption:hover {
	cursor: pointer;
	background-color: #ffffff;	
	color: #515673;
	font-weight: bold;
}
.welcomemat {
	width:800px; 
	height: 300px; 
	margin: 0px auto;
	background-image: url('../sitefiles/image/taylorchangeofseasons.jpg');
	background-size: auto 300px;
	background-repeat: no-repeat;	
	background-position: left center;
}
.welcomematleft {
	float: left; 
	width: 55%; 
	text-align: left;
}
.welcomematright {
	float: left; 
	width: 35%;
}
#SignInForm {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin: 0px; 
	padding: 5px;	
	background-color: #ffffff;
}

#SignInError {
color: #900000; 
font-size: 11px; 
font-family: Verdana; 
text-decoration:none;
padding: 10px;
margin: 0px;
}
.SignInTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
	text-align: left;	
}
.SignInHeading {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 0px 5px;
}
.SignInField {
	font-size: 11px;	
	text-align: left;	
	padding: 5px;
	margin: 0px;
}
.SignInField input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}
.SignInSubmit {
	font-size: 11px;
	text-align: left;
	padding: 5px;
	margin: 0px;
	
}
.SignInSubmit input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
}

.notices {
	width: 800px;
	text-align: left;
	margin: 0px auto;		
	overflow: auto;
}
.notices table {
	width: 400px;
	border: 1px solid #bbbbbb;
	border-collapse:collapse;
}
.notices th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #bbbbbb;
	border-collapse:collapse;
	font-size: 12px;
}
.notices td {
	font-weight: normal;
	padding: 5px;
	border: 1px solid #bbbbbb;
	border-collapse:collapse;
	width: 33%;

}
.notices .anchorlinks {
	font-size: 10px;	
}
.notices .schedule {
	margin: 15px 0px;	
}
.notices b {
	font-size: 12px;	
}
.notices p {
	font-size: 11px;	
	margin: 15px 0px;
}
.notices .Container_PasswordChangeForm {
	font-size: 11px;
}
.notices .PasswordChangeTitle {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
.notices .PasswordChangeNote {
	margin: 10px 0px;
}
.notices ul {
	font-size: 11px;	
	margin: 0px 0px 12px 30px;
	list-style:square;
}
.notices li {
	font-size: 11px;	
	margin-bottom: 10px;
	
}
.DirectoryTitle {
	font-size: 16px;	
}
.DirectoryYear {
	font-size: 10px;	
}
.SchoolName {
	font-size: 10px;	
}

#extrasmall {
display: none;	
}
#small {
display: none;		
}
#medium {
display: none;		
}
.accesstoggle {
cursor: pointer;
color: blue;
}
.changeStuff .ui-dialog-titlebar {display:none}
.sitealert {
width: 96%;
padding: 10px 2% 20px 2%;
text-align: center;
overflow: hidden;
font-size: 14px;
line-height: 25px;
z-index: 999999;
}
.closebtn {
	margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;	
}
.closebtn:hover {
    color: black;
}
.sitealerttitle {
font-size: 16px;
padding: 0px 0px 15px 0px;	
clear: both;
font-weight: normal;
}
.sitealerttext {
	width: 95%;
	max-width: 700px;
	margin: 0px auto;
	text-align: left;
}
.editbtn {
	margin-left: 30px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;	
}
.editbtn:hover {
    color: black;
}
.alertlist {
	list-style-type: square;
	padding: 0px 0px 10px 10px;
	list-style-position: outside;
	text-align: left;
}
.alertlist li {
	padding: 0px 0px 15px 0px;
}
.introduction {
	color: #575c7A;
	font-size: 14px;
	padding: 5px 0px;
}