html, body {
  padding: 0;
  margin: 0;
  border: none;
  height :100%;
  width: 100%;
  color: #7d7e7e;
  font-size: 13px;
}
body {
  background: url('/images/site/bg_top.gif') repeat-x 0 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
  color: inherit;
  color: #583758;
}
a:hover {
  text-decoration: underline;
}

a.more {
  color: #583758;
}



.colorTeal {
  color: #006271;
}
.pageInner {
  margin: 0 auto;
  width: 940px;
}

.l {
  float: left;
}
.r {
  float: right;
}

div.date {
  font-style: italic;
  margin-bottom: 15px;
}
.headerDate {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}

div.newsImage {
  width: 220px;
  height: 220px;
  background: #dddddd;
  float: left;
  margin-right: 30px;
}

table.interior {
  border: none;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
table.interior td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 30px;
}

table.interior td.left {
  width: 232px;
  border-right: 1px solid #f1f1f1;
}
table.interior td.right {
}
table.interior td.right #content {
  width: 647px;
  overflow: hidden;
}

ul.leftNav {
  list-style: none;
  display: block;
  margin: 0;
  /*margin-left: -6px;*/
  margin-top: 20px;
  padding: 0;
}

ul.leftNav li {
  width: 200px;
}
ul.leftNav a {
  font-weight: bold;
  color: #555555;
  display: block;
  text-align: right;
  width: 190px;
  padding: 9px 30px 9px 12px;
}
ul.leftNav li.active {
}
ul.leftNav li.active a,
ul.leftNav li.parent_active a
{
  padding: 9px 30px 9px 12px;
  /*background: url('/images/site/bg_nav_active.png') no-repeat left bottom;*/
  background: #006574;

  color: #fff;
}
ul.leftNav li.active + li a {
  /*
  padding-top: 0;
  margin-top: -2px;*/
}

.sub_level_0 ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 232px;
  border-bottom: 1px solid #ededed;
}
.sub_level_0 ul li {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
}
.sub_level_0 ul li a{
  display: block;
  background: #f7f7f7 !important;
  color: #777777 !important ;
  width: 190px;
  font-size: 11px;
  padding: 8px 30px 8px 12px;
  margin: 0;
  font-weight: normal;
}
.sub_level_0 ul li.active a{
  font-weight: bold;
  color: #593559 !important;
}

div.imgHeader {
  margin: 0 0px 30px 0;
}

#breadcrumbs {
  color: #555555;
  padding-bottom: 5px;
  border-bottom: 4px solid #ebebeb;
  margin-bottom: 2px;
  font-size: 13px;
}
#breadcrumbs a {
  color: #583758;
}
#breadcrumbs span {
  color: #e5e5e5;
}

#r_1w {
  width: 100%px;
  height: 115px;
}
#r_1 {
  height :115px;
}

#r_2w {
  width: 100%px;
  min-height: 355px;
  padding: 10px 0;
  /*background: url('/images/site/bg_2.jpg') no-repeat top center #005969;*/
  background: #005969;
}
#r_2 {
  height: 200px;
  position: relative;
}
#r_2inner_w {
  width: 100%px;
  /*background: url('/images/site/bg_2.jpg') no-repeat top center #005969;*/
  background: #efefef;
}
#r_2inner {
  position: relative;
  background: white;
}

#content {
  padding: 12px 30px;
}



#r2_bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: red;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

#r_3w {
  width: 100%px;
  height: 135px;
  background: url('/images/site/bg_3.png') repeat-x 0 0;
  overflow: hidden;
}
#r_3_content {
  display: table-cell;
  width: 940px;
  height: 135px;
  vertical-align: middle;
}
#r_3_content * {
  line-height: 26px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#r_striped_w {
  width: 100%;
  height: 6px;
  background: url('/images/site/bg_purple.png') repeat-x 0 0;
}
#r_striped {
  height: 6px;
  background: url('/images/site/bg_3_bottom.png') no-repeat 0 0;
}


#r_3_bottom {
  height: 6px;
  margin-top: -1px;
  background: url('/images/site/bg_3_bottom.png') no-repeat 0 0;
}

#r_4 {
}
#r_footer_w {
  border-top: 4px solid #ebebeb;
  margin-top: 35px;
}
#r_footer {
  padding: 12px;
  font-size: 11px;
}
#r_footer a {
  color: #7d7e7e;
}

#homeTouts {
  border-collapse: collapse;
  margin-top: 24px;
}
#homeTouts .image {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 4px;
}
#homeTouts .preview {
  padding: 12px;
  font-size :14px;
  line-height: 22px;
}
#homeTouts td.content {
}
#homeTouts td.content {
  height: 100px;
  width: 221px;
  vertical-align: top;
}


#logo_top {
  height: 100%;
  width: 250px;
  float: left;
}
#logo_home {
  display: block;
  width: 183px;
  height: 84px;
  margin: 16px 30px;  
  background: url('/images/site/logo.png') no-repeat;
}

#nav_top {
  width: 679px;
  height: 100%;
  float: right;
}

#nav_top a:hover, #nav_top a.active {
  background-position: bottom;
}
#nav_top a {
  float: left;
  display: block;
  text-indent: -500px;
  overflow: hidden;
}

#nav_about {
  width: 84px;
  height: 115px;
  background: url('/images/site/nav_about.png') no-repeat 0 0;
}
#nav_programs {
  width: 132px;
  height: 115px;
  background: url('/images/site/nav_programs.png') no-repeat 0 0;
}
#nav_partnerships{
  width: 157px;
  height: 115px;
  background: url('/images/site/nav_partnerships.png') no-repeat 0 0;
}
#nav_work {
  width: 93px;
  height: 115px;
  background: url('/images/site/nav_work.png') no-repeat 0 0;
}
#nav_resources {
  width: 125px;
  height: 115px;
  background: url('/images/site/nav_resources.png') no-repeat 0 0;
}
#nav_news {
  width: 88px;
  height: 115px;
  background: url('/images/site/nav_news.png') no-repeat 0 0;
}


.mcgEditEntry {
  float: right;  
  font-size: 11px;
  font-family: arial !important;
  color: #666666;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.mcgEditEntry a {
  font-size: 11px;
  font-family: arial !important;
  text-transform: none !important;
  font-weight: normal;
  color: blue;
}

#homeFeatureLeft, #homeFeatureRight {
  display: block;
  width: 40px;
  height: 40px;
  background: red;
  position: absolute;
  opacity: 0.0;
  filter: alpha(opacity = 0);
  bottom: 25px;
}
#homeFeatureLeft {
  left: 15px;
}
#homeFeatureRight {
  right: 15px;
}

.rounded {
  -webkit-border-radius: 8px;
}

#newsOuter {
  border: 1px solid #f1f1f1;
  min-height: 300px;
  -webkit-border-radius: 8px 8px; 8px 8px;
}
#newsTabs {
  background: #006271;
  width: 100%;
  -webkit-border-radius: 8px 8px 0 0;
}
#newsTabs td {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#newsTabs td a {
  width: 200px;
  margin: 0 auto;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  padding: 10px 0 10px 0;
  color: white;
  text-transform: uppercase;
}
#newsTabs td a.active{
  background: white;
  color: #006271;
  -webkit-border-radius: 8px 8px 0 0;
}
#newsContent {
  margin: 40px;
}

.personnelLeft {
  float: left;
  width: 220px;
}
.personnelRight {
  float: right;
  width: 400px;
}

.mapInfoPopup {
  color: #000;
  font-size: 11px;
  padding-right: 30px;
}

.mapInfoPopup a {
  color: blue;
}

#contactForm {
  width: 400px;
  margin: 0 auto;
}

.formLabel {
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #006271;
}
input[type=submit],input[type=button] {
  padding: 5px 10px;
  background: #006271;;
  color: white;
  font-size: 14px;
}
input[type=text], textarea {
  margin: 0;
  padding: 3px;
  color: #7d7e7e;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  /*-webkit-box-shadow: 2px 2px 2px #888;*/
}

.required {
  color: red;
  font-weight: bold;
}
