@charset "utf-8";
/* CSS Document */

/* Colors
#020b08c - teal green of logo lines and page borders
#004c91 - blue of logo text
#def4fa - light blue of background

*/

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #def4fa;
	text-align: left;
}
.DivWholePage {
	height: auto;
	width: 1000px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.DivBanner {
	float: left;
	height: 380px;
	width: 1000px;
	background-image: url(images/Teacher-Home-Visit-banner.jpg);
	background-repeat: no-repeat;
}
.DivMainContentOuter {
	float: left;
	background-image: url(images/page-sides.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	height: auto;
}
.DivMainContentInner {
	width: 750px;
	height: auto;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 0px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}
.DivBanner IMG {
	padding-top: 7px;
}
.DivSideContentContainer {
	float: left;
	width: 215px;
	margin-right: 50px;
	margin-left: 100px;
	margin-top: 20px;
	padding: 0px;
	display:inline;
	height:auto;
}
.DivSideContentTop {
	width: 215px;
	height: 16px;
	background-image:url(images/union-recycling-side-content-top.gif);
}
.DivSideContentMiddle {
	width: 195px;
	background-image: url(images/union-recycling-side-content-background.gif);
	background-repeat:repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	height:auto;
}
.DivSideContentBottom {
	width: 215px;
	height: 21px;
	background-image:url(images/union-recycling-side-content-bottom.gif);
}
.DivFooterBox {
	width: 1000px;
	height: 90px;
	text-align: center;
	float: left;
	background-image: url(images/footer-background.jpg);
	background-repeat: no-repeat;
}
.DivFooterContent {
	text-align: center;
	overflow: auto;
	position: relative;
	top: 20px;
	left: 1px;
	height: 60px;
	width: 670px;
	margin-right: 160px;
	margin-left: 70px;
	margin-bottom: 10px;
}
.DivFooterBox a {
	font-family: Calibri, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
}
.DivMainContentInner p {
}
.DivFooterBox a:visited {
	color: #CCCCCC;
}
.DivTextBlockHighlight01 {
	clear: both;
	margin-left: 75px;
	margin-right: 100px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h1 {
	font-size: 1.75em;
	color: #000000;
	text-shadow: 1px 1px 2px #333;
	text-shadow: 1px 1px 2px #333;	
}
h2 {
	font-size: 1.5em;
	color: #004c91;
}
h3 {
	font-size: 1.25em;
	display: inline;
}
h4 {
	font-size: 1em;
}
li {
	margin-bottom: 10px;
}
.ImgPhotoLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:inline;
	border: 5px solid #004c91;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
strong {
	font-weight: bolder;
	color: #0e2f73;
}
.ImgPhotoRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
	display:inline;
	border: 5px solid #004c91;
	-webkit-box-shadow: 5px 5px 3px #777;
	-moz-box-shadow: 5px 5px 3px #777;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#recentData {
	float: right;
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	border-left: 2px solid #0e2f73;
	background-color: #ffffff;
}

#recentData li {
	font-size: 80%;
}

.quoteBoxImgRight {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
	display:inline;
}
.quoteBoxImgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:inline;
}

