/* Start of CMSMS style sheet 'main.css' */
*
{
  margin: 0;
  padding: 0;
}

body
{
  background-color: #ffffff;
  color: black;
  font: 12px/16px arial, helvetica, sans-serif;
}

a
{
  color: #ec008c;
  text-decoration: none;
}

a.btn
{
  display: block;
  line-height: 20px;
  padding: 0 10px 0 10px;
  background-color: #aed2e3;
  color: white;
  float: left;
}

p { margin-bottom: 16px; }

h1
{
  font-weight: bold;
  line-height: 20px;
  font-size: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

h2,h3,h4 {
  font-size: 12px;
  margin:0;
}


img
{
  border: none;
  display: block;
}

table { border-collapse: collapse; }
td { padding: 0; }

#page
{
  width: 100%;
  margin: 0 auto 0 auto;
}

#header { background-color: #ffffff; }
#yetiTop { float: right; }

#logo
{
  display: block;
  padding: 42px 0 31px 60px;
}

#footer
{
  clear: both;
  font-size: 10px;
  padding: 20px 60px 20px 60px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}

.accordionContent { width: 1000px; }

.content-left
{
  float: left;
  width: 245px;
}

.nav-left
{
  min-height: 200px;
  height: auto !important;
}

.nav-left ul { list-style-type: none; }

.nav-left ul li a
{
  display: block;
  height: 20px;
  width: 228px;
  padding-left: 30px;
  color: black;
  margin-top: -2px;
  padding-top: 2px;
}

.nav-left ul ul { margin-left: 18px; }
.nav-left ul ul a { color: #ec008c; }

.nav-left a.currentpage
{
  background: url(/images/nav_selected.gif) no-repeat;
  color: #0a6978;
  font-weight: bold;
}

.nav-left ul ul a.currentpage
{
  background: none;
  color: #eeaabb;
}

.content-body
{
  float: left;
  width: 715px;
}

.page-text
{
  float: left;
  width: 470px;
}

/*
Content Grid
*/

.content-grid { float: right; }

.content-grid td
{
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 225px;
}

.content-grid img
{
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.content-grid a:hover img { border-color: #ec008c; }

.article-image
{
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #cccccc;
}

#map_canvas
{
  width: 450px;
  height: 300px;
  float: left;
}

.a-m-t span
{
  background: url(/images/nav.gif) transparent no-repeat;
  width: 128px;
  height: 10px;
  display: block;
  margin-top: 12px;
  overflow: hidden;
  float:left;
}

#acc-about span { background-position: 0 0px; }
#acc-work span { background-position: 0 -20px; }
#acc-news span { background-position: 0 -40px; }
#acc-careers span { background-position: 0 -60px; }
#acc-contact span { background-position: 0 -80px; }
#acc-about.a-m-t-expand span { background-position: 0 -10px; }
#acc-work.a-m-t-expand span { background-position: 0 -30px; }
#acc-news.a-m-t-expand span { background-position: 0 -50px; }
#acc-careers.a-m-t-expand span { background-position: 0 -70px; }
#acc-contact.a-m-t-expand span { background-position: 0 -90px; }


.ajax-loader
{
  float:left;
  display:block;
  margin: 10px 0 0 -70px;
}

/* End of 'main.css' */

