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

body {
	width:100%;
	background-image:url(images/logoBG.png);
	background-color:#559f31;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

#wrapper {
	width:926px;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-left:#ffff00 solid 10px;
	border-right:#ffff00 solid 10px;
	margin-top:20px;
	padding:12px;
}

#header {
	width:925px;
	height:145px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#ffea00;
}

#language {
	margin:64px 0px 5px 6px;
	color:#A00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

#language a, #language a:visited {
	color:#A00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#subLanguage {
	margin:82px 0px 5px 6px;
	color:#A00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

#subLanguage a, #subLanguage a:visited {
	color:#A00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#menu {
	width:655px;
	height:59px;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	float:right;
}

.menu a, .menu a:visited {
	width:auto;
	padding:6px 8px 0px 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fffcd6;
	text-decoration:none;
	float:left;
	letter-spacing:0px;
}

.menu a:hover {
	color:#ffff00;	
}

#subMenu {
	width:655px;
	height:41px;
	background-image:url(images/subMenu2.jpg);
	background-repeat:repeat-x;
	float:right;
}

.subMenu a, .subMenu a:visited {
	width:auto;
	padding:12px 9px 0px 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fffcd6;
	text-decoration:none;
	float:left;
	letter-spacing:0px;
}

.subMenu a:hover {
	color:#ffff00;	
}
#leftCol {
	width:260px;
	min-height:500px;
	margin-top:17px;
	float:left;
}

.tiles {
	width:260px;
	height:28px;
	background-image:url(images/tile1.jpg);
	background-repeat:repeat-x;
}

.leftBox {
	width:256px;
	min-height:100px;
	margin-top:8px;
	background-color:#ec2414;
	border:#ec2414 solid 2px;
	font-size:14px;
	color:#fff33e;
}

.leftTitleBox {
	width:243;
	height:43px;
	background-color:#3ec224;
	padding:15px 0px 0px 15px;
	font-size:26px;
	color:#fff;
}

.leftTitleBox a, .leftTitleBox a:visited {
	font-size:26px;
	color:#fff;
	text-decoration:none;
}

#rightCol {
	width:655px;
	float:left;
	margin-left:10px;
	margin-top:17px;
}

#slideshow {
    position:relative;
    height:211px;
	width:655px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;	
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.tiles2 {
	width:623px;
	height:45px;
	padding:10px 0px 0px 20px;
	background-image:url(images/tile2.jpg);
	background-repeat:repeat-x;
	margin-top:17px;	
}

.deptBoxLarge {
	float:left;
	text-align:center;
}

.deptBoxLarge a, .deptBoxLarge a:visited {
	display:block;
	width:212px;
	height:243px;
	margin:0px 4px 0px 0px;
	padding-top:10px;
	background-color:#fff;
	border:solid 1px #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	font-weight:bold;
	font-size:16px;
	color:#f26522;
	line-height:.7;
	text-decoration:none;
}

.deptBoxLarge a:hover {
	background-color:#FF9;
	border:solid 1px #F60;
	color:#e05a00;
}

.deptBox, .deptBox a, .deptBox a:visited {
	width:160px;
	height:180px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	letter-spacing:0px;
	font-weight:bold;
	font-size:14px;
	color:#f26522;
	margin:10px 4px 10px 0px;
	line-height:.7;
	text-decoration:none;
}

#homeTextBox {
	margin-top:17px;
	width:605px;
	padding:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#185600;
	text-align:justify;
	line-height:1.3;
}

.subTextBox {
	width:605px;
	padding:15px 25px 25px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#185600;
	text-align:justify;
	line-height:1.3;
}

.deptTextBox {
	width:605px;
	min-height:130px;
	margin:0px 25px 0px 25px;
	padding:15px 0px 25px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#185600;
	text-align:justify;
	line-height:1.3;
	border-bottom:dotted #a00 1px;
}

.deptTextBox a, .deptTextBox a:visited {
	text-decoration:none;
	color:#F60;	
}

ul, li a, li visited {
	font-size:14px;
	font-weight:bold;
	color:#D00;
	text-decoration:none;
}

.deptTitle, .deptTitle a, .deptTitle a:visited {
	font-size:16px;
	color:#d00;
	font-weight:bold;
	text-decoration:none;
}

.contactline {
	background-color:#FFC;
	border:#d00 solid 1px;
	margin-bottom:10px;
}

.WeeklyAd-Container {
	width:605px;
	height:100px;
	padding:0 20px;
}

.WeeklyAd-button1 {
	width:250px;
	height:60px;
	background-color:#3ec224;
	border:#FF0000 2px solid;
	border-radius:5px;
	text-align:center;
	margin:0 auto;
	padding:5px;
	float:left;
}

.WeeklyAd-button2 {
	width:250px;
	height:60px;
	background-color:#3ec224;
	border:#FF0000 2px solid;
	border-radius:5px;
	text-align:center;
	margin:0 auto;
	padding:5px;
	float:right;
}

.WeeklyAd-button-text {
	font-size:16px;
	font-weight:900;
	margin:11px 0 0 0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
}