*
{
  margin: 0px;
  padding: 0px;
}

body
{
  background: #DFE8E3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 25px;
}

h1
{
  color: rgb(114, 149, 131);
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
}

h1.big-h1
{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

h2
{
  font-size: 18px;
}

h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

p
{
  margin-top: 10px;
}

a
{
  color: #5D7F6E;
  text-decoration: none;
}

a:visited
{
  color: #5D7F6E;
  text-decoration: none;
}

a:hover
{
  color: #00c;
  text-decoration: underline;
}

a:active
{
  color: #00c;
  text-decoration: none;
}

a img
{
  border: none;
}

hr
{
  margin: 10px 0px;
  border: none;
  border-top: solid 1px rgb(126, 161, 143);
}

ul
{
  margin-left: 30px;
}

strong strong
{
  text-decoration:underline;
}

.spaced-list li
{
  margin-top: 14px;
}

fieldset
{
  border: none;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.f-l
{
  float: left;
}

.f-r
{
  float: right;
}

a.nb-button
{
  display: inline-block;
  height: 19px;
  color: #FFF;
  background: url('../gif/av_logo.gif') no-repeat left #BFD4C9;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 12px;
  padding-top: 3px;
}

a.nb-button:visited
{
  color: #FFF;
  text-decoration: none;
}

a.nb-button:hover
{
  background-color: #E9EFEC;
  color: #5D7F6E;
  text-decoration: none;
}

a.nb-button:active
{
  color: #FFF;
  text-decoration: none;
}

div#page-container
{
  width: 850px;
  border-top: solid 15px #CFDCD5;
  margin: auto;
  background: #fff;
}

div#page-header
{
  padding-right: 15px;
  height: 135px;
}

a.top-menu-button
{
  width: 100px;
  height: 110px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  padding-top: 22px;
  text-align: center;
  text-decoration: none;
  margin-left: -18px;
}

a.top-menu-button:visited
{
  color: #000;
  text-decoration: none;
}

a.top-menu-button:hover
{
  color: rgb(114, 149, 131);
}

a.top-menu-button:active
{
  color: #000;
  text-decoration: none;
}

div#page-header a#contact
{
  background: url('../jpg/contact_but.jpg') no-repeat center 45px;
}

div#page-header a#contact:hover
{
  background: url('../jpg/contact_roll.jpg') no-repeat center 45px;
}

div#page-header a#links
{
  background: url('../jpg/links_but.jpg') no-repeat center 45px;
}

div#page-header a#links:hover
{
  background: url('../jpg/links_but_roll.jpg') no-repeat center 45px;
}

div#page-header a#inner-circle
{
  background: url('../jpg/forum_but.jpg') no-repeat center 45px;
}

div#page-header a#inner-circle:hover
{
  background: url('../jpg/forum_but_roll.jpg') no-repeat center 45px;
}

div#page-header a#news
{
  background: url('../jpg/news_but.jpg') no-repeat center 45px;
}

div#page-header a#news:hover
{
  background: url('../jpg/news_but_roll.jpg') no-repeat center 45px;
}

div#page-header a#blog
{
  background: url('../jpg/blog_but.jpg') no-repeat center 45px;
}

div#page-header a#blog:hover
{
  background: url('../jpg/blog_but_roll.jpg') no-repeat center 45px;
}

div#page-header a#testimonials
{
  background: url('../jpg/testimonial_but.jpg') no-repeat center 45px;
}

div#page-header a#testimonials:hover
{
  background: url('../jpg/testimonial_but_roll.jpg') no-repeat center 45px;
}

div#page-header a#home
{
  background: url('../jpg/home_but.jpg') no-repeat center 45px;
}

div#page-header a#home:hover
{
  background: url('../jpg/home_but_roll.jpg') no-repeat center 45px;
}

div#main-menu
{
  height: 45px;
  background: #7ea18f;
}


div#main-menu a
{
  float: left;
  height: 30px;
  padding: 15px 10px 0px 10px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}


div#main-menu a:hover
{
  background-color: #729583;
}

div#column-content
{
  background: #BDCFC5;
  overflow: auto;
  width: 850px;
}


div.left-bar
{
  width: 165px;
  float: left;
}

div.right-bar
{
  width: 675px;
  background: #fff;
  float: right;
  padding-left: 10px;
}

div.left-bar div.title
{
  padding: 12px;
  text-align: center;
  background: #A0BFAF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}


div.left-bar a
{
  width: 135px;
  height: 22px;
  display: inline-block;
  color: #5D7F6E;
  background: url('../gif/small_logo.gif') no-repeat left #D6E2DC;
  text-decoration: none;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: 5px;
}


div.left-bar a:visited
{
  color: #5D7F6E;
  text-decoration: none;
}


div.left-bar a:hover
{
  background-color: #E9EFEC;
  color: #5D7F6E;
  text-decoration: none;
}


div.left-bar a:active
{
  color: #5D7F6E;
  text-decoration: none;
}

div#page-footer
{
  width: 820px;
  height: 55px;
  background: url('../gif/motif.gif') no-repeat right #A0BFAF;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 30px 0px 40px 30px;
}

div#more-details
{
  padding: 5px 15px;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}

div#more-details div.center
{
  font-size: 16px;
  font-weight: bold;
  font-style:italic;
  padding: 15px 15px 0px 15px;
}

div#more-details h1
{
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  padding: 20px 0px 5px 0px;
}

div#drop-down-menu
{
  position: absolute;
  top: 194px;
  background-color: #E9EFEC;
  border: solid 1px #7EA18F;
  overflow: hidden;
  height: 0px;
}

div#drop-down-menu a
{
  display: block;
  height: 18px;
  padding: 3px 5px 1px 5px;
  border-bottom: solid 1px #d9dFdC;
  width: 120px;
}

div#drop-down-menu a:hover
{
  background-color: #729583;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 18px;
  padding: 3px 5px 1px 5px;
}