.classes {
	background: rgba(255,245,108,1);
	text-align: center;
	padding: 30px;
	float: left;
	margin: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#74b8d7), to(#437fbc));
	background: -moz-linear-gradient(top,  #74b8d7,  #437fbc);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b8d7', endColorstr='#437fbc');
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(255,255,255,1);
	width: 140px;
}
.programs {
	background: rgba(122,187,253,1);
	float: right;
	padding: 30px;
	margin: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#74b8d7), to(#437fbc));
	background: -moz-linear-gradient(top,  #74b8d7,  #437fbc);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b8d7', endColorstr='#437fbc');
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(255,255,255,1);
	width: 140px;
	text-align: center;
}
body {
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #B8D792;
	margin-bottom: 20px;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-left: -60px;
	font-size: 12px;
}
#wrapper #content #content-center table tr td p {
	font-size: 12px;
}

#wrapper {
	margin: auto;
	width: 1131px;
}
#content {
	background-image: url(../images/content-repeating.png);
	background-repeat: repeat-y;
	padding-left: 110px;
	padding-right: 70px;
	margin-top: -3px;
	min-height: 450px;
	padding-bottom: 20px;
}
#main_content {
	float: right;
	width: 700px;
	padding-right: 20px;
}
#content-left {
	float: left;
	width: 220px;
}
#content-right {
	float: right;
	width: 220px;
	margin-top: 30px;
}
#content-center {
	margin: auto;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #F6872E;
	border-left-color: #F6872E;
}

#left_sidebar {
	float: left;
	width: 210px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #F6872E;
	padding-right: 10px;
}

#footer {
	background-image: url(../images/bottom-border.png);
	background-repeat: no-repeat;
	height: 30px;
}
#footer-links a {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
#footer-links {
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
#footer-links a:hover {
	color: #030;
}


#mailing-list {
	background-image: url(../images/envelope.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
}

.clr {
	clear: both;
}
  .container {
    width:220px;
    height:250px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
  }
.menu-titles {
	background-image: url(../images/menu-titles.png);
	background-repeat: no-repeat;
	padding: 16px;
	text-transform: uppercase;
	color: #333;
}

  .slides {
    position:absolute;
    top:0;
    left:0;
  }
  .slides > div {
	position:absolute;
	top:0;
	width:220px;
	display:none;
  }


.socialIcon {
	height: 50px;
	width: 50px;
	margin-left: 20px;
}
.addressType {
	font-size: 20px;
	color: #5C7724;
}
.centerText {
	text-align: center;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6872E;
	border-right-color: #F6872E;
	border-bottom-color: #F6872E;
	border-left-color: #F6872E;
	background-image: url(../images/tiny-leaf.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
h2 {
	margin-top: 0px;
}
a {
	font-size: 12px;
	color: #627D1C;
	text-decoration: none;
}
a:hover {
	color: #F6872E;
}
a:visited {
	color: #9C0;
}

h4 {
	margin: 0px;
}
ul li {
	margin-left: -20px;
	color: #F6872E;
}

h5 {
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.iconFloatLeft {
	float: left;
	margin-right: 10px;
	height: 50px;
	width: 50px;
}
.table-border-bottom td {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #77973A;
}
.table-border-bottom tr td td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #content-center table tr td:hover {
	background-color: #D6F1FA;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
}

