@charset "UTF-8";
body {
	background-image: url(../images/bg_shadowimage.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
#container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
} 
#header {
	background-color: #FFFFFF;
	background-image: url(../images/trinityschoolheadernew1.jpg);
	height: 173px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #EAB44A;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	color: #2A0000;
	background-color: #EAB44A;
}
/*sidebar begins only for index page*/

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #EAB44A;}
	
	#container #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #EAB44A;
}
#container #sidebar li {
	list-style-type: disc;
}
#container #sidebar a {
	text-decoration: none;
	display: inline;
	height: 32px;
	color: #11335D;
	font-weight: bolder;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	list-style-type: decimal;
}

#container #sidebar #buttonside a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar #buttonside #accs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#container #sidebar #buttonside {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #sidebar #buttonside img {
	float: left;
}
/*end of sidebar css*/


#container #sidebar2 #sidebartextp {
	float: left;
	margin-top: 20px;
	width: 200px;
}

#container #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #EAB44A;
}

#container #sidebar2 #sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #EAB44A;
	text-decoration: none;
}
#container #sidebar1 ul li {
}
#container #sidebar2 #sidenav ul li {
}
#container #sidebar1 li {
	list-style-type: disc;
}
#container #sidebar2 #sidenav li {
	list-style-type: none;
	height: 40px;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar1 a {
	text-decoration: none;
	display: inline;
	height: 32px;
	color: #11335D;
	font-weight: bolder;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	list-style-type: decimal;
}
#container #sidebar2 #sidenav a {
	text-decoration: none;
	display: block;
	color: #EAB44A;
	background-color: #11335D;
	font-weight: bolder;
	text-align: left;
	list-style-type: none;
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
	width: 186px;
}
#mainContent {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin-left: 0px;
	width: 500px;
} 
#mainContentcal {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0px;
	width: 761px;
	padding-right: 3px;
	padding-left: 3px;
} 
#container #mainContentcal #calendarlist {
	width: 196px;
	float: left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#container #mainContentcal .calendartables {
	width: 552px;
	float: left;
}
#container #mainContent h1 {
	font-size: 30px;
	color: #11335D;
}
#container #mainContent h2 {
	color: #11335D;
}
cal {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	margin-left: 0px;
	width: 768px;
} 
#footer {
	background-color: #11335D;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 738px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #EAB44A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #subnavigation {
	color: #11335D;
	background-color: #FFFFFF;
	width: 767px;
	height: 25px;
	padding-top: 10px;
	float: left;
	list-style-type: none;
	margin: 0px;
}
#container  #subnavigation  ul li a {
	text-decoration: underline;
	color: #11335D;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#container #subnavigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

#container #subnavigation ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#container #subnavigation li {
	text-decoration: none;
	display: inline;
}
#container #subheadernav {
	height: 49px;
	width: 764px;
	float: left;
	background-color: #11335D;
	padding-left: 1px;
}
#container #subheadernav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container #subheadernav ul a:hover {
	background-color: #11335D;
}
#container #subheadernav li {
	display: inline;
	color: #FFFFFF;
}
#container #footer h5 {
	color: #CCCCCC;
}
#container #footer div {
	float: right;
	margin-top: -23px;
	color: #CCCCCC;
	font-size: 10px;
}
#container #footer li {
	display: inline;
	color: #EAB44A;
	text-decoration: none;
}
#container #footer a {
	color: #EAB44A;
	text-decoration: none;
}
#container #subheadernav a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	color: #EAB44A;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
}
#container #subheadernav #nav #homeLink a {
	width: 45px;
}

#nav li.current a {
	background-color: #11335D;
	color: #01447B;
	font-weight: bold;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EAB44A;
	color: #EAB44A;
}

#home #container #mainContentcal #calendarlist h4 {
	font-size: 12px;
	color: #11335D;
	margin: 0px;
	padding: 0px;
}
#container #mainContent h4 {
	color: #11335D;
}
#container #sidebar1 h3 {
	color: #11335D;
}
#container #sidebar2 h3 {
	color: #11335D;
	}
	
	
#container #mainContentcal #calendar {
	width: 545px;
	float: left;
}
#container  #mainContentcal  .calendarlist p  {
	float: left;
	width: 100px;
	border: 2px solid #FFFFFF;
}
#container #mainContentcal #calendarlist p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#container #mainContent a {
	color: #11335D;
	text-decoration: none;
}
#container #sidebar1 #buttonside a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar1 #buttonside #accs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#container #sidebar1 #buttonside {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 #buttonside img {
	float: left;
}
#container #mainContent1 {
	width: 717px;
	margin: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #sidebar1 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent #facultyname {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #EAB44A;
	text-align: left;
}
#container #mainContent #facultyname h2 {
	margin: 0px;
	padding: 0px;
}
#container #mainContent #facultyclass {
	float: left;
	width: 289px;
	text-align: right;
}
#container #mainContent #facultyclass h2 {
	margin: 0px;
	padding: 0px;
}
#facultyrepeating {
	float: left;
	width: 511px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #sidebar2 #sidenav {
	margin: 0px;
	padding: 0px;
	float: left;
}
#container #mainContent #videocentered {
	width: 330px;
	padding-left: 85px;
}
