@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECECEA;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container #mainContent table  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(backcontain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.testingtext {
	color: #1B4F86;
}
.welcomebox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #151B39;
	height: 350px;
	width: 679px;
	padding-top: 5px;
	padding-left: 10px;
}
.twitterbox {
	padding-left: 20px;
	padding-top: 10px;
}
.emailbox {
	background-image: url(images/emailboxbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 268px;
	height: 173px;
}
.emaildiv {
	background-color: #2D79C0;
	width: 220px;
	background-image: url(images/emailboxmid.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.youtubeclass {
	margin-left: 5px;
	height: 288px;
	clear: none;
	float: right;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr .emailbox .emaildiv a {
	color: #41C0DB;
}
.oneColFixCtrHdr #container #mainContent #scroller {
	padding-top: 22px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4FAEE4;
	text-align: center;
}
.oneColFixCtrHdr #container #footer p a {
	color: #489ED1;
}

#navigation {
	padding-top: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 378px;
	z-index: 10000;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr .emailbox .emaildiv form {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent #scroller #mycrawler2 {
	z-index: -5000;
}
#mycrawler2 img {
	z-index: -4000;
}
.oneColFixCtrHdr #container #mainContent #scroller {
	z-index: -6000;
}
.marquee {
	z-index: -5000;
}
.addresshomeclass {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2F85B5;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.specialpic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F85B5;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
.specialpicimage {
	margin-bottom: 3px;
	border: thin solid #C65840;
	float: left;
	margin-right: 10px;
	margin-left: 60px;
}
.specialpicnofloat {
	margin-bottom: 3px;
	border: thin solid #C65840;
}
.slideshow {
	height: 288px;
	float: left;
	width: 250px;
}

