/* 
Project: Mooresville Community Pregnancy Center
Project URL: http://www.mooresvillecpc.org
Version: 1.0
Launch: June 29, 2006
Author: Doug Henderson
Author URL: http://www.hendersonhomeonline.com
*/

body {
  margin: 0 auto;
  background-image: url(/images/background.gif);
  background-repeat: repeat;
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  color: #333;
  text-align: justify;
  line-height: 1.6em;
}

/* Page Structure
----------------------------------------------- */

#container {
  width: 605px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#page {
  background-color: #FFF;
  padding: 20px;
}

#footer {
  padding-top: 5px;
  color: #DEB3C7;
  font-size: 12px;
  text-align: center;
}

/* Typography
----------------------------------------------- */

h1 {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #333;
  margin: 0;
}

h2 {
  font-size: 18px;
  color: #333;
  padding-top: 10px;
  margin: 0;
}

h3 {
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  font-weight: normal;
  border-top: double #852859;
  padding-top: 10px;
  margin: 0;
}

/* Navigation
----------------------------------------------- */

#menu {
  height: 30px;
  background-color: #852859;
  margin: -1px 0 10px 0;
  _margin: 2px 0 10px 0;
  color: #FFF;
  font-family: verdana;
  font-size: 11px;
  padding: 0 1px 0 0;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  float: left;
}

#menu li a {
  float: left;
  width: 112px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  text-weight: bold;
  line-height: 30px;
}

#menu li a:hover {
  background-color: #B45581;
}

.current {
  background-color: #B45581;
}

/* Links
----------------------------------------------- */

a:link {
  text-decoration: underline;
  color: #7064AD;
}

a:visited {
  text-decoration: underline;
  color: #7064AD;
}

a:hover {
  text-decoration: underline;
  color: #7064AD;
}

#index-pic {
  height: 350px;
  background-image: url('/images/pic_index_text.jpg');
  background-repeat: no-repeat;
}

#mcpc {
  height: 78px;
  background-image: url('/images/mcpc.gif');
  background-repeat: no-repeat;
}

#left_column {
  float: left;
  width: 45px;
  display: inline;
  padding-right: 5px;
  border-right: 1px solid #333;
}

#right_column {
  float: left;
  width: 224px;
  padding-left: 5px;
}

#calendar {
  float: left;
  width: 280px;
  padding-right: 5px;
  font-size: 12px;
}

#calendar_content {
  background-image: url(/images/bg2.gif);
  background-repeat; repeat-y;
}

#news {
  float: left;
  width: 280px;
  font-size: 12px;
}

#news_content {
  background-image: url(/images/bg2.gif);
  background-repeat; repeat-y;
}

#boutique_item {
  float: left;
  width: 200px;
  text-align: left;
}

#boutique_price {
  float: left;
  width: 100px;
  text-align: right;
}

#tnr {
  font-family: times new roman;
  font-size: 14px;
  font-style: italic;
}

/* Formatting
----------------------------------------------- */

.clear {
  clear: both;
  margin: 0;
}

#clear {
  clear: both;
  margin: 0;
}

.image-border {
  padding: 5px;
  border: 1px solid #852859;
}

.inline {
  display: inline;
}

.margin-bottom {
  margin-bottom: 5px;
}