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

body {
	background-color: #f1f1f1;
	background-image:url(images/headBackground1.gif);
	background-repeat:repeat-x;
}
a:link {color: #ffffff; font-weight:normal; text-decoration:none;}
a:hover {color: #ccffff; font-weight:normal; text-decoration:underline;}
a:visited {color: #ffffff; font-weight:normal; text-decoration:none;}
img {border:none;}

#masterDiv {
	position:relative;
	width:880px;
	height:752px;
	z-index:2;
	background-color:#f1f1f1;
	background-image:url(images/headBackground1.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	left: 0px;
}
#bodyBackground {
	position:absolute;
	width:100%;
	height:400px;
	z-index:1;
	left: 0px;
	top: 208px;
	background-image:url(images/bodyBackground1.png);
	background-repeat:repeat-x;
}
#footerBackground {
	position:absolute;
	width:100%;
	height:120px;
	z-index:1;
	left: 0px;
	top: 648px;
	background-color:#333333;
	background-image:url(images/footerBackground1.gif);
	background-repeat:repeat-x;
}
#logo {
	position:absolute;
	width:120px;
	height:160px;
	z-index:11;
	left: 40px;
	top: 40px;
	background-image:url(images/tdsyLogo.gif);
	background-repeat:no-repeat;
}
#navButton1 {
	position:absolute;
	width:81px;
	height:40px;
	z-index:12;
	left: 495px;
	top: 102px;
}
#navButton2 {
	position:absolute;
	width:85px;
	height:40px;
	z-index:12;
	left: 616px;
	top: 102px;
}
#navButton3 {
	position:absolute;
	width:105px;
	height:40px;
	z-index:12;
	left: 741px;
	top: 102px;
}
#subNav3 {
	position:absolute;
	width:105px;
	height:124px;
	z-index:11;
	left: 741px;
	top: 60px;
	visibility:hidden;
}
#subNav3Hider {
	position:absolute;
	width:100%;
	height:200px;
	z-index:1;
	right: 0px;
	top: 0px;
	visibility:visible;
}
#bodyDiv {
	position:absolute;
	width:100%;
	height:400px;
	z-index:1;
	left: 0px;
	top: 200px;
	background-image:url(images/bodyBackground2.png);
	background-repeat:no-repeat;
}
#previousButton {
	position:absolute;
	z-index:11;
	left: 540px;
	top: 530px;
	width:100px;
	height:60px;
}
#nextButton {
	position:absolute;
	z-index:11;
	left: 680px;
	top: 530px;
	width:100px;
	height:60px;
}
#footerDiv {
	position:absolute;
	width:100%;
	height:120px;
	z-index:1;
	left: 0px;
	top: 640px;
	background-color:#333333;
	background-image:url(images/footerBackground1.gif);
	background-repeat:repeat-x;
}
#phonePic {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	left: 40px;
	bottom: 40px;
	background-image:url(images/phoneIcon.gif);
	background-repeat:no-repeat;
}
#phoneNumber {
	position:absolute;
	width:auto;
	height:20px;
	z-index:1;
	left: 95px;
	bottom: 40px;
}
#emailPic {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	left: 260px;
	bottom: 40px;
	background-image:url(images/emailIcon.gif);
	background-repeat:no-repeat;
}
#emailAddress {
	position:absolute;
	width:auto;
	height:20px;
	z-index:1;
	left: 315px;
	bottom: 40px;
}
#copyright {
	position:absolute;
	width:auto;
	height:20px;
	z-index:1;
	left: 600px;
	bottom: 40px;
}

</style>

